body
{
position:relative;
background:#8AA80A url(images/fond.jpg) repeat-x;
width:725px; 
margin:auto;
font-size:12px;
font-family:Arial;
text-align:justify;
color:#8AA80A;
}

#corps
{
float:right;
width:480px;
padding-right:60px;
}

#menu
{
float:left;
padding-left:60px;
width:110px;
}

#menu ul
{
list-style-image: url(images/puce.jpg);
margin:0;
padding:0;
} 

#menu li
{
margin-left:20px;
}

#header
{
width:725px;
height:215px;
background-image:url("images/header.jpg");
margin-top:0px;
}

#footer
{
width:725px;
height:71px;
background-image:url("images/footer.jpg");
margin-bottom:0px;
clear:both;
}

#barre
{
float:left;
background-image:url('images/barre.jpg');
background-repeat:repeat-y;
width:725px;
height:auto;
}

h2
{
font-size:13px;
border-bottom: 1px dotted #8AA80A;
}

a
{
color:#B3D426;
border-bottom: 1px dotted #B3D426;
text-decoration:none;
}

a:hover
{
border-bottom: 0px dotted #B3D426
}

a:visited
{
text-decoration:none;
}

#copyright
{
font-size:11px;
font-family:Arial;
text-align:center;
}