html
{	
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0;
}

body
{
	overflow:hidden;
	background-color:#eeeeee;
	background-image:url(ap.jpg);
	background-repeat:repeat;
	color:#000000;
	font-size:11px;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	text-align:center;
	margin:0 auto;
	padding:0;
	height:100%;
}
html>body
{
	overflow:auto;
}

#conteneur
{
	width:100%;
	min-height:100%;
	height: 100%;
	position:relative;
}
html>body #conteneur
{
	height: auto;
}

#contenu
{
	padding-bottom:114px;
}

#footer
{
	width:100%;
	height:121px;
	position: absolute;
	overflow:hidden;
	bottom: 0;
	left:0;
}

html>body #ombrelogo
{
	vertical-align:top;
}

.tablelogo
{
	border-collapse: collapse;

}

.tablelogo td
{
	padding:0;
	margin:0;
}

.tablelogo td img 
{
	display: block;
}

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

.liensblanc a:link 
{
	text-decoration: none;
	color:#ffffff;
}
.liensblanc a:visited
{
	text-decoration: none;
	color:#ffffff;
}
.liensblanc a:hover
{
	text-decoration: none;
	color: #ff3333;
}
.liensblanc a:active
{
	text-decoration: none;
	color:#ffffff;
}