<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	font-family: Georgia, Trebuchet MS, Arial, sherif;
	color:black;
  	background-color:black;
}
p
{	
	text-align:justify;
	text-indent:30px;
	margin-left:40px;
	margin-right:40px;
	margin-top:40px;
}
br
{
	text-indent:15px;
}
ul
{
	font-size:13px;
	margin-top:0px;
	margin-left:10px;
	margin-right:40px;	
}
li
{
	//list-style-position:inside;
	text-align:justify;
	margin-top:0px;
	
}
h5
{
	font-size:13px;
	margin-top:20px;
	margin-bottom:6px;
	margin-left:30px;	
}

em
{
	text-decoration:underline;
}
#screen
{
	//box-shadow: 0px 0px 0px black;
	border-radius:11px;
	height: 600px;
	width: 950px;
	margin-top:15px;
	margin-left: auto;
	margin-right:auto;
	background-color:white;
	background-color:#00feef;
}
#titre
{
	border-radius:10px;
	position:absolute;
	width: 320px;
	height:270px;
	margin-top:18px;
	margin-left:18px;
	background-color:white;
}
#bahVoyons
{
	border-radius:10px;
	cursor:pointer;
	z-index:50;
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	width: 310px;
	height:262px;
	background-image:url("img/logoBahVoyons.jpg");
	background-repeat:no-repeat;
	z-index:52;
}
.oeil
{
	position:absolute;
	width: 20px;
	height:20px;
	background-image:url("img/oeil.png");
}
#gauche
{
	margin-top:135px;
	margin-left:86px;
}
#droit
{
	margin-top:135px;
	margin-left:161px;	
}
.projet
{
	cursor:pointer;
	z-index:50;
	border-radius:10px;
	position:absolute;
	background-color:white;
	width: 180px;
	height:180px;
}
#cineSoupe
{
	margin-top:45px;
	margin-left:355px;
}
#ereDoc
{
	margin-top:45px;
	margin-left:555px;
}
#kilti
{
	margin-top:45px;
	margin-left:755px;
}
#slurp
{
	margin-top:245px;
	margin-left:425px;
}
#memAnim
{
	margin-top:245px;
	margin-left:625px;
}
.rubrik
{
	cursor:pointer;
	z-index:50;
	border-radius:10px;
	position:absolute;
	background-color:white;
	width: 200px;
	height:35px;
	margin-left:18px
}
#actualite
{
	margin-top:300px;
}
#contact
{
	margin-top:350px;
}
#newsLetter
{
	margin-top:400px;
}
#galerie
{
	margin-top:450px;
}
#FB
{
	cursor:pointer;
	z-index:50;
	border-radius:10px;
	position:absolute;
	width: 45px;
	height:45px;
	margin-top:500px;
	margin-left:18px;
	background-color:white;
}
#insta
{
	cursor:pointer;
	z-index:50;
	border-radius:10px;
	position:absolute;
	width: 45px;
	height:45px;
	margin-top:500px;
	margin-left:75px;
	background-color:white;
}
#affich
{
	z-index:99;
	box-shadow: 3px 4px 1px 2px rgba(0,0,0,0.2);
	border-radius:10px;
	position:absolute;
	background-color:white;
}
#fermeture
{	
	cursor:pointer;
	display:none;
	z-index:100;
	position:absolute;
	bottom:20px;
	right:20px;
	width:30px;
	height:30px;
	background-image: url(img/fermeture.jpg);
}
.contenu
{
	display:none;
	margin-right:auto;
	margin-left: auto;
	margin-top:0px;
}
#pContainer
{
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	height:450px;
}
.photo
{
	display:none;
	margin:auto;
	border-radius:5px;
}
#tContainer
{
	height:30px;	
}
#desc
{
	text-align:center;
}
#iContainer
{
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
#blocage
{	
	z-index:90;
	top:0px;
	left:0px;
	position:fixed;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.08);
}

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