body 
{
	background-color: white;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	text-align: center;
	font-family: arial;
	font-size: 10pt;
}
div, td, h1, h2, h3, h4, h5, h6 { text-align: left; }

h1
{
	clear: both;
	font-size: 18pt;
	color: #00487a;
	padding-left: 87px;
	padding-top: 42px;
	padding-bottom: 20px;
	position: relative;
	z-index: 10;
}
h2
{
	font-size: 14pt;
	color: #5572a8;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 38px;
	padding-top: 12px;
	padding-bottom: 8px;
	background-image: url(img/logo-titre-2.png);
	background-repeat: no-repeat;
	background-position: center left;
}

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

td
{
	font-family: arial;
	font-size: 10pt;
}

img
{
	border: 0;
}

.tableau
{
	border-collapse: collapse;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.tableau th
{
	background-color: #5e7cc8;
	padding: 3px;
	text-align: center;
	color: white;
}

.tableau td
{
	padding: 3px;
}

#LogoH1
{
	clear: both;
	position: absolute;
	width: 84px;
	height: 88px;
	left: 40px;
	background-image: url(img/logo-titre.png);
}
	
#Page
{
	position: relative;
	width: 900px;
	border: solid 1px black;
	margin-right: auto;
	margin-left: auto;
	min-height: 900px;
}
.PageAdmin { overflow: visible; }
.PageNormal { overflow: hidden; }

#MenuBGTop
{
	position: absolute;
	width: 195px;
	height: 999em;
	background-image: url(img/bg-point.png);
	border-right: solid 1px #5e7cc8;
	bottom: 345px;
	left: 0;
}

#MenuBGBot
{
	position: absolute;
	width: 195px;
	height: 345px;
	background-image: url(img/bg-menu-bottom.png);
	bottom: 0;
	left: 0;
}

#Banner
{
	z-index:2;
	position: relative;
	width: 506px;
	height:257px;
	background-image: url(img/banner-left.png);
	background-position : top left;
	margin-left: 0px;
}

#Logo
{
	
	position: absolute;
	width: 361px;
	height:179px;
	background-image: url(img/logo.png);
	margin-left: 41px; 
	margin-top: 13px;
}
#Logo a { display: block; height: 100%; }

#Spirale
{
	z-index: 3;
	position: absolute;
	width: 380px;
	height: 308px;
	background-image: url(img/banner-flash.png);
	right: 0;
	top: 0;
}

#Right
{
	z-index: 1;
	position: absolute;
	width: 554px;
	height: 250px;
	background-image: url(img/bg-banner-right.png);
	right: 0;
	margin-top: 34px;
	top: 0;
}

#FlashContainer
{
	z-index: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 354px;
	height: 277px;
	margin: 0;
	padding: 0;
}

#FlashGlossy
{
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	width: 354px;
	height: 291px;
	background-image: url(img/banner-flash-glossy.png);
}

#Menu
{
	position: absolute;
	z-index: 10;
	width: 225px;
	margin-top: 20px;
	left: 0;
}

#Ombre
{
	position: absolute;
	z-index:6;
	width: 432px;
	height: 559px;
	background-image: url(img/bg-logo.png);
	right: 10px;
	bottom: 10px;
}

#Content
{
	position: relative;
	z-index:7;
	width: 640px;
	margin-top: 15px;
	margin-left: 230px;
	margin-right: 30px;
	margin-bottom: 20px;
	font-size: 11pt;
	color: #747474;
}
#Content p
{
	text-align: justify;
}
#Content .JustifyCenter
{
	text-align: center;
}

#Footer
{
	width: 900px;
	position: absolute;
	bottom: 0;
}

#FooterGauche
{
	font-size: 9pt;
	color:#b1b1b1;
	margin-left: 100px;
}

#FooterDroite
{
	float: right;
	text-align: right;
	font-size: 9pt;
	width: 440px;
	margin-right: 5px;
}

#FooterDroite a, #FooterDroite a:link, #FooterDroite a:hover, #FooterDroite a:active, #FooterDroite a:visited
{
	font-size: 9pt;
	color:#b1b1b1;
	text-decoration: none;
}

#FooterDroite a:hover
{
	text-decoration: underline;
}

.clear
{
	clear:both;
}