/* CSS Document */


body {
	height: 100%;
	width: 100%;
	background-color: #00804F;
}

#conteneur {
	width: 991px;
	height:auto;
	margin-left: -495px;
	top: 0%;
	left: 50%;
	visibility: visible;
	position: absolute;
}



/* bandeau entete */
#header{
	height: 162px;
	width: 991px;
	top: 0px;
	left: 0px;
	position: relative;
	visibility: visible;
}

#menu {
	width: 991px;
	height: 18px;
	background-image: url(images/fond-menu.jpg);
	}
	
a.blanc {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a.orange {
	color: #FF6600;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a.orange:hover {
	color:#FF6600;
	}


/* zone de texte */
#corps{
	width: 990px;
	margin-left:1px;
	height:auto;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	clear:both;
	}

#corps a:link, #corps a:visited{
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}
	
#titre{
	height: 20px;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F3AB00;
}

.titre_distrib{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00804F;
	}

#coccinelle{
	width: auto;
	height: auto;
	position: absolute;}

#zone_blanche{
	width:88px;
	height:auto;
	background-image: url(images/trait-blanc.jpg);
	background-repeat: repeat-y;
}

#ptt_zone_blanche{
	width:15px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/trait-blanc_ptt.jpg);
}
/*  menu bas*/
#footer{
	height:187px;
	width:990px;
	margin-left:1px;
M}

#footer img{
	width:990px;
}


#mentions{
	width: 991px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #C4C213;
	font-size: 12px;
	font-weight: bold;
	}

#mentions a:link{
	text-decoration:none;
	cursor: pointer;
	color: #C4C213;
}

#mentions a:visited{
	text-decoration:none;
	color: #C4C213;
}


/* Christophe , cybercité */

#header a img {
	border: none;
}

h1, h2 {
	color: #C58BB0;
	font-family: sans-serif;
	font-size: 14px;
}

#menu ul {
	margin:0 0 0 90px;
	padding:0;
}
#menu  li {
	position:relative;
	float:left;
	width: 200px;
	list-style:none;
	margin:-3px 0 0 0;
	padding:0;
	height:20px;
	margin-bottom:-2px;
}

#menu li.decal {
	width:200px;
	text-align:right;
	}
	
#menu li.decal2 {
	}

#menu a {
	color: #FF6600;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#menu a.actif, #menu a:hover {
	color: #FFF;
}

