img {
	border:0;
}
a {
	text-decoration: none;
	color: #00FE00;
}
a:hover {
	text-decoration: underline;
}

/* Navigation */
#navigation {
	width: 243px;
	float: left; 
	background: #FFF; 
	background-color: #564A3D;
}

ul#menu  {
	margin: 0;
	padding: 0 15px 5px 15px;
	list-style: none;
}
#menu li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	background-image: url(/images/bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #41362B;
	border-bottom-color: #665A4D;
}
#menu li.top {
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #665A4D;
}
#menu li.bottom {
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-top-color: #41362B;
}
#menu a {
	line-height: 20px;
	text-decoration: none;
	color: white;
}
#menu a:hover {
	text-decoration: underline;
	color: #00FE00;
}
.sepMenu {
	width: 243px;
	height: 13px;
}
.bottomMenu {
	background-color: #3B3125;
	color: white;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
p.infoSousMenu {
	padding: 0;
	margin: 0;
}
.bottomInfo {
	width: 243px;
	height: 11px;
}

/* Contenu principal */
#contenu {
	background: #FFF; 
}
h1 {
	font-size: 16px;
	color: #00FE00;
	background-image: url(/images/bgH1.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 676px;	
	line-height: 26px;
	padding-left: 10px;
}
/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #3B3125;
	background: white;

}
#global {
	width: 959px; 
	margin: 0 auto; 
}
/* En-tête */
#entete {
	margin: 0;
	padding: 0;
	width: 959px;
	height: 158px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;	
}
#entete p.logo {
	position: relative;
	margin: 0;
	padding: 0;
	left: 11px;
	top: 5px;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%; 
	overflow: hidden; 
}

/* Contenu */
#contenu {
float: right;
	margin-left: 243px; 
	margin: 0 15px;
	line-height: 16px;
	width: 684px;
}

/* Pied de page */
#pied {
	margin: 0;
	padding: 0;
	width: 959px;
	height: 33px;
	background-image: url(/images/bgBottom.gif);
	background-repeat: no-repeat;
	line-height: 33px;
	color: white;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}

#contactForm {
}

#contactForm tr {
}

#contactForm th {
	text-align: right;
	background:#E1E1E1;
}

#contactFormButtons {
	text-align: right;
}

.error_list {
	color: red;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

