/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
#conteneur {
	width: 100%;
	position: relative;
	height: auto;
	min-height: 100%; /* pour firefox prenne toute la hauteur de page*/
	_height: 100%; /*underscore hack uniquement interprt par IE Win*/
	min-height: 100%;
	background-color:#ff6c00;
}
#centre {
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}
#header {
	position:relative;
	background-color: #FF9900;
	width:100%;
	height:96px;
}
#accroche {
	position:absolute;
	right:18px;
	top:-66px;
	text-align:right;
	}
#accroche h2 {
	font-size:16px;
	color:#666666;
	}
#footer {
	position:relative;
	background-color:#FDAE38;
	width:100%;
	height:42px;
	background:url(images/accueil_fd_foot.gif);
}
#nuage {
	position:absolute;
	right:18px;
	top:264px;
	width:349px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	}
#nuage .tresgrand {
	font-size:18px;
	}
#nuage .grand {
	font-size:16px;
	}
#nuage a:hover {
	color:#333333;
	}
#logo {
	margin:0 auto;
	width:990px;
	height:96px;
	position:relative;
	background:url(images/logo.gif);
	text-indent:-50000px;
}
#contenu {
	margin:0 auto;
	width:990px;
	height:412px;
	position:relative;
	background:url(images/accueil_centre2.jpg);
	}
#menu {
	position:absolute;
	width:200px;
	height:100px;
	right:18px;
	top:12px;
	text-align:right;
}
#menu ul li {
	list-style-type:none;
	font-size:18px;
}
#menu ul li a span {
	display:none
	}
#menu a:hover span {
	position:absolute;
	width:800px;
	color:#ffffff;
	font-size:11px;
	height:20px;
	text-align:center;
	
	top:460px;
	left:-550px;
	
	display:inline;
	text-decoration:none;
	z-index:10;
	}
#menu ul li a:hover {
	background:none; /* correction d'un bug IE */
	text-decoration:none;
}
a.lien {
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}
a.lien:hover {
	color:#000000;
}
.vert, .vert a {
	color:#146437;
	text-decoration:none;
}
.orange, .orange a {
	color:#FF9201;
	text-decoration:none;
}
.bleu, .bleu a {
	color:#3759A8;
	text-decoration:none;
}
.gris {
	font-size:15px;
	color:#737272;
}
#mentions {
	margin:0 auto;
	width:990px;
	height:71px;
	position:relative;
	background:url(images/accueil_foot.gif) no-repeat;

}
#mentions h2, #mentions p {
	font-size:12px;
	color:#ffffff;
	text-align:right;
	font-weight:bold;
	margin:0;
	padding:0;
}
#mentions h2, #mentions a {
	text-decoration:none;
	color:#FFFFFF;
	}
#mentions #cadrpg { width:800px; margin-left:125px; border:0; overflow:hidden; }
#mentions #newshr {
	position:relative;
	width:780px;
	height:25px;
	overflow:hidden;
	text-align:center;
	color:#333333;
	
	}
#mentions #newshr #defile {
	position:absolute; margin-top:1px; background-color:transparent;
	color:#333333;
	}
/*#cadrpg { width:600px; margin:0 auto; border:0; overflow:hidden;}
#newshr { position:relative; width:580px; height:20px; overflow:hidden; 
          color:inherit; background:#FFFFFF url(news.gif);  }
 { position:absolute; margin-top:1px; background-color:transparent; }*/