#global {	 
	/*position: relative; /* on positionne le conteneur */
 	margin:0px auto;
    /*border:1px solid #333333;*/
	width:990px; /* largeur obligatoire pour être centré */
    text-align: left; /* on rétablit l'alignement normal du texte */
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#FFFFFF;
     }

#top{
	width:990px;
	height:171px;
	background-image:url(top.jpg);
	background-repeat:no-repeat;
	position:relative;
	/*border:1px solid #000000;*/
}
#footer{
	width:930px;
	position:relative;
	height:17px;
	/*background: url(foot.jpg) #ffffff 0% 0% no-repeat;*/
	border-top:1px solid #004677;
	left:30px;

}
#copyr{
	position:absolute;
	color:#004677;
	font-size:9px;
	right:5px;
	bottom:0px;
}

#infolegales{
	position:absolute;
	color:#FFFFFF;
	font-size:9px;
	left:5px;
	bottom:0px;
}

#menubar{
	position:absolute;
	right:0px;
	top:17px;
	width:885px;
	height:33px;
	/*background: url(menubar.jpg) #ffffff 0% 0% no-repeat;*/
	/*border:1px solid #666666;*/
	/*text-align:right;*/
}

#menubar ul{
	margin:0px 0px 0px 0px;
	padding:0px;
}
#central{
	display:table; /* must put this in for FireFox. */
	width:990px;
	text-align:left; /* so that IE6 and Firefox puts the text to the left
	*/
	/*border:1px solid #ED3439;*/
	/*height:430px; /* Have to put SOMETHING in here for the height for both
	browser. DO NOT put in a percentage, must be a pixel value */
	min-height:430px;
	_height:430px;	
}
#leftpart{
	float:left; /* float the menu to the left */
	margin-left:55px;
	display:inline;	/* sans ça, IE fait margin left doublée....*/
	width:183px;
	background-color:#FFE87F;
	/*border:1px solid #000000;*/
	min-height:430px;
	_height:430px;	
	border-left:1px dotted #004677;
	border-right:1px dotted #004677;	
}

#innerleft{
	margin:10px 10px 10px 20px;
	/*border: 1px solid #000000;*/
}

#centralpart{
	position:relative;
	float:left; /* float the menu to the left */
	background-color:#FFFFFF;
	border-right:1px dotted #004677;
	width:695px;
	background-image:url(backlogo.jpg);
	background-repeat:no-repeat;
	background-position:center;
		min-height:430px;
	_height:430px;	
}

* html #centralpart{
/*	border-right:2px dotted #004677;
	border-right:none;
	padding:1px;
	border-right:1px dotted #004677;*/
	/*border-right: url(borderpic.jpg) repeat-y;*/

}

#innercentral{
	margin:15px 10px 10px 10px;
}

#rightpart{
	float:right; /* float the content to the right */
	background-color:#EDF3F4;
	width:190px;
	height:200px;
	/*border:1px solid green;*/
	height:100%;/* so the content has the height of the menu and visa
	versa */
}

#innerright{
	margin:10px 10px 10px 10px;
	/*border:1px solid #000000;*/
}

#content{
	float:left;
	width:720px;
	left:158px;
	top:139px;
	/*border:1px solid #000000;*/
}

#nav{
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	/*background-color:#003399;*/
	font-size:12px;
	color:#000000;
	display:table;
	position:relative;
	left:10px;
	top:5px;
	/*border:1px solid #000000;*/
	z-index:1;
}

.clear{ font-size:1px; clear:both; height:1px}
