h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFCC00;
	font-weight: normal;
	letter-spacing: 2px;
}
.texteCourant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
li {
	color: #FFC344;
	list-style-type: disc;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFC344;
}

.texteInput {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#ffffff;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #656e6d;
	color-border:#000000;
	text-transform: capitalize;
	}

.texteInput_p {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#ffffff;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #656e6d;
	color-border:#000000;
	text-transform: capitalize;
	}
	
.texteInput_n {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#ffffff;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #656e6d;
	color-border:#000000;
	text-transform: uppercase;
	}
	
.boutonINPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF; 
	background-color:#FFFFFF; 
	font-size:12px;
	font-weight: bold;
	border: 1px solid #666666;
}
.texteBoite {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	background-color:#FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #000000;
	border-color:006699;
	}
.lien:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.lien:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.lien:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: underline;
}	
body {
	background-color: #333333;
	background-image: url(../images/fond_page.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFCC00;
	font-weight: bold;
	letter-spacing: 2px;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color:#000000;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/bout.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 29px;
	font-weight: bold;
}
.menu:hover { /* bouton menu actif */
  background-image: url(../images/bout_over.gif);
  font-weight: bold;
  color:#ffffff;
}
.menu_on {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color:#FFFFFF;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/bout.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 29px;
	font-weight: bold;
}
.menu_on:hover { /* bouton menu actif */
  background-image: url(../images/bout_over.gif);
  font-weight: bold;
  color:#ffffff;
}
