/* CSS Document */

body {
background-color:#333333;
color:#CCCCCC;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
margin-left:0px;
margin-top:0px
}

div#porteur {
background:#000000;
width:700px;
padding:10px;
min-height:500px
}

div#gauche {
position:static;
width:200px;
float:left
}

div#pied {
width:700px;
padding:10px;
font-size:smaller;
background-color:#0F0F0F;
}

h1 {
color:#FFCC00;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:21px
}

a:link {
color:#FFFFCC;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:underline
}

a:visited {
color:#FFFF99;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:underline
}

a:hover {
color:#FFE479;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:underline
}

a:visited:hover {
color:#FFE479;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:underline
}

.img {
border-color:#FFFFCC;
border-style:dashed;
border-width:1px;
padding:2px
}

ul {
list-style-type:square
}
