
a {
	color: #990033;
}

/*
 *   P O S I T I O N N E M E N T S   B L O C S
 *   -----------------------------------------
 */

div#container {
	background-color: #D06436;
	color: white;
}

#marquee {
	position: absolute;
	top: 16px;
	left: 300px;
	width: 680px;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#logo {
	position: absolute;
	top: 9px;
	z-index: 10;
}

#bloc-recherche {
	position: absolute;
	z-index: 5;
	top: 60px;
	height: 46px; 
	left: 0;
	width: 274px;
	padding-left: 726px;
	background-color: #E67553;
	color: #7c1117;
}

#bloc-recherche span {
	padding-top: 7px;
	vertical-align: middle;
}

input#recherche {
	border: none;
	color: #7c1117;
	font-size: 11px;
	background-color: #EC876B;
	width: 150px;
	margin-left: 8px;
	padding-left: 3px;
}

#btn-recherche {
	vertical-align: middle;
	margin-left: 8px;
	margin-top: 4px;
}

#centre {
	position: relative;
	width: 700px;
	height: 599px;
}

#bienvenue {
	padding-top: 150px;
	padding-left: 60px;
	padding-right: 350px;
	text-align: justify;
}


#bienvenue h2, #bienvenue .lettrine {
	color: #c9d56e;
	font-size: 22px;
	font-weight: normal;
}

#bienvenue h2 {
	margin-bottom: 15px;
}

#bienvenue .lettrine {
	margin-right: 5px;
}

#bienvenue p  {
	line-height: 1.8em;
	font-family: arial;
	font-size: 1.2em;
}

#menu {
	position: absolute;
	top: 106px;
	left: 325px;
	width: 675px;
	height: 510px;
	z-index: 10;
}

#adresse {
	position: absolute;
	z-index: 20;
	top: 583px;
	left: 10px;
	width: 680px;
	font-size: 9px !important;
	font-weight: bold;
}

#adresse a {
	color: white;
}

#bandeau {
	z-index: 1;
	position: absolute;
	top: 599px;
	width: 1000px;
	height: 22px; 
	background-color: #F68A66;
}

#newsletter {
	z-index: 30;
	position: absolute;
	top: 599px;
	height: 22px; 
	padding-left: 30px;
	color: #ac0939;
}

input#email {
	border: none;
	background-color: #FBC6B5;
	font-size: 0.9em;
	width: 200px;
	margin-left: 5px;
	padding-left: 2px;
	color: #ac0939;
}

input#ok-newsletter {
	border: none;
	vertical-align: middle;
	margin-left: 5px;
}

#gazette {
	z-index: 30;
	position: absolute;
	top: 599px;
	width: 1000px;
	height: 22px; 
	text-align: right;
	color: #AC3223;
	vertical-align: middle;
	padding-top: 5px;
}

#gazette a {
	margin-right: 10px;
}

#gazette a:hover, #actus a:hover {
	text-decoration: underline;
	color: #ac0939;
}

#footer {
	z-index: 0;
	position: absolute;
	top: 621px;
	width: 100%;
	background-color: #94DE7B;
	min-height: 130px;
	height: auto !important;
	height: 130px;
	overflow: auto;
}

#footer h2 {
	font-size: 1.2em;
	color: white;
	padding: 10px;
}

#actus p {
	width: 420px;
	color: #AC3223;
	padding-left: 30px;
	float: left;
	padding-bottom: 1em;
	font-size: 11px;
	min-height: 30px;
}

#actus a:hover {
	color: #AC3223;
}

#actus a:hover {
	text-decoration: underline;
	color: #AC3223;
}

#mentions {
	position: absolute;
	bottom: 0;
	right: 0;
/*
	clear: both;
	margin-left: 750px;
	height: 17px;
*/
	text-align: right;
	background-color: #C9EDBE;
	color: #AC3223;
}

#mentions a:hover {
	text-decoration: underline;
	color: #ac0939;
}

#statue {
	position: absolute;
	bottom: 15px;
	right: 0;
	display: block;
	width: 79px;
	height: 102px;
	background-image: url(../images/statue.jpg);
	background-repeat:  no-repeat;
}

/*
 *   M E N U   H T M L  
 *   ---------------------
 */

#menuhtml  {
	padding-top: 50px;
	position: absolute;
	top: 50px;
	left: 100px;
	width: 510px;
	height: 360px;
	z-index: 10;
}

#accueil #menu li {
	display: block;
	width: 260px;
	margin: 6px 15px;
}

#accueil #menu li a {
	display: block;
	margin-left: 15px;
	padding: 2px;
	height: 20px;
	width: 260px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	background-color: #64BD54;
}

#accueil #menu li li a {
	font-weight: normal;
}

#accueil #menu li a:hover, #accueil #menu li a:active {
	background-color: #b4e239;
}

#accueil #menu li a.on {
	background-color: #b8633b;
}

#accueil #menu li ul {
	display: none;
}

#accueil #menu li:hover ul,
#accueil #menu li.hover ul,
#accueil #menu li.on ul {
	display: block;
	z-index: 10;

}

#menuflashnotie  {
	outline: none;
}
