@charset "utf-8";

html{
	margin:0; padding:0;
}
body{
	margin:0; padding:0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10pt;
	color: #000;
	background-color: #FFF;
}

html, body{
	/*/ height:100%; à ajouter /*/
}

#mere{
	width:1000px;
	height:auto;
	/*/min-height:100%; à ajouter /*/
	float:left;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
}

#navigation{
	float:left;
	width:140px;
	min-height:700px;
	_height:700px; /* IE6 */
/*	background-image:url(../img/bg-nav.jpg);*/
}
	#navigation a {
		text-decoration: none;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 9pt;
		color: #979797;
	}
	
	#navigation a:hover {
		color: #000;
	}
		
	#navigation .flemenu {
		font-family: Georgia, "Times New Roman", serif;
		font-size: 11pt;
		color: #A80000;
	}

#header{
	width:860px;
	float:left;
	background-color:#FFF;
}
#subheader {
	width:860px;
	float:left;
	background-color:#FFF;
}
	.subheaders{
		float:left;
		margin:0 25px;
	}
	#bandeau_news{
		text-align:right;
	}
	
#liens{
	width:189px;
	float:right;
/*	background-image:url(../img/bgd.jpg);*/
}
	#liens a {
		text-decoration: none;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 9pt;
		color: #979797;
	}
	
	#liens a:hover {
		color: #000;
	}
		
	#liens .flemenu {
		font-family: Georgia, "Times New Roman", serif;
		font-size: 11pt;
		color: #A80000;
	}
	
#contenu{
	width:671px;
	float:left;
}
	#contenu a {
		text-decoration: none;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 9pt;
		color: #636363;
	}
	
	#contenu a:hover {
		color: #000;
	}
	
	#contenu h2 {
		font-family: Georgia, "Times New Roman", serif;
		color: #000;
	}
	
	#contenu h3 {
		color: #000;	
	}

#footer{
	width:1000px;
	clear:both; /*/ à virer /*/
	/*/ margin-top:-75px; à ajouter /*/
}

