﻿@import url("Style_Contenu.css");
html
{
	height: 100%;
}
body
{
	background-color: #000000;
	background-image:url("images/bg.jpg");
	font-family: Arial;
	font-size: 12px;
	margin:0px;
	color: #decba3;
}
a
{
	color:#dcce8d;
}
a:hover
{
	text-decoration:none;
}
a img
{
	border:0;
}
object:active, div:active
{
	outline: none;
}

object:focus, div:focus
{
	-moz-outline-style: none;
}
td
{
}
form
{
	height: 100%;
}/*-----------------------------------------------*/
#table_content
{
	width:1100px;
	margin:auto;
}
#td_entete
{
	padding-bottom:7px;
}
#td_contenu_gauche
{
	background-image:url("images/gauche_contenu.png");
	background-repeat:repeat-y;
	width:10px;
}
#td_content
{
	background-image:url("images/bg_contenu.jpg");
	width:920px;
}
#td_contenu_central
{
	padding:7px;
}
#td_contenu_droite
{
	background-image:url("images/droite_contenu.png");
	background-repeat:repeat-y;
	width:10px;
}
.td_espace
{
	width:90px;
}
#div_content_entete
{
	width:920px;
	display:inline-block;
	height:10px;
	background-image:url("images/entete_contenu.png");
	background-repeat:no-repeat;
}
#div_content_pied
{
	width:920px;
	display:inline-block;
	height:10px;
	background-image:url("images/pied_contenu.png");
	background-repeat:no-repeat;
}
#div_pied
{
	font-size:11px;
	text-align:center;
}



