/* CSS Document */

body{
background-image:url(fond3.jpg);
background-repeat:repeat-x;
background-color:#2E3032;
}

a{
color:#FFFFFF;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
height:30px;
width:200px;
display:block;
text-align:center;
line-height:30px;
}

a:hover{
background-image:url(fondlien.png);
background-repeat:repeat;
-moz-border-radius:15px 15px 15px 15px;
height:30px;
width:200px;
display:block;
text-align:center;
line-height:30px;
}

#logos{
overflow:hidden;
height:148px;
width:840px;
margin-left:auto;
margin-right:auto;
padding-top:160px;
}

#page{
margin:0 auto;
overflow:hidden;
padding:10px;
width:930px;
height:650px;
}

#content{
margin-top:20px;
width:920px;
height:530px;
background-image:url(fond2.png);
background-repeat:repeat-x;
-moz-border-radius:15px 15px 15px 15px;
}

#banniere{
color:#FF0000;
}

#aideimg{
margin: 10px 0px 0px 55px;
display:block;
color:#2E3032;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#retour{
padding-top:20px;
margin-left:55px;
}