@charset "ISO-8859-1";
/* CSS Document */

html{
	font-size:62.5%;
}
body{
//	background-image:url(images/fond-body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font:1.2em/1.3em Arial, Helvetica, sans-serif;
	padding-top:20px;
}
a{
//	color:#f29400;
	color:#e28000;
	text-decoration:underline;
}
a:hover{
	color:#333;
}
a:visited{
	color:#e28000;
}
h1{
	color:#f29400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
}
h2{
	color:#f29400;
	font-size:1.4em;
	line-height:1.6em;
	font-weight:bold;
}
h3{
	color:#333;
	font-size:1em;
	font-weight:normal;
	margin:0.7em;
}
.menus-sub{
	width:141px;
	height:45px;
	padding:17px 25px 0 0;
	float:right;
	display:inline;
}
.menus-sub img{
	padding-left:2px;
}
.orange-bold{
	color:#f29400;
	font-weight:bold;
	padding-right:5px;
	font-size:1.5em;
}
.orange-bold2{
	color:#f29400;
	font-weight:bold;
	padding-right:5px;
}
.titre-gris{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.5em;
	line-height:1.2em;
	padding-left:50px;
}
.titre-blanc{
	background-image:url(images/fond-menu-hover.jpg);
	background-repeat:repeat-x;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.3em;
	line-height:20px;
	text-align:center;
	margin:0;
}
.signature{
	color:#fff;
	padding-top:6px;
	margin:0;
}
.main-content{
	background-color:#fff;
	width:980px;
	margin:0 auto;/*pour centrer un élément qui a une largeur définie*/
}
#bloc-gauche{
	background-color:#fff;
	width:252px;
	float:left;
	padding-top:30px;
	margin-left:0px;
	display:inline;/*pour les bugs IE*/
}
#central{
	background-color:#fff;
	width:700px;
	float:left;
	padding-top:30px;
	margin-left:0px;
	display:inline;/*pour les bugs IE*/
}
#content{
	background-color:#fff;
	width:460px;
	margin:0;
	/*padding-left:252px;*/
	padding-top:4px;
	float:left;
	/*clear:both;*/
	display:inline;/*pour les bugs IE*/
}
#bloc-droite{
	background-color:#fff;
	border:#33C solid 1px;
	width:200px;
	float:right;
	margin:30px 0px 0 0px;
	padding:10px
	display:inline;/*pour les bugs IE*/
}
#header{
	background-color:#fff;
	background-image:url(images/vagues.jpg);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:#f29400 solid 4px;
	width:980px;
	height:81px;
	margin:0 auto;/*pour centrer un élément qui a une largeur définie*/
}
#footer{
	background-image:url(images/fond-footer.jpg);
	background-position:right;
	background-repeat:repeat-x;
	width:980px;
	height:48px;
	clear:both;
	text-align:center;
	margin:0 auto;/*pour centrer un élément qui a une largeur définie*/
	padding-top:10px;
}
