body{
	font:20px/25px lumette, arial, sans-serif;
	background:white;
	overflow: hidden;
	letter-spacing: 0.1em;
}

a{
	text-decoration: none;
}

@font-face { 
	font-family: 'lumette'; 
	src: url('lumette-web.ttf'); 
	}


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background:#0100B0;
    
}
::-webkit-scrollbar-thumb {
    background: white;
}

.easyzoom:hover{
	cursor: pointer;
}


/* MAIN */

.main-home{
	position: fixed;
	border: solid 10px #0100B0;
	left:75px;
	top:75px;
	right: 75px;
	bottom: 75px;
	z-index: 0;
	text-align: center;
}

.main-home:hover{
	cursor: pointer;
}

.main-home img{
	left: 0px;
	width: 100%;
	min-height: 100%;
	position: absolute;
}

.a-propos{
	position: absolute;
	background-color: #0100B0;
	width: 100%;
	height: 100%;
	display: none;
}

/*
.main-home:hover .a-propos{
	display: block;
}
*/

/* PRƒSENTATION*/
#presentation-les-colonnes a{
	color: #0100B0;
}

#presentation-les-colonnes a:hover{
	border-bottom: 2px solid #0100B0;

}

#presentation-contact{
	margin-top: 65px;
	text-align: center;
	font-size: 10px;
	line-height: 13px;
	color: #0100B0;
	height: 20px;
	position: relative;
	background-color: white;
}

#presentation-les-colonnes{
	position: fixed;
	z-index: 100;
	top: 50%;
	margin-top:-243px;
	left:50%;
	margin-left:-390px;
	width:780px;
	height:486px;
}

.presentation-colonne{
	padding: 40px;
	height: 400px;
	position: absolute;
	top:0px;
	left:0px;
	width: 300px;
	overflow-y: auto;
	background-color: white;
}

.presentation-sous-titre{
	color: #0100B0;
	margin-bottom: 10px;
}

.presentation-texte{
	color: #0100B0;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 0.02em;
}

ul{
	color: #0100B0;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 0.02em;
}

.presentation-colonne ul{
	margin-bottom: 20px;
}

/* HEADER */

.menus{
	position: absolute;
	text-align: center;
	z-index: 10;
	background-color: white;
}

.menu-top{
	width: 100%;
	height: 75px;
	line-height: 75px;	
}

.menu-right{
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 75px;
}

.menu-bottom{
	width: 100%;
	bottom: 0px;
	right: 0px;
	left: 0px;
	height: 75px;
	line-height: 75px;	
	
}

.menu-left{
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 75px;
}

.texte-menu{
	font:40px/1.2em lumette, arial, sans-serif;
	text-transform:uppercase;
	color: #0100B0;
	position: relative;
	vertical-align: middle;
}

.texte-left{
	display: inline-block;
	left: -42px;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	top: 50%;
	margin: -30px 0 0 0;
}

.texte-right{
	display: inline-block;
	left: -58px;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	top: 50%;
	margin: -30px 0 0 0;
}

.texte-bottom{
	display: inline-block;
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg);
}

.texte-bottom:hover{
	display: inline-block;
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg);
}



/* MENUS DƒROULANT */

.texte-top:focus+#top-deroulant{
	top: 75px;
}





.menu-deroulant{
	background: #0100B0;
	position: fixed;
	z-index:100;
	padding: 1% 1% 1% 1%;
	overflow: hidden;
}



#top-deroulant{
	width: 100%;
	height: 90%;
	right: 0px;
	left: 0px;
	top: 75px;
}

#right-deroulant{
	height: 100%;
	right: 75px;
	left:0px;
	top: 0px;
	bottom: 0px;
}

#bottom-deroulant{
	width: 100%;
	bottom: 75px;
	right: 0px;
	left: 0px;
	top: 0px;
}

#left-deroulant{
	height: 100%;
	left: 75px;
	right:0px;
	top: 0px;
	bottom: 0px;
}



.colonne .colonne-titre{
	margin-top: 30px;
}

.colonne-titre{
	text-shadow: 2px 0 0 rgb(1,0,176), -2px 0 0 rgb(1,0,176), 0 2px 0 rgb(1,0,176), 0 -2px 0 rgb(1,0,176), 1px 1px rgb(1,0,176), -1px -1px 0 rgb(1,0,176), 1px -1px 0 rgb(1,0,176), -1px 1px 0 rgb(1,0,176);		
	font-size: 20px;
	color: white;	
	margin-top:10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.colonne .colonne-titre{
	text-align: center;	
}




.tableau{
	width: 100%;
	height: 100%;
	left: 0px;
	display: block;
	text-align: center;
}

.colonne{
	display: inline-block;
	vertical-align: top;
	padding-right: 40px;
	margin-left: 30px;
	width: 18%;
	overflow: auto;
	height: 85%;
}

#right-deroulant .colonne{
	height: 100%;
}

#left-deroulant .colonne{
	height: 100%;
}

.fermer{
	z-index: 100;
	position: fixed;
	text-shadow: 2px 0 0 rgb(255,255,255), -2px 0 0 rgb(255,255,255), 0 2px 0 rgb(255,255,255), 0 -2px 0 rgb(255,255,255), 1px 1px rgb(255,255,255), -1px -1px 0 rgb(255,255,255), 1px -1px 0 rgb(255,255,255), -1px 1px 0 rgb(255,255,255);	
	top: 25px;
	font-size: 30px;
	color: #0100B0;
	right: 30px;	
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;	
}

.fermer:hover{
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);	
}

.fermer2{
	z-index: 200;
	position: fixed;
	bottom: 25px;
	font-size: 30px;
	color: #0100B0;
	left: 30px;	
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
}

.fermer2:hover{
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);	
}



/* PAGE ETIQUETTE */

.infos{
	z-index: 100;
	position: fixed;
	text-shadow: 2px 0 0 rgb(255,255,255), -2px 0 0 rgb(255,255,255), 0 2px 0 rgb(255,255,255), 0 -2px 0 rgb(255,255,255), 1px 1px rgb(255,255,255), -1px -1px 0 rgb(255,255,255), 1px -1px 0 rgb(255,255,255), -1px 1px 0 rgb(255,255,255);	
	font-size: 30px;
	color: #0100B0;
	top: 25px;
	width: 70px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	text-align: center;
}

.infos:hover{
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
}


#etiquette-info{
	border-top: solid 10px #0100B0;
	border-left: solid 10px #0100B0;
	border-bottom: solid 10px #0100B0;
	box-sizing: border-box;
	background-color: white;
	position: absolute;
	z-index:100;	
	width:400px;
	height: 100%;
	left:0px;
	top: 0px;
	bottom: 0px;
	color: #0100B0;
	overflow-x: hidden;
}

.infos-titre{
	color: #0100B0;
	background: white;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
}

.infos-texte{
	padding-top:10px;
	text-align: center;
}

.infos-texte a{
	color: #0100B0;
}

.infos-texte a:hover{
	border-bottom: solid 1px white;
}

.infos-texte .cap{
	font-size: 16px;
}

section{
	margin-top: 20px;
	margin-bottom: 50px;
	padding-top: 50px;
	border-top: dashed 1px #0100B0;
	font-size: 16px;
	line-height: 20px;
}

.boite{
	padding: 0px 10px 0 10px;
	margin-bottom: 50px;
}

.img-grande{
	margin-top: 10px;
	max-height: 350px;
	max-width: 350px;
}

.colonne .cap{
	margin-top: 40px;
	margin-bottom: 20px;
}


.refs{
	text-align: left;
	padding-left: 10%;
	margin-bottom: 50px;	
}


.none{
	background-image: url('none.gif');
	color: #0100B0;
}


.description{
	padding: 10px 10px 10px 10px;
	margin: 0px;
	position: absolute;
	text-align: left;
	color: #0100B0;
}


.refs li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
	background-color: white;
	width: 45%;
	min-height: 70px;
	margin-top: -1px;
	text-transform: uppercase;
	font-size: 10px;
	min-width: 100px;
	margin-right: -3px;
	margin-left: -3px;
}

.etiquette-refs .seita{
	position: absolute;
	width: 100%;
	display: block;
	height: 100%;
}


.etiquette-refs:hover .seita{
	opacity: 0;
}


.taille{
	width: 40%;
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
	padding: 10px 5px 0px 5px;
	text-transform: uppercase;
	font-size: 10px;
}

.cap{
	text-transform: uppercase;
}

p{
	margin: 0px;
}

.infos-fermer{
	position: absolute;
	right: 0;
	font-size: 30px;
	color: white;
	text-shadow: 2px 0 0 rgb(1,0,176), -2px 0 0 rgb(1,0,176), 0 2px 0 rgb(1,0,176), 0 -2px 0 rgb(1,0,176), 1px 1px rgb(1,0,176), -1px -1px 0 rgb(1,0,176), 1px -1px 0 rgb(1,0,176), -1px 1px 0 rgb(1,0,176);			
	margin: 20px 25px 25px 25px;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);		
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;	
}

.infos-fermer:hover{
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg);	
}

.navigation{
	width: 100%;
	height: 100%;
}

/* SEITA 2 */

.menu-deroulant2{
	background-color: white;
	position: fixed;
	z-index:100;
	padding: 0px;
}

.tableau2{
	width: 100%;
	height: 100%;
	margin-left: 2px;
	padding: 0px;
	display: inline-block;
	overflow-x: hidden;
	text-align: center;
}

.tableau-bottom2{
	height: 100%;
}

.texte-refs2{
	position: relative;
	line-height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 100px;
	text-transform: uppercase;
	font-size: 16px;
	background: white;
	color: #0100B0;
	vertical-align: middle;

}

.texte-refs2 .seita{
	position: absolute;
	display: none;
}

.date{
	padding-top: 20px;
	background-color: #0100B0;
	color: white;
	line-height: 60px;
	height: 100px;
	font-size: 30px;
}

.texte-refs2:hover .seita{
	display: inline-block;
}

.tableau2 div{
	display: inline-block;
	width: 235px;
	margin: 0px -4px 0px -3px;
}

.tableau2 .cap{
	font-size: 16px;
	text-shadow: 2px 0 0 rgb(255,255,255), -2px 0 0 rgb(255,255,255), 0 2px 0 rgb(255,255,255), 0 -2px 0 rgb(255,255,255), 1px 1px rgb(255,255,255), -1px -1px 0 rgb(255,255,255), 1px -1px 0 rgb(255,255,255), -1px 1px 0 rgb(255,255,255);			
	color: #0100B0;
	width:229px; /* largeur de la zone de texte */
	vertical-align: middle;
	margin: 0px;
	background-color: white;
	text-align: center;


}

.titres-etiquettes{
	display: inline-block;
}

.titres-menu{
	display: inline-block;
	margin: auto;
}

/*web-3*/

.menu-tableau{
	vertical-align: top;
	width: 3%;
	height: 100%;
	background-color: red;
	display: inline-block;
	margin: 0px;
}

.menu-tableau-bottom{
	width: 100%;
	height: 7%;
	background-color: red;
	display: block;
	text-align: center;
	margin-top: -7px;
	padding-top: 9px;
}

.tableau3{
	width: 92%;
	margin: 0px;
	height: 100%;
	padding: 0px;
	display: inline-block;
	overflow-x: hidden;
	text-align: left;
}

.tableau3 div{
	display: inline-block;
	min-width: 20%;
	vertical-align: middle;
	margin: 0px -4px 0px -3px;
}

.tableau3 .cap{
	font-size: 16px;
	color: white;
	text-align: center;
	background-color: #0100B0;
	height: 100px;
	vertical-align: middle;
}

.menu-deroulant3{
	background-color: white;
	position: fixed;
	z-index:100;
	text-align: left;	
}

#right-deroulant3 .tableau3{
	width: 96%;
}

#top-deroulant3{
	width: 100%;
	height: 83%;
	margin: 0px;
	right: 0px;
	left: 0px;
	top: 75px;
	background-color: white;	
}

#right-deroulant3{
	height: 86%;
	right: 75px;
	left:0px;
	top: 0px;
}

#bottom-deroulant3{
	width: 100%;
	bottom: 75px;
	right: 0px;
	left: 0px;
	top: 0px;
}

#left-deroulant3{
	height: 100%;
	left: 75px;
	right:0px;
	top: 0px;
	bottom: 0px;
}

.texte-menu3{
	font:20px/1.2em lumette, arial, sans-serif;
	text-transform:uppercase;
	color: #0100B0;
	position: relative;
	vertical-align: middle;
}

.texte-left3{
	display: block;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	top: 50%;
}

.texte-right3{
	display: block;
	top: 50%;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
}


.texte-bottom3{
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg);
}

.texte-bottom3:hover{
	display: inline-block;
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg);
}

.etiquette-refs2 .seita{
	position: absolute;
	display: inline-block;
	width: 100%;
	display: block;
	max-height: 100%;
}


.etiquette-refs2:hover .seita{
	opacity: 0;
}

.etiquette-refs2{
	margin: 0px;
}

.colonne-titre2{
	text-align: center;
	display: inline-block;
	text-shadow: 2px 0 0 rgb(255,255,255), -2px 0 0 rgb(255,255,255), 0 2px 0 rgb(255,255,255), 0 -2px 0 rgb(255,255,255), 1px 1px rgb(255,255,255), -1px -1px 0 rgb(255,255,255), 1px -1px 0 rgb(255,255,255), -1px 1px 0 rgb(255,255,255);		
	font-size: 20px;
	color: #0100B0;	
	margin-top:10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.titres2{
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 10px;
}

.description div{
	display: block;
}

/* BARRES autour 
.barres{
	position: fixed;
	background: #0100B0;
	z-index: 1000;
}

.barre-t{
	height:10px;
	width: 100%;
	top: 0px;
}

.barre-b{
	height:10px;
	width: 100%;
	bottom: 0px;
}

.barre-r{
	height:100%;
	width: 10px;
	right: 0px;
}

.barre-l{
	height:100%;
	width: 10px;
	left: 0px;
}
*/