body {
    background-color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-align: justify;
    color: #222222;
}

a:link, a:visited {
    text-decoration: none;
    color: #444444;
}

a:hover {
    text-decoration: none;
    color: #ff8000;
}

a:active {
    color: #ff8000;
}

h1 {
    font-size: 15px;
    color: #666699;
    font-weight: normal;
}

h2 {
    font-size: 11px;
    color: #666666;
    font-weight: normal;
    font-style: italic;
}

h3 {
    font-size: 13px;
    color: #777777;
    font-weight: normal;
    
}

li {
    display: list-item;
    list-style-image: url(images/fleche.jpg);
    border: 0px;
    vertical-align: middle;
}

.bandeau {
    background-image: url(images/bandeau.jpg);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 129px;
}

.parts{
    text-align: center;
    font-size: 13px;
    font-family: Arial;
    color: #444444;
}

.part1{
    position: absolute;
    top: 86px;
    left: 68px;
    width: 90px;
    height: 20px;
}

.part2{
    position: absolute;
    top: 86px;
    left: 204px;
    width: 145px;
    height: 20px;
}

.part3{
    position: absolute;
    top: 86px;
    left: 380px;
    width: 145px;
    height: 20px;
}

.part4{
    position: absolute;
    top: 86px;
    left: 560px;
    width: 155px;
    height: 20px;
}

.bandedroite {
    background-image: url(images/bandedroite.jpg);
    position: absolute;
    top: 129px;
    left: 0px;
    width: 134px;
    height: 413px;
}

.fondtexte1 {
    background-image: url(images/partie1texte.jpg);
    position: absolute;
    top: 129px;
    left: 134px;
    width: 434px;
    height: 413px;
}

.fondtexte2 {
    background-image: url(images/partie2texte.jpg);
    position: absolute;
    top: 129px;
    left: 568px;
    width: 232px;
    height: 413px;
}

.zonetexte1 {
    position: relative;
    padding: 10px;
    width: 364px;
    height: 393px;
    overflow: auto;
}

.zonetexte2 {
    position: relative;
    padding: 10px;
    width: 212px;
    height: 393px;
}

.pieddepage {
    background-image: url(images/pieddepage.jpg);
    position: absolute;
    top: 542px;
    left: 0px;
    width: 800px;
    height: 58px;
}

.textepieddepage {
    position: relative;
    color: grey;
    text-align: center;
    padding-left: 50px;
    padding-right: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 600px;
    height: 48px;
}

.textepieddepage2 {
    position: absolute;
    color: grey;
    text-align: center;
    left: 640px;
    top: 555px;
    width: 70px;
    height: 30px;
    font-size: 14px;
    color: white;
}

.fleche {
    position: relative;
    top: 5px;
    width: 34px;
    height: 25px;
}

strong {
    color: #ff8000;
    font-weight:normal;
}
 
ol li a:hover {
    text-decoration:underline;
    color: auto;
}

a.back-link {
    color: #ff8000;
    text-decoration:underline;
}

ol.questions-reponses li {
	list-style:decimal;
}

ol.letters li {
	list-style:lower-alpha;
}

dt {
	margin-top:1em;
}
dd {
	padding:0;
	margin:0;
}
