
/* CSS Document */

*{
padding:0;
margin:0;}

body{
color:#908f8f;
font-family:verdana;
font-size:12px;
line-height:16px;
behavior: url("../css/csshover.htc");
}

img{
border:0;}

p{
padding-bottom:12px;}

a{
text-decoration:underline; color:#85be3e;}

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

#header{
width:100%;
background-image:url(../images/bg_header.jpg);
background-repeat:repeat-x;}

#content{
background-image:url(../images/bg_content.gif);
background-repeat:no-repeat;
overflow:auto;
padding-bottom:20px;
width:1100px;}

#menu{
width:220px;
float:left;
padding-top:25px;}

ul{ list-style:url(/images/arrow.png);
padding-left:15px;}

 ul li { list-style:url(/images/arrow.png);}

#menu ul{ list-style:none;}

#menu ul li { display:inline;}

#texte {
padding-top:25px;
width:547px;
float:left;
}

#logo{
float:left;}

#footer{
width:100%;
background-color:#aadcf5;
height:25px;
font-size:11px;
padding-top:10px; color:#828485;
}