﻿body {
	margin:0; 
	padding:0 0 0 0;
	border:0; 
	height:100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background-image:url("homepage/fond.jpg");
	text-align:center;
	font-size:13px;
	color:white;
}
/* -------- LE BACKGROUND
----------------------------*/
#trame{
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	position:fixed;
	z-index:-1;
}
* html #trame {
	position:absolute;
}
/* -------- LA SIGNATURE BID
----------------------------*/
.box_signature_2010 {
position:absolute;
padding:0;
margin:0;
left: 50%; 
top: 50%;
width:600px;
height:100px;
margin-left: -300px;
margin-top: -150px;
cursor: pointer;
}
.uppersignature_2010{
width:600px;
height:10px;
background-image:url("homepage/uppersignature_2010.gif");
}
.middlesignature_2010{
width:600px;
height:80px;
background-image:url("homepage/signature_2010.jpg");
}
.lowersignature_2010{
width:600px;
height:10px;
background-image:url("homepage/lowersignature_2010.gif");
}
/* -------- LA SIGNATURE BID2010
----------------------------*/
.box_signature {
position:absolute;
padding:0;
margin:0;
left: 50%; 
top: 75%;
width:600px;
height:100px;
margin-left: -300px;
margin-top: -150px;
}
.uppersignature{
width:600px;
height:10px;
background-image:url("homepage/uppersignature.gif");
}
.middlesignature{
width:600px;
height:80px;
background-image:url("homepage/signature.jpg");
}
.lowersignature{
width:600px;
height:10px;
background-image:url("homepage/lowersignature.gif");
}
/* -------- LES BOUTONS
----------------------------*/
.box_bouton_2010{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-300px;
	margin-top:-40px;
	padding:0 10px 0 10px;
}
.box_bouton_fr{
	position:absolute;
	left:50%;
	top:75%;
	margin-left:-300px;
	margin-top:-40px;
	padding:0 10px 0 10px;
}
.box_bouton_site{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:140px;
	margin-top:-40px;
	padding:0 10px 0 10px;
}
.box_bouton_en{
	position:absolute;
	left:50%;
	top:75%;
	margin-left:140px;
	margin-top:-40px;
	padding:0 10px 0 10px;
}
a.bouton{ 
	text-decoration:none;
	color:#cccccc;
}
a.bouton:hover {
	color:black;
	background-color:white;
}





	
