html, body
{
	background-color:	#D9D9CF;
	margin:				0px ;
	text-align:			center; /* Correction bug de centrage IE */
}

img
{
	border: 			0px;
	margin: 			0px;
}

a
{
	color:				#993300;
}

a:hover
{
	color:				#000;
}

h1
{
	width:					100%;
	background:				transparent url('../images/bande_h1.jpg');
	background-position:	0% 100%;
	background-repeat:		no-repeat;
	padding:				0px 0px 10px 0px;
	text-align:				right;
	font:					16px Arial;
	font-weight:			bold;
	color:					#2a2a2a;
}

h2
{
	font:					14px Arial;
	text-align:				left;
	font-weight:			bold;
	color:					#C24100;
}

h3
{
	width:					100%;
	padding:				0px 0px 10px 0px;
	text-align:				center;
	font:					12px Arial;
	font-weight:			bold;
	color:					#2a2a2a;
}

table
{
	border-collapse:		collapse;
}

table td
{
	padding:				20px 0px 20px 10px;
	text-align:				left;
	font:					12px Arial;
	color:					#333333;
	border-bottom:			solid 1px #999999;
}

#container
{ 
	position:			relative;
	margin:				0 auto; 
	width:				800px;
	border-left:		1px solid #9e9e95;
	border-right:		1px solid #9e9e95;
	background-color:	#b0b08d;
}

#header
{
	/*width:				800px;*/
	/*top:				0px;*/
	padding:			0px;
	margin:				0px;
	height:				200px;
}

#menu
{
	left:				0px;
	position:			absolute;
	width:				130px;
}

#page
{
	height:				350px; 
	margin-left:		131px;
	width: 				629px;
	padding:			5px 20px 5px 20px;
	background:			#ffffff;
}

.slide
{
	text-align:			left;
}

.slide a
{
	padding: 			5px 10px 10px 35px;
	background:			url(../images/icon_slideshow.jpg) 0px 0px no-repeat;
	text-decoration:	none;
	color:				#333333;
	font:				12px Arial;
	font-weight:		bold;
}

html>body #page /*Hack mini-height IE de merde ! */
{
	height:				auto;
	min-height:			350px;
} 


#footer
{
	border-top:			1px solid #fff;
	border-bottom:		1px solid #a1a5a9;
	height:				12px;
	margin:				0px;
	padding:			8px 0px 8px 0px;
	background-color:	#D4D4C6;
	text-align:			center;
	color:				#993300;
	font:				11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

.texte
{
	font:					12px Arial;
	color:					#333333;
	text-align:				justify;
	line-height:			170%;
}

.texte:first-letter
{
	font:					250% Arial;
	color:					#636363;
	font-weight:			bold;
}

.form
{
	width:					500px;
	border:					1px solid #9e9e95;
	background:				url(../images/degrade.jpg) repeat-x;
}

.form th
{
	border:					1px solid #9e9e95;
	padding:				5px 5px 5px 5px;
}

.form td
{
	border:					0px;
	padding:				5px 5px 5px 5px;
}

.innerfade-title
{
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 290;
	width: 100%;
	background: #2e2e2e ;
	height: 30px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: .7;
	border-top: 1px solid white;
}
.innerfade-title h2{
	color: white;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 5px;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	line-height: 30px;
}

.mycontrolboxclass{
	position: absolute;
	right: 5px;
	bottom: 0px;
}

ul#banniere, ul#diaporama, ul#diaporama_histo
{
	z-index:				1;
	padding:				0;
	margin:					0;
	list-style-type:		none;
}
ul#banniere li, ul#diaporama li, ul#diaporama_histo li
{
	padding:				0;
}

blockquote#pas_ok
{
	padding:				0;
	margin:					0;
	width:					100%;
	height:					25px;
	background:				#ffe6e6;
	border:					1px solid #df7b7b;
	font-weight:			bold;
}

blockquote#ok
{
	padding:				0;
	margin:					0;
	width:					100%;
	height:					25px;
	background:				#ccffcd;
	border:					1px solid #019609;
	font-weight:			bold;
}

#ml li
{
	text-align:				left;
	font:					12px Arial;
	color:					#333333;
}