body{
      background: url(../images/background/DSCN0117.jpg) center top;
	background-color: #030200;
	font-size: 130%;
	color: white;}

img{
	max-width: 100%;}

#reseaux{
	position: absolute ;
	top:100px;
	position: fixed ;
	right: 15px;
	list-style-type: none;}

body div{
	background-color:  rgba(0,0,0,0.7); /*black, transparancy 0.7*/
	display: block;
	margin: 2%;
	padding-top: 0.5%;
	padding-right: 2%;
	padding-bottom: 0.5%;
	padding-left: 2%;
	text-align: justify;}

footer{
	position: relative;
	bottom: 0px;
	padding: 1% 0%;
	text-align: center;}

footer div{
	display:inline;
	background-color:  rgba(0,0,0,0);}

footer img{
	max-height: 120px;
	/*max-width: 20%;*/}

.center{
	text-align: center;}

nav{
	color:#FFB824;
	padding:30px 45px 30px; 
	text-align: center;
	margin-bottom: 3%; /*en dessous du menu de navigation*/ }

a:link{
	color:#FFB824 /*orange, car bleu default ilisible sur telephone avec mozilla. trop foncé*/;
	/*text-decoration: none;  laisser souligné sinon pas visible que c'est un lien*/}

a:visited{
	color:#FFB824; /*reste orange */}

a:hover{
	color:#FFFFFF;}

h1{
	text-align: center;
	color: #FFD000;
	text-shadow: 3px 3px #5A410C;}

h2{
	color: #FFC400;
	text-align: justify;
	text-decoration: underline;}

h3{
	width: fit-content;
	margin: 2%;
	padding: 1%;
	color: white;
	background-color:  rgba(0,0,0,0.7);}

h4{
	color: #FFC400;}

hRainbow {
  background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 200%;
  /*line-height: 60px;*/}

p.discret{
	display: inline;
	color: rgba(255,255,255,0.4);
	font-size: 80%;}

p.important{
	display: inline;
	font-size: 150%;}

table tr td p{
    display: none;}

table.tgaleries tr td p{
    display: inline;}

table.tmembres tr td p{
    display: block;}

table.tphoto tr td, table.tmembres tr td{
	border: 1px white solid;
	padding: 10px 10px 10px;
	text-align: center;}

table.tphoto tr, table.tmembres tr{
	color: #FFC400;
	border: 2px white solid;
	padding: 10px 10px 10px;}

table.tphoto, table.tmembres{
	background-color:  rgba(00,00,00,0.8);
	border: 3px white solid;
	margin: auto;}

table.tpartenaire tr td{
	padding: 1%;
	text-align: center;}

table.tpartenaire tr{
	color: #FFC400;
	padding: 5%;}

table.tpartenaire{
	margin: auto;}

table.thistorique tr{
	height: 150px;}

table.thistorique tr td{
    min-width: 150px;}

table.thistorique tr td img{
    max-height: 150px;}

blockquote {
    background: #333;
	background: rgba(40,40,40,0.8);
    border-radius: 5px;}

blockquote p {
    padding: 15px;}






@media (max-width: 800px) {
	.menuinv{
		display: inline-block;}
	aside{
		display: none;}
	div div{
		width: 95%;}
	}

@media print {
	header{
		display: none;}
		aside{
		display: none;}
		#reseaux{
	 	display: none;}
	 	footer{
		display: none;}
		div{
		margin: auto;}
	}
  