/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:0;
}

.Fd_Menu_G {
	background-color:#015B8D;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.Fd_matiere {
	background-image:url(images/Fd_Matiere.jpg);
	background-repeat:repeat;
}

#texte {
	color:#990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	margin:70 20 70 20;
	height:100%;
}

#texte ul{
	margin:0px;
}

#texte li{
	margin-left:15px;
	margin-top:5px;
	list-style-position: inside;
	list-style-type: none;	
	
}
.champ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	background-color:#015B8D;
	border: 1px solid #990000;
	width: 100%;
}
.zonetexte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	background-color: #015B8D;
	border: 1px solid #990000;
	width: 100%;
	height: 115px;
}
.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#015B8D;
	border: 1px solid #FFFFFF;
	width: 200px;
	text-align:center;
}
