body {
font-family: Verdana,Helvetica;
font-size: smaller;
color: #FFFFFF;
text-decoration: none;
text-align: center;
margin: 0;
padding: 0;
background-color: #000000;
}
h1 {
font-size: 150%;
background-color:#075e38;
text-decoration: none;
text-align: center;
margin-bottom: 20px;
margin-top: 20px;
}
h2 {
font-size: 120%;
text-align: center;
background-color:#7bc142;
width: 50%;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
margin-bottom: 30px;
color: #000000;
}
a, a:link , a:visited {
color:#075e38;
text-decoration: none;
}
a:hover {
color:#FFFFFF;
text-decoration:none;
}
#conteneur {
position: absolute;
width: 100%;
background-color:#000000;
margin-top: 10px;
left: 0;
}
#haut {
height: 114px;
border-bottom: 1px solid #075e38;
background-color: #000000;
}
	#gauche {
	width: 200px;
	height: 114px;
	float: left;
	background-image: url(../images/cristallisation.jpg);
	background-repeat: no-repeat;
	}
	#droite {
	height: 114px;
	margin-left: 200px;
	background-image:url(../images/logo_sr_nv.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
#menu {
float: left;
width: 200px;
}
	#menu a {
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
	display: block;
	border-bottom: 1px solid #075e38;
	}
	#menu a span:hover {
	text-decoration: underline;
	}
#corps {
height: 100%;
min-height: 124px;
margin-left: 200px;
text-align: left;
padding: 10px;
background-color: #000000;
}

	dl.event {
	margin: 2em 0;
	padding: 0;
	}
	.event dt {
	position: relative;
	left: 0;
	top: 1.1em;
	width: 10em;
	font-weight: bold;
	color: #075e38;
	}
	.event dd {
	border-left: 1px solid #075e38;
	margin: 0 0 0 10em;
	padding: 0 0 .5em .5em;
	}
	
	#pourquoi {
	margin-left: 30px;
	padding-left: 10px;
	border-left: 1px solid #FF9900;
	color: #FF9900;
	font-weight: bold;
	}
	#contact {
	color: #075e38;
	font-weight: bold;
	}
	
#bas {
clear: both;
border-top: 1px solid #075e38;
background-color: #000000;
padding-top: 10px;
padding-bottom: 10px;
}

	.menupied {
	padding-top: 5px;
	padding-bottom: 5px;
	}
	#pied a {
	text-decoration: none;
	}
	#pied a:hover {
	text-decoration: underline;
	}
