@charset "utf-8";
/* MEMO COULEURS
Vert SDP : #00802D
Bleu : #0D4D7D 
 */

body {
	margin:1em;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:black;
	color:white;
	font-weight:normal;
	font-size:1em;
	line-height:2em;
}

a {text-decoration: underline; color:yellow;}	
#header a {text-decoration: underline;color:white;}
#mentions a {text-decoration: underline;color:yellow;text-align:center;}
.menuaccueilleft {margin:2em;}
.menuaccueilright {margin:2em;}
.menuaccueilright a {text-decoration: underline;color:white;}


#general {}
#header {
	margin-top:40px;
	text-align:center;
	}
#visuelheader {
	margin-top:20px;
	width:100%;
	text-align:center;
	}
#menu {
	position:relative; 
	width:30%; 
	clear:left;
	}
#contenugauche {
	position:absolute;
	left:30%;
	top:240px;
	width:68%;
	clear:both;
	border-left:1px solid white;
	padding:1em;
	}
#contenudroite {
	position:absolute;
	left:0;
	width:30%; 
	max-width:30%; 
	border-top:1px solid white;
	white-space:normal;
	font-size:0.8em;
	}
#mentions {
	text-align:center;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	}
#animaccueil {display:none;}

/* NEWS */
.curseur
{
	float:left;
}

div.curseur 
{
cursor: pointer;
width: 15px;
}