<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	height: 100%; 
	font-size: 100%; 
}
body {
	margin: 0;
	padding: 0; 
	height: 100%; 
	font-family: 'Didact Gothic', sans-serif; 
	font-size: .8em; 
	line-height: 1.25; 
	color: white;
	background: black;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: white;
}

a img {
	border: none; 
}

/* ========================================== pour la prÃ©paration 
#container,#header,#nav,#logo,#logoleft,#logoright,#main,#footer{
	padding: 5px;
}
===============================================================*/
#container {
	width: 970px;
	min-height: 100%;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto; 
	background: black;
	display: flex;
	flex-direction: column;
}
#header {
	width: 100%;
	background: black;
	display: flex;
	flex-direction: column;
}
.calage{
	width: 100%;
	background: black;
}
#nav {
	width: 100%;
	height: 60px;
	background: black;
	font-size: .8em;
    letter-spacing: 4px;
}

#nav ul{
	display: flex;
	flex-direction: row;

	
	justify-content: space-between;
}
#nav li{
	background: black;

}
#nav li ul{
	display: flex;
	flex-direction: column;
    position: absolute;	
	left: -999em;
}
#nav li:hover ul{
   left: auto;
}

#logo {
	width: 100%;
	background: black;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.halflogo{
	background: black;
	letter-spacing: 50px;
	margin-right: -50px;
	font-size: 2.3em;
}

#main {
	width: 100%;

	min-height: 300px;
	background: black;
	
}

.image {
	width: 496px;
	height: 499px;
	background: black;
}
.images {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
}
.imagesagauche{
	justify-content:flex-start;
}
.format460x460 {
	width: 460px;
	height: 460px;
	
}


    ul.enlarge{
    list-style-type:none; /*remove the bullet point*/
    margin-left:0;
    }
    ul.enlarge li{
    display:inline-block; /*places the images in a line*/
    position: relative;
    z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
    margin:10px 90px 0 20px;
    }
    ul.enlarge img{
    background-color:#eae9d4;
    /*padding: 6px;
    -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    }
    ul.enlarge span{
    position:absolute;
    left: -9999px;
   /* background-color:#eae9d4;
    padding: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-size:.9em;
    text-align: center;
    color: #495a62;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
    -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
    box-shadow: 0 0 20px rgba(0,0,0, .75);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius:8px;*/
    }
    
	ul.enlarge li:hover{
   
    cursor:crosshair;
    }
	
	ul.enlarge li:active{
    z-index: 50;
    cursor:pointer;
    }
    ul.enlarge span img{
    padding:2px;
    background:#ccc;
    }
    ul.enlarge li:active span{
    top: -10px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
    left: -200px; /*distance from the left of the thumbnail to the left of the popup image*/
    }
    ul.enlarge li:active:nth-child(2) span{
    left: -400px;
    }
    ul.enlarge li:active:nth-child(3) span{
    left: -400px;
    }
   ul.enlarge li:active:nth-child(4) span{
    left: -400px;
    }
 






#main:hover .textefantome{
	opacity: 1;
}
.textefantome{
	width: 100%;
	font-size: .7em; 
	opacity: 0;
}
.texte{
	width: 100%;
	font-size: .7em; 
}
.txtbio{

	font-size: .6em; 
}
.txtespace{	
	letter-spacing: 5px;
}
.txtcentre{	
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.txttitre{	
	font-size: 1em; 
}
.txtsuite{	
	font-size: .8em; 
}
#footer {
	width: 100%;
	margin-top: auto;
	background: red;
	color: grey;
	font-size: .5em; 
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
 
/* ------------- special smartphones ---------------*/

#container, #header, #nav , .image, .images, .format460x460 {width: 100%; height:auto;}
#nav {height: auto;font-size:3em; letter-spacing: 0px;}
.calage {height: 10px; display: none;}
.halflogo{ letter-spacing: 50px; font-size: 3em; margin-right: -50px; }
.txttitre, .texte, .txtbio, .txttitre, .txtsuite {font-size: 3em; }
.textefantome {opacity: 1; font-size: 3em;}
#logo {order: -1;}
</pre></body></html>