@import url(commun.css);

/* CONTENU ------------------------------------------------------------------------------------------ */ 

div#contenu {
margin-top:35px;
width:736px;
padding-left:20px;
padding-right:10px;
font-size:11px;
}

/* on règle le problème du box model */
div#contenuPage > div#contenu {
width:716px;
}

div#texteContenu h3 {
font-size:15px;
font-weight:bold;
color:#0C76FD;
height:22px;
background-image:url(../../../images/alloreduc/degrade_chapeaux.gif);
background-repeat:no-repeat;
background-position:top left;
padding-left:30px;
margin-top:20px;
margin-bottom:10px;
}

div#texteContenu ul, div#texteContenu ol {
list-style-type:none;
}

div#texteContenu li {
background-image:url(../../../images/alloreduc/puce_liste.gif);
background-repeat:no-repeat;
background-position:left center;
padding-left:20px;
margin-left:10px;
}

div#texteContenu a {
color:#FF9A03;
font-weight:bold;
}

div#texteContenu a:hover {
text-decoration:none;
}

p.erreur {
font-weight:bold;
color:red;
font-size:1.1em;
}
