html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #070707;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

table
{
	border-collapse: collapse;
}

table td
{
	padding : 0px;
}

.logos
{
	height: 87px;
	background: url('../images/back-logos.jpg') no-repeat top center;
	text-align: center;
}

.menu
{
	height: 30px;
	background: url('../images/back-menu.jpg') no-repeat top center;
	text-align: center;
}

.corps
{
	background-color: #131313;
	background-image: url('../images/back-corps.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

.liens
{
	height: 245px;
	background: url('../images/back-liens.jpg') no-repeat top center;
	text-align: center;
}

.pied
{
	height: 40px;
	background: url('../images/back-pied.jpg') no-repeat top center;
	text-align: center;
}

select, option, input, textarea
{
	background-color: #000000;
	color: #ffffff;
	border: solid 1px #444444;
}

.contact
{
	width: 924px;
	height: 431px;
	margin: auto;
	background: url('../images/back-contact.jpg') no-repeat top center;
}

.recherche
{
	width: 968px;
	height: 431px;
	margin: auto;
	background: url('../images/back-recherche-perso.jpg') no-repeat top center;
}

.fiche01
{
	width: 924px;
	margin: auto;
	background: url('../images/back-ligne-fiche-vo.png') repeat-y top center;
}

.fiche02
{
	width: 924px;
	margin: auto;
	background: url('../images/back-fiche-vo.png') no-repeat top center;
}

.fiche03
{
	width: 924px;
	height: 9px; 
	margin: auto;
	background: url('../images/back-pied-fiche-vo.png') no-repeat top center;
}

