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: #090e22 url('bg_top.jpg') no-repeat top center;
	
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

/*#center {
	margin:0; padding:0;
	float:left;
	width:100%;
	clear:both;
	/*background: url('bg_bottom.gif') no-repeat bottom center;
}*/

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

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

input, textarea {
	border: 1px solid #cccccc;
}
*>input, *>textarea {
	border-color : #333;
}

.trans {
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

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

.creation {
	width:170px;
}

p {
	text-align:justify;
}

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

a {
	text-decoration: none;
	color: #000000;
}

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

a:active {
	text-decoration: none;
	color: #8a4b4b;
}
a:hover {
	text-decoration: none;
	color: #8a4b4b;
}

.mini {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.lienstrans a{
	display:block;
	width:235px;
	height:84px;
	-moz-opacity:1;
	opacity: 1;
	filter:alpha(opacity=100);
}

.lienstrans a:hover{
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

/************************* structure site ****************************/
#main {
	width:1000px;
	margin:auto;
}

#top {
	float:left;
	width:100%;
	clear:both;
	background:url('fond_top.jpg') top center no-repeat;
	position:relative;
	height:197px;
}

#menu {
	position:absolute;
	top:173px;
	left:377px;
	width:600px;
	height:19px;
}

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

#menu li {
	width:140px;
	height:20px;
	text-align:center;
	list-style-type:none;
	float:left;
	text-transform:uppercase;
	padding-left:10px;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	color:#090e22;
	width:140px;
	height:20px;
	display:block;
	_display:inline-block;
	background:url('btn.gif') top center repeat-x;
}

#menu  a:hover, #menu  a.active {
	color:#fff;
	background:url('btn_hover.gif') top center repeat-x;
}

#menu div{
	padding-top:4px;
}

#content {
	float:left;
	clear:both;
	width:100%;
	position:relative;
	background: url('bg_03.jpg') repeat-y top center;
}

#sideleft {
	float:left;
	width:250px;
	text-align:center;
	background:url('top_content.jpg') no-repeat top left;
	min-height:330px;
	_height:330px;
}

#php {
	float:right;
	padding-right:30px;
	text-align:justify;
	width:700px;
	
	min-height:330px;
	_height:330px;
}

#diapo {
	background:url('bg_anim.jpg') top center no-repeat;
	height:143px;
	width:1000px;
	float:left;
}

#footer {
	float:left;
	width:100%;
	clear:both;
	color:#ffffff;
	position:relative;
	background:url('bg_bottom.jpg') no-repeat center top;
	height:126px;
	text-align:center;
}

#footer div {
	width:100%;
	float:left;
	position:absolute;
	bottom:10px;
	right:0px;
}

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

#footer a:hover{
	color:#0099CC;
}

/***********************menu_concept***************************/

#menu_concept {
	width:680px;
	height:35px;
	background:url('menu_concept.gif') center no-repeat;
}

#menu_concept ul {
	padding:0px;
	margin:0px;
	text-align:left;
	list-style-type:none;
	width:100%;
}

#menu_concept li {
	width:200px;
	height:35px;
	text-align:center;
	list-style-type:none;
	float:left;
	text-transform:uppercase;
	margin-left:20px;
}

#menu_concept a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#ffffff;
	width:200px;
	height:35px;
	display:block;
	_display:inline-block;
}

#menu_concept  a:hover, #menu_concept  a.active {
	color:#0099CC;
	background: url('menu_concept_hover.gif') center no-repeat;
}

#menu_concept div{
	padding-top:10px;
}

/* FORMULAIRE DE CONTACT */

form.contact label {
	float:left;
	width:120px;
	text-align:left;
	margin-bottom:10px;
}

form.contact sup {
	font-size:8px;
	color:#cc0000;
}

form.contact input {
	float:left;
	width:200px;
	margin-bottom:10px;
	margin-left:5px;

}

form.contact textarea {
	float:left;
	width:100%;
	clear:both;
}

