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:#000000 url('bg.gif') repeat-x;
	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:18px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	margin:0;
	color:#333333;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform:lowercase;
	padding:0;
	margin:0;
	color:#666666;
}

input, select, textarea {
	font-family:Tahoma;
	font-size:10pt;
	color:#000;
	background:#fff;
	border:0px;
}

.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:#ACCA53;
}

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

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

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

.link a {
	text-decoration:none;
	color:#ffffff;
}

.link a:visited {
	text-decoration:none;
	color: #ffffff;
}

.link a:active {
	text-decoration:none;
	color: #ffffff;
}

.link a:hover {
	text-decoration:none;
	color:#333333;
}

.linkblanc a {
	text-decoration:none;
	color:#ffffff; font-weight:bold;
}

.linkblanc a:visited {
	text-decoration:none;
	color: #ffffff;  font-weight:bold;
}

.linkblanc a:active {
	text-decoration:none;
	color: #ffffff;  font-weight:bold;
}

.linkblanc a:hover {
	text-decoration:none;
	color:#333333;
}

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

#main_top {
	width:980px; margin:auto;
}

#top {
	width:100%;height:283px;
	background:url('top.gif') no-repeat top center;
	position:relative;
	float:left;
}

#content {
	width:960px;
	padding:0px 10px 0px 10px;
	min-height:186px;_height:186px;
	float:left;
	background:#ffffff url('top_content.gif') no-repeat top center;
}

#content div.sideleft {
	width:207px;
	margin-left:10px;
	float:left;
}

#menuleft {
	width:207px; float:left;
}

#content div.php {
	width:700px;
	margin:20px 20px 0px 0px;
	float:right;
}

#menu ul {
	position:absolute;
	bottom:-13px;left:197px;
	list-style-type:none;
}

#menu li {
	text-align:center;
	list-style-type:none;
	float:left;
	text-transform:uppercase;
	letter-spacing:0px;
	margin-right:4px;
	width:72px;height:72px;
}

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

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

#menu a div {
	padding:50px 0px 0px 0px;
}

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

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

#menu .catalogue a div {
	padding:50px 0px 0px 20px;
}

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

#main_bottom {
	width:100%;
	margin:auto;
	background:#000000;
	float:left;
}

#bottom {
	width:980px;
	height:50px;
	margin:auto;
	background:url('bottom.gif') no-repeat top center;
}

/* CONTACT */

div.contact form {
	margin:0; padding:0;
}

div.contact form fieldset {
	margin:0; padding:0;
	border:0;
	margin-bottom:5px;
	border:0px solid #e5e5e5;
}

div.contact form legend {
	font-size:14px;
	color:#ff9933;
	font-weight:bold;
	margin:0px 10px 0px 10px;
	padding:5px;
	padding-bottom:0;
	/*border-bottom:1px solid #e2001a;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

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;*/
	border:1px solid #aaaaaa;
}

div.contact textarea {
	width:700px;
	margin-top:10px;
}

div.contact table.inner input, div.contact table.inner textarea, div.contact table.inner select {
	width:200px;
}

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

div.contact form input.submit {
	background:url('submit.gif') no-repeat;
	border:0;
	width:150px;
	height:35px;
	color:#fff;
	font-size:14px;
}
/*****************************************************************/
	form.action {
        width:95%;
        margin:auto;
    }
    
    form.action div {
        float:left; width:100%; clear:both;
        margin-bottom:10px;
    }
    
    form.action div div {
        margin:0;
    }
    
    form.action label {
        float:left; width:100%; clear:both;
        margin-bottom:4px;
        font-weight:bold;
    }
    
    form.action input.text, form.action textarea.text, form.action select.text {
        float:left; width:100%; clear:both;
    }
    
    form.action input.text, form.action select.text, form.action textarea.text {
        font-family:Tahoma;
        font-size:10pt;
        background:#fff;
        color:#0000cc;
    }
    
    form.action input.text, form.action textarea.text {
        border : 1px solid #333333;
    }
    
    form.action *>input.text, form.action *>textarea.text {
        border-color : #333333;
    }
/****************************form infos persos */

	form.action_perso {
        width:95%;
        margin:auto;
    }
    
    form.action_perso div {
        float:left; width:100%; 
        margin-bottom:10px;
    }
    
    form.action_perso div div {
        margin:0;
    }
    
    form.action_perso label {
        float:left;
        margin-bottom:4px;
        font-weight:bold;
		clear:both;
		width:250px;
    }
    form.action_perso input {
		width:250px;
    }
	form.action_perso textarea {
		width:550px;
    }
    form.action_perso input.text, form.action_perso textarea.text, form.action_perso select.text {
        float:left; clear:both;
    }
    
    form.action_perso input.text, form.action_perso select.text, form.action_perso textarea.text {
        font-family:Tahoma;
        font-size:10pt;
        background:#fff;
        color:#0000cc;
    }
    
    form.action_perso input.text, form.action_perso textarea.text {
        border : 1px solid #cccccc;
    }
	form.action_perso textarea.text {
        clear:both;
    }
    form.action_perso *>input.text, form.action_perso *>textarea.text {
        border-color : #cccccc;
    }
	
	.hover_menu a {
		color:#fff;font-weight:bold;text-transform:uppercase;text-decoration:none;
	}
	.hover_menu a:hover {
		color:#666;font-weight:bold;text-transform:uppercase;text-decoration:none;
	}
