body {
font-family: Tahoma;
color: #000000;
background-color: #cccccc;
font-size: 12px;
margin-top: 0px;
margin-bottom: 0px;
}

.site {
width: 1000px;
font-family: Tahoma;
color: #000000;
background-image:  url('images/fond.png'); 
background-repeat: repeat-y;
background-position: center;
font-size: 12px;
margin-top: 0;
}

.haut {
width: 880px;
height: 30px;
background-color: #E8E8E8;
}

.header {
	background-image:  url('images/header.png'); 
	background-repeat: no-repeat;
	background-position: center;
	width: 780px;
	height: 110px;
}


a:link, a:visited{
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#E17C00;
	text-decoration:underline;
}

.haut a:hover {
	color:#E17C00;
	text-decoration:none;
}

.container {
width: 880px;
height: 100%;
padding: 0;
margin: 0;
background-color: #cccccc;
}

.menu {
width: 150px;
padding: 0;
margin: 0;
float: left;
background-color: #cccccc;
font-size: 14px;
}

.contenu {
width: 730px;
padding: 0px;
margin: 0;
float : left;
height: 100%;
background-color: #ffffff;
}

.texte {
width: 700px;
padding: 0px;
margin: 0;
height: 100%;
background-color: #ffffff;
}

.footer {
width: 880px;
background-color: #E8E8E8;
font-size: 11px;
}

.fin {
width: 1000px;
height: 25px;
background-image:  url('images/fond_fin.png'); 
background-repeat: repeat-y;
background-position: center;
margin-top: 0;
}