@import url(mep.css);

/*body{background-color:#336600;font-family:Arial, Helvetica, sans-serif, "Arial Rounded MT Bold";}

#page{
	background-color:#FFFFFF;
	width:900px;
	margin:0 auto;
}*/

/*#entete{
	background-image:url(entete.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:99px;
}*/

#menuh{
	background-image:url(menuh.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:right;
	padding:0.5em 50px;
	color:#FFF;
	font-size:0.75em;
	font-weight:bold;
}

#corps{
	overflow:auto;/*permet de garder la hauteur dû aux éléments flottants contenus*/
	/*background-color:#FFF;*/
}

#menuv{
	float:left;
	width:200px;
	/*height:450px;*/
}

#societe{
	background-image:url(neomys.jpg);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#FFF;
	width:180px;
	height:80px;
	margin-left:30px;
	position:absolute;
	top:80px;
	border:1px solid #009900;
	text-align:right;
	padding:20px 20px;
}

#museum{
	background-image:url(museum.jpg);
	background-repeat:no-repeat;
	background-position:10px -10px;
	background-color:#FFF;
	width:180px;
	height:80px;
	margin-left:-50px;
	position:absolute;
	top:230px;
	border:1px solid #009900;
	text-align:right;
	padding:20px 20px;
}

#biblio{
	background-image:url(biblio.jpg);
	background-repeat:no-repeat;
	background-position:10px 0;
	background-color:#FFF;
	width:180px;
	height:80px;
	margin-left:-50px;
	position:absolute;
	top:390px;
	border:1px solid #009900;
	text-align:right;
	padding:20px 20px;
}

#contenu{
	float:left;
	width:500px;
	/*height:450px;*/
}

#contenu h3{
	text-align:center;
	padding-bottom:2em;
}

#menud{
	float:left;
	width:200px;
	height:450px;
}

#agenda{
	background-color:#FFF;
	width:180px;
	height:150px;
	margin-left:30px;
	position:absolute;
	top:150px;
	border:1px solid #009900;
	text-align:left;
	padding:0 20px;
}

#infos{
	background-color:#FFF;
	width:180px;
	height:200px;
	margin-left:30px;
	position:absolute;
	top:350px;
	border:1px solid #009900;
	text-align:left;
	padding:0 20px;
}

#piedpage{
	clear:both;
	background-color:#009900;
	text-align:center;
	font-size:0.6em;
	font-weight:bold;
	letter-spacing:0.5em;
	line-height:2em;
	color:#FFFFFF
}

#piedagenda{
	font-size:0.75em;
	border-top:1px solid #009900;
	position:absolute;
	bottom:0px;
}

/***************************************************************************/

.pave{
	font-size:0.75em;
	font-weight:bold;
	letter-spacing:0.5em;
	line-height:2em;
}

.infos{
	font-size:0.75em;
	font-weight:bold;
}

.infos h5{
	font-size:1em;
	font-weight:bold;
	letter-spacing:0.5em;
	border-bottom:1px solid #009900;
	margin:0 0 1em 0;
}

.texte{
	font-size:0.9em;
}