html, body
{

 height: 100%;
 width: 100%;

}

*{

 margin:0;
 padding:0;
 text-decoration:none;
 list-style-type:none;
 border:0;

}

body{
 
 background:#c9b499 url(../../../templates/commun/img/fond.png) repeat-x 0 0;

}

.hide{
 
 display:none;

}

.ombre1{
  
 -moz-box-shadow: 2px 3px 4px #999;
 -webkit-box-shadow: 2px 3px 4px #999;

}

.arrondi{
  
 border-radius:5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;

}

.fondmods{
 
 background:#f5e5ce;
 padding:6px;

}

.divmods{

 border-radius:5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 background:#fff;
 width:100%;
 height:100%;

}

.cboth{
 
 clear:both;

}
