body {
    font-family: 'Open Sans', sans-serif;
}
input[type=submit], input[type=button] {
	border: none;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius : 4px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #004f91;
	color: #ffffff;
	cursor: pointer;
    margin-top: 10px;
}
input[type=submit]:hover, input[type=button]:hover {
    color: #ccce00;
}
label:after {
  content: " : ";
}
a {
    font-weight: bolder;
    color: #004f91;
    text-decoration: none;
}
input[type=submit] .onglet, input[type=button].onglet {
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	-moz-border-radius-bottomleft: 0px !important;
	-moz-border-radius-bottomright: 0px !important;
	-moz-border-radius-topleft: 5px !important;
	-moz-border-radius-topright: 5px !important;
    
	background-color: #004f91;
	color: #ffffff;
	cursor: pointer;
    margin-top: 10px;
}
input[type=button].actif {
	background-color: #f6b074;
	color: #004f91;
}
h1 {
	color: #0a5e0a;
	font-size: 19px;
}
ul {
	list-style-position: inside;
}
#container {
    font-size: 13px;
    line-height: 22px;
}
fieldset {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius : 4px;
    border: 1px solid #004f91;
    display: inline;
    padding-top: 0;
}
fieldset textarea.box {
    border: none !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius : 0;
    padding: 5px !important !important;
    margin: 0 !important;
    font-size: .93em !important;
    /*background-color: bisque;*/
}
legend {
    padding: 2px;
    line-height: 12px;
}
#container > div label {
    /*background-color: pink;*/
    /*width: 230px;*/
    /*max-width: 150px;*/
    min-width: 192px;
    display: inline-block;
    color: #004f91;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: top;
}
input[type=text], input[type=email], input[type=password], select, textarea {
    font-family: 'Open Sans', sans-serif;
}
#container > div input[type=text], #container > div input[type=email], #container > div input[type=password], #container > div select, #container > div textarea {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius : 4px;
    border: 1px solid #004f91;
    display: inline;
    width: 380px;
    max-width: 380px;
    font-size: 1.2em;
    color: #61a4d3;
    padding-right: 3px;
    padding-left: 3px;
    margin-top: 13px;
}
#container input[type=radio] {
    vertical-align: sub;
    margin-top: 15px;
}
#container input[type=checkbox] {
    vertical-align: sub;
    margin-top: 15px !important;
}
#container > div textarea {
    margin-top: 12px;
}
#entete {
    color: #000000;
    font-size: 120%;
    font-weight : bolder;
    padding-top: 20px;
    text-align: center;
    float: left;
}
#entete span {
	white-space: nowrap;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0px 0px 18px rgba(255,255,255,1); 
	-moz-box-shadow: 0px 0px 18px rgba(255,255,255,1); 
	-webkit-box-shadow: 0px 0px 18px rgba(255,255,255,1); 
}
h3 {
    text-transform: uppercase;
}
.box {
    width: auto !important;
    min-width: auto !important;
}
.serre {
    font-size: 12px;
    line-height: 18px;
}
.serre input[type=text] {
    margin-top: 0 !important;
    width: 250px !important;
    max-width: 250px !important;
}
.serre label {
    padding-top: 2px !important;
    font-size: 13px !important; 
    min-width: 100px !important;
}
.serre select {
    width: auto !important;
    max-width: auto;
    min-width: auto;
}
#corps {
	width: 96%;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#pied {
	min-height: 50px;
}
/*===============================================================================*/
#container {
	margin-top: 10px;
    float: left;
    width: 100%;
    min-height: 400px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 18px rgba(255,255,255,1); 
	-moz-box-shadow: 0px 0px 18px rgba(255,255,255,1); 
	-webkit-box-shadow: 0px 0px 18px rgba(255,255,255,1); 
}
#container > div, #container > div > div {
    float: left;
}
#container > div {
    width: 100%;
    min-width: 250px;
    padding: 0;
}
#container hr {
    border-color: #ccce00;
    margin-top: 10px;
    margin-bottom: 8px;
}
#container h2 {
	color: #209a4f;
	font-size: 130%;
}
#colonne_droite {
    float: left;
    width: 170px;
    padding-top: 20px;
}
.pied {
    clear: both;
}
#tetiaire {
    position: relative;
    float: left;
    right: 0;
    margin-top: 70px;
    width: 100%;
    text-align: left;
    padding-right: 0;
    margin-right: 0;
    padding-top: 0;
}
#operation {
    display: none;
    float: right;
    height: 70px;
    padding-right: 5px;
    padding-top: 20px;
}
#inscription, #dejainscrit, #perdu {
    max-width: 99%;
    /*overflow: hidden;*/
    border: 1px dotted #cecece;
    padding: 10px;
    padding-top: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius : 4px; 
    margin-bottom: 5px;
    padding-bottom: 20px;
}
#dejainscrit, #perdu {
    display: none;
}
#inscription > div {
    display: inline-block;
    min-width: 50%;
}
#indic {
    position: relative;
    /*font-family: 'BenchNine', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    font-weight: bolder;
    color: #ffffff;
    padding-left: 7px;
    top: 7px !important;
    text-transform: uppercase;
}
#player {
	position: relative;
	width: 100%;
	/*max-width: 1400px;*/
	max-width: 640px;
	height: auto;
    max-height: 388px;
	margin: 0px auto;
	z-index: 2;
	background-color: #c0c0c0;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    padding: 0;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    /*display: none;*/
}
#player > div:nth-child(1) {
    position: relative;
    /*min-width: 1730px;*/
    width: 2700px;
    height: auto;
    /*max-height: 425px;*/
    /*min-height: 425px;*/
    /*display: inline-block;*/
	/*right: -7%;*/
	right: -50%;
    /*background-image: url(../medias/player/DSC03487.JPG), url(../medias/player/DSC03515.JPG), url(../medias/player/IMG_0683.JPG);
    background-position: left 0, center 0, right 0;
    background-repeat: no-repeat;*/
}
#player > div:nth-child(1) > div {
    position: relative;
    /*width: 100%;*/
    width: auto;
    height: auto;
    /*max-height: 425px;*/
    /*min-height: 425px;*/
    /*display: inline-block;*/
	left: -50%;
    padding: 0;
    margin: 0;
}
#player > div:nth-child(1) > div > img {    
    position: relative;
    float: left;
    height: auto;
    max-width: 650px;
    width: 650px;
    padding: 0;
    margin: 0;
    /*display: inline-block;*/
}
#player > div:nth-child(1) > div > img:nth-child(1), #player > div:nth-child(1) > div > img:nth-child(3) {
    /*opacity: .7;*/
}
#fleches {
    position:absolute;
    top: 0px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    height: auto;

    width: 630px;
    z-index: 4;
}
#fleches span:nth-child(1) {
    position: relative;
    float: left;
    margin-top: 30%;
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px;
    background-image: url(../images/flechG_black.png);
    z-index: 50;
}
#fleches span:nth-child(1):hover {
	background-image: url(../images/flechG_white.png);
}
#fleches span:nth-child(2) {
    position: relative;
    float: right;
    margin-top: 30%;
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px;
    background-image: url(../images/flechD_black.png);
    z-index: 50;
}
#fleches span:nth-child(2):hover {
	background-image: url(../images/flechD_white.png);
}
#player > div:nth-child(1) {
	width: 300%;
}
#player > div:nth-child(1) > div > img:nth-child(1), 
#player > div:nth-child(1) > div > img:nth-child(5) {
	display: none;
}
#player > div:nth-child(1) > div > img:nth-child(3) {
	width: 33.33%;
	height: auto;
}
#player > div:nth-child(1) > div > img:nth-child(2),
#player > div:nth-child(1) > div > img:nth-child(4) {
	width: 33.33%;
	height: auto;        
}

/*===============================================================================*/
@media screen and (max-width: 1200px) {
    #colonne_droite {
        display: none;
    }
}
/*===============================================================================*/
.menu {
    min-height: 150px;
    /*float: left;*/
	line-height: 24px;
}
.menu ul {
	float: left;
	padding: 0; margin: 0;  
	text-align: left;
}
.menu li {
	display: inline-block;  
	list-style: none;  	
	padding: 0;
	overflow: hidden;
	vertical-align: top;
	width: 140px;
	max-width: 140px;
	height: 140px;
    min-height: 140px;
    max-height: 140px;
	padding: 5px;
	margin: 5px 5px;  
    text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 20px;
    font-size: 115%;    
}
.menu li a {
    width: 100%;
    height: 100%;
    padding: 0;
	display:inline-block;
	text-decoration: none;
	color: #ffffff;    
}
#menutt li:last-child a {
    margin-bottom: 0;
}
.menu li.menuactif {
    color: #0a5e0a;
    font-weight: bold;
}
.menu li.menuactif a:hover {
  color: #ccce00;
}
.menu li a:hover {
  color: #0a5e0a;
}
.menu li ul {
    display: none;
    position: absolute;
    border: 1px solid black;
    margin-top: -10px;
    margin-left: 13px;
}
.menu li:hover ul {
    /*display: block;*/
}
.menu li ul li a {
    margin: 0;
    padding: 0;
    padding-left: 5px;
    background-image:linear-gradient(to right, #ccce00, rgba(204,206,0,.4));
    color: #004f91;
    display: block;
    font-size: .9em;
}
.menu li ul li a:hover {
    color: #000000;
}
/*===============================================================================*/
#pied {
    padding-top: 10px;
}
.second_menu {
	width: 100%;
  height: 25px;
  z-index: 600;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f4fbb7;
  /*position: static;*/
  text-transform: uppercase;
  white-space: nowrap;
}
.second_menu {
  /* border:1px solid #990000;*/
}
.second_menu > ul {
	height: 24px;
	list-style:none;
	margin:0;
	padding:0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-top-color: #177915;
	border-bottom-color: #177915;	
}
div.second_menu li {
  float: left;
  width: 146px;
  text-align: center;
  padding: 0;
  overflow: hidden;
}
div.second_menu li.menuactif {
  background-color: #6acfc9;
  color: #ffffff;  
}
div.second_menu li.menuactif:hover {
    color: #000000;
}
div.second_menu li a {
  text-decoration: none;
  display: block;
  color: #177915;
  height: 24px;
}
div.second_menu li a.menu_current {
  background-color: #6acfc9;
  color: #ffffff;
}
div.second_menu li a.menu_current:hover {
  color: #000000;
}
div.second_menu li a:hover {
  color: #48e744;
}
div.second_menu ul li ul{ display:none; }

div.second_menu ul li:hover>ul{ display:block; }

div.second_menu ul li ul {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top-color: #177915;
  border-bottom-color: #177915;
  border-left-color: #177915;
  border-right-color: #177915;
}
div.second_menu ul li ul li a {
  color: #000000;
  background-color: #6088cb;
}

.menu_foot {
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #c0c0c0;
}
.menu_foot ul {
	margin:5px;
	list-style-type:none;
	padding: 3px;
	height: 25px;
}
.menu_foot ul {
	text-align:center;
    font-family: 'Open Sans', sans-serif;
	/*font-family:"Conv_MyriadPro-Regular", arial, helvetica, sans-serif;*/
	font-size: 11px;
}
.menu_foot ul li:first-child a, #menu_haut li:first-child a {
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: grey;*/ 	
}

.menu_foot ul li {
	vertical-align: top;
	display: inline-block;
	padding:0;
	/*line-height: 22px;*/
	text-align: left;
	/*min-width: 100px;*/
    border-left: 1px solid grey;
}
.menu_foot ul li:first-child {
    border-left: none;
}

.menu_foot li a {
	opacity: 1;
	display: inline-block;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: grey; */ 
	padding-left: 3px;
	padding-right: 3px;
	color: #666666;
	text-decoration: none;
}
.menu_foot li a:hover {
	color:#191919;	
}
.menu_foot ul li ul {
	position: relative;
	/*background-color: #cccccc; */
	opacity: .8;
	display: block;
	/*line-height: 1.3em;*/
	text-align: left;
	top: 0px;
	min-width: 100px;
	margin-top: -7px;
	margin-left: -5px;
}
.menu_foot ul li ul li {
	/*float: none;*/
	display: block;
	border: none;
}
.menu_foot ul li ul li a {
	float: none;
	display: inline-block;
	font-size: .9em;
	border-right: none;
	border-left: inherit;
}
.menu_foot ul li:first-child ul li a {
	border-left: inherit;
}
/*===============================================================================*/
.responsive {
	float: left;
	padding: 10px;
}
.month-block {
	position: relative;
	font-size: 13px;
	margin-top: 0px;
	background-color: #ffffee;
	border: 1px dotted #999999;
	padding-top: 0 !important;
}
.month-block caption {
	color: #084808;
	font-weight: bold;
	font-size: 1.1em;
}
.month-block table {
	padding-top: 0 !important;
}
.month-block td {
	text-align: right;
	padding-right: 5px;
}
.first_of_the_month {
	display: none;
}
.selected {
	display: block;
}
.hide {
	display: none;
}
.unavailable {
	background-color: rgba(42,166,4,.5);
}
.today {
	background-color: rgba(255,0,0,.5);
}
.calendar {
	text-align: center;
	min-width: 300px;
	width: 300px;
	min-height: 250px;
	height: 250px;
}
.calendar span:nth-of-type(1) {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-left: 25px;
    cursor: pointer;
    display: block;
    height: 24px;
    min-height: 24px;
    width: 24px;
    min-width: 24px;
    background-image: url(../images/flechG_black.png);
    z-index: 50;
}
.calendar span:nth-of-type(1):hover {
	background-image: url(../images/flechG_white.png);
}
.calendar span:nth-of-type(2) {
    position: relative;
    float: right;
    margin-top: 5px;
    margin-right: 25px;
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px;
    background-image: url(../images/flechD_black.png);
    z-index: 50;
}
.calendar span:nth-of-type(2):hover {
	background-image: url(../images/flechD_white.png);
}
#sablier {
	display: none;
	position: fixed;
	top: 300px;
	margin-right: auto;
	margin-left: auto;
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	background-image: url(../images/sablier.gif);
	z-index: 15;	
}

/*===============================================================================*/
@media screen and (max-width: 800px) {
	html:before {
		background-image: linear-gradient(to bottom, rgba(255,255,255,0) 150px, rgba(255,255,255,.05) 200px, rgba(255,255,255,.90) 300px, rgba(255,255,255,1) 350px, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 91.1%, rgba(185,205,107,1));
	}
}
/*===============================================================================*/
@media screen and (max-width: 680px) {
	html:before {
		background-image: linear-gradient(to bottom, rgba(255,255,255,0) 75px, rgba(255,255,255,.05) 120px, rgba(255,255,255,.90) 200px, rgba(255,255,255,1) 300px, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 91.1%, rgba(185,205,107,1));
	}
	body { 
		width: 100%;
		max-width: 100%;
		/*background-color: cyan;*/
	}
	#entete {
		max-width: 550px;        
	}
    #container > div > div {
        width: auto;
        max-width: 98%;
    }
    input[type=text], input[type=email], input[type=password] {
        width: 100%;
    }
    #container > div input[type=text], #container > div input[type=email], #container > div input[type=password], #container > div select, #container > div textarea {
        width: 95%;
        max-width: 95%;        
    }
    #player > div:nth-child(1) {
        /*right: 0;*/
        margin: 0 auto;
    }
    #player > div:nth-child(1) > div {
        /*left: 0;*/
        margin: 0 auto;
    }    
    #player {
        max-height: auto;
        height: auto;
    }
    #player > div:nth-child(1) {
        width: 300%;
    }
    #player > div:nth-child(1) > div > img:nth-child(1), 
    #player > div:nth-child(1) > div > img:nth-child(5) {
        display: none;
    }
    #player > div:nth-child(1) > div > img:nth-child(3) {
        width: 33.33%;
        height: auto;
    }
    #player > div:nth-child(1) > div > img:nth-child(2),
    #player > div:nth-child(1) > div > img:nth-child(4) {
        width: 33.33%;
        height: auto;        
    }
    #fleches {
        height: 100%;
        width: 100%;
    }
}
/*===============================================================================*/
@media screen and (max-width: 600px) {
    input[type=text], input[type=email], input[type=password] {
        width: 100%;
    }
    body {
        max-width: 100%; /*400px;*/
        width: 100%;       
    }
    #entete img {
		max-width: 100%;
		width: 100%;
    }
    #tetiaire {
		margin-top: 15px;
		text-align: center;
	}
}
/*===============================================================================*/
@media screen and (max-width: 500px) {
	html:before {
		background-image: linear-gradient(to bottom, rgba(255,255,255,0) 40px, rgba(255,255,255,.05) 75px, rgba(255,255,255,.98) 120px, rgba(255,255,255,1) 300px, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 91.1%, rgba(185,205,107,1));
	}
	body {
		/*background-color: green;*/
	}
	#menu {
		width: 100%;
		text-align: center;
		display:inline-block;
	}
	#menu ul {
		width: auto;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}
/*===============================================================================*/
@media screen and (max-width: 350px) {
	body {
		/*background-color: blue;*/
	}
    input[type=text], input[type=email], input[type=password] {
        width: 100%;
    }
    #container > div {
        padding-left: 0;
        padding-right: 0;
    } 
    #container > div:nth-child(1) {
        float: none;
        /*width: 100%;*/
        /*background: green;*/
        text-align: center !important;
    }
    #container > div:nth-child(1) > div {        
        float: none;
        margin: 0 auto;
        max-width: 350px;
        padding-left: 0;
        padding-right: 0;       
    }
    #container > div:nth-child(1) > h1 {
        margin: 0 auto;
    }
    #container > div:nth-child(3) {
        padding-left: 0;
    }
    #container > div > div img {
        width: 100%;
    }
    #menu ul {
        text-align: center;        
    }
}
/*===============================================================================*/
#liste tr {
    font-size: 13px;
    line-height: 18px;
}
#liste th {
    background-color: #61a4d3;
    text-align: center;
    cursor: default;
}
.sorttable_nosort {
    cursor: auto !important;
}
#liste tr td {
    padding-right: 3px;
    padding-left: 3px;
}
#liste tr:nth-child(odd) td {
    background-color: #e0e0e0;
}
#liste tr td:nth-child(1), #liste tr td:nth-child(2), #liste tr td:nth-child(5), #liste tr td:nth-child(10), #liste tr td:nth-child(12), #liste tr td:nth-child(14), #liste tr td:nth-child(18), #liste tr td:nth-child(21) {
    text-align: center;
}
#liste tr td:nth-child(6) {
    width: 100px;
    max-width: 100px;
}
#liste tr td:nth-child(7) {
    width: 150px;
    max-width: 150px;
}
#liste tr td:nth-child(9) {
    width: 130px;
    max-width: 130px;
}
#liste tr td:nth-child(6), #liste tr td:nth-child(7), #liste tr td:nth-child(9) {
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#liste tr td:nth-child(1) {
    vertical-align: middle;
}
#liste input[type=checkbox] {
    margin-top: 0 !important;
    vertical-align: sub;
}
#menu_liste {
    background-image:linear-gradient(to right, #ccce00, #ffffff) !important;
    min-height: 40px !important; 
    width: 1300px !important;
}
.train {
    background-color: #fa2c52 !important;
}
.avion {
    background-color: #f6b074 !important;
}
.hotel1 {
    background-color: #0feee6 !important;
}
.hotel2 {
    background-color: #ffff00 !important;
}
div.mybox {
	position: absolute;
	width: 300px !important;
    max-width: 300px;
    min-width: auto !important;
	height: 300px;
	top: 550px;
	left: 300px;
	overflow: hidden;
	padding: 10px;
	background-color: #ffffee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	-moz-box-shadow: 10px 10px 5px #5a6991;
	-webkit-box-shadow: 10px 10px 5px #5a6991;
	box-shadow: 5px 5px 15px #5a6991;
	border: 1px dotted #999999;
	z-index: 600;
    text-align: center;
}
div.mybox div:nth-child(2) {
    border: 1px solid #023561;
    width: 282px;
    height: 253px;
    margin: 2px;
    margin-top: 0;
    padding: 7px;
}
div.mybox table {
    padding: 15px;
    padding-top: 40px;
    text-align: left;
}
div.mybox > div:nth-child(1) {
    position: relative;
    width: 100% !important;
    max-width: 100%;
    height: 30px;
    min-height: 30px;
    background-image:linear-gradient(to right, #9cc7ea, #004f91);
    cursor: move;
}
div.mybox > div:nth-child(1) img {
    padding: 5px;
}
/*===============================================================================*/
.rouge {
    color: red !important;
}
.lp a { 
     font-size:16px; 
     display:block; 
     margin:32px auto; 
     width:170px; 
     border:1px solid #000; 
     padding:15px; 
     background:#21ABCE; 
     color:#FFF; 
     text-align:center; 
     text-decoration:none; 
     border-radius:10px; 
     -webkit-border-radius:10px; 
     -moz-border-radius:10px; 
 }
