/*
html
{
	background-image: url("../img/background.png");
}
*/

body
{ 
	color: #919191; 
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	width: 100%;
	/*
	margin-left: 15%;
	*/
	margin-left: 0%;
	margin-top: 0px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	/*
	background-image: url("../img/back-grad.gif"); 
	background-repeat: repeat-y; 
	background-position: center 0;
	*/
	text-align: center;
	border: 0;
	background-color: white;
	/*
	-moz-border-radius:15px 15px 15px 15px;
	*/
}


div.page {
	text-align:center;
	}

div#bandeau {
	text-align:left;
	height:50px;
	padding-bottom: 20px;
	/*
	background-color:#00CCFF;
	*/
	}
div#barre {
	background-image: url("../img/barre.png"); 
	background-repeat: repeat-x;
	padding-bottom: 30px;
}

div#date {
	text-align:left;
	background-color:#e5e5e5;
}
div#menu {
	float:left;
	width:20%;
	margin-top: 10px;
	/*
	height:400px;
	*/
	/*
	background-color:#FF6699;
	*/
	}
div#menu_haut {
	height:200px;
	/*
	background-color:#66CC33;
	*/
	}
div#menu_haut a 
{ 
	background-image: url("../img/grey-arrow.gif"); 
	background-repeat: no-repeat; 
	background-position: right center; 
	text-indent: 8px; 
	display: block; 
	padding-top: 8px; 
	padding-bottom: 8px; 
	border-top: 1px solid #e5e5e5;
}
div#menu_bas {
	height:200px;
	/*
	background-color:#CC99CC;
	*/
	}
div#contenu {
	margin-top: 10px;
	padding-left: 3%;
	float:left;
	width:72%;
	/*
	height:400px;
	*/
	/*
	background-color:#FFCC00;
	*/
	}

div#admin_contenu {
	margin-top: 10px;
	padding-left: 3%;
	float:left;
	width:72%;
	text-align: left;
}
div#bloc_news {
	float:right;
	width:150px;
	height:150px;
	/*
	border-width: 1px ; 
	border-style: dashed ; 
	border-color: #e5e5e5 ;
	*/
	/*
	background-color:#FF3300;
	*/
	}
div#pied_page {
	clear:both;
	height:50px;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	/*
	background-color:#33FF99;
	*/
	}
