@charset "utf-8";
/* MEMO COULEURS
Vert SDP : #00802D
Bleu : #0D4D7D 
 */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:white url(img/intro-background.gif) no-repeat top center;
	font-size:0.9em;
	line-height:0.9em;
}


#general {
	margin:auto; 
	width:940px;
	height:600px;
	border-left:6px solid white;
	border-right:6px solid white;
	}
	
#header {
	position:relative; 
	z-index:2; 
	top:0px;
	left:0px;
	width:940px; 
	height:30px;
	line-height:25px;
	color:#00802D;
	font-size:0.9em;
	}

#header a, #header a:link, #header a:visited, #header a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0D4D7D;
	text-decoration: none;
}
#header a:hover {text-decoration: underline;}

#header a.deficient, #header a.deficient:link, #header a.deficient:visited, #header a.deficient:active, #header a.deficient:hover {
	font-size: 1em;
	color:white;
	text-decoration: none;
	font-weight:bold;
	background:black;
	padding:2px;
	}

#animaccueil {
	position:absolute;
	z-index:1; 
	top:30px;
	}

#fondmenuaccueil {
	position:relative; 
	z-index:50; 
	top:220px;
	left:0px;
	width:940px; 
	height:270px; 
	}

.menuaccueilleft {
	width:385px;
	height:90px;
	line-height:17px;
	padding-right:10px;
	font-size:1em;
	border-right:#00802D 1px solid;
	text-align:right;
	position:absolute;
	float:left;
	color:#0D4D7D;
	padding-top:10px;
	}
.menuaccueilright {
	width:300px;
	height:100px;
	line-height:25px;
	margin-left:410px;
	font-size:1.15em;
	text-align:left;
	position:absolute;
	float:right;
	color:#0D4D7D;
	padding-top:1px;
	}
.menuaccueilright a {color:#0D4D7D; text-decoration:none;}


#mentions {
	position:relative; 
	z-index:150; 
	top:265px;
	left:0px;
	height:10px;
	width:940px; 
	font-size:0.9em;
	color:#00802D;
	text-align:center;
	}
#mentions a, #mentions a:visited, #mentions  a:link, #mentions a:active  {
	font-size:0.9em;
	color:#0D4D7D;
	text-decoration: none;
}
#mentions a:hover {text-decoration: underline;}


sup 
{ 
	vertical-align:text-top;
	font-size: 60%;
	line-height:100%;
} 


