/* 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";

h1{
display:block;
padding-bottom:0px;
border-bottom:1px solid #7b7c9c;
padding-top:0px;
font-size:26px;
font-weight:bold;
letter-spacing:-1px;
color:#ff0028;
}
h2{
font-size:16px;
font-weight:bold;
color:#999999;
padding-top:4px;
}
h3{
background-image:url(../images/charte/bg-h3.gif);
background-repeat:no-repeat;
background-attachment:scroll;
background-position:left center;
border-bottom:1px solid #ccc;
padding-left:15px;
font-size:15px;
display:block;
color:#999;
}
.petit{
font-size:9px;
letter-spacing:1px;
font-weight:bold;
color:#b9bad6;
}
#formContact table
{
	font-size:11px;
}