@import "style.css";
@import "menu.css";

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

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

/*--- HEADER ---------------------------------------------------------------*/
#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 780px;
	height: 80px;
	top: 0;
	left: 0;
}
#top {
	position: relative;
	padding: 0;
	margin: 0;
	width: 780;
	height: 30px;
	padding-bottom:20px;

}

/*--- MAIN CONTENER -------------------------------------------------------*/
#main_container {
	position: relative;
	padding: 0;
	min-height:360px;
	clear:both;

}
#left_container {
	position: relative;
	float:left;
 	width: 160px;
	padding:0px;
	padding-left:10px;
	padding-bottom:0px;

	
}
/*---
#membre {
	padding-left:15px;
}

#left_pub {
	padding-left:30px;
}
---*/
#right_container {
	position: relative;
	float:right;
	width: 560px;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:40px;
	background-image:url(../assets/pict/left_sep_y.png); background-repeat:repeat-y; background:url(../assets/pict/left_sep_y.png) repeat-y ; min-height:350px;
}
/*--- NAVIGATION HORIZONTALE -------------------------------------------------*/


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

#footer {
	position:relative;
	clear:both;
	width: 780px;
	height:50px;
	text-align:right; 
	line-height:16px;
	padding-top:20px;
}


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




