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

*{
	margin:0;
	padding:0;
}

a,input,textaera,form{position:relative; z-index:2;}

body{
	font-family:Arial, Helvetica, sans-serif;
	background:#31535d;
	background-image:url(../images/fond2-ok.jpg);
	font-size:12px;
	color:#ffffff;
}

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:381px;
	margin:0px auto 0px auto;
	background-image:url(../images/header.jpg)
}

#contenu{
	width:900px;
	height:auto;
	margin:0px auto 0px auto;
	background-image:url(../images/middle.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#012f47;
	min-height:220px;
}

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

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

#menu{
	width:350px;
	height:20px;
	margin:0px auto 0px 30px;
	font-size:15px;
	font-weight:bold;
}

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



#texte{
	width:800px;
	height:auto;
	text-align:justify;	
	
	
	margin:0px auto 0px 20px;*//*Menu Horizontal*/
	}
	
#texte p {
padding:10px 0px;

}


/*LIEN ET ACTIVITES*/

#liste
{
	clear:both;
	min-height:100px;
	height:auto;
	padding:5px 0px;
}
h2
{
	color:#d66b0b;
	font-weight:100;
	font-size:14px;
}

#liste #cadre
{
	display:inline-block;
	width:90px;
	height:60px;
	padding:10px;
	background-image:url(../images/cadre.png);
	margin-left:-9px;

}
#liste a
{
	color:#3599b1;
}
#liste a:hover 
{
	color:#d66b0b;
}
#cadre img { border:0px; width:90px; height:60px;}

/*FIN LIEN ET ACTIVITES*/



/*PAGE CONTACT*/


#contact{
	width:300px;
}

#form_contact{
	width:400px;
	padding:0px 10px 0px 0px;
}
#form_contact td
{
	padding:5px;
}
fieldset
{
	margin-bottom:-50px;
	border:1px solid #d66b0b;

}
legend
{
	color:#d66b0b;
}

/*FIN PAGE CONTACT*/




/*TARIFS*/

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

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

#texte .tarifs td{
	padding:5px;
	border:1px solid #d66b0b;
}

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

#texte .tarifs .tarifs_prix{
	color:#FFF;
	text-align:center;

}
legend
{
	padding:0px 4px;
}
/*FIN TARIFS*/

#footer{
 
	width:900px;
	height:23px;
	padding-top:60px;
	margin:0px auto 0px auto;
	background-image:url(../images/foot.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	clear:both;
}

a
{
text-decoration:none;
color:#ffffff;
}
a:hover
{
	text-decoration:underline;
}
#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:20px;
	margin:0px auto 0px auto;
	text-align:center;
	
}
