@charset "UTF-8";


/*ELEMENTS DE MISE EN PAGE*/

html{
	background-color: #013D78;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#Page{
	background-color: #FFFFFF;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#Contenu{
	padding: 10px;
	z-index: 0;
	margin: 0px;
}

#Contenu-contenu{
	padding: 0px;
	z-index: 0;
	margin: 0px;
}


#Effaceur{
	margin: 0px;
	height: 20px;
	clear: both;
	z-index: 0;
	padding: 0px;
	float: none;
}






/*FIN ELEMENTS DE MISE EN PAGE*/



/*DEBUT RUBRIQUES // codes couleurs et typo des rubriques*/





/*FIN RUBRIQUES // codes couleurs et typo des rubriques*/




/* DEBUT MISE EN PAGE TEXTE ET PHOTO*/


.titre-page{
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-color: #0062A7;
}



.sous-titre-page{
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0099CC;
	text-align: center;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #019ACD;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}



.texte{
	font-family: sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding: 0px;
	line-height: 1.3em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}




#Effaceur-texte{
	margin: 0px;
	height: 20px;
	clear: both;
	z-index: 0;
	padding: 0px;
	float: none;
}

.img-gauche{
	padding: 0px;
	float: left;
	border: 1px solid #000000;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.img-droite{
	padding: 0px;
	float: right;
	border: 1px solid #000000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* FIN MISE EN PAGE TEXTE ET PHOTO*/




a {
	color: #000000;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}

a:hover {
	font-weight: normal;
	color: #FF3300;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}


