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:#1a191c url('bg.gif') repeat-x top;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

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;
}

.creation {
	width:150px;
	margin:2px;
}

p {
	text-align:justify;
}

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

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

.liens_bleu a {
	color:#666699;
}

.liens_bleu a:hover {
	color:#663366;
}


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

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

a:active {
	text-decoration:none;
	color: #fff;
}
a:hover {
	text-decoration:none;
	color:#FFCC00;
}

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

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

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

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

#menu {
	position:absolute;
	bottom:0px;
	left:280px;
}

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

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

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

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

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

#menu div.top {
	padding-top:2px;
}


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

#sideleft {
	float:left;
	text-align:justify;
	width:700px;
	min-height:200px;
	_height:200px;
	padding-left:30px;
	padding-top:20px;
}

#sideright {
	float:left;
	text-align:justify;
	width:224px;
	min-height:300px;
	height:300px;
	margin-left:20px;
	background:#dbdde5 url('sideright_bg.gif') no-repeat bottom;
}

#php {
	float:left;
	width:700px;
}

#footer {
	width:100%;
	clear:both;
	color:#333333;
	position:relative;
	background:url('bottom_bg.gif') repeat-x top center;
	font-size:9px;
}

#footer div.center {
	width:1000px;
	margin:auto;
}

#footer div.center div.bottombg {
	width:100%; height:70px;
	background: url('bottom.jpg') no-repeat top center;
	position:relative;
}

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

#footer a:hover{
	color:#ffffff;
}

/* CONTACT */

form.contact {
	margin:0; padding:0;
	float:left;
	width:100%;
	clear:both;
}

form.contact fieldset {
	float:left;
	width:100%;
	clear:both;
	margin:0; padding:0;
	margin-bottom:20px;
	border:1px solid #d0ae28;
}

form.contact legend {
	color:#c44613;
	font-weight:bold;
	background:#f8da58;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}

form.contact input.radio {
	width:auto;
}

form.contact label {
	clear:left;
	float:left;
	width:100px;
	font-size:11px;
}

form.contact input, form.contact select {
	float:left;
	width:180px;
	clear:right;
}

form.contact textarea {
	float:left;
	width:625px;
	clear:both;
}

form.contact input.valid {
	background:#f9d957;
	color:#c44613;
	font-weight:bold;
	border:1px solid #d0ae28;
	padding:5px;
}

/****************SOUS MENU****************************/

#sousmenu {
	float:left;
}

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

#sousmenu li {
	width:170px;height:28px;
	text-align:left;
	list-style-type:none;
	float:left;
	text-transform:uppercase;
	letter-spacing:0px;
	margin-top:10px;
}

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

#sousmenu a:hover, #sousmenu a.active {
	color:#ffffff;
	background:url('sousmenu_hover.gif') no-repeat;
	text-decoration:none;
}

#sousmenu div{
	padding-top:8px;
	padding-left:10px;
}

