body {
	font-size: 0.9em;
	text-decoration: none;
	font-family : "Trebuchet MS", verdana, sans-serif;;
	margin: 0;
	padding: 0;
	background-color:#000000;
	color:#333333;
	background:   url("design/loupe-de-vavona.jpg") repeat fixed;
}

#conteneur {
	position:absolute;
	left: 50%;
	margin-left: -375px;
	width:800px;
	background:   url("design/fond.jpg") repeat;
	margin-top: 5px;
}

#header {
	background:   url("design/header.jpg") no-repeat;
	height: 294px;
}


.retour {
	float: left;
	width: 360px;
	height: 90px;
	margin: 15px 0 0 100px;
}

.flag{
	margin: 5px;
	margin-bottom: 0;
}

.haut_menu{
	float: left;
	width: 129px;
	height: 55px;
	margin: 0;
}

.lien{
	color:#000000;
	text-decoration:none;
	font-weight:bolder;
}

li{
	margin: 10px;	
}

#contenu{
	text-align:justify;
	margin: 0 5px 0 150px;
}

#gauche{
	position:absolute;
	width:130px;
	left:0;
	margin:3px 5px 0 20px;
}

#footer {
	background:   url("design/footer.gif") bottom no-repeat;
	height: 32px;
	padding:5px;
	margin-top: 10px;
	text-align:center;
	font-weight:bolder;
	font-size:0.9em;
	color:#000000;
}

.partenaires{
	font-size:0.8em;
	color:#999999;
	margin:0;
	padding:0;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size : 1.2em;
	font-weight: bolder;
	background:   url("design/h1.gif") no-repeat;
	height:15px;
	margin:15px;
	padding:5px 0 10px 33px;
	color: #339900;
}

p {
	margin: 10px;
	padding:0px;
}

img {	
	margin: 10px;
	border: solid 2px green;
}

.img_droite{
	float: right;
}

.img_gauche{
	float: left;
}

.img_noborder{
	border:0;
	float: left;
}

.carte{
	margin: 10px;
	text-align:center;
	border:0;
}
/* Menu */

.menu {
	color: #FFFF33;
	font-weight: bolder;
	font-size:0.9em;
	text-decoration:none;
}
.index{
	color: #FFFF33;
	font-weight: bolder;
	font-size:1.1em;
	text-decoration:none;
}

dl{
	width:129px;
}

dl, dt, dd {
margin: 0;
padding: 0;
}

dt {
height: 55px;
background:    url("design/menu/haut.gif") top left no-repeat;
}

dl {
background:    url("design/menu/bas.gif") bottom left no-repeat;
padding-bottom: 15px;
}


dd {
	padding: 0;
	background:    url("design/menu/milieu.gif") top left repeat-y;
	text-align:center;
	padding:5px;
}