html,body{
	background-color:#000000;
	color:#FFFFFF;
	height:800px;
	overflow:hidden;
}

img {
	border-style: none;
}

ul {
	list-style: none;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
}
li{
	cursor:pointer;
	margin-left:-35px;
	margin-Bottom:10px;
	margin-Top:10px;
}
a.forum{
	color:black;
	text-decoration:none;
}
.site{
	background-image:url('../img/FOND.jpg');
	background-repeat: no-repeat; 
	width:1024px;
	height:800px;
	margin-left: auto;
	margin-right: auto;
	font-family:"Arial",Verdana,Sans-serif;
	text-align:center;
}
.entete{
	background-image:url('../img/banniere.png');
	background-repeat: no-repeat; 
	width:865px;
	height:168px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

.content{
	position:relative;
	left:0px;
	top:5px;
	width:865px;
	height:600px;
	margin-left: auto;
	margin-right: auto;
}
.menuTop{
	/*background-image:url('left.png');*/
	cursor:pointer;
	position:relative;
	left:0px;
	top:0px;
	margin-top: -20px;
	width:865px;
	height:18px;
}
.colonneGauche{
	background-image:url('left.png');
	position:relative;
	left:0px;
	top:0px;
	width:138px;
	height:407px;
}
.colonneGaucheEntete{
	position:relative;
	left:6px;
	top:50px;
	width:150px;
	height:212px;
}
.colonneGaucheContent{
	position:relative;
	padding-top:5px;
	left:0px;
	top:5px;
	width:150px;
	height:552px;
}

.mainContent{
	background-color:#000000;
	position:relative;
	/*left:155px;
	top:-405px;*/
	width:865px;
	height:564px;
}
.footer{
	background-image:url('../img/bottom.png');
	position:relative;
	/*left:155px;
	top:-405px;*/
	width:865px;
	height:26px;
}

.contentChoice{
	position:relative;
	left:5px;
	top:5px;
	width:865px;
	height:550px;
	overflow : hidden;
}

.plan{
	position:relative;
	left:145px;
	top:-79px;
	width:704px;
	height:758px;
}

.article{
	float:left;
	margin-left:20px;
	padding:43px 1px 1px;
	width:340px;
}
.presentation{
	margin:auto;
	padding:1px;
	width:340px;
}
.contact{
	margin:auto;
	padding:1px;
	width:340px;
}
.banner{
	margin:auto;
	padding:1px;	
}
.colonneDroite{
	background-image:url('right.png');
	position:relative;
	left:804px;
	top:-810px;
	width:134px;
	height:407px;
}

.newsletter{
	position:relative;
	left:5px;
	top:30px;
	width:125px;
	text-align: center;
}
.flyer{
	float:right;
	height:506px;
	margin-top:-375px;
	position:relative;
	width:505px;
}

.redText{
	color:red;
}


#response{
	text-align: center;
	display:none;
	color:#00CC00;
	font-style:bold;
}
