html {
	scrollbar-face-color: #eeeeee;
    scrollbar-shadow-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-3dlight-color: #fff;
    scrollbar-darkshadow-color: #cccccc;
    scrollbar-track-color: #cccccc;
    scrollbar-arrow-color: #660000;
	background-color:#CCCCCC;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:url('fd_top.gif') repeat-x top center;
}


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

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

a{
	text-decoration: none;
	color: #000000;
}
a:visited{
	text-decoration: none;
	color: #000000;
}
a:active{
	text-decoration: none;
	color: #000000;
}
a:hover{text-decoration: none; color: #999999;}

strong {
	color: #333333;
}

#conteneur{
	width:1000px;
}

#main{
	float:left;
	width:100%;
	position:relative;
	background: url('fond_content.gif') center repeat-y;
}

#top{
	float:left;
	position:relative;
	width:1000px;
	clear:both;
	background: url('fond_01.gif') no-repeat;
	height:201px;
}

#content {
	float:left;
	position:relative;
	width:1000px;
	clear:both;
	/*background:url('fond_content.gif') repeat-y;*/
}

#menu {
	position:absolute;
	bottom:29px;
	left:300px;
	width:700px;
	padding:0;
	margin:0;
	list-style-type: none;
}

#menu li {
	float:left;
	text-align:center;
	padding-top:10px;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color: #666666;
	width:140px;
	height:23px;
	display:block;
	padding-top:11px;
	background:url(../../bts/acc1.gif);
}

#menu a:hover, #menu a.active {
	color: #222;
	background:url(../../bts/acc2.gif);
}

#sideleft {
	position:relative;
	float:left;
	text-align:left;
	width:250px;
	margin-top:12px;
}

#php {
	position:relative;
	float:right;
	text-align:left;
	width:650px;
	margin-top:12px;
	padding-right:40px;
}

#footer {
	float:left;
	position: relative;
	background: url(fond_bottom.gif) no-repeat center;
	width:1000px;
	height:153px;
}

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