html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #445130;
	background-color: #bbe589;
}

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

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



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


#general{
	margin:0 auto;
	padding:0;
	width:848px;
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}





/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	height:289px;
	background-image: url(../images/deco/header.jpg);
	
}
#header_home {
	background-image: url(../images/deco/header_home.gif);
	background-repeat: repeat;
	background-position: center;
	height: 91px;
}




/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 800px;
	background-image: url(../images/deco/bg_content.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content_home {
	width: 800px;
	margin: 0 auto;
}
#flash_anim {
	width: 498px;
	margin: 0 auto;
}




/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:228px;
	left:0px;
	padding-top: 41px;
	height: 283px;
	background-image: url(../images/deco/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: center 41px;
}

#left_content p {
	text-align: justify;
	line-height: 18px;
	padding: 0;
}




#left_content h2 {
	margin: 0;
	padding: 0;
	color: #e99820;
	font-size: 12px;
	
}




/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	width:572px;
	right:0px;
	padding: 0;
	
}
.titre {
	margin-bottom: 9px;
	padding: 0;
}
.left {
	float: left;
	width: 234px;
	padding: 35px 0 0 0;
	position: relative;
	left: 11px;
}
.left p {
	text-align: justify;
	line-height: 18px;
	padding: 0 0 10px 0;
}
.left strong {
	color: #cb6410;
}
.right {
	width: 266px;
	float: right;
	position: relative;
	right: 34px;
}
.menus {
	width: 527px;
	background-color: #D8FE9C;
	background-image: url(../images/deco/bottom_menu.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	margin-bottom: 10px;
}
.menus h2 {
	margin: 0 10px 15px 20px;
	padding: 0 0 4px 0;
	font-size: 14px;
	color: #B7064E;
	border-bottom: 1px dashed;
	font-variant: small-caps;
	border-color: #3F6404;
}
.menus h3 {
	margin: 0 0 15px 25px;
	color: #FF3300;
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
}
.menus p {
	padding: 0 20px 0 30px;
	line-height: 18px;
}
table.cartes {
	margin: 0 0 0 20px;

}

.cartes td {
	padding: 0 0 10px 0;
}
.prix {
	text-align: right;
}
.plan {
	width: 318px;
	margin: 0 auto;
}















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

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding: 80px 0 0 0;
	text-align: center;
	color: #4d5b36;
	height: 82px;
	background-image: url(../images/deco/footer.gif);
}

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

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



/*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 HORIZONTAL ne pas oublier de mettre un clear:both; après votre menu*/

ul#menu_horizontal{
	margin: 0 ;
	padding: 0 ;
	list-style: none;
}

ul#menu_horizontal li{
	float:left;
}

ul#menu_horizontal li a{
	padding:0;
	display:block;
	color:#fcd67d;
	line-height:29px;
	text-decoration:none;
}

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

ul#menu_vertical{
	margin:0;
	padding:9px 0 0 19px;
	width:193px;
	list-style:none;
	text-align:left;
}

ul#menu_vertical li{
	margin:0 0 10px 0;
}

ul#menu_vertical li a{
	padding:0 0 0 15px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	height:35px;
	line-height: 35px;
	background-image: url(../images/deco/bg_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}

ul#menu_vertical li a:hover, ul#menu_vertical li a.menu_actif {
	text-decoration:none;
	background-position: left bottom;
}

