* {
	margin: 0;
	padding: 0;
}

body {
	background: #c5bcb7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #4a0c21;
}

a {
	outline: none;
}

/****************************
* Fonds de page
*****************************/
#conteneur {
	width: 990px;
	background: url("../images_fond/middle.jpg") repeat-y;
}

#header {
	background: url("../images_fond/top.jpg") no-repeat;
	height: 234px;
}

#wrap {
	margin-top: -100px;
}

#footer {
	background: url("../images_fond/bottom.jpg") no-repeat;
	height: 151px;
}

#footer img {
	margin-top: -150px;
	margin-left: 150px;
}

#sidebar {
	position: relative;
	float: left;
	width: 200px;
	padding-top: 90px;
}

#contenu {
	margin-left: 200px;
	/*height: 350px;*/
	width: 745px;
}

/* pour contrer IE min-height */
html>body #contenu {
	height: auto;
	min-height: 350px;
}

/****************************
* Entete
*****************************/
.bandeau {
	top: 50px;
	height: 90px;
	width: 900px;
}

/****************************
* Logo
*****************************/
#logo {
	position: absolute;
	top: 20px;
	padding-left: 45px;
}

#logo img {
	border: 0;
}

/****************************
* Menu général
*****************************/
#MainMenu {
	position: absolute;
	top: 40px;
	margin-left: 240px;
}

#MainMenu ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 50px;
}

#MainMenu li {
	position: absolute;
	width: 145px;
	height: 45px;
	float: left;
	text-align: center;
	overflow: hidden;
	font-size: 76%;
	display: block;
	border: 0px;
}

#MainMenu a {
	color: #4a0c21;
	text-decoration: none;
	font-weight: bold;
}

#MainMenu p { /*padding:0px 5px;*/
	
}

#MainMenu .subtext { /*	padding-top:1px;*/
	font-size: 88%;
}

#MainMenu a:hover {
	color: #E32522;
	text-decoration: none;
}

/****************************
* page contact
*****************************/
.contact {
	padding-top: 110px;
	padding-left:200px;
	width: 300px;
	/*height:auto;*/ /*border:5px solid #330066;*/
	font-family: sans-serif;
	background:url("../images_contact/spot.jpg") no-repeat;
}

.contact h1 {
	font-size: 150%;
	color: #ab1a1d;
}

.contact h2 {
	font-size: 100%;
	color: #ab1a1d;
}

.contact a {
	color: #ab1a1d;
	text-decoration: none;
}

.contact a:hover {
	color: #4a0c21;
	/*text-decoration:underline overline;*/
}

/****************************
* page 404
*****************************/
.page404 {
	padding-top: 110px;
	padding-left:200px;
	width: 500px;
	/*height:auto;*/ /*border:5px solid #330066;*/
	font-family: sans-serif;
	background:url("../images_contact/spot.jpg") no-repeat;
}
.page404 a {
	color: #ab1a1d;
	text-decoration: none;
}

.page404 a:hover {
	color: #4a0c21;
	/*text-decoration:underline overline;*/
}

/****************************
* pied de page
*****************************/
#siteinfo {
	clear: both;
	font-size: 75%;
	color: #4a0c21;
	padding-left: 35px;
	padding-top: 5px;
	text-align: left;
	background: #c5bcb7;
}

#accueil_right {
	float: right;
	padding: 0 10px;
	/*filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;*/
}

#accueil_left {
	float: left;
	padding: 0 10px;
	/*margin-left:200px;*/ /*filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;*/
}

#accueil3 {
	margin-left: 35px;
}

#accueil4 {
	float: right;
	margin-left: 35px;
}

/*
pages options
*/
#thumbs1 {
	overflow: auto;
	list-style: none;
	margin-left: 0px;
	padding: 0;
}

#thumbs1 li {
	float: left;
}

#thumbs1 a {
	display: block;
	margin: 5px;
	outline: none;
}

#thumbs2 {
	overflow: auto;
	list-style: none;
	margin-left: 0px;
	padding: 0;
}

#thumbs2 li {
	float: left;
}

#thumbs2 a {
	display: block;
	margin: 5px;
	outline: none;
}

#thumbs3 {
	overflow: auto;
	list-style: none;
	margin-left: 0px;
	padding: 0;
}

#thumbs3 li {
	float: left;
}

#thumbs3 a {
	display: block;
	margin: 5px;
	outline: none;
}

#viewer1 {
	float: left;
	margin-right: 50px;
}

#viewer2 {
	float: left;
	margin-right: 10px;
}

#viewer3 {
	float: left;
	margin-right: 10px;
}