body{
	margin: 0;
	padding:0;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#000;
	width:99%;
}
.actu{ font-size: 1.2em;}

#corps{
	vertical-align: text-top;
	font-size: .9em;
	text-align: justify;
	padding: 0;
}
#corps h1{
	font-size: 1.8em;
	text-align: center;
	margin: 0;
	padding: 0;
	border-bottom:1px #eee solid;
	width: 100%;
}
h2{
	font-size: 1.4em;
	text-align: left;
	margin: 0;
	padding: 0;
}
.texte{
	font-size: 1em;
}

.conteneur{
	vertical-align: top;
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 2;
}

img{ border: 0;}

/* CSS issu des tutoriels http://css.alsacreations.com */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute;
	top: 105px;
	left: 125px;
	z-index:100;
	width: 770px;
	font-weight: bold;
 	font-size: 0.8em;
}
#menu dl {
	float: left;
	width: 11em;
	margin: 0 1px;
}
#menu dl dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background-color:#DEFEFF;
	/*background: #ccc;
	border: 1px solid gray;*/
/*	padding:2 0 2 8px;*/
}
#menu dd {
	border: 1px solid gray;
	/*	visibility: hidden;
	display: none;*/
}
#menu li {
	text-align: left;
	background: #DEFEFF;
/*	padding:3 0 0 8px;*/
}
#menu li a, #menu dt a {
	color: #0abede;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
	/*background: #eee;*/
	color: #c00;
}
