/* CSS Document */
body{
	background-color: #edeaea;
	background-image: url(../specifique/images/fond_site.png);
	text-align: center;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
}
*{
	margin: 0px;
	padding: 0px;
}
img{
	vertical-align:bottom; /* remove extra space under the image */
	float: left;
	border: none;
}
a{
	border:none;
	color: #000;
	}
#cache{
	position: absolute;
	left: 0px;
	top: -5000px;
}
/* Mise en page */
#container {
    position: relative;
	}
#site{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
	}
#entete{
	background-color: #333333;
	background-image: url(../specifique/images/entete_site.gif);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	float: left;
	height: 102px;
	width: 100%;
	}
#menu{
	font-weight: bold;
	text-align: center;
	}
#pied{
	margin-top: 55px;
	text-align: center;
	background-color: #333333;
	clear: both;
	float: left;
	width: 100%;
	height: 100px;
	}
#pied_centre{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	font-size: 10px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	}


/* Liens */
a.menu_accueil{
	background-image:url(../specifique/images/menu_accueil.png);
	float: left;
	height: 20px;
	width: 200px;
	color: #FFF;
	text-decoration: none;
	padding-top: 2px;
	background-repeat: no-repeat;
	}
a.menu_accueil:Hover{
	color: #000;
	}
a.menu_realisations{
	background-image:url(../specifique/images/menu_realisations.png);
	float: left;
	height: 20px;
	width: 200px;
	color: #FFF;
	text-decoration: none;
	padding-top: 2px;
	background-repeat: no-repeat;
	}
a.menu_realisations:Hover{
	color: #000;
	}
a.menu_pommo{
	background-image:url(../specifique/images/menu_pommo.png);
	float: left;
	height: 20px;
	width: 200px;
	color: #FFF;
	text-decoration: none;
	padding-top: 2px;
	background-repeat: no-repeat;
	}
a.menu_pommo:Hover{
	color: #000;
	}
a.menu_vtiger{
	background-image:url(../specifique/images/menu_vtiger.png);
	float: left;
	height: 20px;
	width: 200px;
	color: #FFF;
	text-decoration: none;
	padding-top: 2px;
	background-repeat: no-repeat;
	}
a.menu_vtiger:Hover{
	color: #000;
	}
a.menu_contact{
	background-image:url(../specifique/images/menu_contact.png);
	float: left;
	height: 20px;
	width: 200px;
	color: #FFF;
	text-decoration: none;
	padding-top: 2px;
	background-repeat: no-repeat;
	}
a.menu_contact:Hover{
	color: #000;
	}
/* couleur fond */
.fond_vert{
	background-color: #CCFF66;
}
.fond_marron{
	background-color: #CC6600;
}
.fond_bleu{
	background-color: #6699FF;	
	}
.fond_rouge{
	background-color: #CC3366; 
	}
/* hauteurs */
.hauteur_10{
	height: 10px;
	}
.hauteur_80{
	height: 80px;
	}
/* Séprateur */
.separateur{
	clear: both;
	float: left;
	width: 100%;
	}
