body{
	margin:0;
	
	background-attachment: fixed;
	background-image: url(../images/bg-w.gif);
	background-repeat: repeat;
	background-position: top;
	
	font-family:Arial,Helvetica,sans-serif;
	/*background-color: #CCCCCC;*/
}

h1{
    font-size:32px;
    letter-spacing:-1.2px;
	color:#000000;
}

h2{
    font-size:26px;
	color:#666666;
}

h3{
	font-size:30px;
	font-weight:bold;
	letter-spacing:-2px;
	color:#969400;
	margin-bottom:0;
	margin-top:0;
}

h4{ 
    font-size:16px;
    font-weight:bold;
	color:#999;
	line-height:0px;
	padding-top:10px;
}

h5{ 
    font-size:10px;
	font-weight:lighter;
	color:#999;
}


p{
    font-size:12px;
	color:#666;
	line-height:20px;
}

hr{
	border:1px dashed;
	border-color:#CCCCCC;
	height:0.5px;
}



/*Layout position START //////////////////////////////////////////////////////////////////////////////////*/
#wrapper{
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:900px;
}

#header{
	margin:0px;
	height:120px;
}

#languages{
	display:block;
	position:relative;
	font-size:11px;
	top:-30px;
	padding:5px 7px 5px 5px;
	text-align:right;
}

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

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


#breif{
	width:150px;
	height:500px;
	text-align:center;
	float:left;
	background:url(../images/doue_breif_bg.gif) no-repeat;
}

#nav{
	width:200px;
	height:450px;
	left:0;
	text-align:right;
	padding:20px 0px 0px 0px;
	float:left;
	background:url(../images/doue_siderbar_bg.gif) no-repeat;
}

#mainContent{
	width:500px;
	float:left;
	/*
	filter:alpha(opacity=90);
	-moz-opacity:0.9; 
	opacity: 0.9; 
	*/
	padding:20px 25px 0px 25px;
	border:0px;
	background-color: #fff;
	background-image: url(../images/maincontent_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}




/*Layout breif //////////////////////////////////////////////////////////////////////////////////*/
#breif p{
	font-size:10px;
	padding:20px;
	line-height:15px;
	color:#fff;
}

#breif img{
	padding:20px 0px 15px 0px;
}





/*Layout nav //////////////////////////////////////////////////////////////////////////////////*/
.menu{
	margin-bottom:10px;
	height:20px;
}

.menu a{
	display:block;
	width:180px;
	font-size:11px;
	color:#333;
	text-decoration:none;
	padding:5px 20px 5px 0px;
	font-weight:bold;
}

.menu a:hover{
	color:#FFF;
	background:#000;
}



/*Layout subMenu //////////////////////////////////////////////////////////////////////////////////*/
#subMenu{
	display:none;
	text-align:right;
	padding-right:40px;
}

#subMenu a{
	display:block;
	font-size:11px;
	color:#666;
	text-decoration:none;
}

#subMenu a:hover{
	color:#FFF;
	background:#000;
}

#subMenu li{
	list-style:none;
	padding-bottom:10px;
}



/*Layout mainContent //////////////////////////////////////////////////////////////////////////////////*/
#mainContent a{
	color:#969400;
	text-decoration:none;
}

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

#mainContent li{
    font-size:12px;
	color:#666;
	line-height:20px;
}

#mainContent li a{
	color:#969600;
	text-decoration:none;
}

#mainContent li a:hover{
	color:#ff0080;
	text-decoration:underline;
}

#info {
	visibility: hidden;
	position: absolute;
	left: 100px;
	top: 60px;
	
	height: 20px;
	font-size: 12px;
	text-align:center;
	background-color: #333;
	color:#FFFFFF;
	padding:2px 5px 0px 5px;
	
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8; 
	opacity: 0.8; */
	z-index:2;
}



/*Footer //////////////////////////////////////////////////////////////////////////////////*/
#footer{
	clear:both;
	display:block;
	width:100%;
	height:15px;
	/*
	border-top:1px solid #CCC;
	background-color:#000000;
	*/
	padding:5px 0px 10px 0px;
	font-size:11px;
	line-height:20px;
	text-align:center;
	color:#333;
	
}

#footer a{
	text-decoration:none;
	color:#999;
}

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

#footer p{
	text-align:center;
	padding:10px;
}



/*All Styles //////////////////////////////////////////////////////////////////////////////////*/
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.fixed, .clear {
	clear:both;
}
.centerAlign{
	text-align:center;
}
.noBorder{
	border:0;
}

.thumb_pic{
	width:125px;
	height:125px;
	margin:0px;
	border:0px;
	float:left;
	display:inline
}

.red{
	font-size:10px;
	color:#ff0080;
}
.gold{
	color:#d8db46;
}
.marine{
	color:#1e90ff;
}

.markMarine{
	background:#1e90ff;
}
.markBleu{
	background:#00ffff;
}
.markPurple {
	background:#ff00ff;
}
.markYellow {
	background:#ffff00;
}
.markGreen {
	background:#7fff00;
}

.boites {
	position: absolute;
	left: 100px;
	width: 80px;
	height: 80px;
	background-color: #FF0000;
}

.form_input {
	left:30px;
}

.form_nom {
	float:left;
	width:80px;
	font-size:12px;
}
		
.form_rangee {
	padding:5px;
}