@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background-image:url(/images/fondPageGris.jpg);
	background-position:top;
	background-repeat:repeat-y;}
#blocCentrage{
	position:relative;
	margin:auto;
	width:1000px;}

#blocBandeau{
	position:relative;
	margin:auto;
	width:1000px;
	height:127px;
	/*border-bottom:#CCC solid 1px;*/
	background-image:url(/images/bandeauHaut.jpg);
	background-position:top;
	background-repeat:no-repeat;}

#blocContenuAccueil{
	position:relative;
	margin:auto;
	width:997px;
	/*background-image:url(../images/fondPageAccueil.jpg);*/
	background-repeat:no-repeat;
	background-position:top center;
	/*height:584px;*/
	height:600px;
	background-color:#FFF;}
	
#blocContenuPage{
	position:relative;
	margin:auto;
	width:1000px;
	background-image:url(/images/CopiedefondPage.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:474px;}
	
#blocPiedDepage{
	position:relative;
	margin:auto;
	width:1000px;
	height:171px;
	background-image:url(/images/fondPiedPage.jpg);
	background-position:top;
	background-repeat:no-repeat;}
	
#blocLogo{
	position:absolute;
	top:474px;
	left:694px;
	width:200px;
	height:75px;
}
	

#blocLiens{
	position:absolute;
	top:474px;
	left:120px;
	/*width:250px;*/
	width:300px;
	height:120px;
	/*height:90px;*/
    background-image: url(/images/blocLien.jpg);
	background-position:top;
	background-repeat:no-repeat;
	/*border-bottom:#005DA4 solid 1px;*/
}

#blocLiensTxt{
	position:absolute;
	top:35px;
	left:95px;
	width:139px;
}

#blocLiensTxt2{
	position:absolute;
	top:35px;
	left:-60px;
	width:450px;
	/*width:260px;*/
}
	
.boutonAccueil a{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#005DA4;
	text-decoration:none;
	padding-left:30px;
	background-image:url(/images/boutonAccueil.gif);
	background-position:left;
	background-repeat:no-repeat;}
	
.boutonAccueil a:hover{
	text-decoration:underline;}
