@charset "utf-8";

* {
margin:0;
padding:0;
font-family:Helvetica, sans-serif, arial;
-webkit-text-size-adjust:none;
}

a:active, a:focus{
    outline:none;
}

body {
    margin: 0 0 0 0;
    padding:0 0 10px 0;
	background-color: #0F4A5B;
    position: relative;	
	background: -webkit-gradient(linear, left top, left bottom, from(#0F4A5B), to(#0C3845));
	background: -moz-linear-gradient(top,#0F4A5B,#0C3845);
	background: -ms-linear-gradient(top,#0F4A5B,#0C3845);
	background: -o-linear-gradient(top,#0F4A5B,#0C3845);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0F4A5B',endColorstr='#0C3845', GradientType=0);

}

#entete {
    width:100%;
    margin: 0;
}

#contenu {
     max-width: 900px;
     min-width: 750px;  
     margin: 0 auto; /* auto permet le centrage de la page */	 
	 box-shadow: 2px 2px 3px #000000;	 	
	 background-color: #0C3845;		
	 border-radius: 0px 0px 30px 30px;	
}

#developpement {
	 float:left;
	 width:100%;
}
#corps {
	 margin: 5px;
}
#colonne {
	margin: 5px;
}	 

#basdepage {
margin-bottom: 20px;
padding-bottom:20px;
}

.clear {
     clear:both;
}

.titrepage {
	font-size: 20px;	 
	 margin:20px;
	 border-left-width: 3px;
	 border-left-style: solid;
	 border-left-color: #CC9900;
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
	 border-bottom-color: #CC9900;
	 padding: 0px 15px 0px 15px;
	 text-align:left;
	 word-wrap: break-word;
	 -webkit-hyphens: auto; /* césure propre */
     -moz-hyphens: auto;
     hyphens: auto;
	 color: #FFFFCC;
	 line-height: 40px;
}

.info {
	font-size: 17px;
	color: #000000;
	background-color: #FFFF99;
	margin: 30px;
	padding: 8px;
	border: 1px solid #000000;
    display: block;
	text-align:justify;
	-webkit-hyphens: auto; /* césure propre */
    -moz-hyphens: auto;
    hyphens: auto;
	word-wrap: break-word;
    border-radius: 10px 10px 10px 10px;
}

.textebase {
	font-size: 17px;
	padding:30px;
	color: #FFFFCC;
	word-wrap: break-word;
	text-align:justify;
	-webkit-hyphens: auto; /* césure propre */
    -moz-hyphens: auto;
    hyphens: auto;
}
 
.textebase2 {
	font-size: 17px;
	padding:0px 30px 10px 30px;
	color: #FFFFCC;
	word-wrap: break-word;
	text-align:justify;
	-webkit-hyphens: auto; /* césure propre */
    -moz-hyphens: auto;
    hyphens: auto;
} 
   
.lienmenu1 {
	font-size: 17px;
	color: #FFFFFF;
	background-color: #51655A;
	text-align:left;
	text-decoration: none;
	padding: 5px 5px 5px 40px;
	margin: 10px 15% 10px 15%;
	display: block;
	border-radius: 0px 0px 0px 30px;
	box-shadow: 2px 2px 0px #CC9900;
	font-weight: bold;
  } 
  a.lienmenu1:visited {
	color: #CC9900;  
  	background-color: #560000;
    box-shadow: 2px 2px 0px #CC9900;	
  }
  
  a.lienmenu1:hover {
    color: #000000;
	box-shadow: 0px 0px 2px 2px #FFCC00;
	background-color: #990000;
    border-radius: 0px 0px 0px 0px;
     transition: all 1s ease-out;
  }	 
  
.lieu {
  color: #CC0000; 
  font-size: 13px;
  text-shadow: 1px 1px 2px #000000;
  
  }    
  	 
.commentaire {
		font-size: 17px;
	padding:10px 5px 10px 5px;
	word-wrap: break-word;
	color: #CC9900;
	font-weight: bold;
	text-align: center;

}
.mention {
	font-size: 10px;
	color: #CC9900;
	text-decoration: none;
	text-align:center;
	line-height: 20px;		
}

.menuhorizontal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #0F4A5B;
	padding: 5px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	line-height: 40px;
	border-top: 1px solid #333333;
	border-right: 1px solid #CC9900;
	border-bottom: 1px solid #CC9900;
	border-left: 1px solid #333333;
}
a.menuhorizontal:hover {
	color: #FFFFFF;
	background-color: #990000;
	border-top: 1px solid #CC9900;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CC9900;
   transition: all 1s ease-out;
}


.circuchiffre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #447188;
	margin: 18px 8px 8px 8px;
	padding: 6px;
	border-radius: 5px 10px 0 5px;
	border: thin solid #CC9900;
	box-shadow: 3px 3px 5px #000000;
	line-height: 65px;
}
a.circuchiffre:visited {
	background-color: #51655A;
	color: #CC9900;	
}
a.circuchiffre:hover {
   	color: #FFCC00;
   transition: all 1s ease-out;
}

.lientexte {
	color: #FFCC00;
	text-decoration: none;
	box-shadow: 2px 2px 3px #000000;
	margin: 0px 1px 0px 1px;
	padding: 0px 1px 0px 1px;		
}
.lientexte:hover {
	color: #FFFFCC;
	box-shadow: 3px 3px 5px #FFCC00;
   transition: all 1s ease-out;
} 

.lientexte2 {
	color: #000000;
	text-decoration: none;
	box-shadow: 2px 2px 3px #000000;
	margin: 0px 1px 0px 1px;
	padding: 0px 1px 0px 1px;		
}

.recherche1 {
	font-size: 15px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 10px 30px 10px 30px;
	padding: 8px;
	border: 1px solid #CC9900;
    display: block;
	text-align:justify;
	-webkit-hyphens: auto; /* césure propre */
    -moz-hyphens: auto;
    hyphens: auto;
	word-wrap: break-word;
    border-radius: 10px 10px 10px 10px;
}

.gps {
	font-size: 20px;
	color: #00CCFF;
	letter-spacing: 2px;
	margin: 20px 40px 20px 40px;
	padding: 20px;
	text-align: center;


}

.milieu {
text-align:center;
}	
		
.invisiblesurbig {
display: none;
}

.bouton {
	font-weight: bold;
	color: #FFFFFF;
    background: #330000;
	background: -webkit-gradient(linear, left top, left bottom, from(#330000), to(#000000));
	background: -moz-linear-gradient(top,#330000,#000000);
	background: -ms-linear-gradient(top,#330000,#000000);
	background: -o-linear-gradient(top,#330000,#000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#330000',endColorstr='#000000', GradientType=0);
	text-align: center;
	padding: 9px;
	margin: 20px;
	border: 0px;
	font-size: 20px;
	cursor: pointer;
}
.bouton2 {
	color: #0F4A5B;
    background: #0C3845;
	text-align: center;
	padding: 3px;
	border: 0px;
	font-size: 13px;
	cursor: pointer;
}


.fenetre {
    font-weight: bold;
	color: #FFFFFF;
	background: #330000;
	background: -webkit-gradient(linear, left top, left bottom, from(#330000), to(#000000));
	background: -moz-linear-gradient(top,#330000,#000000);
	background: -ms-linear-gradient(top,#330000,#000000);
	background: -o-linear-gradient(top,#330000,#000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#330000',endColorstr='#000000', GradientType=0);	
	text-align: justify;
    scrollbar-face-color:#560000;
    scrollbar-highlight-color:#560000;
    scrollbar-3dlight-color:#560000;
    scrollbar-darkshadow-color:#560000;
    scrollbar-shadow-color:#000000;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#transparent;
	padding: 9px;
	border: 1px solid #CC9900;
	font-size: 15px;
	-webkit-hyphens: auto; /* césure propre */
    -moz-hyphens: auto;
    hyphens: auto;
    width: 600px;
resize : none;
}


.fenetre3 {
    font-weight: bold;
	color: #FFFFFF;
	background: #330000;
	background: -webkit-gradient(linear, left top, left bottom, from(#330000), to(#000000));
	background: -moz-linear-gradient(top,#330000,#000000);
	background: -ms-linear-gradient(top,#330000,#000000);
	background: -o-linear-gradient(top,#330000,#000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#330000',endColorstr='#000000', GradientType=0);
	text-align: justify;
	padding: 9px;
	border: 1px solid #CC9900;
	font-size: 15px;
	-webkit-hyphens: auto; /* césure propre */
    -moz-hyphens: auto;
    hyphens: auto;
}






.ima300 {
box-shadow: 3px 3px 5px #000000;
margin: 15px 0 15px 0;

}
.ima600 {
width : 60%;
box-shadow: 3px 3px 5px #000000;
margin: 15px 5px 15px 5px;

}

.ima800 {
width : 80%;
box-shadow: 3px 3px 5px #000000;
margin: 15px 5px 15px 5px;

}


.ima3002 {
   display: block; 
   margin: 20px auto; 
   width: 300px; 
   box-shadow: 3px 3px 5px #000000;
}
.ima6002 {
   display: block; 
   margin: 20px auto; 
   width: 58%; 
   box-shadow: 3px 3px 5px #000000;
}

.ima8002 {
   display: block; 
   margin: 20px auto; 
   width: 80%; 
   box-shadow: 3px 3px 5px #000000;
}

.ima10002 {
   display: block; 
   margin: 20px auto; 
   width: 95%; 
   box-shadow: 3px 3px 5px #000000;
}

.panorama1 {
overflow-x: scroll; 
box-shadow: 3px 3px 5px #000000;
}
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #CC9900 #0C3845;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #0C3845;
}

*::-webkit-scrollbar-thumb {
  background-color: #CC9900;
  border-radius: 20px;
  border: 3px solid #0C3845;
}

.menuindex {
	font-weight: bold;
	font-size: 17px;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #0F4A5B;
	padding: 5px;
    margin: 3px 20% 3px 20%; 
	line-height: 30px;
	border-top: 1px solid #333333;
	border-right: 1px solid #CC9900;
	border-bottom: 1px solid #CC9900;
	border-left: 1px solid #333333;
    display:block;
	text-align: center;
}
a.menuindex:hover {
	color: #CC9900;
	background-color: #990000;
	border-top: 1px solid #CC9900;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CC9900;
   transition: all 1s ease-out;	
	}
	
.bloc1 {
    display: block;
	font-size: 120%;
	color: #FFFFFF;
	background-color: #0C3845;
	margin: 30px;
	padding: 4px 8px 4px 8px;
	border: 1px solid #CC9900;
    text-decoration: none;
}
a.bloc1:hover {
	background-color: #51655A;
	color: #CC9900;	
}
a.bloc1:visited {
	color: #CC9900;	
}	
	.ombre {
	color: #FFCC00;
	border: thin solid #CC9900;
	box-shadow: 3px 3px 5px #000000;
	text-decoration: none;
	border-radius: 5px 10px 0 5px;
	text-align:center;
		margin: 3px;
	padding: 2px;
	line-height: 35px;
}

#cadremenu {
border: 1px solid #CC9900;

}
.cadretitre {
	padding: 9px;
	color: #CC9900;
	font-size: 120%;
	font-style: oblique;
	text-decoration: underline overline;	
}






input[type=checkbox] {
    display:none;
  }
 
  input[type=checkbox] + label
   {
       background:   url(coch0.png) no-repeat center;
       height: 40px;
       width: 40px;
       display:inline-block;
       padding: 0 0 0 0px;
       vertical-align: middle;
   }
   
   input[type=checkbox]:checked + label
    {
        background:   url(coch1.png) no-repeat center;
        height: 40px;
        width: 40px;
        display:inline-block;
        padding: 0 0 0 0px;
        vertical-align: middle;
	}
	


/* Masquer le bouton radio d'origine */
input[type=radio]{
    display: none;
}
/* Affichage par défaut du bouton radio personnalisé */
input[type=radio] + label:before {
    background: #FFFFFF;
    border: 2px solid #0066FF;
    border-radius: 50%;
    margin-top: 3px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 22px;
    height: 22px;
}
/* Affichage du bouton radio personnalisé quand il est sélectionné */
input[type=radio]:checked + label:before {
    background: #0066FF;
    border-color: #0066FF;
    box-shadow: inset 0px 0px 0px 2px #FFFFFF;
}
.element{
    margin-bottom:14px;
}
label{
    cursor:pointer;
}

	.contentmilieu {
font-weight: bold;	
font-family:"corbel", arial;	
font-size: 120%;
color: #FFFFFF; 
line-height: 130%; 
position: fixed; 
top: 20%; 
margin: 10%; 
padding: 30px 30px 60px 30px; 
background: #FF6633; 
z-index: 100000; 
opacity:0.9; 
filter: alpha(opacity=80);
}
.contentboutonaccept {
font-family:"corbel", arial;
font-size: 200%;
vertical-align: middle;
background: #FFFFFF; 
color: #FF6633; 
display: block;
border: none;
margin : 30px auto;
display: flex;
padding : 30px; 
text-align: center; 
cursor: pointer;
}


    .menu0 {
        width: 150px;
        height: 150px;
        position: relative;
        display: inline-block;

}
    .menu0 .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .menu0:hover .img-top {
        display: inline;
    	cursor: pointer;
	}
