/* OPTIONS DE COULEUR A MODIFIER */
	/* - - - - - COULEUR 1: TITRE, CONTENEUR ET H1 - - - - - */
.head1, .conteneur {
	background-color: #EBDA3E;
}
h1 {
	color: #EBDA3E;
	border-bottom: medium solid  #EBDA3E;
}
#menu1 a:hover {
	background: #EBDA3E;
}
	/* - - - - - COULEUR 2: MENU PPAL et BASDEPAGE - - - - - */
.head2, .basdepage {
	background-color: #75EC76;
}
#menu1 a {
	background-color: #75EC76;
}
	/* - - - - - COULEUR 3: SOUS-MENU ET H2 - - - - - */
.head3, #menu2 a {
	background-color: #32CD32;
}
h2 {
	color: #32CD32;
	border-bottom: thin solid #32CD32;
}
.centre {
	background-color: #FFFFCC;
}
/* FIN DES OPTIONS DE COULEURS*/
body {
	font-family: verdana, arial, sans-serif; /* on définit la police de base dans la page */
	font-size: 0.8em; /* on définit la taille de police de base dans la page */
	margin: auto;
	margin-top: 10px;
	margin-right: 5%;
	margin-left: 5%;
	background-image: url(../images/fond3.jpg);
}
p {
	margin-left: 10%;
}
.head1 {
	width: 100%;
	text-align: center;
	height: 85px;
}
.head2, .head3, .basdepage {
	width: 100%;
	height: 20px;
	border: thin groove gray;
	border-left: none;
	border-right: none;
}
.head3 {
	border-top: none;
}
.basdepage{
			text-align: center;
		}
.conteneur {
	text-align: left;
	border: 4px ridge gray;
}
.centre {
	margin: 2%;
	border: thin solid Gray;
	padding: 2%;
}
h1 {
	font-size: 1.4em;
	margin-left: 4%;
	margin-right: 2%;
	border-bottom: medium solid;
}
h2 {
	font-size: 1.2em;
	margin-left: 6%;
	margin-right: 2%;
	border-bottom: thin solid;
}
h3 {
	font-size: 1em;
	margin-left: 8%;
	color: Gray;
}
.fait2 {
	margin-left: 8%;
	margin-top: 10px;
	border: 1px solid white;
	background-color: silver;
	padding: 5px;
}
.afaire2 {
	margin-left: 10%;
	border: 1px solid white;
	border-top: none;
	background-color: #F0E68C;
	color: Blue;
	padding: 5px;
}
.date {
	text-decoration: underline;
	font-weight: bold;
}
.chapitre {
	color: #FF8C00;
	font-weight: bold;
}
.none {
	border-style: none;
}
ul, li {
	list-style-type: none;
/* pour ne pas avoir de puces */
	margin: 0;
	padding: 0;
	line-height: 20px;
/*interligne */
}
#menu1 a, #menu2 a {
	display: block;
	width: 100%;
	color: Gray;
	text-align: center;
	text-decoration: none;
	float: left;
}
#menu2 a {
	color: white;
}
#menu1 a:hover {
	color: #000000;
}
#menu2 a:hover {
	color: black;
}
#menu1 li {
	float: left;
	width: 10%;
}
#menu2 li {
	float: left;
	width: 12%;
}
ul.liste1 li {
	list-style-type: square;
	margin-left: 8%;
}
ul.liste2 li {
	list-style-type: circle;
	margin-left: 10%;
}
/* Pour le formulaire*/
form {
	background-color: #696969;
	border: 2px inset #FFCC00;
	margin-left: 10%;
	margin-right: 10%;
	padding: 10px;
}
input, select, option, textarea {
	border: 1px solid;
	background-color: #FFFFCC;
	color: #575757;
}
option {
	border: none;
}
