/* base --------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #000000;
	list-style-type: none;
	background-position: center;
}

#outer_wrapper {
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 460px;
	border: 1px solid #999;
	top: 20px;
}

#wrapper {
	float:left;
	width:800px;
	height: 460px;
	position: fixe;
	background-color: #FFFFFF;
}
#logo {
	float: left;
	height: 106px;
	width: 400px;
	margin-top: 50px;
	margin-left: 200px;
	position: fixe;
}	

#content {
	float: left;
	height: 250px;
	width: 800px;
	position: fixe;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
}





#lien  {
	color: #666;
	text-decoration: none;
	
}


#lien a:link, #lien a:active, #lien a:visited  {
	color: #666;
	text-decoration:none;
}

#lien a:hover {
	color: #030002;
	text-decoration:none;
}




/* Footer --------------------------------------------------*/
#footer {
	font-size: 11px;
	color:#999;
	width:600px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
#footer_lien  {
	color:#999;
	display:block;
	float:right;
	font-size:11px;
	text-align:right;
	text-decoration:none;
	clear: right;
	width: 100px;
	padding-right: 20px;
	padding-top: 5px;
}
#footer_lien a:link, #footer_lien a:visited {
	color:#999;
	text-decoration:none;
}
#footer_lien a:active, #footer_lien a:hover {
	color:#999;
	text-decoration:underline;
}
