html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9b9b9b;
	background-color: #fecb81;
}

p, form, input {
	margin: 0;
	padding: 0;
}

select {
	color: #000;
	background-color: #fff;
}

img{
	border:0;
}


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


#general{
	margin:0 auto;
	padding:0;
	width:770px;
	margin-top: 10px;
}
#left {
	position: relative;
	float: left;
	width: 211px;
	height: 679px;
}
#right {
	position: relative;
	float: right;
	width: 536px;
	background-image: url(../images/deco/bg_general.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}







/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	background-image: url(../images/deco/bg_header.jpg);
}




/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0 0 20px 0;
	background-color: #FFFFFF;
	background-image: url(../images/deco/bg_content.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 536px;
}
#content h1 {
	color: #bb3000;
	font-size: 14px;
	background-image: url(../images/deco/bg_H1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px 0 10px 20px;
	margin: 0 0 15px 0;
}
#content h2 {
	color: #272727;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background-image: url(../images/deco/bg_H1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


#flash_anim {
	padding: 20px 20px 0 20px;
}




/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:236px;
	left:20px;
}
#left_content p {
	text-align: justify;
	line-height: 18px;
	padding: 0 0 10px 0;
}
#left_content strong {
	color: #FDAD35;
}

#left_content{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#left_content2{
	float:left;
	position:relative;
	width:500px;
	left:20px;
}
#left_content2 p {
	text-align: justify;
	line-height: 18px;
	padding: 0 0 10px 0;
}
#left_content2 strong {
	color: #FDAD35;
}

#left_content2{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#left_content2 table img {
	margin-bottom:5px;

}

#left_content3{
	float:left;
	position:relative;
	width:330px;
	left:20px;
}
#left_content3 p {
	text-align: justify;
	line-height: 18px;
	padding: 0 0 10px 0;
}
#left_content3 strong {
	color: #FDAD35;
}

#left_content3{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

/*/// partie de droite ///*/
#right_content{
	float:right;
	width:244px;
	right:20px;
	padding: 0;
	position: relative;
}
#right_content p {
	color: #828282;
	padding: 0 0 15px 0;
}

#right_content img {
	margin-bottom: 5px;

}
.contact {
	padding: 0 20px 20px 20px;
}

#right_content2{
	float:right;
	width:144px;
	right:20px;
	padding: 0;
	position: relative;
}
#right_content2 p {
	color: #828282;
	padding: 0 0 15px 0;
}

#right_content2 img {
	margin-bottom: 5px;

}







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

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:12px 0 0 20px;
	text-align: left;
	color: #6c6c6c;
	background-image: url(../images/deco/footer.gif);
	height: 66px;
}
#footer strong {
	color: #bb3000;
}


#footer a{
	color:#6C6C6C;
	text-decoration:none;
}

#footer a:hover{
	color:#BB3000;
}



/*classe clear*/

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


 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	padding: 0;
	color:#000;
}
h4 {
	margin: 0;
	padding: 0;
	color:#000;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}


#menu {
	background-image: url(../images/deco/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 485px;
}



ul#menu_vertical{
	margin:0 auto;
	padding:40px 0 0 0;
	width:163px;
	list-style:none;
	text-align:left;
}


ul#menu_vertical li{
	margin:0;
}

ul#menu_vertical li a{
	padding:0;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	height:40px;
	background-image: url(../images/deco/bg_btn.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	font-size: 12px;
	line-height: 40px;
	
}

ul#menu_vertical li a:hover, ul#menu_vertical li a.menu_actif {
	text-decoration:none;
	color: #fecb81;
}
