html {
	font-size: 100%;
}
body {
	color: #000000;
	font-family: Verdana;
	font-size: 0.7em;
	background-color: #ffffff;
	margin: 0px;
}
#global {
	width: 1000px;
	margin: 0px auto 0px auto;
	position: relative;
}
#global .bas {
	background-image: url(/img/fond_bas.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	/*position: relative;*/
}
.clear {
	font-size: 1px;
	height: 2px;
	margin-bottom: -2px;
	display: block;
	clear: both;
}
#contenu .boite .detail .hauteur {
	font-size: 1px;
	width: 1px;
	float: right;
	height: 400px;
}
input {
	font-size: 1em;
	padding: 1px 2px 2px 2px;
}
select {
	font-size: 1em;
}
textarea {
	font-size: 1em;
	font-family: Verdana;
}
a span.invisible {
	display: none;
}





/* MENU */

#menu {
	padding: 0px;
	margin: 0px;
}
#menu * {
	z-index: 1000;
}
#menu li {
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 250px;
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
	position: relative;
}
#menu li.decouvrir {
	background-color: #e54d92;
}
#menu li.sejour {
	background-color: #540337;
}
#menu li.infos {
	background-color: #538fc7;
}
#menu li.pro_presse {
	background-color: #dcc42c;
}
#menu li:hover > ul {
	display: block;
}
#menu a {
	height: 32px;
	width: 250px;
	display: block;
}
#menu span {
	display: none;
}
#menu ul {
	background-repeat: repeat-x;
	border-top: 1px solid #ffffff;
	width: 250px;
	padding: 4px 0px 0px 0px;
	margin: 0px;
	position: absolute;
	top: 28px;
	left: 0px;
	display: none;
}
#menu li.decouvrir ul {
	background-color: #e54d92;
	background-image: url(/img/menu/fond_decouvrir.gif);
}
#menu li.sejour ul {
	background-color: #540337;
	background-image: url(/img/menu/fond_sejour.gif);
}
#menu li.infos ul {
	background-color: #538fc7;
	background-image: url(/img/menu/fond_infos.gif);
}
#menu li.pro_presse ul {
	background-color: #dcc42c;
	background-image: url(/img/menu/fond_pro_presse.gif);
}
#menu ul li {
	background-image: none;
	border: none;
	height: auto;
	width: 250px;
}
#menu ul a {
	color: #ffffff;
	text-decoration: none;
	background-image: url(/img/menu/puce.gif);
	background-repeat: no-repeat;
	height: auto;
	width: 223px;
	padding: 2px 5px 4px 22px;
	display: block;
	float: none;
}
#menu li.decouvrir ul a:hover {
	background-color: #d64888;
}
#menu li.sejour ul a:hover {
	background-color: #41022a;
}
#menu li.infos ul a:hover {
	background-color: #4d85ba;
}
#menu li.pro_presse ul a:hover {
	background-color: #cdb729;
}
#menu ul ul {
	background-repeat: repeat-y;
	border-top: none;
	border-left: 1px solid #ffffff;
	width: 246px;
	padding: 0px 0px 0px 3px;
	top: 0px;
	left: 250px;
	display: none;
}
#menu li.decouvrir ul ul {
	background-image: url(/img/menu/fond2_decouvrir.gif);
}
#menu li.sejour ul ul {
	background-image: url(/img/menu/fond2_sejour.gif);
}
#menu li.infos ul ul {
	background-image: url(/img/menu/fond2_infos.gif);
}
#menu li.pro_presse ul ul {
	background-image: url(/img/menu/fond2_pro_presse.gif);
	background-position: right;
	border-left: none;
	border-right: 1px solid #ffffff;
	padding: 0px 3px 0px 0px;
	left: -250px;
}
#menu ul li {
	width: 246px;
}
#menu ul ul a {
	width: 219px;
}
#menu ul ul ul {
	left: 246px;
}





/* GAUCHE */

#gauche {
	background-image: url(/img/gauche/fond_gauche.gif);
	background-repeat: repeat-x;
	width: 204px;
	padding: 13px 0px 0px 0px;
	/*margin: 0px 0px -18px 0px;*/
	margin: 0px 0px 0px 0px;
	float: left;
}
#gauche .langue {
	text-align: center;
}
#gauche .langue img {
	border: none;
	margin: 0px 2px 0px 2px;
}
#gauche h3 {
	font-size: 1em;
	text-align: center;
	margin: 5px 0px 0px 0px;
}
#gauche .recherche {
	text-align: center;
	background-color: #ffffff;
	background-image: url(/img/gauche/fond_recherche.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #ffffff;
	height: 176px;
}
#gauche .recherche .carto {
	background-repeat: no-repeat;
	background-position: top center;
	height: 113px;
	display: block;
}
#gauche .recherche .carto span {
	display: none;
}
#gauche .recherche .bt_venir {
	background-repeat: no-repeat;
	background-position: top center;
	height: 41px;
	display: block;
}
#gauche .recherche .bt_venir span {
	display: none;
}
#gauche .recherche .mots_cles {
	width: 196px;
	margin: 0px auto 0px auto;
}
#gauche .recherche .mots_cles label {
	display: none;
}
#gauche .recherche .mots_cles input {
	border: 1px solid #b6ac80;
	width: 168px;
	float: left;
}
#gauche .recherche .mots_cles .ok {
	background-image: url(/img/gauche/ok.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 18px;
	margin: 3px 0px 0px 3px;
	display: block;
	float: left;
}
#gauche .recherche .mots_cles .ok span {
	display: none;
}

#gauche .une {
	background-color: #ddd8c3;
	width: 196px;
	margin: 11px auto 15px auto;
}
#gauche .une .texte {
	background-color: #f8f7f3;
	background-image: url(/img/gauche/fond_une.gif);
	background-repeat: repeat-x;
	padding: 4px 7px 5px 7px;
}
#gauche .une h2 {
	background-color: #eeeada;
	background-repeat: no-repeat;
	background-position: top center;
	height: 18px;
	margin: 0px;
}
#gauche .une h2 span {
	display: none;
}
#gauche .une .texte h3 {
	font-size: 0.9em;
	text-align: justify;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
#gauche .une .texte {
	position: relative;
}
#gauche .une .texte p {
	font-size: 0.9em;
	text-align: justify;
	margin: 0px;
}
#gauche .une .texte a {
	color: #000000;
	text-decoration: underline;
}
#gauche .une .texte a:hover {
	text-decoration: none;
}
#gauche .une .texte p.all {
	color: #ffffff;
	background-color: #4d6779;
	background-image: url(/img/accueil/une_bouton.gif);
	background-position: bottom right;
	padding: 1px 8px 4px 4px;
	margin: 5px -9px -12px 0px;
	float: right;
	position:relative;
}
#gauche .une .texte p.all a {
	color: #ffffff;
	text-decoration: none;
}
#gauche .une .texte p.all a:hover {
	color: #ffd890;
}
#gauche h3.lien {
	font-family: Arial;
	font-size: 1.3em;
	background-color: #736b46;
	width: 192px;
	padding: 2px;
	margin: 8px 0px 8px auto;
}
#gauche h3.lien a {
	color: #ffffff;
	text-decoration: none;
}
#gauche h3.lien a:hover {
	color: #ffd890;
}

#gauche #sous_menu {
	color: #ffffff;
	font-size: 1.1em;
	border-bottom: 1px solid #ffffff;
	padding: 5px 0px 5px 15px;
	margin: 0px;
}
#gauche #sous_menu li {
	padding: 0px;
	margin: 15px 0px 15px 0px;
	list-style: none;
	position: relative;
}
#gauche #sous_menu li:hover > ul {
	display: block;
}
#gauche #sous_menu a {
	color: #ffffff;
	text-decoration: none;
	background-repeat: no-repeat;
	width: 164px;
	padding: 0px 15px 0px 10px;
	display: block;
}
#gauche #sous_menu ul {
	background-repeat: repeat-y;
	border-left: 1px solid #ffffff;
	width: 196px;
	padding: 0px 0px 0px 3px;
	margin: 0px;
	list-style: none;
	display: none;
	position: absolute;
	top: -2px;
	left: 189px;
}
#gauche #sous_menu ul li {
	padding: 0px;
	margin: 0px;
}
#gauche #sous_menu ul a {
	font-size: 0.9em;
	background-image: url(/img/menu/puce.gif);
	width: 169px;
	padding: 2px 5px 4px 22px;
}
#gauche #sous_menu ul a:hover {
	color: #ffffff;
}
#gauche #sous_menu ul ul {
	top: 0px;
	left: 196px;
}

#gauche .photo {
	background-image: url(/img/gauche/photo.jpg);
	background-repeat: no-repeat;
	height: 189px;
}

#gauche .postit {
	background-repeat: no-repeat;
	height: 75px;
	width: 137px;
	margin: 0px auto 5px auto;
	display: block;
}
#gauche .postit span {
	display: none;
}
#gauche .roirene {
	display: none;
}





/* CENTRE */

#centre {
	width: 796px;
	float: right;
}
#centre h1 {
	background-repeat: no-repeat;
	height: 132px;
	margin: 0px;
}
#centre h1 span {
	display: none;
}
#centre #nav {
	background-image: url(/img/centre/visuel_bas.gif);
	height: 30px;
	padding: 5px 0px 0px 10px;
}
#centre #nav a:hover {
	text-decoration: none;
}
#centre #options {
	height: 34px;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#centre #options a {
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	margin: 0px 0px 10px 10px;
	display: block;
	float: right;
}
#centre #options a.ami {
	background-image: url(/img/centre/picto_ami.gif);
}
#centre #options a.print {
	background-image: url(/img/centre/picto_imprimer.gif);
}
#centre #options a.pdf {
	background-image: url(/img/centre/picto_pdf.gif);
}
#centre #options a.txt_plus {
	background-image: url(/img/centre/picto_agrandir_texte.gif);
}
#centre #options a.txt_moins {
	background-image: url(/img/centre/picto_reduire_texte.gif);
	height: 22px;
	width: 22px;
	margin-top: 2px;
}
#centre #options a span {
	display: none;
}
#contenu {
	padding: 5px 16px 30px 16px;
}
#contenu h2 {
	color: #a13000;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px solid #a13000;
	margin: -25px -16px 5px 0px;
}

/* Accueil */

#contenu .encadre_blanc {
	background-image: url(/img/accueil/encadre_blanc.gif);
	width: 498px;
	margin: 0px 0px 9px 0px;
	padding:4px 0px 0px 0px;
	float: left;
	position: relative;
}
#contenu .encadre_blanc h2 {
	background-repeat: no-repeat;
	border: none;
	height: 31px;
	margin: 0px 0px 0px 67px;
}
#contenu .encadre_blanc a 
{
	text-decoration:none;
}
#contenu .encadre_blanc h2 span {
	visibility:hidden;
	margin-left:40px;
}
#contenu .encadre_blanc img {
	margin: 0px 10px -2px 20px;
	float: right;
}
#contenu .encadre_blanc ul {
	padding: 0px 0px 9px 51px;
	margin: 0px;
}
#contenu .encadre_blanc li {
	background-image: url(/img/accueil/encadre_blanc_puce.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 3px 16px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	float:left;
	width:240px;
}
#contenu .encadre_blanc li a {
	color: #000000;
	text-decoration: underline;
}
#contenu .encadre_blanc li a:hover {
	text-decoration: none;
}
#contenu .encadre_blanc p.all {
	color: #ffffff;
	background-color: #4d6779;
	background-image: url(/img/accueil/encadre_blanc_bouton.gif);
	background-position: bottom right;
	height: 13px;
	padding: 1px 8px 4px 4px;
	margin: -3px 0px 0px 0px;
	position: absolute;
	right: 174px;
}
#contenu .encadre_blanc p.all a {
	color: #ffffff;
	text-decoration: none;
}
#contenu .encadre_blanc p.all a:hover {
	color: #ffd890;
}
#contenu .encadre_blanc_bas {
	font-size: 1px;
	background-color: #ffffff;
	background-image: url(/img/accueil/encadre_blanc_bas.gif);
	background-repeat: no-repeat;
	height: 14px;
}
#contenu .encadre_blanc .clear {
	margin-bottom: 0px;
}


#contenu .encadre_blanc2 {
	background-image: url(/img/accueil/encadre_blanc2.gif);
	width: 302px;
	margin: 0px 14px 14px 0px;
	padding:4px 0px 0px 0px;
	float: left;
	position: relative;
}
#contenu .encadre_blanc2 h2 {
	background-repeat: no-repeat;
	background-position: top center;
	border: none;
	height: 29px;
	margin: 0px;
}
#contenu .encadre_blanc2 a 
{
	text-decoration:none;
}
#contenu .encadre_blanc2 h2 span {
	visibility:hidden;
	margin-left:40px;
}
#contenu .encadre_blanc2 img {
	margin: 0px 10px -2px 20px;
	float: right;
}
#contenu .encadre_blanc2 ul {
	padding: 0px 0px 9px 21px;
	margin: 0px;
}
#contenu .encadre_blanc2 li {
	background-image: url(/img/accueil/encadre_blanc_puce.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 3px 16px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	float:left;
	width:240px;
}
#contenu .encadre_blanc2 li a {
	color: #000000;
	text-decoration: none;
}
#contenu .encadre_blanc2 li a:hover {
	text-decoration: none;
	color:#5d88b0;
}
#contenu .encadre_blanc2 p.all {
	color: #ffffff;
	background-color: #4d6779;
	background-image: url(/img/accueil/encadre_blanc_bouton.gif);
	background-position: bottom right;
	height: 13px;
	padding: 1px 8px 4px 4px;
	margin: -3px 0px 0px 0px;
	position: absolute;
	left: 90px;
}
#contenu .encadre_blanc2 p.all a {
	color: #ffffff;
	text-decoration: none;
}
#contenu .encadre_blanc2 p.all a:hover {
	color: #ffd890;
}
#contenu .encadre_blanc_bas2 {
	font-size: 1px;
	background-color: #ffffff;
	background-image: url(/img/accueil/encadre_blanc_bas2.gif);
	background-repeat: no-repeat;
	height: 14px;
}
#contenu .encadre_blanc2 .clear {
	margin-bottom: 0px;
}


#contenu .encadre_blanc3 {
	background-image: url(/img/accueil/encadre_blanc.gif);
	width: 456px;
	margin: 0px 0px 9px 0px;
	padding:4px 21px 0px 21px;
	float: left;
	/*position: relative;*/
}
#contenu .encadre_blanc3 h2 {
	background-repeat: no-repeat;
	background-position: top center;
	border: none;
	height: 29px;
	width: 260px;
	margin: 0px;
}
#contenu .encadre_blanc3 h2 span {
	display: none;
}
#contenu .encadre_blanc3_bas {
	font-size: 1px;
	background-color: #ffffff;
	background-image: url(/img/accueil/encadre_blanc_bas.gif);
	background-repeat: no-repeat;
	height: 14px;
	margin: 0px -21px 0px -21px;
}







#contenu .box_week {
	float:left;
	width:265px;
	margin:0px 0px 20px 0px;;
	background-image:url(../img/accueil/fond_box_week_haut.gif);
	background-repeat:no-repeat;
}
#contenu .box_week .box_week_bas {
	background-image:url(../img/accueil/fond_box_week_bas.gif);
	background-repeat:no-repeat;
	height:4px;
}
#contenu .box_week h2 {
	background-color:#9bbb59;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	height: 24px;
	margin: 5px 5px 5px 5px;
}
#contenu .box_week h2 a {
	width:255px;
	height: 24px;
	display:block;
}
#contenu .box_week h2 span {
	visibility:hidden;
}
#contenu .box_week h3 {
	background-color:#8064a2;
	margin: 5px 5px 5px 5px;
	padding:2px 2px 2px 2px;
	color:#FFF;
	font-size:10px;
	text-align: center;
	padding:3px;
	clear:both;
}
#contenu .box_week a {
	text-decoration:none;
}
#contenu .box_week .offre {
	margin: 5px 5px 5px 5px;
}
#contenu .box_week .offre a {
	color:#000;
	text-decoration:none;
}
#contenu .box_week .offre img {
	float:right;
	display:block;
	margin:0px 0px 5px 5px;
	border:none;
}







#contenu .box_groupes {
	float:left;
	width:227px;
	background-image:url(../img/accueil/fond_box_groupes_haut.gif);
	background-repeat:no-repeat;
	margin:0px 0px 10px 10px;
	_margin:0px 0px 10px 5px;
}
#contenu .box_groupes .box_groupes_bas {
	background-image:url(../img/accueil/fond_box_groupes_bas.gif);
	background-repeat:no-repeat;
	height:4px;
}
#contenu .box_groupes h2 {
	background-repeat: no-repeat;
	background-position:76px 0px;
	border: none;
	height: 14px;
	margin: 5px 0px 5px 0px;
}
#contenu .box_groupes h2 a {
	width:150px;
	height:20px;
	margin-left:70px;
	display:block;
}
#contenu .box_groupes a {
	text-decoration:none;
}
#contenu .box_groupes h2 span {
	visibility:hidden;
}
#contenu .box_groupes ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#contenu .box_groupes ul ul {
	width: 130px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 135px;
	display: none;
	position:absolute;
	z-index:100;
}
#contenu .box_groupes li:hover > ul {
	display: block;
}
#contenu .box_groupes li {
	padding: 3px 5px 3px -5px;
	margin: 0px 0px 5px 0px;
	list-style: none;
	float:left;
	position:relative;
}
#contenu .box_groupes li a {
	/*color: #76923c;*/
	color: #FFF;
	text-decoration: none;
	width:127px;
	display:block;
}
#contenu .box_groupes li a:hover {
	text-decoration: none;
}

#contenu .box_groupes li li {
	background-image:none;
	list-style: none;
	float:left;
	width:130px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#contenu .box_groupes li li a {
	color: #ffffff;
	text-decoration: none;
	width:130px;
	display:block;
	/*background-color:#76923c;*/
	background-color:#57b845;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
}
#contenu .box_groupes li li a:hover {
	/*background-color: #d8fc24;
	color: #76923c;*/
	background-color: #45a334;
	color: #FFF;
}
#contenu .box_groupes .flash {
	float:left;
	display:block;
	width:70px;
	/*background-color:#517faa;*/
	padding:4px 0px 4px 0px;
	margin:-20px 0px 4px 4px;
}

















#contenu .box_evts {
	float:left;
	width:227px;
	background-image:url(../img/accueil/fond_box_evts_haut.gif);
	background-repeat:no-repeat;
	margin:0px 0px 10px 10px;
	_margin:0px 0px 10px 5px;
}
#contenu .box_evts .box_evts_bas {
	background-image:url(../img/accueil/fond_box_evts_bas.gif);
	background-repeat:no-repeat;
	height:4px;
}
#contenu .box_evts h2 {
	background-repeat: no-repeat;
	background-position:76px 0px;
	border: none;
	height: 30px;
	margin: 5px 0px 5px 0px;
}
#contenu .box_evts h2 a {
	height:40px;
	margin-left:70px;
	display:block;
}
#contenu .box_evts a {
	text-decoration:none;
}
#contenu .box_evts h2 span {
	visibility:hidden;
}
#contenu .box_evts ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#contenu .box_evts ul ul {
	width: 130px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 135px;
	display: none;
	position:absolute;
	z-index:100;
}
#contenu .box_evts li:hover > ul {
	display: block;
}
#contenu .box_evts li {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	float:left;
	position:relative;
}
#contenu .box_evts li a {
	color: #f2dbdb;
	text-decoration: none;
	width:127px;
	display:block;
}
#contenu .box_evts li a:hover {
	text-decoration: none;
}

#contenu .box_evts li li {
	background-image:none;
	list-style: none;
	float:left;
	width:130px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#contenu .box_evts li li a {
	color: #ffffff;
	text-decoration: none;
	width:130px;
	display:block;
	background-color:#c0504d;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
}
#contenu .box_evts li li a:hover {
	background-color: #993366;
	color: #f2dbdb;
}
#contenu .box_evts .flash {
	float:left;
	display:block;
	width:65px;
	margin:-32px 0px 4px 4px;
}











#contenu .encadre_bleu {
	background-image: url(/img/accueil/encadre_bleu.gif);
	background-repeat:no-repeat;
	/*border-bottom: 1px solid #425c6d;*/
	width: 324px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
}
#contenu .encadre_bleu_bas {
	font-size: 1px;
	background-color: #517faa;
	background-image: url(/img/accueil/encadre_bleu_bas.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	height: 10px;
}
#contenu .encadre_bleu p.angers_resa {
	float:right;
	width:110px;
	height:70px;
	display:block;
	padding-right:14px;
	padding-bottom:4px;
}
#contenu .encadre_bleu p.angers_resa img {
	margin:0px;
}
#contenu .encadre_bleu h2 {
	background-repeat: no-repeat;
	background-position: center left;
	border: none;
	height: 30px;
	margin: 0px 0px 0px 67px;
}
#contenu .encadre_bleu a 
{
	text-decoration:none;
}
#contenu .encadre_bleu h2 span {
	visibility:hidden;
	margin-left:40px;
}
#contenu .encadre_bleu img {
	margin: -10px 5px 0px 0px;
	float: right;
	border:none;
}
#contenu .encadre_bleu ul {
	padding: 0px 0px 9px 21px;
	margin: 0px 0px 0px 0px;
}
#contenu .encadre_bleu ul ul {
	width: 150px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 155px;
	display: none;
	position:absolute;
	z-index:100;
}
#contenu .encadre_bleu li:hover > ul {
	display: block;
}
#contenu .encadre_bleu li {
	background-image: url(/img/accueil/encadre_bleu_puce.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 3px 16px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	float:left;
	position:relative;
}
#contenu .encadre_bleu li a {
	color: #000000;
	text-decoration: underline;
	width:157px;
	display:block;
}
#contenu .encadre_bleu li a:hover {
	text-decoration: none;
}

#contenu .encadre_bleu li li {
	background-image:none;
	list-style: none;
	float:left;
	width:150px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#contenu .encadre_bleu li li a {
	color: #ffffff;
	text-decoration: none;
	width:150px;
	display:block;
	background-color:#538fc7;
	background-image: url(/img/menu/puce.gif);
	background-repeat:no-repeat;
	padding: 3px 0px 3px 20px;
	margin: 0px 0px 0px 0px;
}
#contenu .encadre_bleu li li a:hover {
	background-color: #83b5e3;
}

#contenu .encadre_bleu p.all {
	color: #ffffff;
	background-color: #4d6779;
	background-image: url(/img/accueil/encadre_bleu_bouton.gif);
	background-position: bottom right;
	padding: 1px 8px 4px 4px;
	margin: -3px 0px 0px 0px;
	position: absolute;
	right: -2px;
	z-index:50;
}
#contenu .encadre_bleu p.all a {
	color: #ffffff;
	text-decoration: none;
}
#contenu .encadre_bleu p.all a:hover {
	color: #ffd890;
}
#contenu .encadre_bleu .clear {
	margin-bottom: 0px;
}


#contenu .encadre_bleu2 {
	background-image: url(/img/accueil/encadre_bleu2.gif);
	background-repeat:no-repeat;
	/*border-bottom: 1px solid #425c6d;*/
	width: 182px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 14px 0px;
	float: left;
	position: relative;
}
#contenu .encadre_bleu_bas2 {
	font-size: 1px;
	background-color: #517faa;
	background-image: url(/img/accueil/encadre_bleu_bas2.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	height: 10px;
}
#contenu .encadre_bleu2 p.angers_resa {
	text-align: center;
	margin: 0px;
}
#contenu .encadre_bleu2 p.angers_resa img {
	margin: 5px 0px 0px 0px;
	float: none;
}
#contenu .encadre_bleu2 h2 {
	background-repeat: no-repeat;
	background-position: top center;
	border: none;
	height: 29px;
	margin: 0px;
}
#contenu .encadre_bleu2 a 
{
	text-decoration:none;
}
#contenu .encadre_bleu2 h2 span {
	visibility:hidden;
	margin-left:40px;
}
#contenu .encadre_bleu2 img {
	margin: -10px 5px 0px 0px;
	float: right;
	border:none;
}
#contenu .encadre_bleu2 ul {
	padding: 0px 0px 9px 21px;
	margin: 0px 0px 0px 0px;
}
#contenu .encadre_bleu2 ul ul {
	width: 150px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 155px;
	display: none;
	position:absolute;
	z-index:100;
}
#contenu .encadre_bleu2 li:hover > ul {
	display: block;
}
#contenu .encadre_bleu2 li {
	background-image: url(/img/accueil/encadre_bleu_puce.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 3px 16px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	float:left;
	position:relative;
}
#contenu .encadre_bleu2 li a {
	color: #000000;
	text-decoration: underline;
	width:157px;
	display:block;
}
#contenu .encadre_bleu2 li a:hover {
	text-decoration: none;
}

#contenu .encadre_bleu2 li li {
	background-image:none;
	list-style: none;
	float:left;
	width:150px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#contenu .encadre_bleu2 li li a {
	color: #ffffff;
	text-decoration: none;
	width:150px;
	display:block;
	background-color:#538fc7;
	background-image: url(/img/menu/puce.gif);
	background-repeat:no-repeat;
	padding: 3px 0px 3px 20px;
	margin: 0px 0px 0px 0px;
}
#contenu .encadre_bleu2 li li a:hover {
	background-color: #83b5e3;
}

#contenu .encadre_bleu2 p.all {
	color: #ffffff;
	background-color: #4d6779;
	background-image: url(/img/accueil/encadre_bleu_bouton.gif);
	background-position: bottom right;
	padding: 1px 8px 4px 4px;
	margin: -3px 0px 0px 0px;
	position: absolute;
	right: -2px;
	z-index:50;
}
#contenu .encadre_bleu2 p.all a {
	color: #ffffff;
	text-decoration: none;
}
#contenu .encadre_bleu2 p.all a:hover {
	color: #ffd890;
}
#contenu .encadre_bleu2 .clear {
	margin-bottom: 0px;
}


#contenu .bloc_reservation {
	width: 196px;
	float: right;
	/*background-color:#ffaf1b;*/
}
#contenu .bloc_reservation iframe {
	background-color:#ffaf1b;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#contenu .bloc_reservation h2 {
	background-repeat: no-repeat;
	background-position: top center;
	border: none;
	height: 17px;
	margin: 0px;
	/*display:none;*/
}
.bloc_reservation h2 span {
	display: none;
}
#gauche .bloc_reservation h2 {
	background-repeat: no-repeat;
	background-position: bottom center;
	border: none;
	height: 25px;
	margin: 0px;
}
#gauche .bloc_reservation h2 span {
	display: none;
}
#contenu .bloc_reservation h3 {
	color: #452d01;
	font-size: 1.1em;
	font-weight: normal;
	background-image: url(/img/accueil/bloc_reservation_puce.gif);
	background-repeat: no-repeat;
	background-position:7px 0px;
	padding: 0px 0px 10px 21px;
	margin: 0px 0px 0px 0px;
}
#contenu .bloc_reservation h3 a {
	color: #452d01;
	text-decoration: underline;
}
#contenu .bloc_reservation h3 a:hover {
	text-decoration: none;
}
#contenu .bloc_reservation2 {
	background-image: url(/img/accueil/bloc_reservation2.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
}
#contenu .bloc_reservation2_bas {
	background-image: url(/img/accueil/bloc_reservation_bas.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 5px 0px 10px 0px;
}
#contenu .bloc_reservation3 {
	padding: 10px 0px 0px 0px;
	background-color:#ffaf1b;
}

#contenu .postit {
	background-repeat: no-repeat;
	height: 133px;
	width: 144px;
	margin: -5px 0px 0px 20px;
	float: left;
}
#contenu .postit span {
	display: none;
}

p.baseline {
	color: #8c8c8c;
	font-size: 0.8em;
	text-align: justify;
	width: 498px;
	margin: 10px 0px 5px 0px;
	float: left;
	clear: left;
}
#contenu p.baseline a {
	color: #8c8c8c;
}

/* Recherche */

#centre.recherche #options {
	margin: -10px 0px -15px 0px;
}
#centre.recherche #options a.print {
	display: none;
}
#centre.recherche #options a.pdf {
	display: none;
}
#centre.recherche #contenu {
	padding: 0px 110px 10px 80px;
}
#centre.recherche #contenu h2 {
	margin: 0px;
}
#centre.recherche #contenu h2.onglet {
	background-repeat: no-repeat;
	border: none;
	height: 21px;
	width: 222px;
	float: right;
}
#centre.recherche #contenu h2.onglet span {
	display: none;
}
#centre.recherche #contenu h3 {
	font-size: 1.6em;
	background-repeat: repeat-x;
	height: 50px;
	padding: 15px 0px 0px 12px;
	margin: 0px;
}
#centre.recherche #contenu .boite1 {
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 531px;
	padding: 0px 25px 0px 50px;
	margin: 0px 0px 3px 0px;
	float: left;
}
#centre.recherche #contenu .boitebis {
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 531px;
	padding: 0px 25px 0px 50px;
	margin: 0px 0px 3px 0px;
	float: left;
}
#centre.recherche #contenu .boitebis input {
	width: 100px;
	padding: 1px 2px 1px 4px;
	margin: -3px 3px 3px -3px;
	position: relative;
}
#centre.recherche #contenu .boite2 {
	color: #736b46;
	width: 521px;
	padding: 10px 25px 5px 60px;
	margin: 0px 0px 3px 0px;
	float: left;
}
#centre.recherche #contenu .boite3 {
	width: 529px;
	padding: 10px 25px 0px 50px;
	margin: 0px 0px 3px 0px;
	float: left;
}
#centre.recherche #contenu .boite1 select,
#centre.recherche #contenu .boite2 select,
#centre.recherche #contenu .boite3 select {
	margin: -3px 3px 3px -3px;
	float: left;
	position: relative;
}
#centre.recherche #contenu .boitebis select {
	margin: -3px 3px 3px -3px;
	position: relative;
}
#centre.recherche #contenu .boite1 input,
#centre.recherche #contenu .boite2 input,
#centre.recherche #contenu .boite3 input {
	width: 300px;
	padding: 1px 2px 1px 4px;
	margin: -3px 3px 3px -3px;
	float: left;
	position: relative;
}
#centre.recherche #contenu .boite1 input.checkbox,
#centre.recherche #contenu .boite2 input.checkbox,
#centre.recherche #contenu .boite3 input.checkbox {
	width: auto;
	margin: 0px 3px 10px -3px;
}
#centre.recherche #contenu .boite1 label,
#centre.recherche #contenu .boite3 label {
	font-weight: bold;
	width: 170px;
	margin: 2px 10px 0px 0px;
	display: block;
	float: left;
	clear: left;
	text-align:right;
}
#centre.recherche #contenu .boitebis span.input {
	margin: 0px 0px 15px 0px;
}
#centre.recherche #contenu .boitebis input {
	width: auto;
	padding: 2px 7px 2px 7px;
}
#centre.recherche #contenu .boitebis span span.clear {
	background-color: transparent;
	width: 20px;
	margin: 0px 0px -2px 0px;
	float: none;
}
#centre.recherche #contenu .boitebis .default div {
	padding: 0px 0px 0px 0px;
	float: left;
	width:120px;
}
#centre.recherche #contenu .boitebis label {
	font-weight: bold;
	width: 170px;
	margin: 2px 10px 0px 0px;
	display: block;
	float: left;
	clear: left;
	text-align:right;
	color:#540337;
}
#centre.recherche #contenu .boitebis .default {
	font-weight: bold;
	width: 100%;
	margin: 2px 0px 10px 0px;
	float: left;
	clear: left;
}
#centre.recherche #contenu .boitebis .default label {
	color: #000000;
	font-weight: normal;
	width: auto;
	margin: 0px;
	display: inline;
	float: none;
	clear: none;
}

#centre.recherche #contenu .boite2 strong 
{
	font-weight: bold;
	margin: 2px 0px 10px -10px;
	display: block;
}
#centre.recherche #contenu .boite1 .default,
#centre.recherche #contenu .boite2 .default,
#centre.recherche #contenu .boite3 .default {
	font-weight: bold;
	width: 100%;
	margin: 2px 0px 10px 0px;
	float: left;
	clear: left;
}
#centre.recherche #contenu .boite1 .default div,
#centre.recherche #contenu .boite2 .default div,
#centre.recherche #contenu .boite3 .default div {
	padding: 0px 0px 0px 0px;
	float: left;
	width:120px;
}
#centre.recherche #contenu .boite1 .default div.classement {
	margin: 0px 0px 0px 0px;
	float: left;
	width:170px;
	text-align:right;
}
#centre.recherche #contenu .boite1 .default label,
#centre.recherche #contenu .boite2 .default label,
#centre.recherche #contenu .boite3 .default label {
	color: #000000;
	font-weight: normal;
	width: auto;
	margin: 0px;
	display: inline;
	float: none;
	clear: none;
}
#centre.recherche #contenu .boite1 .default input,
#centre.recherche #contenu .boite2 .default input,
#centre.recherche #contenu .boite3 .default input,
#centre.recherche #contenu .boitebis .default input {
	vertical-align: middle;
	width: auto;
	margin: 0px 0px 2px 20px;
	float: none;
}
#centre.recherche #contenu .boite1 .default div input,
#centre.recherche #contenu .boite2 .default div input,
#centre.recherche #contenu .boite3 .default div input,
#centre.recherche #contenu .boitebis .default div input {
	margin: 0px 0px 2px 0px;
}
#centre.recherche #contenu .boite1 span,
#centre.recherche #contenu .boite2 span,
#centre.recherche #contenu .boite3 span {
	background-color: #c8be99;
	font-weight: bold;
	margin: 3px 0px 10px 0px;
	display: block;
	float: left;
}
#centre.recherche #contenu .boite1 span span.clear,
#centre.recherche #contenu .boite2 span span.clear,
#centre.recherche #contenu .boite3 span span.clear,
#centre.recherche #contenu .boitebis span span.clear {
	background-color: transparent;
	width: 20px;
	margin: 0px 0px -2px 0px;
	float: none;
}
#centre.recherche #contenu .boite1 img,
#centre.recherche #contenu .boite2 img,
#centre.recherche #contenu .boite3 img,
#centre.recherche #contenu .boitebis img {
	vertical-align: middle;
}
#centre.recherche #contenu .bouton_recherche {
	height: 21px;
	margin: 0px 0px 0px 0px;
	clear: left;
}
#centre.recherche #contenu .bouton_recherche a {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 28px;
	padding: 10px 25px 0px 40px;
	margin: -17px 0px 0px 20px;
	display: block;
	float: right;
	position: relative;
}
#centre.recherche #contenu .boite2 .tarif {
	display: inline;
}

/* Listing */

#centre.listing #options, #centre.listing_sejour #options {
	margin: 0px 0px -25px 0px;
	position: relative;
	z-index: 100;
}
/*#centre.listing #options {
	margin: 35px 0px -60px 0px;
	position: relative;
	z-index: 100;
}
#centre.listing #options a.ami {
	background-image: url(/img/centre/picto_ami2.gif);
}
#centre.listing #options a.print {
	background-image: url(/img/centre/picto_imprimer2.gif);
}
#centre.listing #options a.pdf {
	background-image: url(/img/centre/picto_pdf2.gif);
}
#centre.listing #options a.txt_plus {
	background-image: url(/img/centre/picto_agrandir_texte2.gif);
}
#centre.listing #options a.txt_moins {
	background-image: url(/img/centre/picto_reduire_texte2.gif);
}*/
#centre.listing #contenu h2, #centre.listing_sejour #contenu h2 {
	margin: 0px -16px 0px 0px;
}
#centre.listing_sejour #contenu .resultat {
	text-align:center;
}
#contenu .resultat {
	color: #a13000;
	background-color: #eeeada;
	padding: 10px 15px 12px 15px;
	margin: 0px -16px 0px 0px;
}
#contenu .resultat .bouton {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/img/centre/bouton_listing.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 20px 4px 18px;
	margin: -10px 0px 0px 15px;
	display: block;
	float: right;
}
#contenu .resultat .bouton:hover {
	color: #ffd890;
}
#contenu ul.listing {
	padding: 0px;
	width: 780px;
	margin: 0px -16px 10px 0px;
}
#contenu ul.listing li {
	border-bottom: 1px solid #eeeada;
	width: 725px;
	padding: 10px 25px 8px 30px;
	margin: 10px 0px 0px 0px;
	list-style: none;
	float: left;
}
/*#contenu ul.listing img.photo {
	margin: 0px 20px 0px 0px;
	float: left;
}*/
#centre.listing_sejour #contenu  ul.listing span.col1,
#centre #contenu  ul.listing span.col1 {
	float: left;
	width:120px;
	display:block;
}
#centre.listing_sejour #contenu  ul.listing span.col2 {
	float: left;
	width:450px;
	display:block;
	text-align:justify;
	padding:0px 10px 0px 10px;
}
#centre #contenu  ul.listing span.cola {
	float: left;
	width:150px;
	display:block;
}
#centre #contenu  ul.listing span.colb {
	float: left;
	width:400px;
	display:block;
	text-align:justify;
	padding:0px 10px 0px 10px;
}

#centre #contenu  ul.listing span.col2 {
	float: left;
	width:444px;
	display:block;
	text-align:justify;
	padding:0px 10px 0px 10px;
}
#centre.listing_sejour #contenu  ul.listing span.col2 h3 {
	font-size: 1em;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}
#centre.listing_sejour #contenu  ul.listing span.col3 {
	float: left;
	width:130px;
	margin-top:20px;
}
#centre.listing_sejour #contenu  ul.listing span.col3 a {
	width:130px;
	height:66px;
	display:block;
	text-decoration:none;
}
#centre.listing_sejour #contenu  ul.listing span.col3 span {
	display:none;
}
#contenu ul.listing h3 {
	font-size: 1em;
	text-transform: uppercase;
	/*margin: -13px 0px 0px 0px;*/
	margin: 0px 0px 0px 0px;
}
#contenu ul.listing p {
	margin: 0px;
}
#contenu ul.listing .localisation {
	width: 156px;
	margin: -8px 0px -8px 0px;
	display: block;
	float: right;
}
#contenu ul.listing .actions {
	margin: -7px 0px 0px 0px;
	display: block;
	float: right;
	width: 138px;
}
#contenu ul.listing .localisation_geographique {
	height: 43px;
	width: 125px;
	display: block;
	float: right;
	clear: right;
	position: relative;
	right: 0px;
	z-index: 100;
}
#contenu ul.listing .localisation_geographique span {
	display: none;
}
#contenu ul.listing .carnet_voyage {
	background-repeat: no-repeat;
	height: 49px;
	width: 138px;
	margin: 10px 0px 0px 0px;
	display: block;
	float: right;
	clear: right;
}
#contenu ul.listing .carnet_voyage span {
	display: none;
}
.listing .clear {
	margin: 0px;
}
#contenu ul.listing .carnet_voyage2 {
	background-repeat: no-repeat;
	height: 31px;
	width: 103px;
	margin: 0px 0px 0px 10px;
	display: block;
	float: left;
}
#contenu ul.listing .carnet_voyage2 span {
	display: none;
}
#contenu ul.listing .partir_de {
	background-repeat: no-repeat;
	height: 31px;
	width: 161px;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	display: block;
	float: left;
	background-image:url(/img/centre/partir_de.gif);
	text-align:center;
	color:#FFFFFF;
	font-size:0.9em;
}
#contenu ul.listing .partir_de span {
	font-weight:bold;
}


/* Détail */

#contenu .detail_gauche {
	width: 418px;
	float: left;
}
#contenu .detail_gauche p {
	margin: 10px 0px 10px 30px;
}
#contenu .detail_droite {
	text-align: center;
	width: 309px;
	padding: 0px 0px 0px 32px;
	float: right;
}

#centre.detail_sejour #contenu .detail_gauche {
	width: 560px;
	float: left;
	margin-top:10px;
}
#centre.detail_sejour #contenu .detail_gauche p {
	margin: 0px 0px 0px 0px;
}
#centre.detail_sejour #contenu .detail_gauche p.date {
	color:#540337;
	margin-top:5px;
	margin-bottom:5px;
}
#centre.detail_sejour #contenu .detail_gauche p.descriptif {
	text-align:justify;
}
#centre.detail_sejour #contenu .detail_droite {
	text-align: center;
	width: 188px;
	padding: 0px 0px 0px 0px;
	float: right;
}
#centre.detail_sejour #contenu .partir_de {
	background-repeat: no-repeat;
	height: 31px;
	width: 161px;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	display: block;
	float: right;
	background-image:url(/img/centre/partir_de.gif);
	text-align:center;
	color:#FFFFFF;
	font-size:0.9em;
}
#centre.detail_sejour #contenu .partir_de span {
	font-weight:bold;
}
#centre.detail_sejour #contenu h2 {
	color: #a13000;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px solid #a13000;
	margin: -25px -16px 0px 0px;
}
#centre.detail_sejour #contenu .carnet_voyage3 {
	background-repeat: no-repeat;
	height: 49px;
	width: 188px;
	margin: 2px 0px 0px 0px;
	display: block;
}
#centre.detail_sejour #contenu .carnet_voyage3 span {
	display: none;
}
#centre.detail_sejour #contenu .bloc_photo {
	margin: 0px 0px 0px 0px;
	text-align:center;
}
#centre.detail_sejour #contenu  .bt_resa a {
	width:188px;
	height:95px;
	display:block;
}
#centre.detail_sejour #contenu  .bt_resa span {
	display:none;
}
#centre.detail_sejour #contenu .box_pratiques {
	float:left;
	width:270px;
	margin-top:10px;
}
#centre.detail_sejour #contenu .box_pratiques h3 {
	background-image: url(/img/centre/box_pratique1.gif);
	background-repeat:no-repeat;
	color:#000000;
	padding:3px 0px 2px 10px;
	background-color:#dbd6bf;
	border-bottom:#FFFFFF solid 1px;
	font-size:1.1em;
	margin:0px;
}
#centre.detail_sejour #contenu .box_pratiques .prix1 {
	background-color:#eeeada;
	border-bottom:#FFFFFF solid 1px;
	font-size:1em;
	padding:10px;
}
#centre.detail_sejour #contenu .box_pratiques .prix2 {
	background-color:#eeeada;
	background-image:url(/img/centre/box_pratique2.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:1em;
	padding:10px;
}
#centre.detail_sejour #contenu .box_pratiques h4 {
	margin:0px 0px 3px 0px;
	padding:0px;
	color:#a13000;
	font-size:1em;
}

#centre.detail_sejour #contenu .box_contact {
	float:right;
	width:270px;
	margin-top:10px;
}
#centre.detail_sejour #contenu .box_contact h3 {
	background-image: url(/img/centre/box_contact1.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:3px 0px 2px 10px;
	background-color:#9cb75f;
	border-bottom:#FFFFFF solid 1px;
	font-size:1.1em;
	margin:0px;
}
#centre.detail_sejour #contenu .box_contact .coord {
	background-color:#bacf8c;
	border-bottom:#FFFFFF solid 1px;
	font-size:1em;
	padding:10px;
	background-image:url(/img/centre/box_contact2.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#centre.detail_sejour #contenu .box_contact .coord a {
	text-decoration:underline;
	color:#2652a3;
}
#centre.detail_sejour #contenu .box_contact .coord a:hover {
	text-decoration:none;
}
#centre.detail_sejour #contenu .box_contact h4 {
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#35470e;
	font-size:1em;
}
#centre.detail_sejour #contenu .box_contact .coord .bt_reserver {
	text-align:right;
	margin-top:10px;
}
#centre.detail_sejour #contenu .box_contact .coord .bt_reserver a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	background-image:url(/img/centre/box_contact3.gif);
	padding:0px 8px 0px 8px;
	background-color:#f3eca1;
}
#centre.detail_sejour #contenu .box_contact .coord .bt_reserver span {
	background-image:url(/img/centre/box_contact4.gif);
	background-position:bottom right;
	background-repeat: no-repeat;
	padding:0px 8px 0px 0px;
	background-color:#f3eca1;
}
#contenu .detail_gauche .voir {
	background-image:url(../img/sejour/fond_voir.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#aa599a;
	color:#000000;
	font-size:11px;
	margin:-7px 0px 10px 15px;
	width:auto;
	padding:2px 5px 2px 5px;
}
#contenu .detail_gauche .voir a {
	text-decoration:underline;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
}
#contenu .detail_gauche .voir a:hover {
	text-decoration:none;
}



#contenu a {
	color: #000875;
}
#contenu a:hover {
	text-decoration: none;
}
#contenu .adresse {
	font-size: 1.1em;
}
#contenu .dates {
	color: #a13000;
	font-size: 1.1em;
}
#contenu .important {
	padding: 0px 2px 0px 2px;
}
#contenu .infos {
	padding: 0px;
	margin: 20px 0px 20px 50px;
}
#contenu .infos li {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	list-style: none;
}
#contenu .infos img {
	vertical-align: middle;
}

#contenu .bloc_carnet_voyage {
	float: right;
}
#contenu .bloc_carnet_voyage a {
	background-repeat: no-repeat;
	height: 49px;
	width: 138px;
	margin: 10px -6px 0px 10px;
	display: block;
}
#contenu .bloc_diaporama {
	margin: 0px 0px 15px 0px;
}
#contenu .bloc_localisation {
	margin: 0px 0px 10px 0px;
}
#contenu .bloc_localisation h3 {
	margin: 0px;
}
#contenu .bloc_localisation a {
	background-repeat: no-repeat;
	height: 41px;
	width: 223px;
	margin: 0px 45px 0px 46px;
	display: block;
}
#contenu .bloc_localisation a span {
	display: none;
}
#contenu .bloc_temoignages {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
#contenu .bloc_temoignages a {
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 51px;
	width: 130px;
	padding: 82px 30px 0px 20px;
	margin: 0px 66px 0px 66px;
	display: block;
}
#contenu .bloc_temoignages a:hover {
	text-decoration: underline;
}
#contenu .bloc_temoignages a span {
	display: none;
}
#contenu .bloc_carnet_voyage a span {
	display: none;
}

#contenu .encadre_tableau {
	background-repeat: no-repeat;
	margin: 0px 0px 10px 15px;
	position: relative;
}
#contenu .encadre_tableau_bas {
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 3px 20px 5px 20px;
}
#contenu .encadre_tableau h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0px 0px 6px 15px;
	position: relative;
	z-index: 100;
}
#contenu .encadre_tableau table {
	margin: -15px -1px 0px 0px;
}
#contenu .encadre_tableau caption {
	display: none;
}
#contenu .encadre_tableau th {
	font-size: 0.8em;
	font-weight: normal;
	padding: 0px 5px 2px 5px;
}
#contenu .encadre_tableau th span {
	display: none;
}
#contenu .encadre_tableau td {
	color: #ffffff;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 2px 10px 3px 13px;
}
#contenu .encadre_tableau td.principal {
	width: 100%;
}
#contenu .encadre_tableau .arrondi {
	font-size: 1px;
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 5px;
	margin: -5px -1px 0px 1px;
}

#contenu .encadre_beige {
	margin: 0px 0px 10px 15px;
}
#contenu .encadre_beige_bas {
	background-position: bottom right;
	padding: 3px 20px 10px 20px;
}
#contenu .encadre_beige h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0px 0px 6px 15px;
}
#contenu .encadre_beige img {
	margin: 0px 1px 3px 0px;
}

/* Témoignages */

#centre.temoignages #options {
	margin: 0px 0px -20px 0px;
}
#contenu .onglets {
	height: 28px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px -1px 0px;
	position: relative;
}
#contenu .onglets h2 {
	font-size: 1.1em;
	border: none;
	margin: 0px;
}
#contenu .onglets h2 a {
	color: #ffffff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 19px;
	padding: 9px 8px 0px 8px;
	display: block;
	float: left;
}
#contenu .onglets h2 span {
	color: #a13000;
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 20px;
	padding: 8px 8px 0px 8px;
	display: block;
	float: left;
}
#contenu .boite {
	background-repeat: repeat-x;
	width: 672px;
	padding: 10px 20px 20px 50px;
	margin: 0px 10px 20px 10px;
}
#contenu .boite .gauche {
	width: 290px;
	margin: 10px 0px 0px 0px;
	float: left;
}
#contenu .boite .droite {
	width: 350px;
	margin: 10px 0px 0px 0px;
	float: right;
}
#contenu .boite h3 {
	color: #736b46;
	font-size: 1.6em;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	clear: left;
}
#contenu .boite .droite h3 {
	margin: 0px 0px 20px 0px;
}
#contenu .boite p {
	margin: 0px 0px 10px 0px;
}
#contenu .boite .gauche p {
	font-size: 0.9em;
	margin: 10px 0px 0px 0px;
}
#contenu .boite input {
	width: 190px;
	padding: 1px 2px 1px 4px;
	margin: 5px 0px 0px 0px;
	float: left;
	position: relative;
}
#contenu .boite span select {
	width: 185px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	float: left;
	position: relative;
}
#contenu .boite .droite input {
	width: 255px;
}
#contenu .boite span input {
	margin: -3px 3px 3px -3px;
}
#contenu .boite span select {
	margin: -3px 3px 3px -3px;
}
#contenu .boite input.fichier {
	width: 270px;
	margin: 20px 0px 0px 0px;
}
#contenu .boite textarea {
	height: 250px;
	width: 337px;
	padding: 1px 2px 1px 4px;
	margin: -3px 3px 3px -3px;
	float: left;
	position: relative;
}
#contenu .boite label {
	font-weight: bold;
	width: 80px;
	margin: 2px 0px 0px 0px;
	display: block;
	float: left;
	clear: left;
}
#contenu .boite label.type {
	width: 160px;
}
#contenu .boite label.checkbox {
	color: #515151;
	font-size: 0.9em;
	font-weight: normal;
	width: auto;
	padding: 0px 0px 0px 5px;
	float: none;
}
#contenu .boite label.checkbox input {
	width: auto;
	margin: 0px;
}
#contenu .boite label.checkbox span {
	background-color: transparent;
	width: 320px;
	display: block;
	float: left;
}
#contenu .boite span {
	background-color: #c8be99;
	margin: 3px 0px 10px 0px;
	display: block;
	float: left;
}
#contenu .boite span span.clear {
	background-color: transparent;
	width: 100px;
	margin: 0px 0px -2px 0px;
	float: none;
}
#contenu .boite span.legende {
	color: #a13000;
	background-color: transparent;
	margin: 10px 0px 20px 0px;
	display: inline;
}
#contenu .bouton_recherche {
	height: 21px;
	margin: -34px 10px 20px 0px;
	clear: left;
}
#contenu .bouton_recherche a {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 28px;
	padding: 10px 25px 0px 35px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: right;
	position: relative;
}
#contenu .bouton_recherche a.off {
	padding: 10px 25px 0px 30px;
}

#contenu .boite ul {
	border-top: 1px solid #eeeada;
	padding: 0px;
	margin: 20px 15px 40px -10px;
}
#contenu .boite li {
	border-bottom: 1px solid #eeeada;
	padding: 10px 10px 12px 10px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
#contenu .boite li h3 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
}
#contenu .boite li h3 a {
	color: #a13000;
}
#contenu .boite li p {
	margin: 5px 0px 0px 0px;
}
#contenu .boite li p.auteur {
	font-size: 0.8em;
	font-style: italic;
	margin: 0px 0px 0px 5px;
	display: inline;
}
#contenu .boite .detail {
	border-bottom: 1px solid #ddb4a3;
	width: 662px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
	float: left;
	position: relative;
	left: -10px;
}
#contenu .boite .detail img {
	margin: 10px 0px 10px 20px;
	float: right;
}
#contenu .boite .detail h3 {
	margin: 0px;
}
#contenu .boite .detail p {
	text-align: justify;
}
#contenu .boite .detail p.auteur {
	font-size: 0.8em;
	font-style: italic;
	margin: 5px 0px 20px 0px;
}
#contenu .boite .detail .hauteur {
	height: 250px;
}
.temoignez {
	font-size: 1px;
	background-repeat: no-repeat;
	height: 49px;
	width: 215px;
	margin: 10px 0px 0px 0px;
	display: block;
	float: right;
}
.temoignez span {
	display: none;
	visibility: hidden;
}

/* Plan du site */

.plan {
	width: 400px;
	padding: 0px 0px 0px 50px;
	margin: 0px;
	float: left;
	clear: left;
}
.plan2 {
	width: 250px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	float: right;
	clear: right;
}
.plan ul, .plan2 ul {
	padding: 0px;
	margin: 10px 0px 20px 40px;
	float: none;
}
.plan ul ul, .plan2 ul ul {
	margin: 10px 0px 0px 40px;
}
.plan li, #contenu .plan li.infos {
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 30px 0px 0px 0px;
	list-style: none;
}
#contenu .plan li.decouvrir {
	background-image: url(/img/decouvrir/titre_plan.gif);
}
#contenu .plan li.sejour {
	background-image: url(/img/sejour/titre_plan.gif);
}
#contenu .plan li.infos {
	background-image: url(/img/infos/titre_plan.gif);
}
#contenu .plan li.pro_presse {
	background-image: url(/img/pro_presse/titre_plan.gif);
}
.plan2 li.defaut {
	padding: 0px 0px 0px 10px;
	margin: 20px 0px 0px 0px;
	list-style: none;
}
.plan2 li.defaut li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.plan ul li, #contenu .plan .infos ul li, .plan2 li.defaut li {
	background-repeat: no-repeat;
	width: auto;
	padding: 0px 0px 10px 10px;
	margin: 0px;
}
.plan .decouvrir li {
	background-image: url(/img/decouvrir/puce.gif);
	background-repeat: no-repeat;
}
.plan .sejour li {
	background-image: url(/img/sejour/puce.gif);
	background-repeat: no-repeat;
}
.plan .infos li {
	background-image: url(/img/infos/puce.gif);
	background-repeat: no-repeat;
}
.plan .pro_presse li {
	background-image: url(/img/pro_presse/puce.gif);
	background-repeat: no-repeat;
}
.plan2 .defaut li {
	background-image: url(/img/centre/puce.gif);
	background-repeat: no-repeat;
}
#contenu .plan a {
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-repeat: repeat-y;
	padding: 5px 0px 5px 15px;
	margin: 20px 0px 10px 0px;
	display: block;
}
#contenu .plan2 a {
	color: #a13000;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px;
	margin: 10px 0px 20px 0px;
}
#contenu .plan ul a {
	color: #000000;
	text-decoration: none;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#contenu .plan2 ul a {
	color: #000000;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
}
#contenu .plan ul ul a {
	font-size: 1em;
	font-weight: normal;
}
#contenu .plan a:hover, #contenu .plan2 a:hover {
	text-decoration: underline;
}
#contenu .plan .decouvrir ul a, #contenu .plan .sejour ul a, #contenu .plan .infos ul a, #contenu .plan .pro_presse ul a, #contenu .plan2 .defaut ul a {
	background-image: none;
}

/* Brochures */

.brochure {
	text-align: center;
	width: 220px;
	padding: 0px 0px 0px 30px;
	margin: 30px 0px 20px 0px;
	float: left;
}
.brochure .photo {
	height: 150px;
}
.brochure h3 {
	color: #a13000;
	font-size: 1em;
	text-transform: uppercase;
	margin: 5px 0px 0px 0px;
}
#contenu .themes {
	color: #a13000;
	background-color: #eeeada;
	padding: 7px 165px 9px 15px;
	margin: 0px -16px 0px 0px;
}
#contenu .themes select {
	vertical-align: center;
	width: 160px;
}
#contenu .themes .bouton {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/img/centre/bouton_listing.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 20px 4px 18px;
	margin: -7px 0px 0px 0px;
	display: block;
	float: right;
}
#contenu .themes .bouton:hover {
	color: #ffd890;
}
.brochure p {
	margin: 5px 20px 3px 20px;
}
#contenu .mini_bouton {
	color: #ffffff;
	text-decoration: none;
	line-height: 2em;
	background-color: #a13000;
	background-image: url(/img/centre/bouton.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #a13000;
	padding: 0px 9px 0px 9px;
}
#contenu .mini_bouton:hover {
	color: #ffd890;
}
#contenu .mini_bouton_contour {
	color: #a13000;
	text-decoration: none;
	ffont-weight: bold;
	line-height: 2em;
	background-image: url(/img/centre/bouton_contour.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #a13000;
	border-bottom: 1px solid #a13000;
	padding: 0px 9px 0px 9px;
}
#contenu .mini_bouton_contour:hover {
	color: #671f00;
}
.listing_brochures {
	border-top: 1px solid #eeeada;
	padding: 0px;
	margin: 20px 0px 50px 16px;
}
.listing_brochures li {
	border-bottom: 1px solid #eeeada;
	padding: 5px 5px 6px 5px;
	margin: 0px;
	list-style: none;
}
#centre.formulaire #contenu .listing_brochures li h3 {
	color: #000000;
	font-size: 1em;
	text-transform: uppercase;
	background-image: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#contenu .listing_brochures li a {
	color: #a13000;
	float: right;
}
#centre.formulaire #contenu h3 {
	font-size: 1.6em;
	background-repeat: repeat-x;
	height: 50px;
	padding: 15px 0px 0px 12px;
	margin: 0px 94px 0px 64px;
}
#centre.formulaire #contenu .boite1 {
	background-repeat: no-repeat;
	background-position: bottom left;
	border-left: 64px solid #ffffff;
	width: 531px;
	padding: 0px 25px 20px 50px;
	margin: 0px 0px 3px 0px;
	float: left;
}
#centre.formulaire #contenu .boite1 label {
	color: #000000;
	font-weight: bold;
	width: 150px;
	margin: 2px 0px 0px 0px;
	display: block;
	float: left;
	clear: left;
}
#centre.formulaire #contenu .boite1 .default {
	font-weight: bold;
	width: 100%;
	margin: 2px 0px 10px 0px;
	float: left;
	clear: left;
}
#centre.formulaire #contenu .boite1 input.radio {
	width: auto;
	margin: 0px 3px 10px -3px;
	float:left;
}
#centre.formulaire #contenu .boite1 label.radio {
	width: 100px;
	margin: 0px;
	clear:none;
}
#centre.formulaire #contenu .boite1 label.radio input {
	width: auto;
	margin: 0px;
}
#centre.formulaire #contenu .boite1 label.intermediaire {
	width: 100px;
	padding: 0px 0px 0px 15px;
	clear: none;
}
#centre.formulaire #contenu .boite1 input {
	width: 320px;
	padding: 1px 2px 1px 4px;
	margin: -3px 3px 3px -3px;
	float: left;
	position: relative;
}
#centre.formulaire #contenu .boite1 input.cp {
	width: 50px;
}
#centre.formulaire #contenu .boite1 input.commune {
	width: 145px;
}
#centre.formulaire #contenu .boite1 select {
	width: 150px;
	padding: 1px 2px 1px 4px;
	margin: -3px 3px 3px -3px;
	float: left;
	position: relative;
}
#centre.formulaire #contenu .boite1 textarea {
	width: 320px;
	height:75px;
	padding: 1px 2px 1px 4px;
	margin: -3px 3px 3px -3px;
	float: left;
	position: relative;
}
#centre.formulaire #contenu .boite1 span {
	font-weight: bold;
	background-color: #c8be99;
	margin: 3px 0px 10px 0px;
	display: block;
	float: left;
}
#centre.formulaire #contenu .boite1 span span.clear {
	background-color: transparent;
	width: 50px;
	margin: 0px 0px -2px 0px;
	float: none;
}
#centre.formulaire #contenu .boite1 span.obligatoire {
	color: #ff0000;
	background-color: transparent;
	margin: 0px;
	display: inline;
	float: none;
}
#centre.formulaire #contenu .boite1 p {
	text-align: right;
	margin: 0px 50px 10px 0px;
}
#centre.formulaire #contenu .bouton_recherche {
	height: 21px;
	margin: -17px 94px 20px 0px;
	clear: left;
}
.confirm {
	width: 300px;
	padding: 10px 20px 10px 20px;
	margin: 75px auto 0px auto;
}
.confirm p {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

/* A la une */

.actu {
	padding: 0px 0px 0px 30px;
	margin: 30px 0px 20px 0px;
}
.actu h3 {
	color: #a13000;
	font-size: 1em;
	text-transform: uppercase;
	margin: 5px 0px 0px 0px;
}
#contenu .actu h3 a {
	color: #a13000;
}
.actu p {
	margin: 5px 20px 3px 20px;
}
.actu img {
	border: none;
	margin: 0px 20px 0px 0px;
	float: left;
}
#contenu .actu .mini_bouton {
	line-height: normal;
	float: right;
}
#centre.actu {
	padding: 0px;
	margin: 0px;
}
#centre.actu #contenu {
	padding: 0px 32px 30px 32px;
	width: 729px;
}
#centre.actu #contenu h2 {
	color: #a13000;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px solid #a13000;
	margin: 0px -32px 20px -16px;
}
#centre.actu #contenu p {
	text-align: justify;
	margin: 10px 0px 0px 0px;
}
#centre.actu #contenu img {
	margin: 0px 20px 10px 0px;
}





/* PAGINATION */

#pagination {
	color: #a13000;
	text-align: center;
	background-color: #eeeada;
	background-image: url(/img/fond_pagination.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-top: 1px solid #a13000;
	height: 18px;
	padding: 4px 20px 0px 10px;
	margin: 0px 0px 0px 220px;
	clear: both;
}
#pagination a {
	color: #a13000;
	margin: 0px 3px 0px 3px;
}
#pagination a:hover {
	text-decoration: none;
}
#pagination a.gauche {
	text-decoration: none;
	float: left;
}
#pagination a.droite {
	text-decoration: none;
	float: right;
}
#pagination a.retour {
	text-decoration: none;
}


/* PAGINATION HAUT */

#pagination_haut {
	color: #a13000;
	text-align: center;
	background-color: #eeeada;
	height: 18px;
	padding: 4px 20px 0px 10px;
	margin: -5px -16px 15px 0px;
	clear: both;
}
#pagination_haut a {
	color: #a13000;
	margin: 0px 3px 0px 3px;
}
#pagination_haut a:hover {
	text-decoration: none;
}
#pagination_haut a.gauche {
	text-decoration: none;
	float: left;
}
#pagination_haut a.droite {
	text-decoration: none;
	float: right;
}
#pagination_haut a.retour {
	text-decoration: none;
}

/* Témoignages */

#pagination.temoignages {
	background-color: transparent;
	background-image: none;
	/*border-top: 1px solid #ddb4a3;*/
	border: none;
	padding: 4px 20px 0px 20px;
	margin: 0px 57px 0px 261px;
	position: relative;
	top: -75px;
}





/* PIED DE PAGE */

#pied_page {
	clear: both;
}
#pied_page ul {
	color: #ffffff;
	font-size: 1.1em;
	text-align: center;
	/*height: 20px;
	padding: 4px 0px 0px 0px;*/
	height: 18px;
	padding: 3px 0px 0px 0px;
	margin: 0px;
}
#pied_page li {
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style: none;
}
#pied_page li a {
	color: #ffffff;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
}
#pied_page li a:hover {
	color: #ffd890;
}

#pied_page .logos {
	text-align: center;
	height: 44px;
	background-color: #eeebdc;
	background-image: url(/img/pied_page/fond_logos.gif);
	background-repeat: repeat-x;
	display: block;
}
#pied_page .logos img {
	vertical-align: middle;
	border: none;
	margin: 1px 15px 0px 15px;
}
#pied_page .logos .newsletter {
	background-image: url(/img/pied_page/fond_newsletter.gif);
	background-repeat: repeat-x;
	height: 44px;
	padding: 0px 10px 0px 15px;
	float: right;
}
#pied_page .logos .newsletter label {
	color: #b6ac80;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	padding: 3px 0px 0px 0px;
	display: block;
}
#pied_page .logos .newsletter input {
	border: 1px solid #b6ac80;
	width: 174px;
	float: left;
}
#pied_page .logos .newsletter .ok {
	background-image: url(/img/pied_page/ok.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 18px;
	margin: 3px 0px 0px 3px;
	display: block;
	float: left;
}
#pied_page .logos .newsletter .ok span {
	display: none;
}

/* Comment venir ? */
#centre.commentvenir #contenu {
	padding: 5px 10px 30px 16px;
}

/* Recherche cartographie */
#centre.cartographie #contenu {
	padding: 5px 10px 30px 16px;
	height:610px;
}
#centre.cartographie #contenu h2 {
	position:relative;
}
#centre.cartographie #contenu .flash_carto {
	position:absolute;
	top:250px;
	left:0px;
}

/* Page contact (sous menu) */
#contenu .smenu {
	padding: 10px 15px 12px 15px;
	margin: -5px -16px 0px -15px;
}
#contenu .smenu .bouton {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/img/centre/bouton_listing.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 20px 4px 18px;
	margin: -10px 15px 0px 0px;
	display: block;
	float: left;
}
#contenu .smenu .bouton:hover {
	color: #e18964;
}

/* Page carnet */
#contenu.carnet h3 {
	font-size:1.3em;
	font-weight:bold;
	background-color:#c1b894;
	color:#FFFFFF;
	padding: 2px 2px 2px 2px;
	margin: 0px -16px 0px 0px;
	background-image:url(/img/centre/fond_carnet.gif);
	background-repeat:repeat-y;
	background-position:right;
}
#contenu.carnet ul.listing {
	text-align:justify;
}
#contenu.carnet ul.listing p {
	margin:3px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
#contenu.carnet ul.listing img.photo {
	margin: 0px 0px 0px 20px;
	float: right;
}
#contenu.carnet ul.listing .bt_retirer a {
	background-color:#a13000;
	padding:1px 3px 1px 3px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:0.9em;
}
#contenu.carnet ul.listing p.titre a {
	font-size: 1.2em;
	color:#a13000;
	font-weight:bold;
}

/* Page presse */
#centre.page_presse #contenu {
	padding: 5px 16px 30px 16px;
}
#centre.page_presse #contenu .themes {
	color: #a13000;
	background-color: #eeeada;
	padding: 7px 165px 9px 15px;
	margin: 0px 0px 0px 0px;
}
#centre.page_presse #contenu h2 {
	margin: -25px 0px 0px 0px;
}
#centre.page_presse #contenu table {
	width:100%;
}
#centre.page_presse #contenu table th {
	background-color:#eeeada;
	padding:2px;
}
#centre.page_presse #contenu table td {
	border-bottom:#f7f4e9 solid 1px;
	padding:2px;
}
#centre.page_presse #contenu table td.titre a,
#centre.page_presse #contenu table td.document a {
	text-decoration:underline;
	color:#a13000;
}
#centre.page_presse #contenu table td.titre a:hover,
#centre.page_presse #contenu table td.document a:hover {
	text-decoration:none;
}
#centre.page_presse #contenu table td.date,
#centre.page_presse #contenu table td.type {
	text-align:center;
}


/* BLOC 360 */
.bloc_360 {
	margin-bottom:10px;
}
.bloc_360 p {
	margin:0px;
	padding:0px;
}
.bloc_360 .bt_360 a {
	background-repeat:no-repeat;
	width:145px;
	height:38px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-decoration:none;
}
.bloc_360 .bt_360 span {
	display:none;
}



/* REF */
#centre .ref h1 {
	font-size:1.5em;
	font-weight:bold;
	color:#a13000;
	text-align:left;
	margin-bottom:10px;
	display:block;
	height:auto;
	background-image:none;
}
#centre .ref p a {
	text-decoration:none;
	color:#000000;
}
#centre .ref p a:hover {
	text-decoration:underline;
}
#centre .ref p span {
	font-style:italic;
}
#centre .ref img {
	float:right;
	margin:0px 0px 10px 10px;
}