@import url(mep.css);

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

#museum{
	background-image:url(museum.jpg);
	background-repeat:no-repeat;
	background-position:10px -10px;
	background-color:#FFF;
	width:180px;
	height:50px;
	margin-left:-50px;
	position:absolute;
	top:380px;
	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:50px;
	margin-left:-50px;
	position:absolute;
	top:480px;
	border:1px solid #009900;
	text-align:right;
	padding:20px 20px;
}

#contenu{
	float:left;
	width:500px;
	min-height:450px;
	/*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
}

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

.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;
}

#contenu h4{color:#006600;text-decoration:underline;}

table#menu td{border:1px solid #660000;}
table#menu h5{padding:0;margin:0;}

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