@CHARSET "ISO-8859-1";

body{
	background-color: #eef2fb;
	padding:0px;
	margin: 0px;
	text-align: center;
	}

/*Police d'écriture par défaut*/
body, td, th{
	font-size: 11px;
	color: #000000;
}

/*Couleur des liens*/
a{
	color: #000000;
	}

a:hover{
	color: #000000;
}
a:visited:hover{
	color: #000000;
}
a:visited{
	color: #000000;
}

.titre {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #385181;}
.textegras {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
.textelarge {  font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.textenormal {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}
.petit {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal;color: #000000;}


#cadre{
	width: 985px;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	border: solid 1px black;
	background-image: url("./Images/motardFond.jpg");
	background-attachment: scroll;
	background-position:right bottom;
	background-repeat:no-repeat;
}

#bandeau{
	width: 985px;
	height: 100px;
	/*background-image: url("./Images/bandeauDM.jpg");
	background-attachment: scroll;*/
	text-align: right;
}

#menu{
	margin: 0px;
	padding: 0px;
	margin-top: 50px;
}

#menu li{
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#contenu{
	display: block;
	margin-top:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	width:650px;
}

h1{
	font-size: 30px;
	font-weight: bold;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #051caa;
}	

h2{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	display:inline;
}

h3{
	font-size: 16px;
	font-weight: bold;
	display: inline;
}

h4{
	display: inline;
	font-size: 15px;
	font-weight: bold;
}

h5{
	display: inline;
	font-size: 13px;
	font-weight: bold;
}

.tableauListe{
	background-color:#E9E9E9;/*Couleur des bordure du tableau*/
}

.tableauListe tr th{/*Style des entetes du tableau*/
	background-color:white;
	text-align: center;
	padding:5px;
}

.tableauListe tr td{/*Style des cases du tableau*/
	padding:5px;
}

.tr0{
	background-color:#f7f7f7;
	}
	
.tr1{
	background-color: white;
	}
