/* Typographie */
p{
margin: 4px 0;
}
hr{
float: left;
border: none;
margin: 1px 0;
padding: 0;
background: #B0B0B0;
height: 1px;
}
li{
list-style-position: inside;
}

/* Titres */
h1{
font-family: georgia, times, serif;
font-size: 20px;
margin-top: 15px;
border-left:solid 20px #FA6900;
padding-left: 10px;
font-weight: normal;
line-height: 24px;
}
h2{
font-family: georgia, times, serif;
background: #E8E8E8;
padding: 2px 10px;
font-weight: normal;
font-size: 12px;
text-transform: uppercase;
float: left;
width: 230px;
letter-spacing: 0.1em;
margin-bottom: 5px;
}
h3{
font-size: 13px;
clear: none;
margin: 5px 0;
}
h3 a{
text-decoration: none;
}
h4{
font-family: georgia, times, serif;
color:#FA6900;
font-size: 16px;
line-height: 20px;
margin: 5px 0;
}

.satisfait h4 {
background: url("../../img/educatop/educatop_satisfait_rembourse.gif") scroll 439px 1px no-repeat;
font-family: georgia, times, serif;
color:#FA6900;
height: 56px;
font-size: 16px;
line-height: 20px;
margin: 5px 0;
}


h5{
    float: left;
font-family: georgia, times, serif;
color:#4C4C4C;
font-size: 13px;
line-height: 16px;
margin: 5px 0;
}

h6{
    clear: left;
    width: 100%;
        float: left;
font-family: georgia, times, serif;
color:#4C4C4C;
font-size: 11px;
margin: 3px 0;
text-transform: uppercase;
background: #E8E8E8;
}

/* Bandeaux */
.important {
    margin-top: 4px;
    float: left;
    background-color: #FDF363;
    padding: 3px 10px;
    width: 500px;
    margin-left: 30px;
}

* html .important {
    margin-left : 15px;
}

.important p{
    float: left;
    padding: 0;
    margin: 0;
    width : auto;
}

.important_produit {
    margin-top: 15px;
    float: left;
    background-color: #FDF363;
    padding: 3px 10px;
    width: 530px;

}
.important_produit p{
float: left;
padding: 0;
margin: 0;
}


.note{
    font-size: 11px;
margin-top: 10px;
float: left;
background-color: #E6E6E6;
padding: 2px 5px;
width: 150px;
line-height: 13px;
}

/* Utilitaires */

.clear{
    clear: both;
}

.align-right{
    float: right;
    margin : 0;
    padding : 0;
}

/* Couleurs */
.brown, .brown a{
color: #902C14;
}
.orange, .orange a{
color:#FA6900;
}

/* Liens */
a{
    color: #FA3700;
}
.arrow{
    background: url("../../img/educatop/triangle.png") 0 8px no-repeat;
    padding: 5px 0 0 14px;
    text-decoration: none;
}
a img{
border: none;
}


