h1 {
	font-size: 19px;
	color: #257780;
	font-family: "Continuum Medium";
	font-weight: normal;
	text-decoration: none;
}
h2 {
	font-size: 13px;
	color: #292113;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	color: #292113;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#page {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-bottom-style: none;
	background-color: #FFF;
	border-top-style: none;
	overflow:hidden;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#banniere {
	padding: 0px;
	height: 165px;
	width: 1000px;
	text-decoration:none;
	background-position: center top;
	float: left;
	margin: 0px;
	background-image: url(../imgs/images/banniere-haut.jpg);
	border: 1px none #332A21;
}
#logo {
	height: 88px;
	width: 200px;
	float: left;
	padding-left: 40px;
	padding-top: 15px;

	cursor: pointer;
}

#menu-icones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
	height: 40px;
	width: 200px;
	float: left;
	clear: none;
	padding-left: 525px;
}
#menu-icones table tr td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C2A07F;
}
#menu-icones table tr td a {
	color: #C2A07F;
	text-decoration: none;
}




#menu-icones .menu_ON {
	color: #FFF;
	background-position: center bottom;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(../imgs/Fond-menu-on.png);
}

#menu-icones li ul {
	position:absolute;
}


#menu-icones ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu-icones li {
	float:left;
	margin:0px;
	padding:0px;
	background-image: url(../imgs/Fond-Menu-off.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu-icones li a:hover {
	color:#FFF;
	border: 3px none #903;
	text-decoration: none;
	background-image: url(../imgs/Fond-menu-on.png);
}
#menu-icones ul li #menu-icones-1 {
	background-image: url(../imgs/Icones-haut.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 40px;
	background-position: 0px 10px;
	overflow: hidden;
	cursor: pointer;
}
#menu-icones ul li #menu-icones-1:hover {
	background-image: url(../imgs/Icones-haut.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 40px;
	background-position: 0px 0px;
	overflow: hidden;
	cursor: pointer;
}
#menu-icones ul li #menu-icones-2 {
	background-image: url(../imgs/Icones-haut.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 40px;
	background-position: -45px 10px;
	overflow: hidden;
	cursor: pointer;
}
#menu-icones ul li #menu-icones-2:hover {
	background-image: url(../imgs/Icones-haut.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 40px;
	background-position: -45px 0px;
	overflow: hidden;
	cursor: pointer;
}
#menu-icones ul li #menu-icones-3 {
	background-image: url(../imgs/Icones-haut.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 40px;
	background-position: -90px 10px;
	overflow: hidden;
	cursor: pointer;
}
#menu-icones ul li #menu-icones-3:hover {
	background-image: url(../imgs/Icones-haut.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 40px;
	background-position: -90px 0px;
	overflow: hidden;
	cursor: pointer;
}
#menu-icones ul li #menu-icones-5 {
	background-image: url(../imgs/Icones-haut.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 40px;
	background-position: -134px 10px;
	overflow: hidden;
	cursor: pointer;
}
#menu-icones ul li #menu-icones-5:hover {
	background-image: url(../imgs/Icones-haut.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 40px;
	background-position: -134px 0px;
	overflow: hidden;
	cursor: pointer;
}
#menu-icones ul li #menu-icones-4 {
	background-image: url(../imgs/Icones-haut.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 40px;
	background-position: -178px 10px;
	overflow: hidden;
	cursor: pointer;
}
#menu-icones ul li #menu-icones-4:hover {
	background-image: url(../imgs/Icones-haut.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 40px;
	background-position: -178px 0px;
	overflow: hidden;
	cursor: pointer;
}

#menu-icones ul li ul {
	display:none;
	text-align: left;
}
#menu-icones ul li:hover ul {
	display:block;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 145px;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	text-align: left;
	position: absolute;
}
#menu-icones li:hover ul li {
	float:none;
	text-align: left;
}
#menu-icones ul li ul li a {
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}



#menu-navig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
	height: 65px;
	width: 400px;
	float: right;
	clear: none;
	margin-top: 60px;
	margin-right: 40px;
}

#menu-navig ul li #menu-navig-1 {
	background-image: url(../imgs/Elements-Menu.png);
	height: 60px;
	width: 80px;
	background-position: -4px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}
#menu-navig ul li #menu-navig-1:hover {
	background-image:  url(../imgs/Elements-Menu.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 80px;
	overflow: hidden;
	background-position: -4px -64px;
	cursor: pointer;
}
#menu-navig ul li #menu-navig-2 {
	background-image: url(../imgs/Elements-Menu.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 80px;
	background-position: -83px 0px;
	overflow: hidden;
	cursor: pointer;
}
#menu-navig ul li #menu-navig-2:hover {
	background-image: url(../imgs/Elements-Menu.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 80px;
	background-position: -83px -64px;
	overflow: hidden;
	cursor: pointer;
}
#menu-navig ul li #menu-navig-3 {
	background-image: url(../imgs/Elements-Menu.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 80px;
	background-position: -167px 0px;
	overflow: hidden;
	cursor: pointer;
}
#menu-navig ul li #menu-navig-3:hover {
	background-image: url(../imgs/Elements-Menu.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 80px;
	background-position: -167px -64px;
	overflow: hidden;
	cursor: pointer;
}
#menu-navig ul li #menu-navig-4 {
	background-image: url(../imgs/Elements-Menu.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 80px;
	background-position: -250px 0px;
	overflow: hidden;
	cursor: pointer;
}
#menu-navig ul li #menu-navig-4:hover {
	background-image: url(../imgs/Elements-Menu.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 80px;
	background-position: -250px -64px;
	overflow: hidden;
	cursor: pointer;
}

#menu-navig .menu_ON {
	color: #92BE1B;
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(../imgs/Fond-menu-on.jpg);
}

#menu-navig li ul {
	position:absolute;
}


#menu-navig ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu-navig li {
	float:left;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#menu-navig li a {
	display:block;
	color:#000;
	text-decoration:none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: inai;
	text-align: center;
	border: 1px none #999;
	padding-right: 15px;
	padding-left: 15px;
	width: 65px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu-navig ul li a {
	background-repeat: no-repeat;
	background-position: center top;
}
#menu-navig li a:hover {
	color:#92BE1B;
	border: 3px none #903;
	text-decoration: none;
	background-image: url(../imgs/Fond-menu-on.jpg);
}

#menu-navig ul li ul {
	display:none;
	text-align: left;
}
#menu-navig ul li:hover ul {
	display:block;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 145px;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	text-align: left;
	position: absolute;
}
#menu-navig li:hover ul li {
	float:none;
	text-align: left;
}
#menu-navig ul li ul li a {
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}






#centre {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	height: auto;
	overflow:hidden;
	background-image: url(../imgs/bg_page.png);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	padding-bottom: 20px;
	display:inline;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
}




#footer-menu {
	color: #000;
	text-decoration: none;
	height: 30px;
	width: 478px;
	float: left;
	clear: none;
	padding-left: 40px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 6px;
}



#footer-menu .menu_ON {
	color: #FFF;
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(../imgs/Fond-menu-on.jpg);
}

#footer-menu li ul {
	position:absolute;
}


#footer-menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer-menu li {
	float:left;
	margin:0px;
	padding:0px;
}
#footer-menu li a {
	display:block;
	width:auto;
	color:#3BB0BC;
	text-decoration:none;
	height: 20px;
	font-size: 12px;
	padding-top: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-left: 35px;
}
#footer-menu ul li a {
	padding-top: 9px;
}
#footer-menu li a:hover {
	color:#FFF;
	text-decoration: none;
	font-weight: bold;
}

#footer-menu ul li ul {
	display:none;
	text-align: left;
}
#footer-menu ul li:hover ul {
	display:block;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 145px;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	text-align: left;
	position: absolute;
}
#footer-menu li:hover ul li {
	float:none;
	text-align: left;
}
#footer-menu ul li ul li a {
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}



#footer-titre {
	font-size: 15px;
	font-style: normal;
	color: #FFF;
	height: 22px;
	width: 200px;
	padding-top: 29px;
	text-align: left;
	padding-left: 43px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer-actu {
	font-size: 12px;
	color: #FFF;
	width: 405px;
	height: 81px;
	text-align: left;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	font-size: 10px;
	text-align: center;
	background-position: center top;
	color: #333;
	background-image: url(../imgs/pied.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer-image {
	font-size: 11px;
	color: #F00;
	width: 250px;
	height: 200px;
	text-align: left;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	float: right;
	clear: right;
	background-repeat: no-repeat;
	background-position: center top;
}
#footer-image #footer-image-carnet {
	background-image: url(../imgs/Carnet.png);
	background-repeat: no-repeat;
	background-position: -1px 0px;
	height: 205px;
	width: 170px;
	overflow: hidden;
	float: left;
}
#footer-image #footer-image-carnet:hover {
	background-image: url(../imgs/Carnet.png);
	background-repeat: no-repeat;
	background-position: -172px 0px;
	height: 205px;
	width: 170px;
	overflow: hidden;
	cursor: pointer;
}
#footer-image #footer-image-carte {
	background-image: url(../imgs/carte-visite.png);
	background-repeat: no-repeat;
	background-position: 0px -95px;
	height: 70px;
	width: 113px;
	overflow: hidden;
	float: left;
	margin-top: 0px;
	margin-right: 65px;
	margin-left: 8px;
	display:inline;
}
#footer-image #footer-image-carte:hover {
	background-image: url(../imgs/carte-visite.png);
	background-repeat: no-repeat;
	background-position: 0px -5px;
	cursor: pointer;
}

#centre-zone-left {
	width: 640px;
	margin-left: 60px;
	clear: none;
	float: left;
	margin-top: 20px;
}
#centre-zone-left-top {
	background-image: url(../imgs/haut_pano_gauche.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 640px;
	margin-top: 20px;
	margin-left: 60px;
	display:inline;
}
#centre-zone-left-footer {
	clear: none;
	float: left;
	height: 20px;
	width: 640px;
	background-image: url(../imgs/bas_pano_gauche.png);
	margin-left: 60px;
}
#centre-zone-left-middle {
	width: 600px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	background-image: url(../imgs/background_pano_gauche.png);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	height: auto;
	margin-left: 60px;
	text-align: justify;
}
#centre-zone-left-middle a{
	text-decoration: none;	
}
#centre-zone-left-middle a:hover{
	text-decoration: underline;
}

#centre-zone-complet-top {
	background-image: url(../imgs/haut_pano_complet.png);
	float: left;
	height: 20px;
	width: 880px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 60px;
	margin-top: 20px;
	display:inline;
}
#centre-zone-complet-middle {
	background-image: url(../imgs/offre-speciale.png);
	background-repeat: repeat-y;
	background-position: center center;
	height: 400px;
	width: 840px;
	margin-left: 60px;
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	display:inline;
}

#centre-zone-complet-footer {
	background-image: url(../imgs/bas_pano_complet.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 20px;
	width: 880px;
	margin-left: 60px;
	display:inline;
}
#centre-zone-left-moitie-top {
	background-image: url(../imgs/haut_pano_moitie.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 20px;
	width: 430px;
	margin-left: 60px;
	margin-top: 20px;
}
#centre-zone-left-moitie-middle {
	background-image: url(../imgs/background_pano_moitie.png);
	background-repeat: repeat-y;
	background-position: center center;
	height: 320px;
	width: 390px;
	margin-left: 60px;
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	clear: left;
}


#centre-zone-left-moitie-middle .element, #centre-zone-complet-middle .element, #centre-zone-left-middle .element  {
	font-size: 13px;
	color: #15100A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#centre-zone-left-moitie-middle .contenu,#centre-zone-complet-middle .contenu, #centre-zone-left-middle .contenu {
	font-size: 13px;
	color: #1D180D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#centre-zone-left-moitie-footer {
	background-image: url(../imgs/bas_pano_moitie.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 20px;
	width: 430px;
	margin-left: 60px;
	clear: left;
}
#centre-zone-right-moitie-top {
	background-image: url(../imgs/haut_pano_moitie.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 20px;
	width: 430px;
	margin-right: 60px;
	margin-top: 20px;
}
#centre-zone-right-moitie-middle {
	background-image: url(../imgs/background_pano_moitie.png);
	background-repeat: repeat-y;
	background-position: center center;
	clear: right;
	float: right;
	height: 320px;
	width: 390px;
	margin-right: 60px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#centre-zone-right-moitie-middle small a {
	font-family: "Myriad Pro";
	font-size: 11px;
	color: #000;
}
#centre-zone-right-moitie-footer {
	background-image: url(../imgs/bas_pano_moitie.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: right;
	float: right;
	height: 20px;
	width: 430px;
	margin-right: 60px;
}

#centre-zone-right {
	height: auto;
	width: 220px;
	margin-left: 0px;
	float: left;
	margin-top: 20px;
	margin-right: 60px;
}
#centre-zone-right-top {
	background-image: url(../imgs/haut_pano_droite.png);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	height: 13px;
	width: 220px;
	margin-top: 20px;
	margin-right: 60px;
	font-family: "Myriad Pro";
	color: #257780;
	padding-top: 7px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	display:inline;
}
#centre-zone-right-footer {
	clear: none;
	float: right;
	height: 20px;
	width: 220px;
	background-image: url(../imgs/bas_pano_droite.png);
	margin-right: 60px;
	display: inline;
}
#centre-zone-right-middle {
	clear: right;
	float: right;
	height: auto;
	width: 180px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: 60px;
	background-color: #FFF;
	background-image: url(../imgs/background_pano_droite.png);
}
#centre-zone-right-middle ul {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	list-style-type: none;
	margin: 0px;
}
#centre-zone-right-middle li a {
	text-decoration: none;
	display: block;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: center;
	font-size: 13px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	font-family: "Myriad Pro";
	color: #21190F;
	font-weight: bold;
}
#centre-zone-right-middle li a:hover {
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-top-style: none;
	border-left-style: solid;
	background-position: 0px -38px;
	font-family: "Myriad Pro";
	color: #257780;
	cursor: pointer;
	border-left-width: 2px;
	border-left-color: #257780;
	border-right-width: 2px;
	border-right-color: #257780;
	width: 176px;
}
#centre-zone-right-middle .menu_ON {
	background-position: 0px -38px;
	background-repeat: repeat-y;
	text-decoration: none;
	background-image: url(../imgs/Fond-menu-right-hover.png);
	color: #FFF;
}
#centre-zone-right-middle ul table tr td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#pied {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #443220;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	height: 30px;
}



a:link {
	color: #349DA7;
	text-decoration: underline;
}
a:visited {
	color: #09F;
	text-decoration: underline;
}

#galerie .slider {
	position:relative;
	height: 5000px;
	width: 180px;
	right: 4px;
	margin-top: 12px;
	background-color: #FFF;
}
#galerie .prec {
	height: 20px;
	width: 180px;
	cursor: pointer;
	position: absolute;
	top:0px;
	left:0px;
	background-image: url(../imgs/haut.png);
	background-position: 0px 0px;
	overflow: hidden;
	background-color: #FFF;
	background-repeat: no-repeat;
}
#galerie .prec:hover {
	height: 20px;
	width: 180px;
	cursor: pointer;
	position: absolute;
	top:0px;
	left:0px;
	background-image: url(../imgs/haut.png);
	background-position: 0px -23px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#galerie .suiv {
	height: 18px;
	width: 180px;
	cursor: pointer;
	position: absolute;
	top:382px;
	left:0px;
	background-image: url(../imgs/bas.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #FFF;
}
#galerie .suiv:hover {
	height: 18px;
	width: 180px;
	cursor: pointer;
	position: absolute;
	top:382px;
	left:0px;
	background-image: url(../imgs/bas.png);
	background-position: 0px -18px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#galerie {
	width: 180px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
#galerie a {
	display:block;
	float:left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#galerie a img{
	border:3px solid #666;
}
#galerie a:hover img,#galerie a.courant img{
	border:3px solid #50BBC4;
}
#centre-zone-complet-middle {
	background-image: url(../imgs/background_pano_complet.png);
	background-repeat: repeat-y;
	background-position: center center;
	height: 400px;
	width: 840px;
	margin-left: 60px;
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	display:inline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

