/* CSS Document */
BODY{
	margin:0;
	background:url(../images/fond.gif) repeat-x;
	font-family:Arial;
	}
	
#mere{
	width:800px;
	margin:auto;
	}

#milieu{
	width:800px;
	background:url(../images/milieu_fd.gif) 0 0 repeat-y;
	margin-bottom:10px;
	}

#haut{
	height:110px;
	}
	
#bt_accueil{
	display:block;
	width:226px;
	height:206px;
	position:absolute;
	background:url('../images/le_guide.png') 0 0 no-repeat;
	_background:url('../images/le_guide.gif') 0 0 no-repeat;
	outline:none;
	text-indent:-9999px;
}

#menu{
	clear:both;
	background:url(../images/menu_fd.gif) bottom repeat-x;
	height:36px;
	overflow:hidden;
	}

#menu IMG{
	float:left;
	}

#menu SPAN{
	display:block;
	float:left;
	list-style-type:none;
	list-style-position:outside;
	}
	
#menu A{
	display:block;
	text-decoration:none;
	color:#666;
	font-size:10pt;
	line-height:32px;
	padding:0 20px;
	}

#menu A:hover{
	background-color:#FFF;
	}
	
#listeMiniSite A{
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
	color:#666;
	}

#listeMiniSite A:hover{
	text-decoration:underline;
	color:#000;
	}
