body {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
}

body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

a, a:active, a:link, a:visited, a:focus {
	text-decoration: underline;
	color: #ffffff;
	outline: none;
}

a:hover {
	color: #c50020;
	text-decoration: none;
	outline: none;
}

div, form, img, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: none;
}


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

input[type="submit"] {
	cursor: pointer;
}

input[type="reset"] {
	cursor: pointer;
}

.fin_float {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	overflow: auto;
}

img, div, a, input { behavior: url(../iepngfix.htc) } /* les element avec fond png */

#conteneur {
	position: relative;
	clear: both;
	width: 850px;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

#haut {
	clear: both;
	width: 850px;
	padding-bottom: 10px;
}

#haut .menu {
	float: left;
	width: 450px;
	padding: 0 20px 0 0;
}

#haut .titre_page {
	float: left;
	width: 380px;
}

#centre {
	width: 850px;
	background-position: left top;
	background-image: url(images/fond.gif);
	background-repeat: no-repeat;
}

#centre .navigation {
	width: 770px;
	padding: 20px 0 20px 55px;
}

#centre .navigation ul {
	height: 22px;
	list-style-type: none;
	text-align: left;
	margin: 0 0 0 0;
	padding: 3px 10px 5px 15px;
	background-position: left bottom;
	background-image: url(images/navigation_fond_01.gif);
	background-repeat: no-repeat;
}

#centre .navigation  ul li {
	float: left;
	color: #ffffff;
}

#centre .navigation  ul li a:link, #centre .navigation  ul li a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 5px 0 0;
	padding: 2px 18px 2px 0;
	background-position: right 3px;
	background-image: url(images/navigation_puce.gif);
	background-repeat: no-repeat;	
}

#centre .navigation  ul li a:hover {
	font-weight: bold;
}


#centre .lesgaleries {
	width: 850px;
	padding-left: 50px;
}



