/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #330000 url(img/bg2.jpg);
	background-repeat: repeat-x;
	color: #111;
	font: normal 62.5% sans-serif;
	padding: 2% 0;
	/* padding: 2% 0; */
}

a {color: #dbd6cc;}
a:hover {color: #FFFFFF;}

big {font-size: 1.1em;}

h1,h2 {color: #990000; padding: 8px 0 2px;}
h3 {color: #996633; padding: 8px 0 2px;}
h4 {color: #996633; padding: 8px 0 2px;}
h5 {color: #990000; padding: 8px 0 2px;}
h6 {color: #990000; padding: 8px 0 2px;}

h1 {font: normal 1.8em sans-serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: none;}

h2 {font: normal 1.4em sans-serif,sans-serif;}
h4 {font: normal 1.4em sans-serif,sans-serif;}
h3 {font: bold 1.4em sans-serif,sans-serif;}
h5 {font: bold 1.8em sans-serif,sans-serif;}
h6 {font: bold 1.0em sans-serif,sans-serif;}

blockquote {
	background: #FFFFFF url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em verdana,sans-serif;
	padding-left: 26px;
	padding-top: 5px;
	font-style: italic;
	border: 1px solid #dbd6cc
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #FFFFFF url(img/spacer.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 958px;
	border-bottom: 4px solid #FFFFFF;
}
#container {
	background: #FBF9F4;
	border-top: 0px solid #996633;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 950px;
}

/* header */
.title {
	background: #990000 url(img/colonnes.jpg) no-repeat;
	border-top: 4px solid #FFFFFF;
	height: 40px;
}
.title h1 {
	color: #996633;
	font: normal 1.2em verdana,sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	border-top: 0px solid #990000;
	background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;
	height: 220px;
	text-align:right;
	}

.header {
	border-top: 0px solid #990000;
	/*background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;*/
	/*height: 220px;*/
}

/* navigation */
.navigation {
	padding-left: 14px;
	background: #DED9D0 url(img/nav.gif) repeat-x; height: 41px;
	border-top: 5px solid #996633;
}
.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #996633;
	color: #FFFFFF;
	float: left;
	font: bold 1em verdana,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {
	background-position: left bottom;
	color: #990000;
}


.navigation a#demarque {
	background: #FFF url(img/nav3.gif) repeat-x;
	/*background-position: left bottom;*/
	color: #400628;
}



/* bottom */
.bottom {
	background: #990000 url(img/bas_noir.jpg) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #996633;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 74%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 23%;}
.content {padding: 18px 20px;}
.content1 {padding: 0px 0px;}
.left {float: left;}

.right {
	float: left;
}
.right .content {
padding: 20px 8px 12px;
}

/* block list */
ul.block {
	border-top: 1px solid #996633;
	margin: 4px 0;
	padding: 0;
	width: 95%;
}
.block li {
	border-bottom: 1px solid #996633;
	list-style: none;
}
.block li a,.block li em {
	color: #b69d6c;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #110d0d;
	color: #996633;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

/* content elements */

.content h1 {
	background: url(img/sous_h2.jpg) no-repeat left bottom;
	color: #990000;
	margin-bottom: 10px;
	padding: 6px 0 12px;
}

.content a {
	color: #990000;
	text-decoration: none;
}

.content a:hover {
	color: #996633;
	text-decoration: none;
}



.imagegauche {
	margin: 0 10px 10px 0;
	position:relative;
	z-index:9999;
	border: 1px solid #C0C0C0;
	float:left;
	/*width:200px;*/
	padding:5px;
	
}
	
.imagegauche img {
	border: 0px solid #ffffff;
}


 .imagedroite {
	margin: 0 0 10px 10px;
	position:relative;
	z-index:9999;
	border: 1px solid #C0C0C0;
	float:right;
	/*width:200px;*/
	padding:5px;
	
}
	
.imagedroite img {
	border: 0px solid #ffffff;
}