
/*debut général*/
#body {
	text-align:center;
	background-color:#ffff00;
}

#containerdiv {
	text-align:center;
    width:950px;
    height:100%;
	margin:0px auto 0px auto;
}

#headerdiv {
       position: relative;
	   float: left;
	   
}

#footerdiv {
	visibility: visible;
	position: relative;
	float: left;
	width:100%;
	clear:both;
	font-size:9px;
	margin-top:30px;
}

#footerdiv a {
	text-decoration:none;
	color:#00AACC;
}

#bodydiv {
       position: relative;
	   float: left;
	   padding-top:10px;
       width:100%;
	   z-index:0;
	   height:300px;
}

#leftdiv {
       position: relative;
	   float: left;
       width:250px;
       height:100%;
}


#maindiv {
	   position: relative;
	   float:none;
	   float: left !important;
       width:490px;
       height:100%;
	   z-index:10;
	   margin-left:0px;
	   text-align:left;
	   text-justify:distribute;
	   font: 1em "Trebuchet MS",Arial,sans-serif ;
	   
}

#logodiv {
	position: relative;
	float: left;
	cursor:pointer;
}

#nav {
	width: 200px ;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	}
#nav li {
	background: #0000ff ;
	color: #fff ;
	border: 1px solid #600 ;
	margin-bottom: 1px ;
	}
#nav li a {
	display: block ;
	background: #00AACC ;
	color: #fff ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	padding: 4px 0 ;
	text-align: center ;
	text-decoration: none ;
	}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	background: #cc00cc ;
	text-decoration: none ;
	}