body {
	margin: 0;
}
	
#horizon {
	color: white;
	background-color: aqua;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
	
#contenu {
	background-color: white;
	margin-left: -253em;
	position: absolute;
	top: -2.62em;
	left: 50%;
	width: 900px;
	height: 506px;
	visibility: visible;
}

#flashcontent {
	/*position:relative;*/
}

a:link {text-decoration:none; color:#FF0000;}
a:visited {text-decoration:none; color:#FF0000;}
a:hover {text-decoration:none; color:#FFFFFF;} 
a:active {text-decoration:none; color:#FF0000;}

a.menu {
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:red;
}

a.email {
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:red;
}

ul {
	list-style-type:none; /*retirer les puces*/
}
li {
	/*text-decoration:underline;*/
}

div.general {
	width:800px;
	height:600px;
	margin:0 auto;
}
div.conteneur {
	position:relative;
	width:800px;
	height:600px;
	margin:0px;
	background-repeat:no-repeat;
	background-position:left bottom;
}
div.menu {
	position:absolute;
	width:300px;
	top:86px;
	left:25px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:1.8em;
}

div.formulaire_email {
	position:absolute;
	width:500px;
	top:250px;
	left:100px;
	margin-top:0px;
	margin-bottom:0px;
}


.texte {
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
}

.coordonnees {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:black;
	font-weight:bold;
}

.coordonnees_blanc {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:white;
	font-weight:bold;
}

.champ_saisie {
	font-size: 13px;
	font-family:Helvetica, Verdana, sans-serif;
	background-color: #ffff00;
}
