* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #ccccc0;
 background-image:url(fond.gif);
 background-position:center center;
}

p {
 padding: 10px;
}

a {
 text-decoration: none;
 color: #ffffff;
 text-align: justify;
}

#corps { 
 margin: 0 auto;
 width: 1050px;
}

#hautpage {
 color: #ffffff;
 width: 1050px;
 float: left;
 height: 26px;
 background: #000000;
 background-image: url('fondhaut.jpg'); 
}

#entete {
 color: #333;
 width: 1050px;
 float: left;
 height: 150px;
 background: #ffffff;
}

#menu {
 float: left;
 width: 1050px;
 height: 37px;
 color: #ffffff;
 background: #cacaca;
 background-image: url('fondmenu.jpg');
}

#contenu { 
 float: left;
 color: #333;
 background: #FFFFFF;
 /*height: 350px;*/
 width: 728px;
 display: inline;
}

#colonnedroite { 
 color: #333;
 background: #EBE3CD;
 /*height: 350px;*/
 width: 322px;
 float: left;
}

#piedpage { 
 width: 1050px;
 height: 25px;
 clear: both;
 color: #333;
 background: #6B6659;
}


