﻿@charset "utf-8";

* {
margin:0;
padding:0;
-webkit-text-size-adjust:none;
}

body {
	  background: #0C3845;
	  font-family : Arial, Verdana;
	  }   
	   
#zonelogo img {
	 margin-bottom:0px;
	 margin-top:0px;
	 }

.milieu {
text-align: center;
}


#contenu {
     max-width: 800px;
     min-width: 320px;  
     margin: 0 auto; /* auto permet le centrage de la page */	 
      background: #0C3845;	 	
	}
.mention {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9900;
	text-decoration: none;
	text-align: center;
	line-height: 33px;		
}
.mention2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	text-decoration: none;
	text-align: center;
	line-height: 50px;	
    color: #0C3845;
    text-shadow: -1px -1px #000000, 1px 1px #357A9F;
	font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.menu2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 230%;
	text-decoration: none;
	text-align: center;
	line-height: 50px;	
    color: #0F4A5B;
    text-shadow: -1px -1px #000000, 1px 1px #357A9F;
	font-weight: bold;
    letter-spacing: 2px;
    margin: 15px auto;
}
a.menu2:hover {
	color: #0C3845;
   transition: all 1s ease-out;
}
.menu1 {
	font-family:  sans-serif, Arial, Helvetica;
	font-size: 23px;
	color: #FFFFCC;
	text-decoration: none;
	text-align: center;	
	background-color: #0F4A5B;
	padding: 20px;
    margin: 9px 5% 9px 5%; 
	line-height: 35px;
	border-top: 1px solid #333333;
	border-right: 1px solid #CC9900;
	border-bottom: 1px solid #CC9900;
	border-left: 1px solid #333333;
    display:block;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

a.menu1:hover {
	background-color: #990000;
	color: #FFFFFF;
   transition: all 1s ease-out; 
}



a::first-letter {
  color: #FFFF99;
  font-size: 190%;
	font-family:  corbel, geneva, Arial;
}

a:hover::first-letter {
  color: #FFCC00;
}

.commentaire {
		font-size: 17px;
	padding:10px 5px 10px 5px;
	word-wrap: break-word;
	color: #CC9900;
	font-weight: bold;
	text-align: center;

}


/* 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;
}


.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;
	 line-height: 25px;
} 
.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;
} 

.gps {
	font-size: 15px;
	letter-spacing: 2px;
	margin: 20px 40px 20px 40px;
	padding: 20px;
	text-align: center;


}

.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;
	margin-top: 30px;
	padding: 9px;
	border: 1px solid #CC9900;
	font-size: 15px;
	-webkit-hyphens: auto; /* césure propre */
    -moz-hyphens: auto;
    hyphens: auto;
    width: 600px;
resize : 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;
}


.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;
}