@charset "utf-8";
/* CSS Document */

body {
	background-color: #084973;
	margin: 0;
	
	
}
#conteneur {
      position: relative;
      margin: auto;
      width: 320px;
	  padding:0px; 

     
      }
#conteneur1 {
      position: relative;
      margin: auto;
      width: 500px;

     
      }      
#top_logo {
	background-color: #17242F;
	margin: auto;
	height : 70px;
	width: 100%;
	text-align: center;
     
      }
#top_entete1 {
	position: relative;
	top: -2px;
	background-color: #EBEBEB;
	margin: auto;
	height : 60px;
	width: 100%;
	text-align: center;
	padding-top: 2px;
     
      }
#top_entete2 {
	position: relative;
	top: 0px;
	background-color: #17242F;
	margin: auto;
	height : 135px;
	width: 100%;
     text-align: center;
	 padding-top: 10px;
      }
#top_entete3 {
	position: relative;
	top: -12px;
	background-color: #EBEBEB;
	margin: auto;
	height : 45px;
	width: 100%;
	text-align: center;
	padding-top: -9px;
     
      }
#top_entete4 {
	position: relative;
	top: -11px;
	background-color: #FFC3C3;
	margin: auto;
	height : 75px;
	width: 100%;
     text-align: center;
	 padding-top: 3px;
      }
#top {
	background-color: #0E83E2;
	margin: auto;
	height : 90px;
	width: 100%;
     
      }

#menu0 {
	
	margin: auto;
	margin-top:20px;
	height : 50px;
	width: 320px;
     
      }
#menu00 {
	
	margin: auto;
	width: 120px;
	height : 50px;
	display: inline-block;  
     
      }
#menu01 {
	
	margin: auto;
	width: 120px;
	height : 50px;
	padding-left: 40px;
	display: inline-block;  
     
      }	  
#bonplan {
	background-color: #026C6C;
	margin: auto;
	width: 320px;
     
      } 
#divise {
	background-color: #FFFFDC;
	margin: auto;
	height : 5px;
	width: 100%;     
      }
      
 #accueil {
	background-color: #FFFFFF;
	margin-top:5px;
	height : 100%;
	width: 100%;
	text-align: center;
      }     
 #accueil_bp {
	background-color: #FFFFFF;
	margin-top:5px;
	height : 100%;
	width: 100%;
	      }   
 #ville {
	
	margin-top:10px;
	margin-left: 10px;
	height : 75px;
	width: 100%;
	    }
	  
#afficher_bp1 {
      width: 120px;
      height: 100px;
      border: 5px solid #E6E6E6;
      margin: 5px auto;
      background-position: center;
      background-size: 159%;
      vertical-align: top;
      padding-top:10px;
      display: inline-block;      
}
#afficher_fond_photo {
      width: 50px;
      height: 50px;
      border: 5px solid #E6E6E6;
      margin: 5px auto;
      background-position: center;
      background-size: 100%;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
      vertical-align: top;
      padding-top:10px;
      display: inline-block;      
}
#afficher_nom_bp {
      width: 100px;
      height: 50px;
      margin: 5px auto;
      background-position: center;
      vertical-align: top;
      padding-top:1px;
      display: inline-block;      
}
#entete {
	background: #084973;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 320px;
	height: auto;
	z-index: 3;
}
 #mon_voyage_entete_0 {
      background-color:#189CEC;
      top : 0px;
      height : 100%;
      padding-left:5px;
      width: 100%;
      display: inline-block;      
}
#mon_voyage_entete_1 {    
      top : 0px;
      height : 50px;
      padding-left:0px;
      width: auto;
      display: inline-block;      
}
#mon_voyage_entete_2 {
	position: relative;
	vertical-align:top;
	margin-top : 0px;
	margin-right: 0px;
	height : 50px;
      width: 250px;
      text-align: right;
      display: inline-block;
}

#mon_voyage_0 {
	background-color:#EEEEEE;
      top : -100px;	
      margin-top:5px;
      margin-left:5px;
      margin-bottom:5px;
      margin-right:5px;
      width: 100%;
      display: inline-block;      
}
#mon_voyage_1 {

	margin-left:5px;
	margin-top : 10px;
      width: 320px;
      display: inline-block;      
}

#mon_voyage_texte {
	margin-top : 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;

}
 
#left{float:left; display: inline-block;margin-left:0px;}
#center{margin:0; width: 120px;auto;text-align: center;display: inline-block;}      
#right{float:right;display: inline-block;margin-right:0px;}      


ul#menu1, ul {
    padding:0;
    margin: 0;
    z-index:3;
    
    
}
ul#menu1 li, ul#menu2 ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
    z-index:3;
}
/*Link Appearance*/
ul#menu1 li a {
    text-decoration: none;
    background: #ff8000;
    background-repeat: no-repeat;
    padding: 5px;
    display:inline-block;
    width: 140px;
    height : 35px;
    z-index:3;
}

ul#menu2 li a, ul#menu2 li ul.sub-menu li a {
    text-decoration: none;
    color: #fff;
    background: #666;
    padding: 5px;
    display:inline-block;
    z-index:3;
}

/*Make the parent of sub-menu relative*/
ul#menu1 li {
    position: relative;
    z-index:3;
}
/*sub menu*/
ul#menu1 li ul.sub-menu {
    display:none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100px;
    z-index:3;
}
ul#menu1 li:hover ul.sub-menu {
    display:block;
    width: 100px;
    z-index:3;
}


.texte_presentation_1 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 18px;
	color: #161616;
	font-weight: bold;
}
.texte_presentation_2 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	color: #161616;
	font-weight: bold;
}
.nomdubonplan {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.typedubonplan {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

.titre {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 25px;
	font-weight: bold;
	color: #FFD300;
}
.titre2 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #B6F6F1;
}
.classer {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 17px;
	color: #444444;
	font-weight: bold;
}
.rechercher {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 25px;
	color: #000000;
	font-weight: bold;
}
.rechercher_mobile {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
}
.ville {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #444444;
}

.modville {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color: #444444;
}


.accueil {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 25px;
	font-weight: bold;
	color: #e5e5e5;
}

.classer a {
    color: #444444;
    text-decoration: none;
}

.modville a {
    color: #444444;
    text-decoration: none;
}
.Stylenomville {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 18px;
	color: #373737;
	font-weight: bold;
}
.Style_indefini {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	color: #373737;

}
.dateainscrire {
	font-family: Lucida Sans, Verdana, Arial, helvetica, Sans-Serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.coutparjour {
	font-family: Lucida Sans, Verdana, Arial, helvetica, Sans-Serif;
	font-size: 14px;
	color: #FFFFFF;
}
.Stylecaution {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #b70000;
	font-weight: bold;
}
.texte_mon_voyage_titre {
	font-family: Lucida Sans, Verdana, Arial, helvetica, Sans-Serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.texte_mon_voyage_cate {
	font-family: Lucida Sans, Verdana, Arial, helvetica, Sans-Serif;
	font-size: 14px;
	color: #FFFFFF;
}
.texte_mon_voyage_info {
	font-family: Lucida Sans, Verdana, Arial, helvetica, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
}
.mon_voyage_1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
}

.mon_voyage_2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #313131;
	font-size: 12px;
}
.mon_voyage_3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6e6e6e;
	font-size: 12px;
}
.mon_voyage_4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #8d8d8d;
	font-size: 10px;
}
h1.titrep {font-family: Lucida Sans, Verdana, Arial, helvetica, Sans-Serif; color: #ffffff; font-size: 20px; font-weight: normal; margin-bottom:10px;}
.presentation {color: #333; font-size: 15px;font-weight: bold;}
.slider {
	position: relative;
	width: 320px;
	height: 280px;
	overflow: hidden;
	
}
	
	.slides {
		height: 100%;
		margin: 0; padding: 0; border: 0;
		
		/* Simple clear fix */
		overflow: hidden;
		
		/**	
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;

		/**
		 * Here is CSS transitions 
		 * responsible for slider animation in modern broswers
		 */
		-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		     -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		        transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	}
	
		.slide {
			height: 100%;
			text-align: center;
			float: left;
			clear: none;
		}


	.slider-arrows {}

		.slider-arrow {
			position: absolute;
			display: block;
			margin-bottom: -20px;
			padding: 20px;
		}

			.slider-arrow--right { bottom: 50%; right: 30px; }
			.slider-arrow--left { bottom: 50%; left: 30px; }


	.slider-nav {
		position: absolute;
		bottom: 30px;
	}

		.slider-nav__item {
			width: 12px;
			height: 12px;
			float: left;
			clear: none;
			display: block;
			margin: 0px;
			background: #fff;
		}

				.slider-nav__item:hover { background: #ccc; }
				.slider-nav__item--current { background: #ccc; }
.box {
				width: 100%; 
				height: 100%;
				text-align: center;
			}	