body {
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana,Tahoma;
	font-size: 11px;
	color: #000;
	background: url(../../images/background.gif);
}

* {
	margin: 0;
	padding: 0;
}

a:LINK, a:VISITED {
	color: #FFF;
	text-decoration: underline;
}

.clear {
	clear: both;
}

#wrapper {
	width: 1037px;
	margin: 0 auto;
	background: url(../../images/bg_wrapper.gif) repeat-y;
	padding: 0 18px 0 18px;
}

#header {
	height: 199px;
	background: url(../../images/bg_header.gif) no-repeat;
}

#menu {
	height: 70px;
	background: url(../../images/bg_menu.gif) no-repeat;
	border: 0;
	display: block;
	margin: 0;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 240px;
}

#menu li {
	display: block;
	float: left;
	width: 139px;
	height: 36px;
	margin: 24px 10px 0 10px;
}
#menu li a {
	display: block;
	width: 139px;
	height: 30px;	
	background: url(../../images/bouton.gif) no-repeat left top;
	font-size: 16px;
	padding: 6px 0 0 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#menu li a:HOVER {
	background: url(../../images/bouton.gif) no-repeat left bottom;
}

#colonneGauche {
	width: 210px;
	float: left;
	text-align: center;
}
#colonneGauche img {
	border: 1px solid #FFF;
	margin: 5px 0 5px 0;
}
#container {
	padding: 5px;
	width: 800px;
	float: right;
}

#footer {
	background: url(../../images/bg_footer.gif);
	border-top: 1px solid #333333;
	border-bottom: 1px solid #000;
	padding: 5px 5px 5px 5px;
}

span.fpn {
	float: right;
}

div#accueil_gauche {
	font-size: 12px;
	width: 280px;
	float: left;
	padding: 10px;
	text-align: justify;
}

div#accueil_droite {
	font-size: 12px;
	width: 450px;
	float: right;
	padding: 10px;
}

div#accueil_droite h2 {
	margin: 10px 0 5px 0;
	font-size: 12px;
	color: #000;
	background: #e2e2e2;
	width: 450px;
	padding: 2px;
	font-family: Tahoma, Arial, Verdana;
}
h1,h3 {
	font-size: 18px;
	color: #831e1e;
}
h4 {
	font-size: 12px;
	border-bottom: 1px dotted #444444;
}

div#accueil_droite ul {
	list-style-type: square;
	margin-left: 40px;
}

form {
	margin: 0 auto;
}
form input, form textarea, form select {
	font-size: 11px;
}
form label {
	display: block;
	width: 120px;
	float: left;
}

form input.submit {
	color: #FFFFFF; 
	background: #831e1e; 
	font-weight: bold; 
	padding: 5px 10px 5px 10px; 
	border: 0; 
	font-family: Tahoma;
}
form div.contact_droite {
	float: right; 
	width: 280px; 
	border-left: 1px solid #C6C6C6; 
	padding-left: 20px; 
	height: 350px;
}
form div.contact_gauche {
	width: 450px; 
}