body {
margin:0;
font-family:Arial, Helvetica, sans-serif;
color:#ccc;
text-align:justify;
background:#ccc;
}


#ombre {
margin:0 auto;
width:816px;
background:url(images/ombre.png) repeat-y;
}

#wrap {
margin:0 auto;
width:800px;
background:#633;
}


#haut {
background:url(images/bandeau2.jpg) no-repeat;
height:180px;
}


#gauche {
background:url(images/fond_menu.png) no-repeat;
float:left;
width:150px;
height:600px;
padding-top:20px;
}


#centre {
float:left;
width:610px;
padding:20px;
}


#pied {
clear:both;
width:800px;
padding:40px;
text-align:center;
font-size:11px;
color:#ccc;
}

#frise{
margin:0 auto;
width:1000px;
height:229px;
background:url(images/frise_ombre.jpg) no-repeat;
}

#haut h1 {
display:none;
}

a {color:#fff; text-decoration:none; font-weight:bold;}
a:hover {color:#c63;}

.centre{
text-align:center;
}

#message{
background:white;
color:red;
border : 2px solid red;
padding : 5px;
}



.violet{
color:#303;
font-weight:bold;
}

.orange{
color:#c63;
}

#gauche ul{
list-style-type:none;
padding-left:10px;
margin-top:0px;
text-align:left;
}

table, tr, td{
border : 1px solid #ccc;
}

table{
border-collapse:collapse;
}

td{
padding:5px;
}