#pub
{
	
	position: absolute;
	left: 165px;
	top: 0px;
	width: 468px;
	height: 60px;
	z-index: 99;
}

body 
{
	background-color: white;
	margin: 0;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
}
div, td, h1, h2, h3, h4, h5, h6 { text-align: left; }

h1
{
	padding: 0;
	margin: 0;
	margin-left: 20px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
	background-image: url(images/titre-underline.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}

h1 img
{
	display: inline-block;
	margin-bottom: 5px;
}

h1 .title
{
	margin: 0;
	margin-bottom: -5px;
	padding: 0;
}

h2
{
	font-size: 14pt;
	color: #5572a8;
}

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

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

img
{
	border: 0;
}

p
{
	text-align: justify;
}

.tableau
{
	border-collapse: collapse;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	border: solid 1px #999;
	padding: 3px;
}

.tableau th
{
	background-color: #afafaf;
	padding: 3px;
	text-align: center;
	color: white;
	border-bottom: solid 1px #999;
}

.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: 1100px;
	height: 1330px;
	border: solid 1px transparent;
	margin-right: auto;
	margin-left: auto;
}

#Page #Banner
{
	width: 1100px;
	margin-top: 30px;	
	height: 187px;
	background-image: url(images/banner.jpg);
}

#Page #Banner #Logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 251px;
	height: 247px;
	background-image: url(images/logo.png);
}

#Page #Banner #Slogan
{
	position: absolute;
	top: 80px;
	right: 30px;
	width: 337px;
	height: 76px;
	background-image: url(images/slogan.png);
}

#Logo a, #Slogan a
{
	display: block;
	height: 100%;	
}

#Page #MenuTxt
{
	position: absolute;
	width: 1100px;
	height: 40px;
	z-index: 9999;
}

#Page #Menu
{
	width: 1100px;
	height: 40px;
	background-image: url(images/menu-bg.png);
}

#Page #Body
{
	clear: both;
	width: 1100px;
	padding: 0;
	margin: 0;
}
#Page #MenuGauche
{
	float: left;
	width: 250px;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#Page #MenuGauche #Rayures
{
	width: 250px;
	height: 484px;
	background-image: url(images/menu-gauche-rayures.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 50px;
}

#Page #MenuGauche #Partenaires
{
	width: 250px;
	text-align: center;
	background-image: url(images/partners.png);
	background-repeat: no-repeat;
	background-position: 10px 0;
	padding-top: 17px;
}

#Page #MenuGauche #Partenaires a
{
	display: block;
	margin-top: 15px;
}

#Page #Content
{
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin: 0;
	margin-left: 250px;
	margin-right: 2px;
	padding: 0;
	border-left: solid 2px white;
	border-top: solid 2px white;
}

#Page #ContentCorner
{
	position: absolute;
	top: 257px;
	left: 250px;
	width: 97px;
	height: 90px;
	background-image: url(images/coin-content.png);
	z-index: 1;
}

#Page #ContentWrapper
{
	position: relative;
	margin-left: 10px;
	margin-bottom: 5px;
	min-height: 970px;
	height:auto !important;
  	height: 970px;
	z-index: 20;
	width: 825px;
}

#Copyright
{
	width: 1100px;
	position: relative;
	margin: auto;	
	font-size: 8pt;
	margin-top: 5px;
}

#CopyrightRight
{
	width: 45%;
	float: right;
	text-align: right;	
}
}