﻿#imgBackground
{
    z-index:100;
    position:absolute;
    left:25px;
    top:165px;
    width: 570px; 
    height: 460px;
}

#divCentre
{
    z-index:101;
    position:absolute;
    left:25px;
    top:165px;
    width: 570px; 
    height: 460px;
    font-family: arial;
    font-size: 11px;
    overflow: hidden;
    text-align:left;
	background-image:url(./images/fondMurets.jpg); 
	background-repeat:no-repeat;
}

#menuServices
{
    top:320px;
    color:#008000;
    cursor:hand;
}

.choix2 
{ 	
	z-index:300;
    position:absolute;
    left:0px;
    width: 140px; 
    height: 20px;

    font-family:Calibri;
    font-size:12px;
    text-align:left;
    font-weight:bold;
    
	background-image: url(./images/choixMEnuBorderTop2.png);
    background-repeat:no-repeat;
    color:#ffffff;
    padding-left:10px;
    padding-top:4px;
	top:22px; 
}

