*{
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#DDD;
	color:#3e3e40;
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;
	width:100%;
}
#bgimg {
	position:fixed;
	width : 100%;
	height: 100%;
	z-index: -1;
}

#page{
	position:absolute;
	z-index: 5;				
	height:100%;
	width:100%;
}
/*body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#DDD;
	color:#3e3e40;
	
	overflow:hidden; 		// needed to eliminate scrollbars caused by the background image * /
	padding:0;margin:0;		/* necesarry for the raster to fill the screen * /
	height:100%;width:100%;
}
#bgimg {
	position:absolute;
	z-index: -1;
}

#page{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image * /
	overflow:auto; 			/* restore scrollbars for the content * /
	height:100%;
	width:100%;	/* Make the new body fill the screen * /
}*/
#conteneur {
	position:relative;
	width:950px;
	margin:0 auto;
	padding-top:70px;
}
#logo_vm {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 230px;
	height: 140px;
}
#header_vm {
	height:290px;
	background:url('../images/f-top.png') no-repeat bottom;
	padding:0;
}
/* Menu*/
#menu_vm{
	margin-left:300px;
	padding-top:0px;
	width:640px;
	height:100px;
}
#menu_vm ul{
	float:right;
	margin:0;
	padding:0;
}
#menu_vm li{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
/* Fin menu */
#bandeau{
	width:950px;
	height:150px;
	margin-top:13px;
}
#bliens{
	height:23px;
	margin:0 15px;
}
div.bliens_form{
	float:right;
	height:23px;
	background:#FFF;
}
.bliens_chps{
	position:relative;
	z-index:1;
	height:21px;
	padding: 0 3px;
	background-color:none;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4D4D;
}
div.bliens_ico{
	position:relative;
	z-index:3;
	float:right;
	margin-left:-5px;
}
#bliens p{
	margin:0;
	padding:1px 3px;
	line-height:20px;
}

#contenu{
	margin-top:5px;
	padding:0;
	min-height:450px;
}

#foot_vm {
	clear:both;
	padding: 5px 15px;
	background: url('../images/f-foot.png') no-repeat;
	text-align:left;
	color:#999;
}
#foot_vm ul{
	float:right;
	margin:0;
	padding:0 2px;
}
#foot_vm li{
	float:left;
	margin: 2px 0;
	padding:0 5px;
	list-style:none;
	border-right:1px solid #333;
	line-height:12px;
}
#foot_vm li.fin{
	border-right:0;
}
#foot_vm li a:link,
#foot_vm li a:active,
#foot_vm li a:visited{
	font-size:10px;
	color:#333;
	text-decoration:underline;
}
#foot_vm li a:hover{
	text-decoration:none;
}
#foot_vm p{
	clear:both;
	margin:0;
	padding: 2px 5px;
	font-size:10px;
	text-align:left;
}
#foot_vm p.hdp{
	clear:none;
	text-align:left;
	width:100px;
	font-size:11px;
}
#foot_vm a{
	color:#333;
}

#copyright {
	padding: 3px;
	font-size:10px;
	text-align:center;
	color:#666;
}
#copyright a{
	color:#666;
}

.finfloat{
	clear:both;
}
.tirets{
	margin:10px 0;
	border-top:1px dotted #CCC;
}

#droite div.celld{
	padding:10px;
	margin-bottom:10px;
	height:100px;
	background:url('../images/f-celld.png');
}
#droite div.celld:hover{
	background:url('../images/f-celld-roll.png');
}
#droite div.celld a{
	text-decoration:none;
}

/*Titres*/
h1{
	height:29px;
	font-size: 16px;
	color:#333;
	font-weight:bold;
	line-height:29px;
	font-family:Arial, Helvetica, sans-serif;
}
h1.home{
	margin: 0 0 10px 0;
	height:28px;
	color:#555;
	line-height:28px;
	font-size: 19px;
	font-weight:normal;
}
#gauche h1.home{
	margin: 0 0 10px 0;
	background: url('../images/home_f_titreg.jpg') left bottom no-repeat;
}
#centre h1.home{
	margin: 0 0 10px 0;
	background: url('../images/home_f_titreg.jpg') left bottom  no-repeat;
}
#droite h1.home{
	margin: 0 0 10px 0;
	padding-left:0;
	height:20px;
	font-size: 15px;
	line-height:18px;
	font-weight:bold;
	background: url('../images/home_f_titred.png') left bottom no-repeat;
}

/*Textes*/
h2{
	font-size:14px;
	margin:5px 0;
}
h3{
	font-size:12px;
	margin:3px 0;
}
#droite p{
	text-align:left;
}

a:link,a:active,a:visited {
	text-decoration: underline;
	color:#000;
} 
a:hover{
	text-decoration: none;
}

#contenu ul, #contenu ol {
	padding: 0 0 10px 15px;
	margin:0;
}
#contenu ul li{
	list-style-type: disc;
	list-style-position: inside;
}
#contenu ol li{
	list-style-type: decimal;
	list-style-position: inside;
}

#contenu p{
	margin:0;
	padding: 5px 0;
}
.bVERT{
	color:#004388;
}
.vMARINE{
	color:#008A56;
}

/* Images */
img{
	border:0;
	padding:0;
}
img.imgg{
	float:left;
	padding:0 10px 5px 0;
}
img.imgd{
	float:right;
	padding:0 0 5px 10px;
}
#droite img.ico_d{
	float:left;
	margin-right:10px;
}

/* Formulaires */
.chps {
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.bouton{
	background-color:#EEE;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bolder;
	color: #333;
}
.boutonr{
	background-color:#E2373F;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bolder;
	color: #FFF;
}
.rech_chps {
	vertical-align:top;
	width:100px;
	height:14px;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333;
}

.erreur{
	color:#F00;
	font-weight: bold;
	padding:5px 15px;
}
.confirm{
	color:#1166BB;
	font-weight: bold;
	padding:5px 15px;
}

/* POPJS */
div.PopJSfond {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 600;
	left: 0;
	top: 0;
	background-color: #000;  /* le fond                 */
	filter:alpha(opacity=50);   /* Internet Explorer 6     */
	-moz-opacity:0.5;           /* Mozilla 1.6 et infér.   */
	opacity: 0.5;               /* CSS3 et Mozilla récents */
}
div.PopJSaffich {
	z-index: 606;
	position: fixed;
	left: 50%;
	top: 0;
	margin-top: 60px;
	margin-left: -235px;
	padding:10px 0;
	width: 470px;
	background-color: #FFF;
	text-align:center;
}
div.PopJSclose {
	z-index: 607;
	position: fixed;
	left: 50%;
	top: 0;
	margin-top: 45px;
	margin-left: -235px;
	width: 470px;
	height: 25px;
	text-align: right;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	background-color: #FFF;
}

div.PopJSclose a:visited,
div.PopJSclose a:link,
div.PopJSclose a:active,
div.PopJSclose a:hover{
	padding:3px 5px;
	color:#000;
	line-height:20px;
}


* html div.PopJSfond {
	z-index: 605;
	position: absolute;
	text-align: center;
}
* html div.PopJSaffich {
	z-index: 606;
	position: absolute;
	background-color:#FFF;
	left: 50%;
	top: 0;
	margin-top: 20px;
	margin-left: -350px;
	padding: 24px
}
* html div.PopJSclose {
	position: absolute;
	z-index: 607;
	left: 50%;
	top: 0;
	margin-top: 20px;
	margin-left: -330px;
	width: 688px;
	height: 22px;
	text-align: right;
}
