/* CSS Document */
html {
background-image:url(images/back.png);
background-repeat:repeat-x;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
}

body{
margin:0;
padding:0;
}

A:link {
color:#ffffff;
}

#link_black{
color:#000000;
}

#top{
background-color:#000000;
border-bottom:1px solid #ffffff;
color:#ffffff;
padding:7px 0 7px 7px;
}

#header {
border-bottom: solid #000000;
border-width:2px 0;
font-size:120%;
margin:1px 0 0;
margin:5px;
}

#corps {
background-image:url(images/home.png);
background-size: auto;
background-repeat:no-repeat;
margin-left:5px;
}

#liste{
padding-top:50px;
height:175px;
color:#000000;
}

#text{
margin-left:5px;
}

li{
list-style-image : url(images/puce.png);
font-family: Arial, sans-serif;
font-size: 120%;
margin-left:-15px;
}

#footer{
background-color:#000000;
border-top:1px solid #ffffff;
color:#FFFFFF;
padding:2px 0 2px 4px;
}