/* CSS Document */
html, body {
height: 100%;
margin: 0 ;
padding: 0 ;
text-align: center ;
font: 0.8em Times, "Times New Roman", serif ;
background-image: url(Images/Fond_antho.jpg);
background-repeat: repeat;
position: relative;
}

p {
margin-left:55px;
margin-right:55px;
margin-bottom:5px;
margin-top: 0px;
font-size: 140%;
color: #FEFEFD;
text-align: justify;
text-indent:10px;
line-height:17px;
}

ul,td {
margin-left:10px;
margin-right:20px;
font-size: 140%;
color: #FEFEFD;
text-align: left;
line-height:17px;
}

li {
margin-left:10px;
margin-right:20px;
margin-top:3px;
color: #FEFEFD;
list-style-type:circle;
background-repeat:no-repeat;
background-position:0% 65%;
padding-left:15px;
line-height:17px;
}

cite {
font-size: 97%;
}

blockquote {
margin-left:55px;
margin-right:55px;
font-style:italic;
font-size: 110%;
color: #000000;
background-color:#333333;
}

h1 {
margin-bottom:20px;
margin-top:20px;
font-size: 150%;
text-align:center;
color:#EFF7FF;
}


div#conteneur {
margin-top:15px;
margin-bottom:15px;
min-height: 100%;
width: 770px ;
margin: 0 auto ;
padding: 0 10px;
text-align: justify;
border-style:double;
background-color:#000000;
position: relative;
}

pre {
overflow: auto;
}

*html pre {
width: 636px ;
}

.centre {
text-align:center;
}

.credit {
text-align:right;
}

.gray {
color:#81847B;
font-size: 97%;
}

.in {
margin-left:10px;
margin-right:10px;
margin-bottom:5px;
}

.left {
margin-left:110px;
padding-top: 30px;
float:left;
position:relative;
}

.right {
margin-left:430px;
padding-top:70px;
position:relative;
}

.titre {
text-align:center;
margin-top:10px;
padding-bottom:6px;
font-size:500%;
}

.write {
background-color:#5B5E56;
}

a:link {color: #FFFFFF; text-decoration:underline;}
a:visited {color: #FFFFFF; text-decoration:underline;}
a:hover {color: #000000; text-decoration:none; background-color:#CCCCCC}
