body {
	background-color: #000000;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin:0;
}
#page {
	background-color:#EEEEEE;
	width:990px;
	min-height:630px;
	margin:0 auto 0 auto;
}
#bandeau {
	height:115px;
	width:100%;
	background-color:#000066;

}
#logo {
	padding-top:15px;
}
#footer {
	width:100%;
	background-color:#FFFFFF;
	float:right;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	font-family:Tahoma,Verdana,Helvitica,sans-serif;
	font-size:11px;
	color:#666666;
	text-align:center;
}
#footer a {
	color:#666666;
	text-decoration:none;
}
#footer p {
	margin:10px 10px 10px 10px;
}
#footer a:hover{
	color:#000066;
	text-decoration:underline;
}
#banniere-pub {
	height:150px;
	width:100%;
	background-color:#EEEEEE;
	line-height:110px;
}
#banniere-pub img {
	text-align:center;
	vertical-align:center;
	margin:10px 81px 10px 131px;
	height:90px;
	width:728px;
}

/* -------------------- Menu ----------------------------- */
#centre {
	float:left;
	width:618px;
	font-family:Tahoma,Verdana,Helvitica,sans-serif;
	font-size:12px;
	margin:0px 0px 10px 10px;
	background-color:#FFF;
}
#centre h1{
	color:#000066;	
}
/* --------------------homepage ----------------------------- */
#zonedroite {
	width:305px;
	float:left;
	padding:0px 10px 10px 10px;
}
#zonedroite h2 {
	font-family:Tahoma,Verdana,Helvitica,sans-serif;
	font-size:14px;
	color:#000066;
}
#zonedroite p {
	font-family:Tahoma,Verdana,Helvitica,sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px 0px 0px 0px;
}
#zonedroite ul {
	font-family:Tahoma,Verdana,Helvitica,sans-serif;
	font-size:12px;
	color:#999999;
	margin:0px 0px 0px -10px;
}
#zonedroite li a {
	font-family:Tahoma,Verdana,Helvitica,sans-serif;
	font-size:12px;
	color:#999999;
	text-decoration:none;
}
#zonedroite li a:hover {
	font-family:Tahoma,Verdana,Helvitica,sans-serif;
	font-size:12px;
	color:#000066;
	text-decoration:underline;
}
.box {
	padding: 10px;
	border: 1px solid #CCC;
	/* Do rounding (native in Opera, Firefox and Safari) */
    border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#cdf {
	color:#999;
	font-size:10px;	
	}
#cdf a {
	color:#999;
	text-decoration:none;
	}
#cdf a:hover {
	color:#999;
	text-decoration:underline;
	}
