@import url(http://www.reductel.com/v3/style/commun.css);

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

div#contenu {
margin-top:45px;
width:736px;
padding-left:10px;
padding-right:10px;
font-size:12px;
}

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

div#texteContenu h3 {
font-size:15px;
font-weight:bold;
height:22px;
background-image:url(http://www.reductel.com/v3/images/degrade_chapeaux.gif);
background-repeat:no-repeat;
background-position:top left;
padding-left:15px;
margin-top:20px;
margin-bottom:20px;
}

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

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

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

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