@charset "utf-8";
 @font-face {
}
body {
	width:1024px;
	margin:auto;
	background-image: url(Fond_vert.png);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#006600;
}
#haut {
	background-image:url(banniere.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:134px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #006600;
	width:1020px;
}
#haut_liens {
	float:right;
	font-size:14px;
	color:#b4deff;
	padding-top:100px;
	padding-right:15px;
	text-align:right;
	line-height:32px;
}
#haut_liens a, #haut_liens a:visited, #haut_liens a:hover {
	color: #0A4F2D;
}
#haut_liens ul {
	margin:0px;
	padding:0px;
	display:inline;
	list-style-type:none;
}
#haut_liens ul li {
	display:inline;
	list-style-type:none;
	border-left: 1px solid #FFF;
	padding: 2px 3px;
}
#haut_titre {
	display:none;
}
#titresite {
	display:none;
}
#subtitle {
	display:none;
}
#logo {
	float:left;
	color:#003333;
	height:134px;
	width:399px;
	background-image:url(Logo_vert.png);
}
#menu {
	float:left;
	clear:left;
	background-color: #BCFFB3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:2px;
	border: 2px solid #006600;
	width:158px;
}
#menu h2 {
	display:none;
}
#menu ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#menu li {
	font-size:14px;
	color: #CAFFCA;
	background-color: #1A7A0D;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #006600;
}
#menu li:hover {
	background-color: #009900;
}
#menu a, li {
	color:#FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: bolder;
}
#menu ul ul {
	display:none;
}
#menu ul li {
	margin:2px;
}
#menu li:hover ul {
	display: block;
	position:absolute;
	left: 152px;
	margin-top:-40px;
	padding: 0px;
	width:150px;
}
#Newsletter {
	float:left;
	clear:left;
	width: 152px;
	background-color: #BCFFB3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:5px;
	border: 2px solid #006600;
}
#traduction {
	float:right;
	clear:right;
	width: 167px;
	background-color: #BCFFB3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:5px;
	border: 2px solid #006600;
}
#wifi {
	float:right;
	clear:right;
	width: 167px;
	background-color: #BCFFB3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:5px;
	border: 2px solid #006600;
}
#Moteur_recherche {
	float:right;
	clear:right;
	width: 167px;
	background-color: #BCFFB3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:5px;
	border: 2px solid #006600;
}
#meteo {
	float:right;
	clear:right;
	width: 167px;
	background-color: #BCFFB3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:5px;
	border: 2px solid #006600;
}
#boitemail {
	float:left;
	clear:left;
	width: 152px;
	background-color: #BCFFB3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:5px;
	border: 2px solid #006600;
}
#Calendrier {
	float:right;
	clear:right;
	width: 167px;
	background-color: #BCFFB3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:5px;
	border: 2px solid #006600;
}
#rss_loader {
	position:absolute;
	top:15px;
	right:15px;
}
#facebook_loader {
	position:absolute;
	top:15px;
	right:45px;
}
#corps {
	float:inherit;
	overflow:hidden;
	background-color: #BCFFB3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:5px;
	border: 2px solid #006600;
	min-height:800px;
}
p, ul, li, ol, table, legend {
	font-size: 15px;
	color: #0A4F2D;
	margin-bottom:4px;
	margin-top:0px;
}
h2 {
	font-size: 18px;
	color: #FFFF66;
	background-color: #1A7A0D;
	font-weight: bold;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align:center;
}
h3 {
	color: #FFFFFF;
	background-color: #009933;
	font-size: 16px;
}
h4 {
	color: #FFFFFF;
	background-color: #009900;
	font-size: 14px;
}
h5 {
	margin-left:15px;
	color: #FFFFFF;
	background-color: #00CC33;
	font-size: 12px;
}
img {
	border:none;
}
a:visited {
	font-weight: bolder;
	color: #0A4F2D;
	text-decoration: none;
}
a:link {
	font-weight: bolder;
	color: #0A4F2D;
	text-decoration: none;
}
a:hover {
	color: #0A4F2D;
	text-decoration: underline;
}
#footer {
	clear:both;
	font-size: 12px;
	color: #000000;
	background-color: #BCFFB3;
	width:90%;
	margin:auto;
	padding-left:20px;
	padding-bottom:3px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border: 2px solid #006600;
}
table {
	font-size: 15px;
	color: #0A4F2D;
	margin-bottom:4px;
	margin-top:0px;
}
.Erreur {
	color: #006699;
	text-decoration: blink;
	border: medium dashed #FFCC00;
	background-color: #FFFF99;
	text-align: center;
	vertical-align: middle;
	font-size: large;
}
.Message {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	width:99%;
	margin:auto;
	background-color:#FFFFCC;
}
.recherche {
	color:#FF0000;
	font-weight: bold;
	font-size:18px;
	background-color:#FFFFCC;
}
.message_recherche {
	color:#0000FF;
	font-weight: bold;
	font-size:18px;
	background-color:#FFFFCC;
}
legend {
	font-size: 15px;
	color: #0A4F2D;
	font-weight: bold;
}
label {
	display:block;
	width:150px;
	float:left;
	overflow:visible;
}
.news {
clear:both;
}
.news:hover {
	background-color: #d5ffcf;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.titrenews {
	margin-right: 50px;
}
.contenunews {
	clear:both;
}
.newsfooter {
clear:both;
	width:100%;
	background-color:#D0FDB5;
	font-size:10px;
	text-align:right;
}
.post-date {
	border:1px solid #FFFFFF;
	display:block;
	height:38px;
	line-height:100%;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
	width:38px;
}
span.month {
	background:transparent url(bgcal.png) repeat scroll left top;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:85%;
	font-weight:bold;
	left:0;
	padding:2px 0;
	position:absolute;
	text-transform:uppercase;
	top:0;
	width:100%;
}
span.day {
	background-color:#F5F5F5;
	bottom:0;
	font-size:17px;
	font-weight:bold;
	height:13px;
	left:0;
	padding:4px 0;
	position:absolute;
	width:100%;
}
.back-cal {
	background-color:#CECECE;
	float:right;
	padding:1px;
	clear:right;
}
th {
	background-color:#006600;
	color:#FFFFFF;
	font-weight: bold;
	font-size:16px;
}
