html, body {
	height: 100%; /* Required */
	padding: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	}
body
{
	background-image:url(pics/background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1B1B1B;
	width: 996px;
	height: 800px;
} 
a:link {
	color: #F1A700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F1A700;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a img { 
    border: none; 
}
li {
	list-style-position: inside;
	list-style-type: disc;
}
textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
	width: 300px;
	border: 1px solid #57635E; }

input[type="text"] {
	width: 300px;
	border: #57635E 1px solid;
	background: #000000;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 16px;
	margin: 0px;
	padding: 2px; }
#contener {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 996px;
	height: 600px;
	margin-top: -300px; /* moitié de la hauteur */
	margin-left: -498px; /* moitié de la largeur */
}
#header {
width: 996px;
height: 153px;
}
.header_td {
height: 133px;
}

#menuDeroulant
{
	list-style-type: none;
	top: 0;
	position: relative;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
}
#menuDeroulant li
{
	list-style-type: none;
	width: 95px;
	float: left;
	padding: 0;
	border: 0;
	margin: 0;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	width: 95px;
	height: 20px;
	text-decoration: none;
}
#menuDeroulant .sousMenu
{
	width: 95px;
	display: none;
	list-style-type: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #000000;
	border-top-width: 0px;
	padding: 0;
	font-weight: bold;
	text-align: center;
}
#menuDeroulant .sousMenu li
{
	float: none;
	width: 95px;
}
#menuDeroulant .sousMenu li a:link
{
	display: block;
	border: 0;
	text-decoration: none;
	width: 95px;
	height: 20px;
	color: #FFFFFF;
}
#menuDeroulant .sousMenu li a:hover
{
	background-color: #333333;
	width: 95px;
	color: #F1A700;
}

#menuDeroulant li:hover > .sousMenu { 
    display: block;
}
#gauche {
	width: 180px;
	height: 348px;
	text-align: right;
	vertical-align: bottom;
}
#contenu {
	height: 348px;
}
.td_gauche {
	height: 348px;
}
.td_gauche img {
	border: thin solid #444444;
}
.td_droite li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 4px;
}
.td_droite img {
	border: thin solid #444444;
}
#footer {
	width: 996px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
}
.footer_facebook {
	padding-bottom: 5px;
	height: 30px;
}
.footer_td {
	height: 20px;
}

