* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
 color: #666666;
 font-size: 13px;
 background:#A5C5D4 url("images/fond_wrapper.png") repeat-y top center;
}
#wrapper {
 width: 800px;
 margin: 0 auto;

}

#header, #flashtop {
 margin: 0px;
 height: 160px;
 padding: 0px;
 background: #C9C9BE url("images/bandeau_top.jpg") no-repeat top left;
}
#leftcolumn { /* Parent Wrapper for inside boxes */
 width:150px;
 margin: 0px;
 display: inline; /* IE Hack */
 float: left;
 min-height: 400px;
 padding: 0px;
 background: #FFCE00 url("images/colonne_gauche_bg.png") repeat-x top left;
}
* html #leftcolumn {height:400px} /* IE Min-Height Hack */ 

#centercolumn { /* Parent Wrapper for inside boxes */
 width: 420px;
 margin: 0px;
 display: inline; /* IE Hack */
 padding: 0px 10px;
 float: left;
 min-height: 400px;
 background:#ffffff;
}
* html #centercolumn {height:400px} /* IE Min-Height Hack */ 

#rightcolumn {
 width:200px;
 margin: 0px;
 padding: 0px;
 display: inline; /* IE Hack */
 float: left;
 background-color: #007E3A;
 min-height: 400px;
}
* html #rightcolumn {height:400px} /* IE Min-Height Hack */ 

#footer {
 background: #FFFFFF url("images/bandeau_bot.jpg") no-repeat top left;
 margin: 0px;
 display: inline; /* IE Hack */
 float: left;
 width: 800px;
 padding-top:10px;
 height: 25px;
 color: #FFFFFF;
 text-align:center;
}

