html, body 
{
margin: 0;
padding: 0;

}


body 
{
	font: 12px "Trebuchet MS",Verdana, "Lucida Sans", Tahoma, Arial;
	color:#666;
  	background-color: #888;
	
}




#page
{
	background-color: #fff;
	height: 100%;
	width: 950px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}

#header
{
	margin: 0;
	padding: 0;
	background: url(img/header_bk.jpg) no-repeat top center;
	width:100%;
	height:160px;
}

#footer
{
	background-color: #b1c800;
	height: 16px;
	width: 100%;
	color:#fff;
	font-size:11px;
	text-align:center;
}

#citation
{
	margin: 20px auto 0 auto;
	padding: 5px 10px 0 10px;
	background: url(img/citation.jpg) no-repeat top center;
	height: 40px;
	width: 635px;
	color:#fff;
	text-align:center;
	font-weight:bolder;
}

#logo
{
	width:103px;
	height:106px;
	margin-left:30px;
	margin-top:10px;
	float:left;
}




#menuMain
{
	/*background-color: #d81c00;*/
	height:42px;
	width:735px;
	float:left;
	margin-top:25px;
	margin-left:15px;
	margin-bottom:15px;
}




#btnMenuLeft
{
	background: url(img/btnMenuLeft.jpg) no-repeat top left;
	float:left;
	height:42px;
	width:8px;
}

#btnMenuRight
{
	background: url(img/btnMenuRight.jpg) no-repeat top left;
	float:left;
	height:42px;
	width:9px;
	margin-right: 10px
}

#btnMenuContent
{
	background: url(img/btnMenuContent.jpg) repeat-x;
	float:left;
	height:42px;
	padding:12px 5px 0 5px;
	font-size:16px;
}

#btnMenuContentCurrent
{
	background: url(img/btnMenuContent.jpg) repeat-x;
	float:left;
	height:42px;
	padding:12px 5px 0 5px;
	font-size:16px;
}


#SubMenuMain
{
	height:33px;
	width:715px;
	margin-left:150px;
}


#btnSubMenuMain
{
	background: url(img/btnSubMenu.jpg) no-repeat;
	height:27px;
	width:170px;
	padding:5px 0 0 0;
	font-size:16px;
	float:left;
	text-align:center;
	background-position:100% 0;
}

#btnSubMenuMainCurrent
{
	background: url(img/btnSubMenu.jpg) no-repeat;
	height:27px;
	width:170px;
	padding:5px 0 0 0;
	font-size:16px;
	float:left;
	text-align:center;
	background-position:100% -33px;
}

#btnSubMenuMain:hover
{
	background-position:100% -33px;
}


#btnMenuContent a
{
	text-decoration:none;
	color:#666;
	display:block;
	height:100%;
	width:100%;
}

#btnMenuContentCurrent a
{
	text-decoration:none;
	color:#b1c800;
	display:block;
	height:100%;
	width:100%;
}

#btnMenuContent a:hover
{
	text-decoration:none;
	color:#b1c800;
	display:block;
	height:100%;
	width:100%;
}

#btnSubMenuMain a
{
	text-decoration:none;
	color:#b1c800;
	display:block;
	height:100%;
	width:100%;
}

#btnSubMenuMain a:hover
{
	text-decoration:none;
	color:#fff;
	display:block;
	height:100%;
	width:100%;
}

#btnSubMenuMainCurrent a
{
	text-decoration:none;
	color:#fff;
	display:block;
	height:100%;
	width:100%;
}


#boxLeft
{
	float:left;
	/*background-color:red;*/
	width:316px;
}
#BoxLeftTop
{
	background: url(img/box_left_top.jpg) no-repeat ;
	width:316px;
	height:20px;
	margin:0;
	padding:0;
}

#BoxLeftBottom
{
	background: url(img/box_left_bottom.jpg) no-repeat;
	width:316px;
	height:20px;
	margin:0;
	padding:0;
}

#BoxLeftContent
{
	background: url(img/box_left_content.jpg) repeat-y;
	width:276px;
	padding: 0 20px 0 20px;
	margin:0;
	
}

#boxRight
{
	float:left;
	/*background-color:yellow;*/
	width:630px;
}

#BoxRightTop
{
	background: url(img/box_right_top.jpg) no-repeat top ;
	width:630px;
	height:20px;
	margin:0;
}

#BoxRightBottom
{
	background: url(img/box_right_bottom.jpg) no-repeat top;
	width:630px;
	height:20px;
	margin:0;
}

#BoxRightContent
{
	background: url(img/box_right_content.jpg) repeat-y;
	width:590px;
	padding: 0 20px 0 20px;
	margin:0;
}


.titre
{
	color:#b1c800;
	font-weight: bold;
	font-size:18px;
	padding-bottom:15px;
}

.bigGreen
{
	color:#b1c800;
	font-weight: bold;
	font-size:18px;
	padding:0;
	margin:0;
}

.titre2
{
	color:#b1c800;
	font-weight: bold;
	font-size:14px;
}



img 
{
	border: none;
}


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

a:hover
{
	text-decoration:underline;
	color:#b1c800;
}



#faq a
{
	color:#666;
	text-decoration:none;
}

#faq a:hover
{
	color:#b1c800;
	text-decoration:underline;
}

ul#faq 
{
	margin-top:0;
	margin-bottom:0;
}

ul#faq  li
{
	padding-bottom: 10px;
}

.warning
{
  color: #fb2828;
  font-weight:bold;
}