/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

/* BALISES HTML */
body {
	background-color: #9C002E;
	font-size:0.72em;
	background-image: url(images/home_fond.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.72em;
}

a img {
	border: none;
}

a {
	text-decoration: none;
}

h1 {
	position: absolute;
	top:41px;
	left:0px;
	width: 950px;
	height: 97px;
	
	border-bottom: none;
}
h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
}
h3 {
	font-size: 10px;
	font-weight: bold;
	margin-left: 20px;
}


/* CONTENEUR GLOBAL */

#conteneur {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -285px;
	width: 950px;
	height: 570px;

}

/* menu haut */
#fondmenu {
	position: absolute;
	left: 234px;
	top: 158px;
	width: 716px;
	height: 24px;
	background-color: White;
}
#menu {
	position: absolute;
	left: 234px;
	top: 158px;
	width: 716px;
	height: 24px;
	z-index:30;
}
#menu p {
	margin-left: 35px;
	
}

/* logo MDE */

#logo {
	position: absolute;
	left: 63px;
	top: 16px;
	width: 101px;
	height: 134px;
}

/* slogan */
#slogan {
	position: absolute;
	left: 471px;
	top: 23px;
}

/* carte */
#carte {
	position: absolute;
	left: 186px;
	top: 35px;
	width: 153px;
	height: 162px;
	z-index:20;
}

/* actualites */
#actualites {
	position: absolute;
	left: 1px;
	top: 158px;
	width: 234px;
	height: 222px;
	background-color: #F6D8DE;
	border: 1px solid #9A0524;
	
}
#block_actu {
	height: 160px;
	
	overflow: hidden;
}

/* liens voir tout */
.toutactu, .toutagenda {
	margin-top: 10px;
}
.toutagenda a {
	position: absolute;
	top: 130px;
	left: 20px;
	color: White;
}
.toutactu a {
	position: absolute;
	top: 200px;
	left: 20px;
	color: #9C002E;
}
.toutagenda a:hover, .toutactu a:hover {
	text-decoration: underline;
}

#actualites p, #agenda p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 10px;
}

/* liens en savoir plus */
.plusagenda {
	font-style: italic;
	color: #000;
}
.plusactu {
	color: #fff;
	margin-bottom: 5px;
	display: block;
}
a.plusactu:hover, a.plusagenda:hover {
	text-decoration: underline;
}

/* agenda */
#agenda {
	position: absolute;
	left: 2px;
	top: 382px;
	width: 232px;
	height: 154px;
	background-color: #9F0026;
	border: 1px solid #ffffff;
	color: White;
}
#block_agenda {
	height: 85px;
	
	overflow: hidden;
}

/* block_contenu */
#block_contenu {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 932px;
	height: 366px;
	background-color: #9F0026;
	border: 1px solid #ffffff;
	background-position:  297px 31px;
	background-image: url(images/photo_mde.jpg);
	background-repeat: no-repeat;
}
#menu_contenu {
	position: absolute;
	left: 642px;
	top: 266px;
	width: 265px;
	height: 66px;
	
}

/* formulaire de recherche */
#recherche {
	position: absolute;
	left: 445px;
	top: 480px;
	width: 165px;
	height: 25px;
	text-align: center;
}

/* menu bas */
#menubas {
	position: absolute;
	left: 234px;
	top: 519px;
	width: 423px;
	height: 17px;
	text-align: center;
	line-height: 17px;
}

#picto {
	position: absolute;
	left: 634px;
	top: 519px;
	width: 275px;
	height: 17px;
}

#footer {
	position: absolute;
	left: 0px;
	top: 540px;
	width: 950px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: White;
}
