@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#358bbc;
	font-family:Geneva, sans-serif;
	font-style:normal;
}

strong {
	font-weight:normal;
}

#web
{
	width:820px;
	margin:auto;
	padding:auto;
	color:#FFF;
	margin-top: 105px;
}

#menu
{
	position: absolute;
	top: 0px;
	margin-left: -410px;
	left: 50%;
	width:820px;
	height:80px;
}

#logo
{
	width:820px;
	height:120px;
	/*border:1px solid white;*/
}

#title
{
	width:820px;
	margin:0px;
	padding:0px;
}

#title h2
{
	font-size:14px;
	font-weight:100;
	margin-top:-10px;
}

#content
{
	width:804px;
	height:284px;
	float: left;
}

#content .bloc1
{
	float:left;
	width:402px;
	height:142px;
	background-image: url(../images/bloc1_bleu.jpg);
}

#content .bloc1:hover
{
	float:left;
	width:402px;
	height:142px;
	background-image: url(../images/bloc1_vert.jpg);
}

#content .bloc1 a
{
	color:#FFF;
	text-decoration:none;
}

#content .bloc1 a:hover
{
	color:#3a6d16;
	text-decoration:none;
}

#content .bloc2 a
{
	color:#FFF;
	text-decoration:none;
}

#content .bloc2 a:hover
{
	color:#3a6d16;
	text-decoration:none;
}

#content .bloc3 a
{
	color:#FFF;
	text-decoration:none;
}

#content .bloc3 a:hover
{
	color:#3a6d16;
	text-decoration:none;
}

#content .bloc4 a
{
	color:#FFF;
	text-decoration:none;
}

#content .bloc4 a:hover
{
	color:#3a6d16;
	text-decoration:none;
}

#content .bloc1 h2, h3, p
{
	/*line-height:0.7;*/
	margin-bottom:0px;
	margin-left:20px;
	margin-right:20px;
	font-weight:100;
}

#content .bloc2
{
	float:left;
	width:402px;
	height:142px;
	background-image: url(../images/bloc2_bleu.jpg);
}

#content .bloc2:hover
{
	float:left;
	width:402px;
	height:142px;
	background-image: url(../images/bloc2_vert.jpg);
}

#content .bloc2 h2, h3, p
{
	/*line-height:0.7;*/
	margin-bottom:0px;
	margin-left:20px;
	margin-right:20px;
	font-weight:100;
}

#content .bloc3
{
	float:left;
	width:402px;
	height:142px;
	background-image: url(../images/bloc3_bleu.jpg);
}

#content .bloc3:hover
{
	float:left;
	width:402px;
	height:142px;
	background-image: url(../images/bloc3_vert.jpg);
}

#content .bloc3 h2, h3, p
{
	/*line-height:0.7;*/
	margin-bottom:0px;
	margin-left:20px;
	margin-right:20px;
	font-weight:100;
}

#content .bloc4
{
	float:left;
	width:402px;
	height:142px;
	background-image: url(../images/bloc4_bleu.jpg);
}

#content .bloc4:hover
{
	float:left;
	width:402px;
	height:142px;
	background-image: url(../images/bloc4_vert.jpg);
}

#content .bloc4 h2, h3, p
{
	/*line-height:0.7;*/
	margin-bottom:0px;
	margin-left:20px;
	margin-right:20px;
	font-weight:100;
}

#content .bloc1 p.chiffre
{
	font-size:34px;
	margin-top:8px;
	margin-bottom:0px;
}

#content .bloc1 h3
{
	font-size:20px;
	margin-top:0px;
}

#content .bloc1 p
{
	font-size:12px;
	margin-top:2px;
}

#content .bloc2 p.chiffre
{
	font-size:34px;
	margin-top:8px;
	margin-bottom:0px;
}

#content .bloc2 h3
{
	font-size:20px;
	margin-top:0px;
}

#content .bloc2 p
{
	font-size:12px;
	margin-top:2px;
}

#content .bloc3 p.chiffre
{
	font-size:34px;
	margin-top:8px;
	margin-bottom:0px;
}

#content .bloc3 h3
{
	font-size:20px;
	margin-top:0px;
}

#content .bloc3 p
{
	font-size:12px;
	margin-top:2px;
}

#content .bloc4 p.chiffre
{
	font-size:34px;
	margin-top:8px;
	margin-bottom:0px;
}

#content .bloc4 h3
{
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
}

#content .bloc4 p
{
	font-size:12px;
	margin-top:2px;
}

#footer
{
	width:804px;
	height:280px;
	float: left;
	clear: both;
	font-size:12px;
	margin-top:5px;
}

/*#footer p
{
	font-size:12px;
	margin-left:10px;
}*/
#footer p
{
	padding:0;
	margin:0;
}

#footer a
{
	color:#FFF;
	text-decoration:none;
}

#footer_texte
{
	float:left;
	width:700px;
}

#bloc_drapeau
{
	float:left;
	width:100px;
}

#title p.titre
{
	font-size:20px;
	font-weight:100;
	margin: 0 0 14px 0;
}