<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a { 
	text-decoration: none; 
	cursor: pointer;
	color:black;
}
a:hover { 
	text-decoration: black;
}

#titre_module_photo{
	margin-left:359px;
	width:70px;
	height:64px;
	padding-left:138px;
	padding-top:64px;
	font-size:14pt;
	background-image: url("../img/module_photo.png");
	background-position: top left;
	background-repeat: no-repeat;
}
.titre_dossier,.titre_message_depart,.titre_photo_aleatoire,.titre_images{
	color:#16A19E;
	font-style:italic;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	padding-bottom:5px;
	width:300px;
	border-bottom:2px solid #16A19E;
	
}
#cadre_photos_aleatoire{
	margin-left:20px;
	margin-bottom:20px;
}
.containeur_photos_aleatoire{
	float:left;
	margin:10px;
	border:4px solid black;
	
	border-radius: 4px;
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px;
	
	-khtml-box-shadow: 6px 8px 6px grey;
	-moz-box-shadow: 6px 8px 6px grey;
    -webkit-box-shadow: 6px 8px 6px grey;
    box-shadow: 6px 8px 6px grey;	
}
.message_depart{
	margin:10px 0px 30px 20px;

}
.containeurDossier{
	float:left;
	color:#16A19E;
	text-align: center;
	margin: 0px 20px 20px 20px;
	padding: 100px 30px 0px 30px;
	width: auto;
	background: url("../img/dossier.png") center no-repeat;

}
.cadreDossier{
	width: 100%;
}
.container_visionneurImage{
	margin-left:19px;
	margin-bottom:50px;
	clear: both;
  }
  
.backIcon{
	margin:5px 5px 15px 10px;
  
}
.backIcon img{
	vertical-align:middle;
}

.titre_rep_photo{
	margin: 30px 0px 10px 0px;
	background-color: transparent;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #3c3c3c;
	font-size: 18pt;

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