@import "style.css";

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

/*-- CONTAINER GLOBAL ------------------------------------------------------*/
#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	height:600px;
}

/*--- HEADER ---------------------------------------------------------------*/
#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 82px;
	top: 0;
	left: 0;
}
#main_nav_list{

}
#entete{
	position: relative;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 107px;
}

/*--- Le MAIN CONTENER cotient des sous-contener --------------------------*/
#main_container {
	padding: 0;
	/*margin: 20px 20px 20px 5px;	*/
}
#left_contener {
	float: left;
	width: 172px;
	height:385px;	
}
#sub_nav_list{
	padding-left:22px;
	padding-top: 50px;
}
#content_container {
	float:right;
	margin: 0;
	
	width: 628px;
	height:385px;
}
#content{
	padding: 20px;
	padding-right:30px;
}



/*--- NAVIGATION HORIZONTALE -------------------------------------------------*/


/*--- FOOTER ---------------------------------------------------------------*/

#webmaster {
	clear:both;
	position:relative;
	width:800px;
	height:26px;
	text-align:right;
}

#menu_footer {
	text-align:center;
	font-size:80%;
}
/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

#revues {
	position: relative;
	width: 564px;
	height: 345px;
	padding-right:14px;
	overflow: scroll;
	overflow-X:hidden;
	z-index:2;
	text-align:justify;	
}

#organigramme {
	position: relative;
	width: 592px;
	height: 370px;
	margin-top:10px;
	padding-right:14px;
	padding-left:8px;
	overflow: scroll;
	overflow-X:hidden;
	z-index:2;
	text-align:justify;	
}


