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

/* Entete */ 

	#forme {
		width:750px;
		margin:0 auto;
		padding:0;
		text-align:left;
		background-color: #640303;
		}
		
	#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: #a20515;
	background-image:url(base/bas_accueil.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	padding: 5px 2px 24px 2px;
	}
	
.menu {
	color: white;
	font-size: 12px;
	list-style-type: none;
	margin-left: 5px;
	padding: 0px;
	width: 180px;
	height: auto;
	font-family:Arial;
	}

.menu img {
	margin-left: 8px;	
	padding: 0px;
	}
	
.menu li {
	color: white;
	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: #DA0604 dotted 1px;
	}

.menu li a {
	color: white;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0
	}
	
.menu li a:hover {
	color: white;
	text-decoration: underline;
	list-style-type: none;
	margin: 0;
	padding :0
	}
	
	
.sousmenu {
	color: white;
	font-size: 11px;
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
	width: 190px;
	height: auto;
	font-family:Arial;
	}
	
.sousmenu li {
	color: white;
	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: white;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0
	}

.sousmenu li a:hover {
	color: white;
	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: #400303;
	background-image:url(base/bas_news.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	padding: 7px 2px 20px 2px;
	}

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

.allnews {
	color: white;
	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: white;
	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: #DA0604 dotted 1px;
	}

.allnews li a {
	color: white;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0
	}
	
.allnews li a:hover {
	color: white;
	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: #3d0303;
		background-position:bottom;
		}
	#adresse { 
		color: #fff; 
		margin:0; padding:5px 0; 
		font-size:10px; 
		text-align: center; 
		}
	#adresse a:link, #adresse a:visited {
		color: #fff;
		text-decoration:none;
		border-bottom: 1px dotted #fff;
		}
	#adresse a:hover, #adresse a:active {
		color: #fff;
		border-bottom: 1px solid #fff;
		}
	
	#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:#640303;
		}
	#mentions a:link, #mentions a:visited {
		color: #640303;
		text-decoration: none
		}
	
	#mentions a:hover, #mentions a:active {
		color: #3D0303;
		border-bottom: 1px dotted #3D0303;
		}
/* HTML Tag Defaults */
	
	img {
		border:0;
		}
	a img {
		border:none;
		text-decoration:none;
		}

	
	.bottom {
		clear:both;
		}