body {
    	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    	font-size: 11px;
    	align: center;
}
	
div#bandeau {
	width:960px;
	height:222px;
	background: url(../images/bandeau.jpg) no-repeat 0 0;
}

div#menu {
	width:960px;
	height:35px;
	background: url(../images/menu.jpg) no-repeat 0 0;
}

div#menu a, div#menu a:link {
	float: left;
	padding-right: 18px;
	padding-top:10px;
	margin-left: 18px;	
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;	
}

	
div#gauche {
	float:left;
	width:210px;
	height:1000px;	
	text-align: center;
	padding-top:7px;
	background: url(../images/gauche.jpg) repeat 0 0;
}

div#contenu {
	float:left;
	width:630px;
	background-color:#FFFFFF;
}

div#footer {
	width:630px;
	height:20px;
	padding-top: 5px;
	text-align: center;
	background-color:#FFFFFF;
}

div#texte {
	margin-left:7px;
	margin-right:7px;
	padding-top:7px;
}

div#droite {
	float:left;
	width:120px;
	height:1000px;
	text-align: center;
	padding-top:10px;
	background: url(../images/droite.jpg) repeat 0 0;
}


div#footer a {
    color : #000000;
    font-family:Tahoma;
    text-decoration:none;
}

div#footer a:hover , a:active , a:focus {
    color : #000000;
    text-decoration:underline;
}
