/* CSS Document */

/*---------------------------------------------------*/
/*----------- le style général de la page -----------*/
/*---------------------------------------------------*/
body {
    margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 75%;
	text-align:center;
    }
/*---------------------------------------------------*/
/*------- le style global qui centre la page --------*/
/*---------------------------------------------------*/
.global {
    width:auto;
    margin-right:0px;
    margin-left:0px;
    margin-top:0px;
    padding:0px;
    text-align:center;
    }
/*---------------------------------------------------*/
/*------------ les divers style de bloc -------------*/
/*---------------------------------------------------*/
.leblocheader {
    width: auto;
    background-image:  url(images/image_02.gif);
    border: 0px;
    }
.telecabine {
	border: 0;
	width: 225px;
	height: 113px;
	}
.telesiege {
	border: 0;
	width: 213px;
	height: 113px;
	}
.titresite {
	border: 0;
	width: 325px;
	height: 113px;
	}
.leblocmenuheader {
	position: center;
    background-image:  url(images/image_06.gif);
    border: 0px;
	margin-top:0px;
	margin-left: 0px;
    width: auto;
    height: 29px;
    }
.leblocmenu {
	position: absolute;
	background-image:  url(images/image_06.gif);
	border: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: auto;
	height: 29px; 
	}
.lebloctitre {
    position: absolute;
	border-bottom: 0px;
	background-image:  url(images/image_03.gif);
	height: 113px;
    }



