body {
background: black url("img/b2.jpg") top no-repeat;
margin: 0;
padding: 0;
font-family: "Times New Roman", "Verdana", serif;
}

h1 a{
display: block;
height: 90px;
width: 765px;
background: url("img/header.png") center no-repeat;
text-indent: -9999px;
margin: auto;
}

div#conteneur {
width: 773px;
margin: auto;
}

div#menu {
width: 221px;
background: url("img/mbackground.png") center repeat-y;
float: left;
font-family: Arial;
font-weight: bold;
}

	div#menu ul {
	width: 180px;
	margin: 0;
	margin-left: 13px;
	padding-left: 13px;
	margin-bottom: 15px;
	}
		div#menu ul li {
		margin: 4px 0;
		padding: 0;
		font-size: 0.9em;
		list-style-type: none;
		}
			
			div#menu ul li a 
			{
			color: #4e1e36;
			padding-left: 25px;
			line-height: 20px;
			display: block;
			background: url("img/puce.png") left no-repeat;
			text-decoration: none;
			}
			
			div#menu ul li a:hover {
			background-image: url("img/puce2.png");
			color: #381225;
			text-decoration: underline;
			}
			
			div#menu ul ul {
			font-size: 0.9em;
			padding-left: 0;
			}
		
	div#menu h4 {
	margin-left: 20px;
	font-size: 0.95em;
	color: #311021;
	margin-bottom: 10px;
	margin-top: 0;
	}
	div#menu div#hmenu {
	width: 221px;
	height: 18px;
	background: url(img/hmenu.png) top center no-repeat;
	position: relative;
	top: -8px;
	}
	
	div#menu div#fmenu {
	width: 221px;
	height: 8px;
	background: url(img/fmenu.png) top center no-repeat;
	position: relative;
	top: 8px;
	}
	
div#contenu {
margin-left: 214px;
margin-bottom: 62px;
width: 494px;
padding: 0 42px 20px 42px;
background: url("img/cbackground.png") center repeat-y;
position: relative;
top: 5px;
text-align: justify;
line-height: 1.5em;
font-size: 1.05em;
font-size: 1.1em;
}

div#contenu p {
width: 450px;
margin: 0 auto 25px auto;
}

div#contenu p#fil {
width: 492px;
padding-top: 18px;
padding-right: 42px;
background: url(img/hcontent.png) top center no-repeat;
position: relative;
top: -13px;
left: -20px;
text-align: right;
font-size: 0.8em;
margin: 0;
color: #8d4d6e;
}
	div#contenu p#fil span#location {
	color: #763b5a;
	}

div#footer {
width: 534px;
padding-bottom: 20px;
background: url(img/footer.png) bottom center no-repeat;
position: relative;
top: 33px;
left: -20px;
text-align: center;
font-size: 0.8em;
color: #65565a;
}

	div#footer a {
	color: #65565a;
	text-decoration: underline;
	}
	
	div#footer a:hover {
	color: black;
	}
	
h3 {
margin-left: 32px;
color: #7e1c4e;
margin-top: 10px;
}

div#contenu h4 {
margin-left: 25px;
margin-bottom: 5px;
text-decoration: underline;
font-weight: normal;
}

blockquote {
width: 340px;
background: url(img/quote.png) 70px 0 no-repeat;
padding-left: 92px;
padding-top: 5px;
color: #2f2828;
text-align: right;
font-style: italic;
}
	blockquote em {
	font-style: normal;
	}


a {
color: #04203c;
text-decoration: underline;
}

	a:hover {
	color: black;
	}
	
h2 {
text-align: center;
font-family: Arial;
color: #680934;
}

.float_left {
float: left;
margin: 3px 8px 3px 0;
}

.float_right {
float: right;
margin: 3px 0 3px 8px;
}

input.bonjour  {
display: none;
}

fieldset {
border: none;
margin: 0;
padding: 0;
}

form p {
margin: 0;
padding: 0;
}

label {
display: block;
float: left;
width: 130px;
font-style: italic;
}

input, textarea {
border: 1px solid #dad8d1;
}



