html {
	scrollbar-face-color: #eeeeee;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #660000;
}

body {
	float:left;
	width:100%;
	clear:both;
	background:#2d2a25;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
	margin:0;
	color:#333333;
}

input, select, textarea {
	font-family:Tahoma;
	font-size:10pt;
	color:#000;
	background:#fff;
}
.clr {
	clear:both;
}
.trans {
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.transno {
	-moz-opacity:1;
	opacity: 1;
	filter:alpha(opacity=100);
}

p {
	text-align:left;
}

.email {unicode-bidi:bidi-override; direction: rtl;}

/************************ liens txt ****************************/

a {
	text-decoration:underline;
	color:#333333;
}

a:visited {
	text-decoration:none;
	color: #333333;
}

a:active {
	text-decoration:none;
	color: #333333;
}

a:hover {
	text-decoration:none;
	color:#660000;
}

/************************* structure site ****************************/

#main_top {
	width:100%;
	margin:auto;
	background:#ab7757 url('bg_top.jpg') no-repeat top center;
}

#top_content {
	width:1000px;
	margin:auto;
	height:448px;
}

#top_content div.sideleft {
	width:235px; height:448px;
	background:url('bg_side.jpg') no-repeat top center;
	float:left;
	margin-left:10px;
	_margin-left:5px;
}

#top_content div.sideright {
	width:715px; height:448px;
	background:url('bg_content.jpg') no-repeat top center; 
	float:left; 
	margin-left:20px;
	_margin-left:10px;
}

#menu ul {
	padding:0px;
	margin:230px 0px 0px 0px;
	list-style-type:none;
	width:100%;
}

#menu li {
	width:235px;height:20px;
	text-align:left;
	list-style-type:none;
	float:left;
	text-transform:uppercase;
	letter-spacing:0px;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#333333;
	width:235px;height:20px;
	display:block;
	_display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	background:url('menu.gif') top center no-repeat;
}

#menu a:hover, #menu a.active {
	color:#fff;
	background:url('menu.gif') bottom center no-repeat;
	text-decoration:none;
}

#menu div{
	padding:4px 0px 0px 20px;
}

/***************MENU BIS******************/

#menu_bis ul {
	padding:0px;
	margin:16px 0px 0px 0px;
	list-style-type:none;
	width:100%;
}

#menu_bis li {
	height:20px;
	text-align:center;
	list-style-type:none;
	float:left;
	text-transform:normal;
	letter-spacing:0px;
	margin-right:2px;
}

#menu_bis a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#fff;
	height:20px;
	display:block;
	_display:inline-block;
	text-decoration:none;
	background:url('btn_menu_bis.gif') no-repeat top left;
}

#menu_bis a:hover, #menu_bis a.active {
	color:#01a0c7;
	background:url('btn_menu_bis.gif') no-repeat bottom right;
	text-decoration:none;
}

#menu_bis div{
	padding:4px 5px 0px 5px;
}

/*****************************************/

#main_bottom {
	width:100%;
	margin:auto;
	background:#2d2a25 url('bg_bottom_repeat.gif') repeat-x top center;
}

#bottom {
	width:100%; height:302px;
	margin:auto;
	background: url('bg_bottom.jpg') no-repeat top center;
}

#bottom_content {
	width:1000px;
	margin:auto;
}

#bottom_content div.contenu {
	float:left;
	width:100%;
	position:relative;
}

#bottom_content div.flash {
	width:339px;
	height:277px;
	position:absolute;
	top:0px;
	left:-20px;
}

#footer {
	position:absolute;
	top:200px;
	left:350px;
	width:500px;
}

#footer div {
	color:#FFFFFF;
	font-size:10px;
}

#footer div a {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer div a:hover {
	color:#FF0000;
}

.bloc {
	width:280px;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #999999;
}
.padd_border {
	padding:0px 10px;
}
.justify {
	text-align:justify;
}
.palmares {
	font-size:18px;
	font-weight:bold;
	color:#3399CC;
	border-bottom:1px solid #3399CC;
	width:500px;"
}
/* CONTACT */
div.contact form {
	margin:0; padding:0;
	font-size:10px;
}

div.contact form fieldset {
	margin:0; padding:0;
	border:1px solid #cccccc;
	margin-bottom:10px;
	_padding-bottom:0px;
	
}

div.contact form legend {
	font-size:14px;
	color:#01a0c7;
	font-weight:bold;
	margin:10px 10px 0px 10px;
	padding:5px;
	padding-bottom:0;
	_margin:0px 0px 10px 0px;
	border:1px solid #cccccc;
}

div.contact form sup {
	color:#cc0000;
}

div.contact table.inner label {
	font-weight:bold;
	/*float:left;
	width:40%;
	clear:left;*/
}

div.contact table.inner div {
	float:right;
	width:58%;
	clear:right;
}

div.contact table.inner div.clear {
	margin-bottom:10px;
	clear:both;
	width:100%;
	float:left;
}

div.contact textarea, div.contact input, div.contact select {
	border-width:1px;
	border-color:#666;
}

div.contact textarea {
	width:290px;
	margin:6px;
	padding:0px;
	overflow:auto;
	border:0px;
}

div.contact table.inner input, div.contact table.inner textarea, div.contact table.inner select {
	width:180px;
	border:0px;
}

div.contact form input.radio {
	width:auto;
	clear:none;
	background:transparent;
}

div.contact form input.submit {
	background:url('submit.gif') no-repeat;
	border:0;
	width:150px;
	height:35px;
	color:#fff;
	font-size:14px;
}

div.zoom img {
	border:1px solid #999;
}

/****************MENUACTU************************/

#menuactu ul {
	padding:0px; margin:0px;
	list-style-type:none;
	width:100%;
}

#menuactu li {
	width:200px;
	text-align:left;
	list-style-type:none;
	float:left;
	text-transform:uppercase;
	letter-spacing:0px;
}

#menuactu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#666666;
	width:200px;
	display:block;
	_display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	background:#d5d5d5;
}

#menuactu a:hover, #menuactu a.active {
	color:#fff;
	background:url('btn_actu.gif') no-repeat top center;
	text-decoration:none;
}

#menuactu div{
	padding:4px;
}

/****************************************/

