@charset "UTF-8";

img {
	border:none;
}
select {
	color: #000;
	background-color: #fff;
}



 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general {
	width:100%;
	height:100%;
	position:absolute;
	left:-9px;
	background-repeat: no-repeat;
	background-image: url(../images/deco/bg-site-cadre.png);
	background-position: center top;
}

/*Haut de page  HEADER*/
.decale{
	padding-left: 10px;
}
.slideshow {
	height: 200px;
	width: 680px;
	margin: auto;
}
.slideshow img {
	padding: 10px;
	border: 1px solid #333;
	background-color: #333;
}
/*Contenu de page  CONTENT */

#cont {
	margin:40px auto;
	width: 980px;

}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/

#left_content{
	float:left;
	position:relative;
	background-color:#333;
	width:200px;
	left:0px;
}

/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	background-color:#333;
	width:200px;
	right:0px;
}

/*///    partie du centre   ///*/
.image-droite {
	padding:10px;
	margin:0px 0px 10px 10px;
	float:right;
	border: 1px solid #999;
	background: #FFF url(../images/deco/bg-image.png) repeat-x left bottom;
}

/*/// fin des colonnes ///*/	




.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}
  
