/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis styles.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
	height:100%;

	background-color:#048ca0;
	background-attachment: scroll;
	background-image: url(../images/charte/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

body{
	font-size:62.5%;
}

#container{
	position: relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	width:951px;
	margin:0 auto;
	background-attachment: scroll;
	background-image: url(../images/charte/bg-hauteur.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#header{
	width:951px;
	height:184px;
}
/***************** CONTAINER DU CONTENU *****************/


#contenu {
	position:relative;
	width:951px;
	padding-bottom:28px;
	display:table;
	font-family:Arial, Helvetica, sans-serif;
	color: #1b3b5a;
	background-attachment: scroll;
	background-image: url(../images/charte/bg-contenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/***************** MENU *****************/

#contenu #menu {

	padding: 8px 0 0 40px;
	height:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1b3b5a;
}

#contenu #menu a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #1b3b5a;
	padding:5px;
}
#contenu #menu a:hover {
text-decoration:underline;
	color: #000;
}

/***************** CONTENU TEXTUEL *****************/

#contenuTexte{
	padding:0px 40px 20px 40px;
	float:left;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height: 18px;

}




#contenuTexte h1{
	margin:10px 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;

	font-size:1.5em;
	text-align:left;
	color:#1c4573;
}

#contenuTexte h2{
	margin:15px 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	color:#1C4573;
  padding-bottom: 3px;
	border-bottom:0px solid #0DB1CA;
  background-image: url(../images/charte/separator.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  text-transform: uppercase;

}

#contenuTexte h3{
	margin:15px 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#1B3B5A;
   padding-bottom: 3px;
	border-bottom:0px solid #0DB1CA;
  background-image: url(../images/charte/separator2.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  text-transform: uppercase;

}

#contenuTexte h4{
	margin:15px 0 0px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	color:#0590A5;
 	border-bottom:0px solid #0DB1CA;
    text-transform: uppercase;

}

#contenuTexte h5{
	margin:15px 0 0px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	color:#8CA122;
 	border-bottom:0px solid #0DB1CA;
    text-transform: uppercase;

}

.bolder{
color: #0590A5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
	font-size:12px;
 }


#contenuTexte a{
	color: #03a9ff;
	text-decoration:underline;
  font-weight: bold;
}
#contenuTexte a:hover{
	color: #214f7b;
	text-decoration:none;
    font-weight: bold;
}

/*---mettre <div class="clearer"></div> apres la div contenu---*/
.clearer
{
	clear: both;
	display: block;
	height: 0px;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0px;
}
/***************** FOOTER *****************/
#footer{
	position: relative;/*---obligatoire pour le footer---*/
	margin: -28px auto 0 auto;/*---margin top = - hauteur du footer---*/
	width:951px;
	height:28px;
	text-align:center;
	clear:both;
}

.invisible{
display: none;

}

a img{

-moz-opacity: 1.00; opacity:1.00;
border: 0px;
}

a:hover img{
border: 0px;
-moz-opacity: 0.70; opacity:0.70;

}


.inputForm{
border:1px solid #585858;
background-color: #FFFFFF;
width:150px;
color: Black;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
}
.inputFormOver{
border:1px solid #585858;
background-color: #F5F4F4;
width:150px;
font-family: Arial, Helvetica, sans-serif;
color: Black;
font-weight:normal;
font-size: 12px;
color:#000000;
}
.button{
border:1px solid #ABEBF4;
background-color: #0EB8D1;
width:65px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;

}
.buttonOver{
border:1px solid #ABEBF4;
background-color: #ABEBF4;
width:65px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
cursor:pointer;
color:#000000;
}

.frmContact{ /* dedicated ID for "contact form"*/

	text-align:center;
	background-color:#048FA4;
	font-size:11px;
  width: 580px;
	border:1px solid #585858;
   background-image: url(../images/charte/back.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}


.frmContact2{ /* dedicated ID for "contact form"*/

	text-align:center;
  background-color:#048FA4;

	font-size:11px;
  width: 400px;
	border:1px solid #585858;
   background-image: url(../images/charte/back.jpg);
  background-repeat: no-repeat;
  background-position: right center;
}

.frmContact3{ /* dedicated ID for "contact form"*/

	text-align:center;
	background-color:#048FA4;
	font-size:11px;
  width: 800px;
	border:1px solid #585858;
  color: #ffffff;
  background-image: url(../images/charte/back.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}

.frmContact2 .Label, .frmContact2 label{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #ffffff;
white-space:nowrap;

}

.frmContact3 .Label, .frmContact3 label{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #ffffff;
}

.frmContact .Label, .frmContact label{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #ffffff;

white-space:nowrap;

}

.notice{

	font-size:11px;
	padding:0px;
  color: #FFFFFF;
}





