@charset "UTF-8";

#id_section
{
	font-size:16px;
	
	height: auto !important;
	height: 400px; /* parce que probleme avec IE*/
	min-height: 400px;
}

#id_section hr
{
    height:1px;
    color:rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px white;
}

#id_section h2
{
	padding:60px 10px 20px 10px;
	font-family: Helvetica,sans-serif;
	font-size:26px;
	color:#125CA1;
	margin:0;
}

#id_section a
{
	text-decoration:none;
	color:#000;
}

#id_section p,
#id_section h3
{
	margin:0;
	padding:0 10px 0 10px;
}

#id_section img
{
	vertical-align:top;
	float:left;
	margin-right:20px;
}

#id_section p
{
	/*float:left;*/
}

#id_section h3
{
	font-size:16px;
	font-family: Helvetica,sans-serif;
	font-weight:normal;
}


#id_section p a
{
	text-decoration:none;
	color:#125CA1;
}


@media screen and (max-width: 640px) 
{
	#id_section img
	{
		display:block;
		float:none;
		margin-bottom:20px;
	}
}