﻿/* Juiz DropDown Menu demo	*/
/* by Geoffrey Crofte 		*/
/* CreativeCommons Licence 	*/
/* www.creativejuiz.fr 		*/

body {
	padding: 0;
	margin: 0;
	font-size: 0.625em;
	text-align: justify;
	font-size: 1.1em;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	empty-cells: 10;
}
h1 {
	margin: 1.5em 0;
	font-size: 3em;
	text-decoration :none;
	text-align: justify;
}
ul {
	text-align: left;	text-decoration :none;

}


.back a {
	display: block;
	width: 185px;
	margin: 45px auto 20px auto;
	padding: 5px;
	color: white;
	font-weight: bold;
	text-decoration :none;
		text-align: justify;

	
}
.back a:hover,.back a:focus {
	text-decoration:none;	text-align: justify;

}
.sous_titre_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fcc000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.legendes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.sous_titre_vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #b1c800;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.sous_titre_vert_fonce {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4b672c;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.sous_titre_bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #a2daf3;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.sous_titre_mauve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #a991c0;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
