@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000033;
	margin-top: 0px;
	height: 590px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	}

#center {
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	width: 780px;
	position: relative;
	}
		
#menu {
	position: absolute;
	left: 20px;
	top: 100px;
	height: 390px;
	width: 135px;
	font-size: 16px;
	padding-top: 10px;
	}

#contenu {
	border: #FFFFFF solid 2px;
	position: absolute;
	right: 25px;
	top: 100px;
	height: 400px;
	width: 550px;
	padding: 10px;
	overflow: auto;
	}
		
#pied_page {
	position: absolute;
	bottom: 00px;
	height: 40px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#deconnexion {
	position: absolute;
	top: 0px;
	height: 30px;
	width: 90px;
	right : 50px;
	text-align: center;
	}	
	
#site {
	position: absolute;
	top: 0px;
	height: 30px;
	width: 90px;
	left : 50px;
	text-align: center;
	}	
	
/* Liens */	
a:link {
	text-decoration: none;
	color:#3333CC;
	}
		
a:visited {
	text-decoration: none;
	color: #3333CC;
	}
	
a:hover {
	text-decoration: none;
	color: #999999;
	}
	
a:active {
	color: #666666;
	text-decoration: none;
	}
/* Fin des liens */
