@charset "utf-8";


#onglets {
	float: left;
	margin-top: 70px;
	margin-left:200px;
	width: 770px;
}

#onglets a:hover {
	text-decoration:none;
}

#onglets img {
	padding-left : 0px; 
}

#onglets span {
	padding:5px;
}


#sousonglets {

	width: 900px;
	float:left;
	left: 50px;
	top: 109px;
	text-align: center;
}


.menu1 {
	/*background-color: #f36b00;*/
	color: #FFFFFF;
	float: left;
	height: 40px;
	width: 150px;
	cursor:pointer;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.menu2 {
	color: #FFFFFF;
	float: left;
	height: 40px;
	width: 150px;
	cursor:pointer;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 2px;

}

.menu3 {
	color: #FFFFFF;
	float: left;
	height: 40px;
	width: 150px;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 2px;
}

.menu4 {
	color: #FFFFFF;
	float: left;
	height: 40px;
	width: 150px;
	/*cursor: pointer;*/
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 2px;
}

.menu5 {
	color: #FFFFFF;
	float: left;
	height: 40px;
	width: 150px;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 2px;
}

#sousmenu /* Ensemble du menu */
{
	font-weight : bolder; /* on met le texte en gras */
	font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
	font-size : 16px;
	text-align: center;
}


sousmenu, #sousmenu ul /* Liste */     
{
	list-style : none; /* on supprime le style par défaut de la liste */
	line-height : 20px; /* on définit une hauteur pour chaque élément */
	text-align : left; /* on centre le texte qui se trouve dans la liste */

}

a.sousmenu{
	/* invisible par défaut pour eviter un effet moche */
	display:none;}

#sousmenu a /* Contenu des listes */
{
	display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
	padding : 0; /* couleur de fond */
	color : #fff; /* couleur du texte */
	text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
	width : auto; /* largeur */
	margin-right: 5px;
	margin-left: 5px;
	height: auto;
	top: 0;
	text-align: center;	
}

#sousmenu a:hover {
	color: #333;
	background-color: #FFF;

}
#sousmenu ul /* Elements des listes */      
{
	text-align: center;
}
#sousmenu li /* Elements des listes */      
{
	float : left;
	/* pour IE qui ne reconnaît pas "transparent" */
 	border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
	list-style-image: none;
	list-style-type: none;

}


.sousmenu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	display: block;
	background-color: #6A8FC0;
	width:910px;
	/* invisible par défaut */
	display:none;
	height: 4px;
	text-align: center;
	float:left;
	margin-left:50px;
}

.sousmenu2 {
	float:left;
	margin-left:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	display: block;
	background-color: #79A342;
	width:910px;
	/* invisible par défaut */
	display:none;
	height: 4px;
}
.sousmenu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	width:910px;
	display: block;
	background-color: #036868;
	/* invisible par défaut */
	display:none;
	height: 4px;
	float:left;
	margin-left:50px;
	text-align: center;
}
.sousmenu4 { 
	float:left;
	margin-left:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	display: block;
	background-color: #EB9123;
	width:910px;
	/* invisible par défaut */
	display:none;
	height: 4px;
}
.sousmenu5 {
	float:left;
	margin-left:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	display: block;
	background-color: #DACDA2;
	width:910px;
	/* invisible par défaut */
	display:none;
	height: 4px;
	text-align: center;
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #sousmenu li
{
        border-right: 1px solid white ; /* on met une bordure transparente à droite de chaque élément */
}

/*MENU BANDEAU HAUT*/


#SousMenuTexte {
	margin-left: 150px;
	margin-top: 210px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
}



#SousMenuTexte a {
	color:#FFF;
	text-decoration:none;
	font-size: 16px;
}

#SousMenuTexte a:hover {
	color:#FFF;
	text-decoration:underline;
	font-size: 18px;
}


/*  MENU de gauche*/

.MenuGauche_TitrePointMenu, .MenuGauche_TitrePointMenu a {
	float:left;
	font-size: 14px;
	font-weight: bolder;
	margin-top:5px;
	margin-bottom:0px;
	margin-left: 10px;
	width: 180px;
	color: #333;
	text-decoration: none;
}
.MenuGauche_TitrePointMenu:hover {
	color: #C00;
	text-decoration: underline;
}

.MenuNoTel {
	font: bold 16px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	}
.MenuNoTelFrance {
	font-size: 12px;
	font-weight: normal;
}

	
.MenuGauche_PointMenu {
	font-size: 12px;
	font-weight: bolder;
	width: 180px;
	color: #006;
	text-decoration: none;
	text-align: left;
	margin-bottom:15px;
}


.MenuGauche_PointMenu:hover {
	text-decoration: underline;
	color: #C00;
}
/* CSS Document */

/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved. 
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menugauche {
	font-size: 10pt;
	font-family: arial;
	float:left;
	width: 250px;
	margin-left: 5px;
	height: 100%;
	margin-top:0px;
}
.menugauche ul {
	padding: 0pt;
	float:left;
	z-index: 500;
	list-style-type: none;
	text-align: left;	
}
.menugauche li {
	float: left;
	background-color: #CCC;
	text-align: left;
}

.menugauche a, .menugauche a:visited {
	border: 1px solid #ffffff;
	display: block;
	text-decoration: none;
	height: 1.6em;
	line-height: 1.6em;
	width: 14.5em;
	color: #FFF;
	padding-left: 0.2em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	background-color: #d67b54;
}

.menugauche ul li ul li a, .menugauche ul li ul li a:visited {
	border: 1px solid #ffffff;
	display: block;
	text-decoration: none;
	height: 1.6em;
	line-height: 1.6em;
	width: 350px;
	color: #FFF;
	padding-left: 0.2em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	background-color: #d67b54;
}
.menugauche ul li ul li a:hover {
	background-color: #333;
	color: #FFF;
}

.menugauche ul li ul li sub {
	background-color: #333;
	color: #FFF;	
}



.menugauche ul li ul li ul li a, .menugauche ul li ul li ul li a:visited {
	border: 1px solid #ffffff;
	display: block;
	text-decoration: none;
	height: 1.6em;
	line-height: 1.6em;
	width: 350px;
	color: #FFF;
	padding-left: 0.2em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	background-color: #d67b54;
}
.menugauche ul li ul li ul li a:hover {
	background-color: #333;
	color: #FFF;
}



.menugauche ul li ul li ul li a , .menugauche ul li ul li ul li a:hover , .menugauche ul li ul li ul li a:active ,.menugauche ul li ul li ul  , .menugauche ul li ul li ul li,
.menugauche ul li ul li ul li sub, .menugauche ul li ul li ul a {
	width:350px;  background-color: #d67b54;
}
/*.menugauche ul li ul li ul li a , .menugauche ul li ul li ul  , .menugauche ul li ul li ul li,
.menugauche ul li ul li ul li sub, .menugauche ul li ul li ul a {
	width:300px;
	background-color: #FFF;	
}*/


.menugauche b {
	float: right;
	margin-right: 0px;
	width: auto;
}
/** html .menugauche a, * html .menugauche a:visited { width: 22em; line-height: 2.2em; }*/
/** html .menugauche a:hover {
	color: #FFF;
	background-color: #333;
	position: relative;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}*/
.menugauche li:hover { position: relative; }
.menugauche a:active, .menugauche a:focus {
	color: #FFF;
	background-color: #333;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}
.menugauche li:hover > a {
	color: #FFF;
	background-color: #333;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}


.menugauche ul li li:hover > a {
	color: #FFF;
	background-color: #333;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}

.menugauche li ul { padding: 2em; visibility: hidden; position: absolute; top: -2em; left: 170px; background-color: transparent; }


.menugauche li ul li ul { padding: 2em; visibility: hidden; position: absolute; top: -2em; left: 327px; background-color: transparent; }





.menugauche li:hover > ul { visibility: visible; }
.menugauche ul a:hover ul ul { visibility: hidden; }
.menugauche ul a:hover ul a:hover ul ul { visibility: hidden; }
.menugauche ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menugauche ul a:hover ul { visibility: visible; }
.menugauche ul a:hover ul a:hover ul { visibility: visible; }
.menugauche ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menugauche ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }




#LogoVagabondages {
	background-repeat: no-repeat;
	text-align: center;
	width: 200px;
	
}
