body
{
	/*background-color:#FFFF99;	*/
}
#global
{
	margin:0 auto;
	padding-left:0;
	position:relative;
	width:800px;
	font-family: arial;
	font-size:16px;
	font-style:normal;
}

#site
{
	/*background-image: url(../images/Fonds/site.png);
	background-position:center;	 
	background-repeat:repeat-y;*/
	height:870px;
}

#haut 
{
	background-image: url(../images/Fonds/site.png);
	background-position:center;	 
	background-repeat:repeat-y;
	margin-bottom:0px;
}

#logo_haut 
{
	float:left;
	margin-bottom:5px;
	margin-top:5px;
}

#banniere_haut
{
	margin-top:35px;
	margin-left:70px;
	float:left;
}

#menu_haut
{
	float:right;
	margin-top:60px;
}

#ligne_haut
{
	height: 11px;
	margin: 0px;
	padding:0px;
}

#menu_gauche
{
	margin-top: 0;
	padding-top:5px;
	width: 190px;
	height: 262px;
	float: left;
	/*background-image: url(../images/Fonds/fond_gauche.png);
	background-position:center;	 
	background-repeat:repeat-y;*/
}
#outils_gauche
{
	padding-left: 40px;
	width: 150px;
	height: 430px;
	float: left;
	/*background-image: url(../images/Fonds/fond_gauche.png);
	background-position:center;	 
	background-repeat:repeat-y;*/
}

#centre
{
	padding-top: 10px;
	padding-left: 200px;
	width: 600px;
	height: 1030px;
	background-image: url(../images/Fonds/fond_gauche.png);
	background-position:center;	 
	background-repeat:repeat-y repeat-x;
}

#pied
{
	text-align:center;
	color:navy;
	margin-top: 350px;
}
a:link, a:visited
{
	color: black;
	text-decoration:none;
}
a:hover 
{
	color: black;
	text-decoration:underline;
	list-style: none;
}
a img
{
	border: none;
} 
ul
{
	display: block;
	list-style-type: none;
	margin-left: 20px;
	padding: 0px;
}
li
{
	height: 30px;
	margin: 0px;
	padding: 0px;
}
.accueil 
{
	background-image: url(../images/boutons/accueil.png);
	background-repeat: no-repeat;
	height:40px;
	width: 155px;
}

.accueil a
{
	background-image: url(../images/boutons/accueil.png);
	background-repeat: no-repeat;
	display: block;
	height:40px;
	width: 155px;
}
.accueil a:hover
{
	background:transparent none repeat scroll 0 0;
}

.realisations 
{
	background-image: url(../images/boutons/realisations.png);
	background-repeat: no-repeat;
	height:40px;
	width: 155px;
}

.realisations a
{
	background-image: url(../images/boutons/realisations.png);
	background-repeat: no-repeat;
	display: block;
	height:40px;
	width: 155px;
}
.realisations a:hover
{
	background:transparent none repeat scroll 0 0;
}

.sites_internet 
{
	background-image: url(../images/boutons/sites_internet.png);
	background-repeat: no-repeat;
	height:40px;
	width: 155px;
}

.sites_internet a
{
	background-image: url(../images/boutons/sites_internet.png);
	background-repeat: no-repeat;
	display: block;
	height:40px;
	width: 155px;
}
.sites_internet a:hover
{
	background:transparent none repeat scroll 0 0;
}

.maintenance 
{
	background-image: url(../images/boutons/maintenance.png);
	background-repeat: no-repeat;
	height:40px;
	width: 155px;
}

.maintenance a
{
	background-image: url(../images/boutons/maintenance.png);
	background-repeat: no-repeat;
	display: block;
	height:40px;
	width: 155px;
}
.maintenance a:hover
{
	background:transparent none repeat scroll 0 0;
}
.la_societe 
{
	background-image: url(../images/boutons/la_societe.png);
	background-repeat: no-repeat;
	height:40px;
	width: 155px;
}

.la_societe a
{
	background-image: url(../images/boutons/la_societe.png);
	background-repeat: no-repeat;
	display: block;
	height:40px;
	width: 155px;
}
.la_societe a:hover
{
	background:transparent none repeat scroll 0 0;
}

.les_outils 
{
	background-image: url(../images/boutons/les_outils.png);
	background-repeat: no-repeat;
	height:40px;
	width: 125px;
}

.les_outils a
{
	background-image: url(../images/boutons/les_outils.png);
	background-repeat: no-repeat;	
    display: block;
	height:40px;
	width: 125px;
}
.les_outils a:hover
{
	background:transparent none repeat scroll 0 0;
}

.contact 
{
	background-image: url(../images/boutons/contact.png);
	background-repeat: no-repeat;
	height:30px;
	width: 155px;
}

.contact a
{
	background-image: url(../images/boutons/contact.png);
   	background-repeat: no-repeat;
	display: block;
	height:30px;
	width: 155px;
}
.contact a:hover
{
	background:transparent none repeat scroll 0 0;
}

.centrer
{
	text-align: center;	
}