html, body {
	margin:0;
	padding:0;
}
body {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	background-color:#421c11;
	background-image: url(images/fond-body.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#global {
	background-image: url(images/global.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#site {
	margin-left:auto;
	margin-right:auto;
	width:864px;
}
#header {
	margin-left:auto;
	margin-right:auto;
	width:864px;
	text-align:center;
}
#menu li {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
#menu ul {
	padding:0;
	margin:0;
}
#menu {
	width:864px;
	overflow:hidden;
	text-align:left;
	height:89px;
}
#contenu {
	background-image: url(images/repeat-fond-page.jpg);
	width:864px;
	background-repeat:repeat-y;
}
#cleft {
	width:265px;
	float:left;
	padding-left:20px;
}
#cright {
	width:549px;
	float:right;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:10px;
}
#navlist {
	list-style-type: none;
}
#active:hover li {
	display: block;
}
#active li {
	display: none;
}
#navcontainer {
	width: 245px;
	background-image:url(images/fond-menu-vertical.jpg);
	background-repeat:repeat-y;
}
#navcontainer a {
	background-image:url(images/fond-menu-vertical.jpg);
	background-repeat:repeat-y;
	display: block;
	text-decoration:none;
	color: #584440;
}
#navcontainer a:visited {
	color: #584440;
}
#navcontainer a:active {
	color: #af877f;
}
#navcontainer a:hover {
	color: #B17165;
}
#navcontainer ul {
	margin:0;
	padding:0px;
	padding:12px;
}
#navlist ul {
	margin:0;
	padding:0px;
	padding-left:40px;
}
h1 {
	font-family:Georgia;
	font-size: 24px;
	font-weight:bold;
	color:#512318;
	padding:0;
	margin:0;
}
#texte {
	font-family:Georgia;
	font-size:12px;
	text-align:justify;
	line-height:20px;
}
#visuels {
	padding-top:15px;
}
.haut-encart {
	background-image:url(images/haut-encart.jpg);
	background-repeat:no-repeat;
	height:9px;
	width:245px;
}
.milieu-encart {
	background-image: url(images/repeat-middle-encart.jpg);
	background-repeat:repeat-y;
}
.bas-encart {
	background-image: url(images/bas-encart.jpg);
	background-repeat: no-repeat;
	height:10px;
	width:245px;
}
#encart-pub {
	padding-top:20px;
}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:864px;
	height:129px;
}
#sous-menu-gauche {
	width:270px;
	float:left;
	padding-left:20px;
}
#mentions {
	width:500px;
	float:right;
	padding-left:10px;
	padding-right:20px;
	text-align:right;
	font-family:Georgia;
	font-size:11px;
	font-weight:bold;
	color:#512318;
}
.liens-mentions-legales-gras {
	font-family:Georgia;
	font-size:11px;
	color:#512318;
	text-decoration:none;
	font-weight:bold;
}
#visuels li {
	background-image:url(images/vignette.png);
	background-repeat:no-repeat;
	height:212px;
	width:176px;
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:left;
	padding-right:7px;
	text-align:center;
}
#visuels ul {
	padding:0px;
	margin:0px;
}
.visuel-vignette {
	height:150px;
	width:145px;
	margin-top:16px;
}
.texte-vignette {
	font-family:Georgia;
	font-size:11px;
	text-align:center;
	font-weight:bold;
	width:170px;
	padding-left:2px;
	padding-top:3px;
}
#visuels {
	padding-bottom:20px;
}
.number {
	font-family:Georgia;
	font-size:20px;
	font-weight:bold;
	color:#512318;
	text-decoration:none;
	padding:5px;
	padding-top:10px;
}
#folio {
	width:100px;
	float:right;
}



a.info{
    position:relative; 
    z-index:24;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
	display:block; 
	position:absolute;
	top:-3em; left:1em; width:18em;
	border:1px solid #683023;
	background-color:#421c11; color:#FFFFFF;
	text-align: left;
	font-weight:none;
	font-size:10px;
	padding:8px;
   
}

