<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */







body {
    background-color: #ffffff;
    font-family: arial,verdana,sans-serif;
    font-size: 13px;
	text-align:left;
}

#entete img {
    max-width: 230px;
	border: none;
}

#projets img{
	margin:0px;
	border:#CCC solid 1px;
	padding:2px;
	display:block;
}

#wrapper {
    margin: 0 auto;
    max-width: 86%;
}

#entete {
    padding-top: 50px;
    text-align: center;
	padding-bottom: 20px;
}


#content {
/*    border-top: 1px solid #000000;
*/    padding: 10px;
}


#content p a {
    color: #2b2b2b;
    line-height: 1.5em;
   /* margin: 10px;
    padding: 10px;*/
    text-align: center;
}

#content .block_text {
    padding-left: 0px;
}

p {
 font-size: 14px;
 text-align:left;
 line-height:20px;
 }
 
h1 {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding:10px 0 0 0px;
	}
	
h2 {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding-left:0px;
	margin-bottom:5px;
	}


#left {
	float:left;
	width:48%;
	}

#right {
	float:right;
	width:48%;
	}


#projets {
/*	border-right:#CCC solid 1px;*/
	padding: 0px 10px 10px 0px;
	/*min-height: 970px;*/
	}
	

	
/*#projets:first-child {
	padding: 0px 0px 0px 0px;
	}
	
#projets:last-child {
	border-right:0px;
	}*/
	

#vignette {
	padding:0px 0px;
/*	border-bottom:#CCC dashed 1px;
*/	width:98%;
	}
	


#details {
	padding: 0px 0px;
	}
	

.footer-ced{
	padding-top:20px;
	padding-bottom:10px;
	font-size:10px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	color:#000;
	float:left;
	width:100%;
/*	position:relative;
*/	}


date{
	font-size: 9px;
	color: #999;
/*	text-align: right;
	margin-top: 0px;
	margin-left: 20px;
	float: right;
	padding-right:10px;*/
	}


.footer-ced a{

	text-align:center;
	color:#CCC;
}



.crea{
    color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.crea figcaption {
    position: absolute;
    bottom: -100%;
    left: 0px;
    background: rgba(255,255,255,0.9);
    transition: 0.7s;
    width: 90%;
    padding: 10px 5%;
    z-index: 9999;
    font-size: 14px;
    height: 40%;
	color:#000;
}

.crea figcaption a {
	color:#000;
	text-decoration:underline;
}

.crea:hover figcaption {
    bottom: 0px;
}



@media screen and (max-width: 1000px) {
	
h1 {
	padding:10px 0px 0px 0px;
	font-size:24px;
	}

h2 {
	padding:5px 0px 0px 0px;
	font-size:18px;
	}

p {
	line-height:24px;
	font-size:14px;
	padding:10px 0px;
	}




#wrapper {
    max-width: 92%;
}

#content {
	padding: 5px 0px 0px 0px;
}

#content .block_text {
    padding-left: 0px;
}

#left {
    float: left;
    width: 98%;
}

#right {
    float: left;
    width: 98%;
}

#projets {
	border:#CCC solid 0px;
	margin-left:0px;
	margin-bottom:20px;
	float:none;
	border-bottom: #000 dashed 1px;
	width:100%;
	padding: 5px 0px;
}

#entete img {
    max-width: 230px;
	border:0px;
}

date{
	display:none;
	}

#vignette {
    margin-left: auto;
    margin-right: auto;
	border-bottom:#CCC dashed 0px;
	width:100%;
	padding:0px 0px;
}

#projets img{
	width:100%;
	height:100%;
}

#details {
	padding: 0px 0px 0px 0px;
	}

.footer-ced{
padding-top: 20px;
padding-bottom: 20px;
font-size: 18px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
color: #000;
float: left;
width: 90%;
/*	position:relative;
*/	}

.crea figcaption {
	display:none;
}

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