/* Général */

html, body {
	height: 100%;
}

body {
	background: #6a6148;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

a, a:active, a:visited {
	color: #FFF;
	text-decoration:none;
}

a:hover {
	color: #c7c7c7;
	text-decoration:underline;
}

h1, h2, h3, h4, h5 {
	margin:0px;
}

/* Positionnement */

#conteneur {
	background-color:#d5c391;
	width: 980px;
	margin: auto;
}

#header {
	background:url(images/header.jpg);
	height:300px;
}

#footer {
	background-color:#93152a;
	height:20px;
	padding:10px 10px 10px 10px;
	text-align:center;
	clear:both;
	border-top:solid 3px #ffa200;
}

#content {
	width:630px;
	padding:0 10px 0 20px; !important
	padding:0 5px 0 10px;
	color:#523d35;
}

#right {
	width:275px;
	float:right;
	padding:0 10px 0 15px; !important
	padding:0 5px 0 5px;
	border-left:solid 1px #523d35;
	margin-bottom:20px;
	color:#523d35;
}


/* Navigation */

#navigation {
	background:#93152a;
	padding:8px 10px 2px 10px;
	height:25px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	margin-bottom:20px;
}

#navigation a, #navigation a:visited {
	color:#FFF;
	text-decoration:none;
}

#navigation a:hover {
	color:#fa8100;
	text-decoration:underline;
}


/* Styles */

.textBold {
	font-weight:bold;
}

.tableauform1 {
	text-align:right;
	vertical-align:top;
}

.gallery {
	zoom:1;
	width:auto;	
	height:auto;
}
			
.gallery a {
	display:block;
	float:left;
	margin:5px 5px 10px 5px;
	padding:6px;
	border:solid 1px #b8b8b8;
	background-color:#f4f5f5;
	opacity:0.87;
	text-align:center;
}

.gallery a:hover {
	opacity:1;
}

.gallery a img {
	border:none;
	display:block;
}

.gallery a#vlightbox{
	display:none
}