	body {
		margin:20px;
		padding:0;
		text-align:center;
		font:80% Verdana, Trebuchet MS, sans-serif;
		background-color: #facc81;
		color: white;
		}

/* Entete */ 

	#forme {
		width:750px;
		margin:0 auto;
		padding:0;
		text-align:left;
		background-color: black;
		}
		
	#formetete {
		margin: 0;
		padding:0;
		}
	#formetete img {
		margin: 9px;
		padding:0;
		border: white 1px solid;
		}
		
/* menu accueil */ 

#accueil {
	margin: 0;
	padding :0;
	}

#accueil img {
	display: block;
	margin:0;
	padding:0;
	border:0;
	}

#menuaccueil {
	margin: 0;
	background-color: #FCBE41;
	background-image:url(base/bas_accueil.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	padding: 5px 2px 24px 2px;
	}
	
.menu {
	color: black;
	font-size: 12px;
	list-style-type: none;
	margin-left: 5px;
	padding: 0px;
	width: 200px;
	height: auto;
	font-family:Arial;
	}

.menu img {
	margin-left: 8px;	
	padding: 0px;
	}
	
.menu li {
	color: black;
	line-height: 10px;
	text-decoration: none;
	background-image: url("base/carre.gif");
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	margin-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	height: auto;
	border-top: #ffff54 dotted 1px;
	}

.menu li a {
	color: black;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0
	}
	
.menu li a:hover {
	color: black;
	text-decoration: underline;
	list-style-type: none;
	margin: 0;
	padding :0
	}
	
	
.sousmenu {
	color: black;
	font-size: 11px;
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
	width: 180px;
	height: auto;
	font-family:Arial;
	}
	
.sousmenu li {
	color: black;
	letter-spacing: 1px;
	line-height: 6px;
	text-decoration: none;
	background-image: url("base/rond.gif");
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	height: auto;
	border-top: none;
	}

.sousmenu li a {
	color: black;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0
	}

.sousmenu li a:hover {
	color: black;
	text-decoration: underline;
	list-style-type: none;
	margin: 0;
	padding: 0
	}

/* Actualites */ 

#actualites {
	margin: 0;
	padding :0;
	}

#actualites img {
	display: block;
	margin:0;
	padding:0;
	border:0;
	}

#news {
	margin: 0;
	background-color: #e9a721;
	background-image:url(base/bas_news.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	padding: 7px 2px 20px 2px;
	}

#news p {
	color: black;
	margin: 0px 5px 10px 5px;
	padding: 0;
	}

.allnews {
	color: black;
	font-size: 12px;
	list-style-type: none;
	margin-left: 5px;
	padding: 0px;
	width: 200px;
	height: auto;
	padding: 0px;
	font-family:Arial;
	}

.allnews img {
	margin-left: 8px;	
	padding: 0px;
	}
	
.allnews li {
	color: black;
	line-height: 10px;
	text-decoration: none;
	background-image: url("base/carre2.gif");
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	margin : 0;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 12px;
	height: auto;
	border-top: #ffff2b dotted 1px;
	}

.allnews li a {
	color: black;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0
	}
	
.allnews li a:hover {
	color: black;
	text-decoration: underline;
	list-style-type: none;
	margin : 0;
	padding : 0
	}

/* Boutons nav vers autres sites */ 

	#boutons {
		margin-top: 5px;
		padding:0;
		text-align: center;
		font-size: 1px
		}
		
	#boutons img {
		margin-right: 5px;
		padding:0;
		}
	#boutons a img {
		margin-right: 5px;
		padding:0;
		}
		
/* Pied de page */ 
	#basdepage {
 		margin:0;
		padding:0;
		background-color: #e9a721;
		background-position:bottom;
		}
	#adresse { 
		color: black; 
		margin:0; padding:5px 0; 
		font-size:10px; 
		text-align: center; 
		}
	#adresse a:link, #adresse a:visited {
		color: black;
		text-decoration:none;
		border-bottom: 1px dotted black;
		}
	#adresse a:hover, #adresse a:active {
		color: black;
		border-bottom: 1px solid black;
		}
		
	#mentions {
		margin:0;
		padding:0;
		text-align:center;
		}
	
	#mentions p {
		margin-top:5px;
		padding:0;
		text-align:center;
		font:9px Verdana, Trebuchet MS, sans-serif;
		color:#C97328;
		}
	#mentions a:link, #mentions a:visited {
		color: #C97328;
		text-decoration: none
		}
	
	#mentions a:hover, #mentions a:active {
		color: #8C3800;
		border-bottom: 1px dotted #8C3800;
		}
		
/* HTML Tag Defaults */
	
	img {
		border:0;
		}
	a img {
		border:none;
		text-decoration:none;
		}

	
	.bottom {
		clear:both;
		}
