* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #380d0d;
}
#global {
	margin: 0px auto;
	width: 960px;
	background: url(../img/global-shadow.gif) repeat-y;
}
#header {
	margin: 0px auto;
	width: 900px;
	height: 238px;
	background: url(../img/headerFond.gif) #380d0d no-repeat;
}
/* ------------------ NAVIGATION ---------------------- */
#nav {
	height: 1.9em;
	width: 632px;
	border: 1px solid #ffca77;
	background-color: #5e1f19;
	margin: 0px auto;
	position: relative;
	top: 165px;
	left: 0px;
	z-index: 10;
}
#nav li {
	float: left;
	list-style-type: none;
}
#nav li a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 0.8em 9px;
}
#nav li #current {
	color: #5e1f19;
	background-color: #ffca77;
}
/*--------------- SOUS-NAV JAVASCRIPT ---------------*/
#nav li span.sNav { position: relative; }
#nav li span.sNav em { 
   position: absolute; 
	top: 2.6em; 
	left: 0em; 
	display: none;
	z-index: 500;
	width: 10em; 
	background-color: #380d0d; 
}
#nav li span.sNav em a {
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffca77;
}
#nav li span.sNav em a:hover, #nav li span.sNav em #current { 
	color: #ffca77;
	background-color: #5e1f19;	
}
/* ------------------ SOUS-NAVIGATION ---------------------- */
#snav {
	margin: 182px 182px 0px 182px;
	border-bottom: 1px dashed #5e1f19; 
	padding-bottom: 6px;
}
#snav li {
	display: inline;
	list-style-type: none;
	padding-right: 1em;
}
#snav li a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #380d0d;
}
#snav li #current, #snav li a:hover {
	color: #8d1e19;
	text-decoration: underline;
}
/* ------------------ CADRE ---------------------- */
#cadre {
	margin: 0px auto;
	width: 900px;
	background: url(../img/fond-deco.gif) repeat-y;
	position: relative;
}
/* ------------------ CONTENU ---------------------- */
#content {
	padding: 0.6em 194px;
}
#content h1 {
	padding-bottom: 0.3em;
	font-size: 14px;
	color: #8d1e19;
}
#content h2 {
	padding-top: 0.6em;
	padding-bottom: 0.3em;
	font-size: 12px;
	color: #380d0d;
}
#content p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 12px;
}
#content a {
	color: #366b70;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content ul {
	padding-left: 20px;
	color: #380d0d;
	font-size: 12px;
}
#content img {
	vertical-align: top;
	border: 0px none;
}
#content p.chapeau {
	padding-top: 1em;
	padding-bottom: 0.5em;
	font-weight: bold;
	color: #380d0d;
	font-size: 12px;
}
.elementLeft {
	float: left;
	margin-right: 7px; 
	padding-top: 0.5em;
}
.elementRight {
	float: right;
	margin-left: 7px; 
	padding: 0.5em 0px;
}
.elementClear {
	height: 5px;
	clear: both;
}
.texteDroite {
	width: 240px; 
	float: right;
}
/* ------------------ CITATION / LOGINPHOTOS ---------------------- */
#content #citation, #content #loginPhotos {
	position: absolute;
	top: 0em; 
	right: 0px;
	margin: 0.7em 4px 0.5em 0px; 
	font-size: 10px;
	color: #ffca77;
	width: 140px;
}
/*--------------- EXTRAITS (onglets) ---------------------*/
#content .onglets {
	position: relative;
}
#content .onglets ul.boutons { 
	position: absolute;
	top: 0em; 
	left: 0px;
	list-style-type: none; 
}
#content .onglets ul.boutons li { 
	color: #366b70;
	font-weight: bold; 
	padding: 5px 0.5em;
	cursor: pointer; 
	list-style-type: circle;
}
#content .onglets ul li.actif {  
	height: 14px;
	font-weight: bold;
	color: #380d0d;
	text-decoration: underline;
}
#content .onglets .onglet { display: none; }
#content .onglets div.actif { 
	display: block; 
	padding-top: 9em; 
}

/*--------------- RECHERCHES ---------------------*/
#content #a_plus, #content #b_plus { display: none; }

/*--------------- LIENS FUTUR ---------------------*/
.lienCache { display: none; }

/*--------------- GALLERIE ---------------------*/
#gallerieMLS, #gallerieArutam, #galerieGailloud { 
	width: 512px; /* oui */
}
#gallerieMLS a img, #gallerieArutam a img, #galerieGailloud a img { 
	padding: 2px 2px 0px 0px; /* oui +float: left; */
}
#gallerieMLS li, #gallerieArutam li, #galerieGailloud li {
	list-style-type: none; /* non */
	line-height: 0px; /* non */
	float: left; /* non */
	height: 102px; /* non */
}
#gallerieMLS ul, #gallerieArutam ul, #galerieGailloud ul {
	padding-left: 0px; /* non */
}
/*--------------- HAUTEUR+ ---------------------*/
#hauteurPlus { 
	height: 4em;
}
