@charset "iso-8859-1";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

a,input,textaera,form{position:relative; z-index:2;}
#texte a{text-decoration:none; color:#9f7e5a;}
#texte a:hover
{
	color:#bb946b;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background:#242424;
	font-size:12px;
	color:#ac9e8f;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(../images/fond_body.jpg);
	
}

h1{
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
	font-size:13px;
	text-align:center;
}




#haut{
	background:url(../images/ombre_haut.png) top center no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ombre_haut.png', sizingMethod='crop');
	width:940px;
	height:20px;
	margin:0px auto 0px auto;

}

#conteneur{
	background:url(../images/ombre.png) center repeat-y;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ombre.png', sizingMethod='scale');
	width:940px;
	height:auto;
	margin:0px auto 0px auto;
}


#banniere{
	width:900px;
	height:353px;
	margin:0px auto 0px auto;
	background-image:url(../images/fond_banniere.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	z-index:10;
	position:relative;
}

#contenu{
	width:900px;
	height:auto;
	margin:0px auto 0px auto;
	background:#272727;
	min-height:320px;
	padding:0px;
}

html<body #conteneur #contenu{
	height:auto;
	min-height:300px;
}

/*---------------*/
/*Menu Horizontal*/
/*---------------*/

/*#menu{
	width:900px;
	height:30px;
	background:#CCC;
	margin:0px auto 0px auto;
}*/

/*-------------------*/
/*FIN Menu Horizontal*/
/*-------------------*/

/*-------------*/
/*Menu Vertical*/
/*-------------*/
#menu{
	padding-top:10px;
	width:200px;
	height:295px;

	}
#menu a
{
	font-size:18px;
	text-decoration:none;
	color:#9f7e5a;
}
#menu a:hover
{
	color:#bb946b;
}
#menu li
{
padding:0px 0px 3px 20px; list-style-type: none;	
}
ul
{
	list-style-type: none;	
}
/*-----------------*/
/*FIN Menu Vertical*/
/*-----------------*/


#texte{

	width:670px;
	height:auto;
	min-height:318px;
	text-align:justify;	
	background:#272727;
	/*Menu Vertical*/
		margin-left:188px;
		margin-top:-300px;
	/*FIN Menu Vertical*/
	
	/*margin:0px auto 0px auto;*//*Menu Horizontal*/
	background-image:url(../images/fond_centre.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-left:22px;
	padding-right:20px;
	padding-top:12px;
	}
	
#texte p
{
	padding-top:10px;
	padding-left:10px;
}


/*LIEN ET ACTIVITES*/

#liste
{
	clear:both;
	min-height:130px;
	padding-left:5px;
	margin-top:10px;
}
#liste #cadre
{
	width:120px;
	height:90px;
	float:left;
	padding:10px;
	margin-right:10px; 
}
#cadre img { border:0px; width:120px; height:90px; }

h2 { font-size:14px; margin:0px; padding:0px; color:#9f7e5a;}

#lien { margin:0px; padding:0px; background-image:url(../images/photo.jpg); width:72px; height:15px; padding-left:20px; margin-left:570px; margin-top:8px; }
#lien:hover { background-image:url(../images/photo_hover.jpg); }
#lien a { text-decoration:none; color:#323231; }
#liste p {padding:0px; }

#cadre
{
	margin:5px;
	display:inline-block;
	margin-right:30px;
	margin-left:-5px;
	width:120px;
	height:90px;
	padding:10px;
	background-image:url(../images/cadre.png);
}
/*FIN LIEN ET ACTIVITES*/



/*PAGE CONTACT*/


#contact{
	width:300px;
}

#form_contact{
	width:400px;
	padding:0px 10px 0px 0px;
}

/*FIN PAGE CONTACT*/




/*TARIFS*/

#texte .tarifs{
	text-align:center;
	margin:10px auto 10px auto;
	vertical-align:middle;
	border:1px solid #999999;
}

#texte .tarifs thead tr td{
	background:#999999;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
}

#texte .tarifs td{
	padding:5px;
}

#texte .tarifs .tarifs_type{
	background:#999999;
	color:#FFFFFF;
	text-align:left;
}

#texte .tarifs .tarifs_prix{
	background:#CCCCCC;
	color:#000000;
	text-align:center;
}

/*FIN TARIFS*/

#footer{
 
 	margin: 0px auto;
	width:900px;
	height:16px;
	text-align:center;
	background:#9f7e5a;
	color:#404040;
	padding-top:2px;
	padding-bottom:4px;
}

#bas{
	background:url(../images/ombre_bas.png) center bottom no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ombre_bas.png', sizingMethod='crop');
	width:940px;
	height:10px;
	margin:0px auto 0px auto;
	text-align:center;
	padding-top:10px;
}
#bas a
{
	text-decoration:none;
	color:#ac9e8f;
	
}
#bas a:hover
{
	text-decoration:underline;
}
