* {
	padding: 0;
	margin:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;	
	background-color:#d7e6e6;
	color:#241d16;
}


#conteneur{
	width: 960px;
	margin:0 auto;
	padding: 0px;
}

/* Début du header */
#header{
	background-image:  url(../img/menu/header.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 960px;
	margin: 0 auto;
}
#header h1{
	color:#d7e6e6;
	display: none;
}

#search{
	top: 34px;
	left: 171px;
	position: relative;
	width: 400px;
	height:100px;
	color:#283c3d;
	margin: 0px;
	padding: 0px;
	font-size: 12px;	
}

#search .button{
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	width: 90px;
	margin: 0px;
	padding: 0px;
	height: 18px;
	font-size: 12px;
	line-height: 12px;		
}

#search .input{
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	height: 16px;
	width: 260px;
	margin: 0px;
	padding: 0px;
}

/*
#search .grand{
	font-size: 18px;	
}
*/
#search  a {
	color: #fff;
	text-decoration:underline;
	
}

#search  a:hover a:visited{
	color: #fff;
	text-decoration:none;
}


#menuHaut {
	display: block;
	border: 0px;
	z-index: 5;
	width: 360px;
	top: 24px;
	position: absolute;
	margin-left: 589px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #465354;
}

#menuHaut ul {
	width:380px;
	top: 0px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 500;
}

#menuHaut li {
	display: inline;
	float: left;
	min-height: 10px;
	position: relative;
	text-align: left;
	padding: 3px 3px 4px;
	margin: 0px 0px 0px 0px;
	
}
#menuHaut ul li {
	/*background: #000000;*/
}

#menuHaut ul li a {
	/*background: #000000;*/
	color: #1d2222;
}

/*
#menuHaut ul li a:hover {
	color: #16b3b3;	
}
*/

#menuHaut ul li:hover {
	background-color: #fff;
	
}

#menuHaut li ul {
	width: 150px;
	height: auto;
	top: 100%;
	left: 0px;
}

#menuHaut li.LargeMenu ul {
	width: 180px;
	height: 10px;
	top: 100%;
	left: 0px;
}

#menuHaut li ul li {
	text-align: left;
	width: 170px;
	height: auto;
	min-height: auto;
	display: block;
	line-height: 10px;	
}

#menuHaut li.LargeMenu ul li {
	text-align: left;
	width: 175px;	
	height: auto;
	min-height: auto;
	display: block;	
}

#menuHaut a {
	text-decoration: none;
}

#menuHaut li li ul {
	top: 0;
	left: 0;
}

#menuHaut li li:hover ul {
	left: 150px;
}

/* initialy hide all sub sidemenus */
#menuHaut ul ul,
#menuHaut ul li:hover ul ul,
#smenuHaut ul ul li:hover ul ul,
#menuHaut ul ul ul li:hover ul ul,
#menuHaut ul ul ul ul li:hover ul ul {
	display: none;
	position: absolute;
}

/* display them on hover */
#menuHaut li:hover ul,
#menuHaut ul li:hover ul,
#menuHaut ul ul li:hover ul,
#menuHaut ul ul ul li:hover ul,
#menuHaut ul ul ul ul li:hover ul,
#menuHaut ul ul ul ul ul li:hover ul {
  display: block;
}

#menuHaut #PhpWebcontent {
	display:none;
}	


/* define the consecutive colors */
/* define the consecutive colors */



#menuHaut ul{
	/*background: #41352b;*/
	-moz-opacity:O.88; /* for mozilla */
	opacity: O.88; /* for safari */
	khtml-opacity: O.88 /* for konquerer and older safari */
}


#menuHaut ul li ul {
	/*border: thin solid #000000;*/
}

#menuHaut ul ul {
	/*background: #000000;*/
}
#menuHaut ul li ul li {
	/*background: #8fa8a9;*/
	background: #d6e5e5;
	color: #515d5e;	
	
}
#menuHaut ul li ul li a {
	/*background: #ecf6f6;*/
	color: #515d5e;
}
#menuHaut ul li ul li:hover {
	background: #ecf6f6;
	color: #515d5e;
}

#menuHaut ul li ul li a:hover {
	/*background: #ecf6f6;*/
	color: #515d5e;
}

#menuHaut ul li ul ul li{
	background: #8fa8a9;
	
}

#menuHaut ul li ul ul li:hover {
	background: #ecf6f6;
	color: #8fa8a9;
}

#langues {
	color: #515d5e;
	top: 16px;
	left: 60px;
	width: 100px;
	height: 15px;
	position: relative;
	font-size: 11px;
	font-weight: bold;
}
#langues a {
	color: #515d5e;
	text-decoration:none;
}
#langues a:hover a:visited  {
	color: #515d5e;
	text-decoration:none;
}
#localisation {
	width: 769px;
	height: 10px;
	left: 191px;
	top: 1px;
	position: relative;
	color: #515d5e;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#localisation a{
	text-decoration: none;
	color: #515d5e;	
}
#localisation a:hover{
	color: #515d5e;
	text-decoration: underline;
}

/* Fin du header */



#page{
	background-color: #8fa8a9; /* Bleu foncé en fond  */
	width: 958px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}

/* Début de la colonne de gauche */

#gauche {
	width: 161px;
	padding: 33px 5px 0px 5px;
	margin: 0px;
	float: left;
	font-size: 11px;
	background-color: #8fa8a9;
}

#gauche table{
	margin: auto;
	padding: 0px;
	border: 0px;
	width: 140px;
}

#gauche td{
	text-align: center;
	margin: auto;
}

#gauche img{
	margin-top: 10px;
}
/* Fin de la colonne de gauche */

/* Début de la partie centrale */

#text{
	width: 515px;
	height: auto;
	background-color: #fff;
	padding: 33px 25px 0px 19px;
	margin: 0px;
	float: left;	
}

#menu {
	width: 475px;
	padding: 20px;
	margin: 0px;
}
ul#menu {	
	list-style-type: none;
	width: 475px;	
}
ul#menu li {
	float: left;
	margin-left: 5px;
	margin-right: 5px; !important; /* pris en compte par Firefox */
	background-image: url(../img/menu/buletteTurquoise.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 220px;
	display:inline;
	display: block;  !important; /* pris en compte par Firefox */	
	text-align: left;
	font-size: 12px;
	color: #7d9a9b;
}
ul#menu li a {
	text-decoration: none;
	color: #7d9a9b;
}
ul#menu li a:hover {
	text-decoration: none;
	color: #7d9a9b;
}
ul#menu .titre{
	color: #000;
}


#text h1 {
	color: #fff;
	font-size: 13px;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	background-color: #73d1d1;
	text-indent: 15px;	
}

#text h2 {
	color: #fd9815;
	font-size: 100%;
	font-style: normal;
	text-align: left;
	margin:0px;
	padding:10px 0px 5px 0px;
	font-weight: bold;
}
#text h2 ul {
	margin:0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
}

#text h3 {
	color: #fbae2e;
	font-style: normal;
	text-align: left;
	margin:0px;
	padding:0px;
	font-weight: normal;
}

#text ul{
	padding: 0px 0px 0px 25px;
	margin: 0px;
}
#text ol{
	padding: 0px 0px 0px 25px;
	margin: 0px;
	list-style-type: decimal;
}

#text li{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: justify;
}
h2 {
	color: #ff0000;
	font-size: 12px;
}

.legendeFormulaire{
	color:#241d16;
}

p {
	text-align: justify;
}

a:link {
	text-decoration: none;
	color: #74bcbc;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #74bcbc;
	font-weight:bold;
}
a:hover, a:active {
	color: #74bcbc;
	font-weight:bold;
}

#ferraris	{
	width: 960px;
	margin:0 auto;
	float:left;
	background-color: #f2f1eb;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
}

.orange	{
	color: #e9ad30;
	
}

#img .fleche{
	float: right;
}

#ferraris .orange	{
	color: #ebb441;
	font-size: 14px;
	font-weight: bold;
	padding-left: 40px;
	
}

blockquote {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	
}

img {
	border: 0px;
}

img .gauche{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.statut {
	color: #fff;
	font-weight: bold;
}
sup {
	font-size: 80%;
	vertical-align: text-top
}
.pointeur {
	cursor: pointer;
}

#logoBe{
	display: block;
	border: 0px;
	z-index: 5;
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 820px;
	width: 120px;
	top: 0px;
	
}

/* Fin de la partie centrale */

/*Début de la partie droite */

#droite {
	width: 200px;
	height: auto;
	padding: 33px 10px 0px 10px;
	margin: 0px;
	float: left;
	background-color: #8fa8a9;
}

/*#droite p{
	text-align: center;
	
}*/

#droite .icone{
	padding-right: 10px;
	vertical-align: middle;
} 

#menu_droite {
	float:left;
	width:180px;
	padding:0px 0px 0px 10px;
	line-height: 16px;
	font-size:12px;
	margin: 0px;
	color: #fff;
}

#menu_droite ul{
	padding:0px;
	margin: 0px;
	color: #fff;
	
}
#menu_droite li{
	padding: 0px 0px 0px 0px;
	margin:0px;
	list-style-type: square;
	color: #9adcdc;
	list-style-position: inside;
}
#menu_droite li a {
	color: #ffffff;
	text-decoration:none;
}
#menu_droite li a:hover {
	color: #ffffff;
	text-decoration:none;
	background: #a0bbbc;
}

#menu_droite h1{
	color: #fff;
	width:176px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#9adcdc;
	text-indent: 15px;
}

#content {
	width: 206px;
	height: auto;
	text-align: justify;
	float: right;
	padding: 10px 0px 10px 0px;
}

/* Fin de la partie droite */

/*Début du footer*/

#footer {	
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding: 7px 0px 5px 0px;
	width: 960px;	
	float: left;
	background-color: #8fa8a9;
	background-image: url(/img/menu/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer a {
	color: #fff;
	text-decoration:underline;
}


/*Fin du footer*/














/*
#accueil {
	display: block;
	border: 0px;
	padding-left: 150px;
	z-index: 5;
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ed8e13;
	background-color: #e48224;
	width: 130px;
	margin-left: 840px;
	height: 22px;
	top: 22px;
	
}
#accueil ul {
	width:120px;
	min-height: 30px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 500;
}

#accueil li {
	display: inline;
	float: left;
	min-height: 10px;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#accueil h2 {
	font-size: 1em;
	padding: 0;
	margin: 0;
}
*/


/*#header img{
	float: right;
	border: 0px;
	
}
*/
/*#titrePage  {
	position:relative;
	color: #41352b;
	width: 729px;
	font-size: 1em;
	font-style: normal;
	text-align: left;
	border-bottom: 1px solid #fac24c;
	padding-top: 5px;
	margin-left: 15px;
	padding-bottom: 4px;
	text-indent: 20px;
	background-image: url(../img/menu/bulletOrange.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	font-weight: bold;
}

/*.rougeFormulaire{
	color: #FF0000;
}*/
#titrePage a {
	color: #41352b;
	text-decoration:none;
}
#titrePage a:hover {
	color: #ebb441;
	text-decoration:none;
}*/
