
html {
height: 100%;
overflow: auto;
}

form {
padding: 0px;
margin: 0px;
}

.global{
height: 100%;
width: 100%;
position: absolute;
vertical-align: middle;
text-align:center;
/*
top: 50%;
left: 50%;
*/

/* margin-top: -300px;  moitié de height */
/* margin-left: -550px;  moitié de width */

}


body {
height: 100%;
background:#1c1812;
margin: 0;
padding: 0;

}

table{
border: 0px;
border-spacing: 0px;

}

a:link { 
color:#BC710C; 
text-decoration: none;
}
a:visited { 
color:#BC710C;
text-decoration: none;
}
a:active { 
color:#BC710C;
text-decoration: none;
}
a:hover {
color:#BC710C;
text-decoration: none;
}  

h1, h2, h3, p, ul {
  color: #404040;
  font: normal 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0 20px 16px;
}
h1 {
  padding: 0 0 16px 0;
}

.tabl_fond_galerie{
  background-image: url(../images/inside/fdn_dynamic.jpg);
  width:884px;
  height:466px;
}

.contenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 20px;
	margin-top: 16px;
   height: 300px;
   overflow:auto;

}


