@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'FuturaLightBT';
	src: url('./FuturaLightBT.eot');
	src: local('FuturaLightBT'), url('./FuturaLightBT.woff') format('woff'), url('./FuturaLightBT.ttf') format('truetype');
}

*{
	font-family: 'FuturaLightBT';
	color:#004b7c;
}

body{
	background-color:#02253C;/*#004b7c;*/
	margin:0 auto;
	width:100%;
	/*background:url(../img/accueil.png) no-repeat 50% 0;*/
}

h1{
	font-size:18px; 
	font-weight:bold;
	color:#4F81BD;
	margin:10px 0 20px 0;
}

h2{
	font-size:20px;
	margin:0;
}

h3{
	color:#4F81BD;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	margin:0;
	font-size:11pt;
}

#container{
	background:none;
	background-color:#D8DBDB;
	width:100%;
	border:none;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:center;
}

#sub_container{
	width:900px;
	background-color:#fff;
	margin:0 auto;
}

#sub_footer div{
	text-align:center; 
	margin:0 auto;
	width:890px;
}

#sub_content{
	width:900px;
}

#header{
	background:none;
	background-color:#02253C;
	width:100%;
	border:none;
	height:250px;
	padding-top:20px;
	margin:0 auto;
}

#etiquette_langue{
	margin-left:70px;
	float:left;
}

#content{
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
}

#content-left{
	/*height:600px;*/
	width:270px;
	margin:0 auto;
	float:left;
}

#titre{
	margin:30px auto;
	text-align:center;
}

#logo{
	margin:0 0 0 40px;
	text-align:center;
	height:120px;
}

#menu{
	margin:40px 0 60px 40px;
	text-align:left;
}

#menu a{
	text-decoration:none;
	font-size:20px;
	line-height:30px;
	color:#004b7c;
	/*text-shadow:1px 1px 2px #000;*/
}

.lien_site{
	color:#0000FF;
}

#content-right{
	/*background:url(../img/cube_chambre_hote1.png) no-repeat 50% 90%;*/
	/*height:600px;*/
	width:620px;
	margin:0 auto -90px auto;
	float:left;
}

#content-left a{
	text-decoration:none;
	background-color:transparent !important;
}

#content-left a:hover{
	text-decoration:none;
	background-color:transparent !important;
}

#content-page{
	/*background:url(../img/cube_chambre_hote1.png) no-repeat 50% 90%;*/
	/*height:80%;*/
	width:90%;
	margin:30px auto 0 auto;
	/*border:1px solid #004b7c;*/
	box-shadow:0px 0px 2px #02253C;
	/*color: #02253C;*/
	text-align: justify;
	font-size: 11pt;
	padding: 20px;
}

img{	
	-webkit-transition: all .5s cubic-bezier( .6, 0, .9, 1); 
	-moz-transition: all .5s cubic-bezier( .6, 0, .9, 1); 
	-ms-transition: all .5s cubic-bezier( .6, 0, .9, 1); 
	-o-transition: all .5s cubic-bezier( .6, 0, .9, 1); 
	transition: all .5s cubic-bezier( .6, 0, .9, 1);
	border:none;border: 0;
	text-decoration:none;
	/*(.9, 2, .4, 1)*/
}

img#vignette_cube:hover{	
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1);
	/*(.9, 2, .4, 1)*/
}

#vignette_cube{	
	margin-left:12px;
}

#vignette_logo{	
	display:block;
	margin-bottom:0;
}

/*.blocImg{
	width:250px;
	height:220px;
	display:block;
	background-color:transparent;
	text-align:center;
}*/

.colGauche{
	float:left;
	text-align:right;
	margin-left:30px;
}

.colDroite{
	float:left;
	margin-left:20px;
}

.tableau{
	clear:both;
	margin:0 auto;
	width:520px;
}

.ligne{
	border-bottom:1px solid #004B7C;
	clear:both;
	height:40px;
}

.ligne_bleu{
	color:#4F81BD;
}

.col{
	height:40px;
	float:left;
	padding-bottom:10px;
}

.col1{
	width:120px;
	padding-left:5px;
}

.col2{
	width:80px;
	text-align:center;
}

.col3{
	width:80px;
	text-align:center;
}

.col4{
	width:120px;
	text-align:center;
}

.col4bis{
	width:100px;
	text-align:center;
}

.case_element{
	height:30px;
}

.titre_bleu{
	color:#4F81BD;
	/*font-weight:bold;*/
}

.titre_orange{
	color:#F79646;
}

.titrep{
	color:#4F81BD;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}

.formSite{
	margin:0 auto;
	/*width:420px;*/
	padding-top:20px;
}

.submitForm{
	background:none;
	background-color:#7FA4BD;
	color:#02253C;
	font-size:16px;
	margin-top:20px;
	float:right;
	display:block;
	border:none;
	margin-left:5px;
	cursor:pointer;
}

.bord_erreur{
	border:1px solid #C00;
}

.message_erreur{
	color:#C00;
	font-size:0.8em;/*0.6em;*/
}

#footer{
	background-color:#02253C;
	width:100%;
	border:none;
	text-align:center; 
	margin:0 auto;
	color:#D8DBDB;	
	height:50px;
	font-size:16px;
	padding-top:20px;
}

#calendrier {
	margin:30px auto;
}

#footer *{
	color:#fff;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	color:#fff;
}

#sub_footer{
	margin:0 auto;
	width:900px;
	height:50px;
	border-top:1px solid #d8dbdb;
	padding-top:20px;
}

.copyright{
	font-size:12px;
}

.ras{
	clear:both;
}
.blanc{
	background-color:#E9EAE8;/*#ccd4ce;*/
}

.view-cap, .view-container-border {
    background-color: #7FA4BD !important;
}
.legende-table [class^="casejour"], .legende-table [class*=" casejour"] {
    padding: 0;
    width: 0.7rem;
    height: 0.7rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.1rem;
}
.casejour1 {
    background-color: #abc638;
    color: #FFFFFF;
    font-size: 9px;
    vertical-align: top;
    padding: 0.2rem 0.5rem;
}
.casejour3 {
    background-color: #cc4a4a;
    color: #FFFFFF;
    font-size: 9px;
    vertical-align: top;
    padding: 0.2rem 0.5rem;
}
.casejour0 {
    background-color: #a5a5a5;
    color: #FFFFFF;
    font-size: 9px;
    vertical-align: top;
    padding: 0.2rem 0.5rem;
}
.casejour2 {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 9px;
    vertical-align: top;
    padding: 0.2rem 0.5rem;
}