﻿body{
	margin:0;
	background:black url('../images/bas.png') no-repeat scroll right bottom;
	color:red;
}

a{
	color:orange;
}

img{
	border:none;
}

#banniere{
    width:100%;
	height:185px;
}

#banniere-left{
	background:transparent url('../images/banniere-left.png') no-repeat left;
	width:20%;
}

#banniere-right{
	background:transparent url('../images/banniere-right.png') no-repeat right;
	width:20%;
}

#banniere-center{
	background:transparent url('../images/banniere-center.png') no-repeat center;
	width:60%;
}

#presentation{
	width:600px;
	margin:auto;
	border:2px aqua groove;
	padding:5px;
}

#menu{
	margin:auto;
	margin-bottom:20px;
}

#menu td{
	padding:10px;
}

#menu a{
	color:blue;
	font-weight:bold;
    font-size:20px;
}

#menu a:hover{
	color:yellow;
}

#contact{
	text-align:center;
}

#page{
	width:600px;
	margin:auto;
}

#news{
	width:150px;
	height:200px;
	float:right;
	margin-right:25px;
}

#news marquee{
    background:white;
	border:2px solid aqua;
}

#bas{
	color:white;
	text-align:center;
	margin-top:200px;
	margin-bottom:80px;
}

#bas a{
	color:white;
}