/* Polices a télécharger via @font-face... et font utilisés*/
@font-face {
    font-family: 'gid';
    src: url('polices/gidole-regular-webfont.eot');
    src: url('polices/gidole-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/gidole-regular-webfont.woff2') format('woff2'),
         url('polices/gidole-regular-webfont.woff') format('woff'),
         url('polices/gidole-regular-webfont.ttf') format('truetype'),
         url('polices/gidole-regular-webfont.svg#gidoleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Base */
body{
  background: url('images/bgplr.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-color: #3E3E40;
  background-color: #ffffff;
  font-family: arial, sans-serif;
  color:#000000;
  margin:25px;
}


/* Titres et textes standards */
h1, galerie.h1{
  color:#074EA0;
  font-family:arial;
	text-decoration:bold;
  font-size:1.4em;
  padding-left:8px;
  padding-bottom:00px;
}

h2{
  color:#074EA0;
  font-family:arial;
  font-size:1.1em;
  padding-left:8px;
	text-shadow: 0px 0px 0px #ff0000;
}

h3{
  background-color: #888888;
  width:100%;
  color:#ffffff;
	text-decoration:bold;
  font-family:arial;
  font-size:1.4em;
  padding-left:8px;
}

textarea { 
  width : 90%; 
  font-size:1.1em;
}

p textarea{
  color:#000000;
  color:black;
  font-family:arial;
  font-size:20px;
  padding-left:0px;
  padding-right:0px;       
}

p input, p textarea{
  color:black;
  width:95%;
  font-size:1.4em;
  background-color: #ffffff;  
}
#myBlackOnWhite{
  color:#000000;
  font-size:1.0em;
  background-color: #ffffff;  
}
#myBlueOnWhite a{
  color:#000000;
  font-size:1.1em;
  background-color: #ffffff;  
}
#myBlueOnWhite a:hover{
	color: #ffffff;
	text-decoration:underline;
}

#contact{
  background-color: #ADD2FC;  
}

p, li{
  color:#000000;
  font-family:arial;                                              
  font-size:0.9em;
  padding-left:8px;
  padding-right:8px;       
}

a{
	color: #006699; 
	text-decoration:underline;
}
a:hover{
	color: #660000;
	text-decoration:bold;
}
a:visited{
	color: #006699;
	text-decoration:underline;
}



/* Element généraux */
#myBodyArea{
  width: 900px;
  margin: auto;
  background-color: #ffffff;  
  border-radius: 20px 20px 20px 20px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 5px 5px 25px #000;
}

#telForMobileOnly{
  display:none;
}

#fullPicture{
  background: url('images/bgplr.jpg');
  width: 100%;
}

#txtFullWidth{
  background-color:#ffffff;
  border-radius:0px;  
  width: 80%;
  margin:0px 0px 0px 0px;
  margin-left:60px;
  padding-bottom:3px;
}

article{
  background-color:#ffffff;
  border-radius:0px;  
  width: 60%;
  margin:0px 0px 0px 0px;
  margin-left:40px;
  padding-bottom:3px;
}

galerie{
  background-color:#ffffff;
  border-radius:0px;  
  width: 80%;
  margin-left:40px;
  margin-right:40px;
  margin-left:40px;
}

aside{
  background-color:#ffffff;
  box-shadow: 2px 12px 0px #333333;
  box-shadow: 0px 0px 0px #333333;
  border-radius:0px;  
  width: 31%;
  margin:0px 0px 0px 0px;
}


/* La Bannière du haut */
#myBanner, #myBanner a, #myBanner a img{
  margin-top:0px;
  margin-left:0px;
  margin-bottom:0px;
  width:100%;
  border-radius: 20px 20px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px #B7DFF4;
  font-size:0;   
}

#myBannerDescription{
  display:none;
  position: absolute;
  bottom:-14px;
  border-radius: 0px 0px 0px 0px;
  height:18px;
  width:100%;
  padding-top:7px;
  padding-left:0px;
  background-color: rgb(33,33,33);
  background-color: rgba(33,33,33,0.9);
  color:#000000;
  text-align:center;
  font-size:0.68em;
}


/* Bas de page */
footer{
  background-color:#074EA0;
	text-align: center;
}
footer center{
  background-color:#074EA0;
	text-align: center;
  border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 0px 0px;
  padding-top:5px;
  padding-bottom:5px;
}
footer, footer p, footer p a, footer center p a{
  font-family:arial;
  font-size:0.82em;
  font-size:0.95em;
  color: #ffffff;
  display:inline;
}
footer h1{
  font-family:arial;
  font-size:0.6em;
  color: #ffffff;
	text-shadow: 0px 0px 0px #000000;
  display:inline;
}
footer h2{
  font-family:arial;
  font-size:1.3em;
  color: #ffffff;
	xtext-shadow: 2px 2px 3px #000000;
  display:inline;
}
footer center p a{
  font-family:arial;
  font-size:1.3em;
  color: #ffffff;
	xtext-shadow: 2px 2px 3px #000000;
  display:inline;
}

#mySpaceAfterFooter{
  display:inline;
}

/* Enchainement des articles */
article, aside, galerie, #myFullpage{
  display:inline-block;
  vertical-align:top;
  text-align:justify;  
}
aside{
  vertical-align:middle;
  align:right;
}



/* Menus */
.clearfix{
	display:none;   
}

#buttonmenu{
	display:block;   
}

#menu a { 
	display:block; 
	color: #ffffff; 
	text-decoration:none;
  font-size:0.93em;
}
#menu > li, #menu > li li {
	position: relative;
	display:inline-block;
  width:15%;
	padding: 5px 15px;
	background-color: #01244C;
}
#menu > li li {
  width:100%;
}
#menu > li li { 
  background: transparent none; 
}
#menu > li li a { 
  color: #fff; 
}
#menu > li li:hover {
  background:#055CC1; 
}
#menu > li:first-child {
	border-right: 1px solid #777;
	border-radius: 8px 0 0 8px;
}
#menu > li + li {
	border-left: 1px solid #aaa;
	border-right: 1px solid #777;
}
#menu > li:last-child {
	border-right: 0;
	border-left: 1px solid #777;
	border-radius: 0 8px 8px 0 ;
}
#menu > li:hover {
	background-color: #055CC1;
}
#menu ul {
	position: absolute;
	top: 1.55em; left: 0;
	max-height:0em;	
	margin: 0; padding: 0;
	background-color: #055CC1;
	overflow: hidden;
	transition: 1s max-height 0.2s;
	border-radius: 0 0 8px 8px;
}
#menu > li:hover ul {      
	max-height: 100em;
}  





/* -----------------------------------------------------------------
   PREHENSIVE DESIGN 
   --------------------------------------------------------------- */

@media all and (max-width:1004px) 
{ 
	aside{
   xdisplay:none;
    width: 90%;
    margin-right:40px;
    margin-left:40px;   
  }
  article{
    width: 90%;
    margin-right:40px;
    margin-left:40px;
  }

  body{
    padding-left:40px;
    padding-right:40px;
  }
  #myBodyArea {
    width: 100%;
    margin: auto;
  }
  #myBanner{
    width: 100%;
  }

  
  #menu > li {
  	width: 16.8%;
  	padding: 6px 6px;
  }
  #menu > li li {
  	width: 90%;
  }


}




@media all and (max-width:770px)          //horizontal iphone;
{
  article{
    display:block;
    xwidth:auto;
    box-shadow: 0px 0px 0px #333333;
  }

  #buttonmenu{
  	display:block;   
    bottom:-24px;
  }

  #menu > li {
  	width: 16.8%;
    font-size:0.75em;
  }
  #xxmenu > li li {
  	width: 100%;
  }
}


@media all and (max-width:769px) 
{
  #menu > li {
  	width: 16.8%;
  	padding: 6px 6px;
  }
  #menu > li li {
  	width: 100%;
  }
#menu a { 
	display:block; 
	text-decoration:none;
  font-size:0.75em;
  }
  
}


@media all and (max-width:760px) 
{
  #menu > li {
  	width: 16.8%;
  	padding: 6px 6px;
  }
  #menu > li {
  	width: 16.8%;
    font-size:0.74em;
  }
}



@media all and (max-width:625px) 
{
  #myBannerDescription{
    display:none;
  }
  #menu, .buttonmenu{
  	display:none;   
  }

  .clearfix{
  	display:block;   
		height: 40px;
	  width: 100%;
	  background: #055CC1;  //couleur du fond des options;   0A3668
    font-family:gid, sans-serif;
	  font-size: 16pt;
	  font-weight: bold;
	  position: relative;
	  border-bottom: 1px solid #ffffff;
    *zoom: 1;
	}
	.clearfix ul {
  	padding: 0;
	  margin: 0 auto;
	  width: 100%;
		display: none;
		height: auto;
	}
  .clearfix li {
  	display: inline;
    padding-left:0px;
  	width: 98%;
  	float: left;
  	position: relative;
  }

  .clearfix:before, .clearfix:after {
      content: " ";
      display: table;
  }
  .clearfix:after {
      clear: both;
  }
  .clearfix li {background:E41823}
  .clearfix li:nth-child(odd) {background:E41823}
  
  .clearfix ul li {
      display: inherit;
  }
  .clearfix li:hover ul {
  	  color: #ff0000;
      left: auto;
  }
  .clearfix ul .clearfix li .clearfix ul a {
  	width: 100%;
  	color: #fff;
  	display: inline-block;
  	text-align: center;
  	text-decoration: none;
  	line-height: 40px;
  	text-shadow: 0px 0px 0px #883344;
  }
  .clearfix a {
  	color: #ffffff ;
  	display: inline-block;
	 	width: 100%;
  	text-align: center;
  	text-decoration: none;
  	line-height: 40px;
  	text-shadow: 0px 0px 0px #883344;
  	border-bottom: 0px solid #ffffff;
	 	text-indent: 0px;
  }
  .clearfix li a {
	  border-right: 0px solid #ffffff;
	  border-bottom: 1px solid #ffffff;
	  box-sizing:border-box;
	  -moz-box-sizing:border-box;
	  -webkit-box-sizing:border-box;
  }
  .clearfix li:last-child a {
  	xxborder-bottom: 0px;
  }
  .clearfix li:first-child a {
  	border-top: 1px solid #ffffff;
  }
  .clearfix a:hover, .clearfix a:active {
	  background-color: #000000;   //couleur du fond des options préselectionee;
  }
  .clearfix a#pull {
  	display: none;
  }
  .clearfix li {background:#055CC1}                     //couleur de fond opt hamburger all;
  .clearfix li:nth-child(odd) {background:#055CC1}      //couleur de fond opt hamburger paire;
  .clearfix a:hover, .clearfix a:active {
  	background-color: #0A3668;
  }
  .clearfix, .clearfix ul, .clearfix a, .clearfix ul, .clearfix li, .clearfix ul a 
  {
  	line-height: 40px;
  }
  .clearfix a {
	 	text-align: left;
	 	width: 98%;
	 	text-indent: 20px;
  }
	.clearfix a#pull {
		display: block;
		background-color: #055CC1;    //couleur de fond barre texte Menu;
		width: 100%;
		position: relative;
	}
	.clearfix a#pull:after {
		content:"";
		background: url('images/nav-icon.png') no-repeat;
		width: 33px;
		height: 33px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 11px;
	}

}


@media all and (max-width:481px) 
{
  body{
    padding-left:0px;
    padding-right:0px;
    margin:0px;
  }
  #myBodyArea{
    width: 100%;
    margin: auto;
    xbackground-color: #ffffff;  
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #000;
  }
  #myBanner, #myBanner a, #myBanner a img{
    margin-top:0px;
    border-radius: 0px 0px 0px 0px;
  }
  article{
    xbackground-color:#ffffff;
    border-radius:0px;  
    margin-left:10px;
    margin-right:10px;
    display:block;
    width:auto;
  }
	aside{
   xdisplay:none;
    width: 90%;
    margin-right:4px;
    margin-left:16px;   
  }

  #txtFullWidth{
    width: 95%;
    margin-left:10px;
    padding-bottom:10px;
  }

  #telForMobileOnly{
    display:inline-block;
    background-color:#055CC1;
  	text-align: center;
    width:100%;
  }
  #telForMobileOnly p{
    font-family:arial;
    font-size:1.3em;
    color: #ffffff;
  	text-shadow: 2px 2px 3px #000000;
    display:inline;
  }
  #telForMobileOnly{
    display:none;
  }


  footer, footer p, footer p a{
    font-size:0.95em;
  }
  footer center{
    border-radius: 0px 0px 0px 0px;
    padding-top:4px;
    padding-bottom:4px;
  }
  #mySpaceAfterFooter{
    display:none;
  }


  #menu, .buttonmenu{
  	display:none;   
  }
  .clearfix{
  	display:block;   
		border-bottom: 0;
	}
	.clearfix ul {
		display: none;
		height: auto;
	}
  #menu > li {
  	width: 20%;
  }
  #menu > li li {
  	width: 80%;
  }

}
                