/* Feuille de style pour le contenu des pages
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";

/* STYLE CONTENU */
#texte h1{
font-family:Arial, Helvetica, sans-serif;
font-size:1.3em;
font-weight:bold;

height:30px;
color:#000;
margin:20px 0px 25px 70px;
text-transform:uppercase;

}
#texte h2{
font-size:12px;
font-weight:bold;
text-align:left;
color:#00ABBD;
margin-top: 25px;
background-image: url(../images/charte/bullet3.gif);
background-position: top left;
background-repeat: no-repeat;
padding-left: 40px;

}

h3{
font-size:12px;
text-transform: uppercase;
font-weight:bold;
text-align:left;
color:#00ABBD;
margin-top: 15px;
margin-left: 20px;
border-bottom: 1px solid #00ABBD;
background-image: url(../images/charte/bullet3.gif);
background-position: bottom right;
background-repeat: no-repeat;

}


h4{
font-size:14px;
text-align:center;
color:#F350A0;
font-weight: normal;


}


.addres{
font-size:12px;
text-align:center;
color:#9A5074 ;
font-weight: normal;
}





a{
	font-weight:bold;
	text-decoration:none;
	color: #EF4C9B;
}
a:hover{
	font-weight:bold;
	text-decoration:none;
	color: #000;
}

.encart{
	float:left;
	margin:0 30px 10px 0;
}


.inputForm{
border:1px solid #01ABBD;
background-color: #FFFFFF;
width:130px;
color: Black;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
}
.inputFormOver{
border:1px solid #01ABBD;
background-color: #F5F4F4;
width:130px;
font-family: Arial, Helvetica, sans-serif;
color: Black;
font-weight:normal;
font-size: 12px;
color:#000000;
}
.button{
border:1px solid #01ABBD;
background-color: #01ABBD;
width:65px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
}
.buttonOver{
border:1px solid #AFB0B1;
background-color: #AFB0B1;
width:65px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
cursor:pointer;
color:#FFFFFF;
}

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

	text-align:center;
	background-color:#D9F2F5;
	font-size:11px;
  width: 438px;
	border:1px solid #01ABBD;
}

.frmContact .Label, .frmContact label{
 font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
white-space:nowrap;

}

.notice{

	font-size:11px;
	padding:0px;
}

