<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
    background: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
	margin-top: 0;
}
#bloc_page {
    width: 910px;
    margin: auto;
}
header { 
   margin-bottom: 0;
   border-bottom: 2px dotted #CCC;
}
h1, #sitelogo {
	display: inline-block;
	margin-left: 0;
    vertical-align: bottom;
}
h1 {
	font-variant: small-caps;
	font-size: small;
	letter-spacing: 5px;
	font-weight: lighter;
	margin-bottom: 6px;
}
header h1 strong {
	font-variant: small-caps;
	font-size: small;
	letter-spacing: 5px;
   font-weight: 900;
   text-decoration: none;
   color: #000;
}
#sitelogo {
   position: relative;
   top: 57px;
   left: 420px;
   width: 50px;
}
#acceuil { 
background-image: url(../../image/index/homebis.jpg);
background-repeat: no-repeat;
height: 609px;
}
#un, #deux, #trois, #quatre, #cinq, #six, #sept {  
	display: inline-block;
	vertical-align: top;
}
#un {
	width: 105px;
	height: 280px;
	margin-top: 82px;
	margin-left: 2px;
}
#deux {
	width: 105px;
	height: 490px;
	margin-top: 94px;
	margin-left: 14px;
}
#trois {
	width: 105px;
	height: 440px;
	margin-top: 90px;
	margin-left: 13px;
}
#quatre {
	width: 158px;
	height: 530px;
    margin-top: 11px;
	margin-left: 37px;
}
#cinq {
	width: 100px;
	height: 390px;
	margin-top: 161px;
	margin-left: 35px;
}
#six {
	width: 100px;
	height: 370px;
	margin-top: 138px;
	margin-left: 0px;
}
#sept {
	width: 90px;
	height: 358px;
	margin-top: 82px;
	margin-left: 6px;
}
#un img { 
   opacity: 0;
}
#un:hover { 
    background-image: url(../../image/index/unbis.png); 
}
#deux img { 
   opacity: 0;
}
#deux:hover { 
    background-image: url(../../image/index/deuxbis.png); 
}
#trois img { 
   opacity: 0;
}
#trois:hover { 
    background-image: url(../../image/index/troisbis.png); 
}
#quatre img { 
   opacity: 0;
}
#quatre:hover { 
    background-image: url(../../image/index/quatrebis.png); 
}
#cinq img { 
   opacity: 0;
}
#cinq:hover { 
    background-image: url(../../image/index/cinqbis.png); 
}
#six img { 
   opacity: 0;
}
#six:hover { 
    background-image: url(../../image/index/sixbis.png); 
}
#sept img { 
   opacity: 0;
}
#sept:hover { 
    background-image: url(../../image/index/septbis.png); 
}
nav {
	border-bottom: 2px dotted #CCC;
	padding-bottom: 6px;
	height: 20px;
	width: 901px;
}
footer nav .menu { 
    font-size: 0.7em;
	font-weight: lighter;
	word-spacing: 50px;
	padding-bottom: 0;
	text-align: center;
}
footer nav strong { 
    font-size: 1.2em;
    font-weight: bold;
    color: #F00;
}
footer nav a strong:hover{  
	text-decoration: none;
	color: #F96;
}
footer span { 
    word-spacing: 5px;
 }
footer nav a {  
	text-decoration: none;
	color: #666;
}
footer nav a:hover {  
	text-decoration: none;
	color: #CCC;
}
footer p {
	font-size: 0.66em;
	font-weight: lighter;
	color: #666;
}
.bas, .fin {
    display: inline-block;
	margin-top: 7px;
	vertical-align: top;
	margin-top: 10px;
}
.bas {
   margin-left: 0;
   width: 210px;
}
.fin {
   left: 350px;
   position: relative;
   width: 340px;
   text-align: right;
}



</pre></body></html>