﻿body {
}
   
     
  a.retour
{
	font-size: 14px;
	font-family: Arial;
	color: #FF6600;
	text-decoration: none;
}

a:hover.retour
{
	font-size: 14px;
	font-family: Arial;
	color: #FF9933;
	text-decoration: none;
}


a.menuhaut {
	font-size: 14px;
	font-family: Arial;
	color: #333333;
	text-decoration:none; 
	
}

a:hover.menuhaut
{
	font-size: 14px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF3B77;
	background-image: url('Images/menu.jpg');
	background-repeat: repeat-x;
}


a.menubas
{
	font-size: 10px;
	font-family: Arial;
	color: #E9E9E9;
	text-decoration: none;
}

a:hover.menubas
{
	font-size: 10px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
}



#footergauche
{
	color: #C0C0C0;
	font-size: 10px;
	font-family: Arial;
}
.text
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.textmini
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}


.textnoire
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.inputbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px Solid #FF6600;
	font: normal 100% Arial;
	background-color: #FDD501;
	color: #000000;
}

h1
{
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
}
h2
{
	color: #663300;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
}

ol li
{
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	margin-left: 16px;
}

.both{clear:both;}

ul li
{
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	list-style: disc;
	margin-left: 16px;
}