/* 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-image:url(../images/body_bkg.jpg);
 	background-repeat: no-repeat;
 	background-attachment: fixed;
	background-position: center;
	background-color:#B0C406;
}

/* font colors */

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

b {
	color: #333333;
}
#menuwrap{
	width:846px;
	background:url(../images/menu_bkg.jpg) repeat-x;
}
#newsletter{
	background:url(../images/letter.png) no-repeat left;
	float:right;
	width:260px;
	height:25px;
	line-height:25px;
}
#newsletter a{
	text-decoration:none;
	color:#FFF;
}
#menu {
	margin:0;
	padding:0;
	width:500px;
	float:left;
	height:25px;
	line-height:25px;
	margin-left:30px;
}
#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: 15px;
	padding-left: 15px;
	padding-top:0px;
	line-height:25px;
	color: #FFFFFF;
	height:25px;
	
}
#menu ul li a:hover{
	color:#696969;
	background-color:#FFF;
}
#menu ul ul {
	z-index: 500;
	margin:0;
	padding:0;
}
#menu ul ul li {
	margin: 0;
	padding: 0;
	height:21px;
	.margin-top:-4px;

}
#menu ul ul li a {
	color:#FFF;
	background:url(../images/menu_grey.gif) repeat-x;
	height: 21px;
	line-height:21px;
	margin:0px;
	_margin-top:0px;
	.margin-top:0px;
	width:130px;
	padding-right:0;
	padding-left:15px;
	text-align:left
}
#menu ul ul li a:hover{
	background:url(../images/menu_green.gif) repeat-x;
	color: #fff;
}
* html #menu {
width: 100%;
}
* html #menu ul {
	margin: 0;
	padding: 0;
	height: 25px;
}
* html #menu ul li {
	margin: 2px;
	padding: 0px;
}
 * html #menu ul li a {
	padding-right: 12px;
	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:0;
	padding:0px;
}
#menu ul ul ul li a:hover{
	background-color:#FBBB01;
	color:#000;
}
#menu ul ul ul {
	padding:0px;
	margin-bottom:0;
	margin-left:0px;
	top: inherit;
	left: 100%;
	margin-top:-16px;
}




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

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

#menu li {
	float: left;
	position: relative;
	margin:0;	
	padding:0;

}
#menu ul ul li {
	float: none;
}

#clearer{
	clear:both;
}
#header {
	width:846px;
	height:172px;
}
#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;
 }
#wrapper{
	width:846px;
}
#footer{
	text-align:right;
	height:29px;
	line-height:34px;
	background:url(../images/footer_bkg.png) no-repeat;
	color:#7E7E7E;
	padding-right:30px;
}
#footer a{
	text-decoration:none;
	color:#7E7E7E;
	font-size:11px;
	display:block;
	width:115px;
	float:right;
}
#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{
	text-align:center;
	height:197px;
	/*background:url(../images/wrapper_bkg.png) repeat-y;*/
	background-color:
}

#page_content{
	width:832px;
	text-align:left;
	padding-left:7px;
	padding-right:7px;
	background:url(../images/wrapper_bkg.jpg) repeat-y;
	background-color:#FFF;
}
#content{
	background:url(../images/content_bkg.jpg) repeat-x;
	background-color:#EAEAEA;
	min-height:265px;
	color:#5a5c63;
}

#content a { 
	color:#AFCC00;
	font-weight: bold;
} 

#content a:link {
	text-decoration: none;
} 	

#content a:visited {
	text-decoration: none;
}	

#content a:hover {
	text-decoration: underline;
}

#content h1{
	margin:0;
	padding:0;
	color:#AFCC00;
	font-size: 18px;

}
#content h2{
	margin-top:0;
	padding:0;
	color:#6A6A6A;
}
#content h3{
	margin-top:0;
	padding:0;
	color:#6A6A6A;
}
#sitemap{
	padding-top:30px;
}
#sitemap ul{
	margin-top:0;
}
#sitemap a{
	color:#747474;
	text-decoration:none;
}
/* Tiny defined styles*/
.green{
	color:#c7df23;
}
.Titre{
	font-size:12px;
	font-weight:bold;
}