@import "style.css";

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- CONTAINER GLOBAL ------------------------------------------------------*/
#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width:910px;
	background-image: url(../assets/pict/container/container.png);	
	background-repeat:repeat-y;
}

#admin_panel {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width:910px;
	margin-top:20px;
}

/*--- HEADER ---------------------------------------------------------------*/
#header	{
	position: relative;
	padding: 0;
	margin: 0;
	height:80px;
	width:910px;
	top: 0;
	left: 0;
	background-image: url(../assets/pict/container/header.png);	
	background-repeat:no-repeat;
}

/*------------------------------------------------------------------*/

#menu	{
	position: relative;
	padding: 0;
	margin: 0;
	height:30px;
	width:901px;
	padding-left:4px;
	top: 0;
	left: 0;
	/*background-image: url(../assets/pict/container/container_top.jpg);	*/
	background-repeat:repeat-y;
	z-index:100;

}



/*--- MAIN CONTENER -------------------------------------------------------*/

#center_container {
	position: relative;
	margin-left:4px;
	
}


#container_left {
	position: relative;
	float:left;
	width:176px;
	padding: 10px 30px 40px 15px;
	background-color:#F0EFEC;
	

}



#container_right {
	position: relative;
	float:right;
	width:640px;
	text-align:left;
	padding: 15px 30px 0px 10px;
	
}

#container_page {
	position: relative;
	text-align:left;
	padding: 5px 20px 30px 20px;
	font-size:12px;

	
}




/*--- NAVIGATION HORIZONTALE -------------------------------------------------*/


/*--- FOOTER ---------------------------------------------------------------*/

#footer {
	clear:both;
	position: relative;
	width: 900px;
	height: 30px;
	color:#28302E;
	padding-right:10px;
	text-align:right;
	padding-top:15px;
	background:url(../assets/pict/container/footer.png) bottom no-repeat;
}

#menu_bottom {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width:880px;
	font-size:9px;
	padding-top:4px;
	/*color:#CDCDCD;*/
	height:25px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #container_left {
  padding: 10px 16px 40px 15px;
  width:185px;
}

/* End hide from IE5/mac */



