/* Si ce fichier est lu, c'est que le navigateur est moderne, */
/*	donc on n'affiche pas l'avertissement pour les vieux navigateurs ! */
.specialVieuxNavigateurs {display:none;}

/* Quelques styles généraux */
img {border-style:none;}

body	{
	background-color:#666666;
	font-size:10pt;
	color:#DBDBDB;
	}

h1	{
	font-size:300%;
	background-color:transparent;
	text-align:center;
	}

h2	{
	font-size:200%;
	background-color:transparent;
	text-align:center;
	}

h3	{
	font-size:120%;
	background-color:transparent;
	text-align:center;
	}

h4	{
	background-color:transparent;
	text-align:center;
	margin:auto;
	width:80%;
	padding-bottom:2em;
	}

a	{
	background-color:transparent;
	text-decoration:none;
	}

a:link {color:#7777FF;}
a:visited {color:#CCCCFF;}
a:hover {color:#AAAAFF;}

.clear {clear:both;}

/* Style des galeries de vignettes */
div.vignette {
	float:left;
	width: 164px;
	height:186px;
	text-align:center;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

/* Définit le style des pieds de pages : la ligne d'icônes et le copyright */
div.pied_de_page	{
	text-align:center;
	font-size:80%;
	background-color:#393939;
	padding:2px;
	margin-bottom:10px;
	}

div.pied_gauche	{
	float:left;
	margin-right:5px;
	}

div.pied_droite	{
	float:right;
	margin-left:2px;
	}


div.pied_centre	{
	float:left;
	margin-left:30px;
	}

div.copyright	{
	text-align:center;
	background-color:#393939;
	margin-top:3px;
	}


/* Définit le style du haut de page des régions
	(une image-titre à g, une photo à droite) */


div.cadre_titre	{
	width: 99%;
	height: 179px;
	margin-bottom: 10px;
	background-color:#333333;
	border: 4px solid #000000;
	}


div.image_titre	{
	float: right;
	width: 256px;
	padding: 6px;
	}

div.texte_titre
	{
	float: left;
	width: 400px;
	padding: 6px;
	}


/* Définit les cadres des pages de photos en 800pixels */
div.image800
{
float: left;
padding-left:10px;
padding-top:10px;
padding-bottom:15px;
padding-right:25px;
}


/*  Style du haut de page de chaque galerie de secteur  */
div.entetesecteur {
background-color:#333333;
border: 4px solid #000000;
margin-bottom:10px;
}

/* Style du commentaire de chaque secteur (juste après la galerie) */
div.introsecteur {
float:right;
text-align: justify;
margin-top:3ex;
margin-right:8ex;
margin-bottom:3ex;
width:80ex;
}

