/* CSS Document */
/* feuile de style avec images */


body {
	background-color:#00253C;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

/* image fond */
.global {
  position:fixed ; /* positionne la boite dans l'écran */
  top:0px ; /* à 80 pixels du haut de page */
  left: 0px ; /* et 30% du bord gauche de la page */
  width:100% ; /* largeur de la boite */
  border:solid black 1px ; /* bordure de la boite */
  z-index: -1;
}



img {height: auto;}


/* Smaller screens & mobiles */

@media only screen and (max-width: 1023px) {
	body {
	font-size: 0.8em;
	line-height: 1.5em;
	}

	}

@media handheld, only screen and (max-width: 767px) {

	body {
	font-size: 16px;
	-webkit-text-size-adjust: none;
	}
	
	.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}

}


/* Structure TEMPLATE */
.clearfloats {
	clear:both;
	margin: 0px;
	padding: 0px;
}


div#header{
	width: 100%;
	margin:0px;
	padding:0px;
	background-color:#022c3e;
	color: #fff9;
	display: flex;
	flex-direction: column;
	background-image: url(fond-header.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

div#lienshauts {
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #ccc;
}


div#entete {
	width:100%;
	padding: 10px;
	font-size:1em;
}

div#entete02 {
	vertical-align: middle;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 400px;
}

div#entete03 {
	vertical-align: middle;
	padding: 2px;
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	width:230px;
	height:250px;
}

/* logo */
div#logo {
	margin: 16px;
}

/* zone anim */
div#zoneanim {
	width:730px;
	float:right; 
	height:160px; 
	margin:5px; 
	}



div#content{
	padding-top: 60px !important;
  padding-bottom: 60px !important;
 background: linear-gradient(-45deg, #071e2f 0%, #062f4d 50%, #062f4d 80%, #20557b 100%);
  width: 100%;
  font-size: 1em;
  scroll-margin-top: 200px;
}

div#page {
	color: #fffa;
}

div#corp {
width: 100%;
  margin: 0px;
  scroll-margin-top: 200px;
}

div#contenu {
font-size: 1.2em;
  scroll-margin-top: 200px;
  line-height: 160%;
  background:radial-gradient(circle farthest-side at top center, #023246 0%, #021a24 100%);
opacity:0
}

.gauche { 

}

.centre {

}

.droite {
	float:right;
	width:180px;
	}

div#footer{
	width: 100%;
	margin-left:auto;
	margin-right:auto;

	}

div#footerlum{
margin: 0px;
  padding: 20px;
  background: radial-gradient(circle farthest-side at top center, #023246 0%, #021a24 100%);
  border-top: 1px solid #bfb470;
 }

div#pied {
	padding: 0px;
}


/*  pied */
div#pied p {
	text-align: center;
	font-family: "Trebuchet MS", Arial;
	color: #000;
	font-weight: normal;
	font-size: 10px;
	margin-top: 0px;
	padding: 6px 0px 0px;
}
div#pied #pied01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div#pied #pied01 a {
	color: #D6CA8B;
	text-decoration: none;
}
div#pied #pied01 a:hover {
	font-weight: normal;
	text-decoration: underline;
}
#pied #pied01 span {
	color: #CFCCAD;
	padding-top: 2px;
	padding-bottom: 2px;
}
div#pied #pied01 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCC;
	text-align: center;
}
div#pied #piedmentions {
	padding: 10px;
	background-color: #021b26;
}

div#pied #piedmentions p {
	color: #444;
	margin: 0px;
	padding: 0px;
}
div#pied #piedmentions a {
	color: #444;
}
div#pied #piedmentions a:hover {
	color: #666;
	text-decoration: underline;
}


/* boxcss */
.boxcss {

}

.boxcsstitre {
	margin-bottom:10px;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	color:#888;
	padding-left:8px;
	font-size: 0.8em;
}
.boxcss span {
	color:#888;
	display:block;
	padding-top:2px;
}

.boxcss p {
	color:#aaa;
}

.boxcss li {
	list-style-type: none;
}
.boxcss a {
	margin-left:10px;
	padding: 2px;
	color: #ACA56F;
	text-decoration: none;	
}

.boxcss a:hover {
	text-decoration: underline;	
}

