/*index.css*/
body {
	background-color : #B10000;
	background-image:    url("images/bckgrnd-bloc2.jpg");
	font : 1em Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: black;
	text-align : center;
	padding : 0;
	margin : 0;
	height : 100%;
	border : 0;
	}

img {
	border : 0;
	border-color: #B10000;	
	}

#container {position: relative;
	text-align : left;
	width: 787px;
	margin: 0 auto;
	}
#div entete{height: 99px;}
#annonce {
	color: #ACA9A0;
	font-size: 9px;
	text-align: center;
}


/* --------- MENU  --------*/
#navcontainer {position: relative;
	margin : 0;
	padding : 0;
	}

#navcontainer ul {
	margin : 3px;
	padding : 0;
	}
	  
#navcontainer li {
	display : block;
	float : left;
	}
	  
#navcontainer a {
	font :  10px Verdana, Arial, Helvetica, sans-serif ;
	color : #FFFFFF;
    text-align : center ;
	display : block;
	width : 105px;
	text-decoration : none;
	padding : 5px 0px 8px 2px;
	}
	  
#navcontainer a:hover,#navcontainer a:active {
	cursor : pointer;
	color : #95FF00;
	background : url("images/butt_over_4.png") repeat-x;
	}


#menu_bas ul {
    margin : 0;
	padding : 0;
	}
	  
#menu_bas li {
	display : block;
	float : left;
	}
	  
#menu_bas a {
	font :  10px Verdana, Arial, Helvetica, sans-serif ;
	background : url("images/fond_bas_de_page.png") repeat-x;
	color : #D1CEC5;
	text-decoration : none;
	text-align : center ;
	display : block;
	width : 135px;
	padding : 0px 20px 8px 1px;
	}
	  
#menu_bas a:link:hover, #navcontainer a:active {
	cursor : pointer;
	color : #fff;
	}
	
#footer {
	font: 8px Verdana, Arial, Helvetica, sans-serif;
	color: #6F0000;
	text-align: center;
}
