body {
	margin:0 auto; 
	}


.title {
	color: #8dc63f;
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
		}

.titlewhite {
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
		}
		
.counter {
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 40px;
		}
		
p {
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
		}
		
.content {
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
		}
		
p.footer {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
		}
		
p.white {
	color: #ffffff;
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
		}
				
		
a:link {
	color: #006838;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #006838;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #684e35;
	font-weight: bold;
	text-decoration: none
}

a:active {
	color: #006838;
	font-weight: bold;
	text-decoration: none
}

a.white:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.white:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.white:hover {
	color: #006838;
	font-weight: bold;
	text-decoration: none
}

a.white:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none
}

a.menu:link {
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
a.menu:visited {
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
a.menu:hover {
	color: #FF9;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none
}

a.menu:active {
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none
}



.drop{
	border:0px;
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size:15px;
	font-weight:bold;
	width: 90px;
	height: 30px;
	}
.drop ul{
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.drop li{
		float:left;
		padding:0px;
		}
	.drop li a{
		color:#ffffff;
		display:block;
		font-weight:normal;
		line-height:25px;
		margin:0px;
		text-align:center;
		text-decoration:none;
		}
		.drop li a:hover, .drop ul li:hover a{
			background: #3c1e00 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			padding:0px;
			text-decoration:none;
			}
	.drop li ul{
		background:#3c1e00;
		  /* for IE */
  		filter:alpha(opacity=90);
		  /* CSS3 standard */
 		 opacity:0.90;
		display:none;
		height:auto;
		padding:4px;
		margin:0px;
		border:0px;
		position:absolute;
		width:200px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.drop li:hover ul{
		display:block;
		
		}
	.drop li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:200px;
		}
	.drop li:hover li a{
		background:none;
		
		}
	.drop li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-family: Arial;
		font-weight:bold;
		font-style:normal
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.drop li ul a:hover, .drop li ul li:hover a{
			background:#684e35 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			padding:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.drop p{
		clear:left;
		}	
		
		
		.formbutton {
			border: 0;
			padding: 0;
			margin: 0;
			background: url(../images/soumettre.jpg) 0 0 no-repeat;
			width: 80px;
			height: 23px;
			position:absolute;
			cursor:pointer;
}

		.formbutton_en {
			border: 0;
			padding: 0;
			margin: 0;
			background: url(../images/submit.jpg) 0 0 no-repeat;
			width: 62px;
			height: 23px;
			position:absolute;
			cursor:pointer;
}
