@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/telereduc/how_chapeaux.gif);
background-repeat:no-repeat;
background-position:top left;
padding-left:30px;
margin-top:20px;
margin-bottom:10px;
}

div#texteContenu ol {
margin-bottom:15px;
}

div#texteContenu ol li {
margin-left:25px;
}

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

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

div#texteContenu p {
margin-bottom:15px;
}
