/* style18 */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #1c3879;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size:12px;
	background:url(../images/header_bkg.jpg) repeat-x;
	background-color:#000;
}

/* font colors */

a {
	color: #003399;
	font-size: 12px;
}
a img{
	border:none;
}
p{
	margin-top:0;
}

b {
	color: #333333;
}
#menu {
	width:750px;
	margin-left:11px;
	height:31px;
	line-height:31px;
}
#menu a, #menu h2 {
	display: block;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}

#menu a:hover {
	color: #333333;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	
}
#menu ul li a {
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	height:31px;
	_height:25px;
}
#menu ul li a:hover{
	color:#FFFFFF;
	background:url(../images/menu_hov.png) no-repeat bottom;
}
#menu ul ul {
	z-index: 500;
}
#menu ul ul li {
	margin: 0;
	padding: 0;

}
#menu ul ul li a {
	color:#FFF;
	background-color:#000;
	height: 20px;
	line-height:20px;
	margin-top:1px;
	width:130px;
	padding-right:0;
	padding-left:0;
}
#menu ul ul li a:hover{
	color: #c7df23;
	background-color:#000;
	background-image:none;
}
* html #menu {
width: 100%;
}
* html #menu ul {
	margin: 0;
	padding: 0;
	height: 20px;
}
* html #menu ul li {
	margin: 2px;
	padding: 0px;
}
 * html #menu ul li a {
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	font-size: 12px;
	white-space: nowrap;
}
* html #menu ul li {float: left; width: 5%; }

* html #menu ul ul {
	width:100px;
}
* html #menu ul ul li a{
	width:180px;
}
#menu ul ul ul li a{
	background-color:#FFF;
	color:#000;
	width:155px;
	margin-bottom:1px;
	padding-right:0px;
}
#menu ul ul ul li a:hover{
	background-color:#FBBB01;
	color:#000;
}
#menu ul ul ul {
margin-top:0px;
margin-left:0px;
top: inherit;
left: 100%;
margin-top:-16px;
}




#menu ul li ul {
	display: none;
}
#menu ul li:hover>ul {
	display: block;
	position: absolute;
}

#menu ul.first-level>li:hover>ul {
	position: absolute;
}

#menu li {
	float: left;
	position: relative;

}
#menu ul ul li {
	float: none;

}

#clearer{
	clear:both;
}
#header {
	height:43px;
	padding-top:37px;
	padding-left:150px;
} 
#container{
	color:#646161;
	width: 910px;
	text-align:left;
	padding-top:30px;
	padding-left:30px;
	font-size:11px;
}
#container a{
	color:#B2D900;	
}
#mainArea {
	width: 846px;
	_width: 844px;
	margin-left:11px;
	background:url(../images/content_bkg.jpg) repeat-x;
	background-color:#EEEEEE;
	}
 #mainContent, #mainContentAdmin {
	color:#646161;
	width: 935px;
	text-align:left;
	padding-top:30px;
	font-size:11px;
} 


 #mainContentAdmin { 
 	min-height:0px;
 }
#footer{
	background:url(../images/footer_bkg.jpg) repeat-x;
	height:36px;
	text-align:right;
	line-height:36px;
	color:#FFF;
	padding-left:150px;
}
#footer a{
	text-decoration:none;
	color:#FFF;
	font-size:11px;
}
#Table_01 .adminlist:hover {
	background-color: #FFFF99;
}
#page_title {
	width:520px;
}
#page_title h3{
	text-align:right;
	color:#46483C;
	background:url(../images/h3_bkg.gif) repeat-x bottom;
}
#logo{
	width:166px;
	height:150px;
	position:absolute;
	margin-top:15px;
}
#hwrap{
	width:910px;
}



/* Tiny defined styles*/
.green{
	color:#c7df23;
}
.Titre{
	font-size:12px;
	font-weight:bold;
}