/*** STRUCTURE GLOBALE ***/

html, body {
	margin: 0px;
	height: 100%;
	text-align: left;
	background-color: #A5A6A8;
	background-position: -100px 150px;
	background-image: url(img/fd_fleche.png);
	background-repeat: no-repeat;
}


/*** MENUS ***/

a.menu {
	font-family: Arial;
	font-size: 11px;
	color: #9062A2;
	background-color: #ECEDED;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
a.menu:hover {
	font-family: Arial;
	font-size: 11px;
	color: #ECEDED;
	background-color: #9062A2;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
a.menu2 {
	font-family: Arial;
	font-size: 11px;
	color: #ECEDED;
	background-color: #9062A2;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
a.menu2:hover {
	font-family: Arial;
	font-size: 11px;
	color: #9062A2;
	background-color: #ECEDED;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
a.menu3 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu3:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
a.menu4 {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu4:hover {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}



/*** TEXTES ***/

.titre {
	font-family: Arial;
	font-size: 24px;
	color: #9062A2;
	font-weight: bold;
}
.soustitre {
	font-family: Arial;
	font-size: 16px;
	color: #E31270;
	font-weight: bold;
}
.listederoulante {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	height: 20px;
	width: 200px;
}
.txt {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.champstxt1 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	height: 20px;
	width: 250px;
}
.champstxt2 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	height: 75px;
	width: 483px;
}
a.valid {
	font-family: Arial;
	font-size: 12px;
	color: #9062A2;
	background-color: #ECEDED;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
a.valid:hover {
	font-family: Arial;
	font-size: 12px;
	color: #ECEDED;
	background-color: #9062A2;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
