.titre { font-family: Helvetica, sans-serif; font-size: 15px; font-weight: bolder; color: #ff7300; text-transform: capitalize}
.sous_titre { font-family: Helvetica, sans-serif; font-size: 15px; font-weight: bolder; color: #FFBA00; text-transform: capitalize }
.texte {  font-family: Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #000000}
.menu {  font-family: Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #000000}
.menu_over { font-family: Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: ff7300}
.defilant {  font-family: Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; text-transform: capitalize; color: #838688}
.description { font-family: Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; color: #000000 }
.defilant_hori { font-family: Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; text-transform: capitalize; color: 000000}

body{
	background-color: #fff;
	color: #000;
	margin: 0;
	background-image: url(images/background.gif);
}

a{text-decoration:none}
a:link, a:visited {color:#000000; text-decoration:none }
a:hover{text-decoration:none; color: #ff7300;}


h1 {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #ff7300;
	text-transform: capitalize;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #FFBA00;
	text-transform: capitalize;
	margin: 0;
}


ul#mainNav {
	list-style: none;
	font-size: 0.70em;
	text-transform: uppercase;
	background-color: #ffba00;
	margin: 0;
    padding: 0;
	height: 31;
	color: White;
}

ul#mainNav li {
	display:inline;
}