body {
	font-family:Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size:12px;
	background-image:url(../images/bg_site.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin: 0;
	padding: 0;
	_text-align: center;
}

b{
	/*font-weight:normal;*/
}

img, a{
	/*behavior: url(http://www.reunion.fr/fileadmin/templates/script/iepngfix/iepngfix.php);*/
}

a, select, input {
	position: relative;
}
a:hover{
	text-decoration:underline;
}

#conteneur {
	width:960px;
	margin:0 auto;
	_text-align: left;
}
p, h1, h2{
	margin:0px;
	padding:0px;
}

/*----------------------------- Tableau ------------------------*/

#centre_content #txt table, #centre_content #txt tr, #centre_content #txt td{
	border:1px solid #666666;
	border-collapse:collapse;
	/*background-color:#ffffff;*/
}
#centre_content #txt td{
	/*padding:5px;*/
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  entete de page   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#header{
	height:120px;
}
#header_left{
	float:left;
	width:185px;
	margin-left:10px;
	padding-top:10px;
}
#header_centre{
	float:left;
	width:570px;
	/*border:2px dotted #CCCCCC;*/
	height:100px;
	margin-top:10px;
	margin-left:46px;
}
#header_right{
	float:left;
	width:130px;
	margin-left:10px;
}
#bt_comptes{
	position:absolute;
	top:0px;
	height:30px;
	width:149px;
	background-image:url(../images/bg_consult_compte.gif);
	background-repeat:no-repeat;
	text-align:center;
	display:none;
}
#bt_comptes a{
	margin:0px;
	padding:0px;
	margin-top:8px;
	display:block;
	text-decoration:none;
	color:black;
}
#bt_comptes a:hover{
	text-decoration:underline;
}
#bt_langues{
	position:absolute;
	top:105px;
	width:130px;
	height:12px;
	text-align:right;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  FIN entete de page   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  navigation haut et bandeaux flash   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#centre_haut{
	height:266px;
	background-color:#dbf6fe;
}
#nav_haut{
	height:30px;
	background-image:url(../images/bg_nav_haut.gif);
	margin-left:1px;
	margin-top:10px;
	position:relative;
}
#nav_haut ul, #nav_haut li{
	margin:0px;
	padding:0px;
	height:25px;
	bottom:0px;
	position:absolute;
}

#nav_haut li{
	width:136px;
	display:block;
	float:left;
}
#nav_haut li a{
	margin:5px 0px 0px 10px;
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:white;
	outline:none;
}

.kwicks {  
    list-style: none;  
    position: relative;  
    margin: 10px 0px 0px 0px;  
    padding: 0;  
}  

.kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer; 
	background-position:0px -5px; 
    background-repeat:no-repeat; 
} 
#nav_haut #kwicks1 {   
   background-color: #42ACC2;
   background-image: url('../images/bg_nav_decouvrir.gif');
   background-position:-1px -5px; 
} 
#nav_haut #kwicks2 {  
    background-color: #99CC00;  
    background-image: url('../images/bg_nav_voyager.gif');
}  
#nav_haut #kwicks3 {  
    background-color: #757827; 
    background-image: url('../images/bg_nav_hebergement.gif');
}  
#nav_haut #kwicks4 {   
    background-color: #FE3217;  
    background-image: url('../images/bg_nav_restaurants.gif'); 
}
#nav_haut #kwicks5 {  
    background-color: #FF902F;
    background-image: url('../images/bg_nav_deplacement.gif');
} 
#nav_haut #kwicks6 {  
    background-color: #F40471;  
    background-image: url('../images/bg_nav_activites.gif');
} 
#nav_haut #kwicks7 {  
    background-color: #6E275F; 
    background-image: url('../images/bg_nav_visiter.gif');
} 


#annim_flash{
	width:960px;
	height:235px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  FIN navigation haut et bandeaux flash   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  positionnement contenu page  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#contenu_page{
	width:960px;
	margin-top:5px;
}
#contenu_haut{
	height:12px;
	margin:0px;
	padding:0px;
	background-image:url(../images/bg_page_haut.gif);
	background-repeat:no-repeat;
}
#contenu_centre{
	background-image:url(../images/bg_page_centre.png);
	background-repeat:repeat-y;
	_background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.reunion.fr/fileadmin/templates/images/bg_page_centre.png', sizingMethod='scale');
	min-height:500px;
	margin:0px;
	padding:0px 0px 25px 0px;
	float:left;
	width:960px;
	z-index:0;
}

* html #contenu_centre{
	margin:-3px 0px 0px 0px;
}

#contenu_bas{
	height:165px;
	margin:0px 0px 0px 3px;
	padding:0px;
	background-image:url(../images/bg_page_bas.gif);
	background-repeat:no-repeat;
	clear:both;
	position:relative;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  FIN positionnement contenu page   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  contenu page  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


/*-----------------------------  formulaire recherche ---------------------------------*/

.bloc_resa_form {
	padding: 10px;
}

*+ html .bloc_resa_form {
	padding: 2px;
}

.bloc_resa_form div {
	margin:5px;
}

*+ html .bloc_resa_form {
	padding:0px;
}

*+ html .bloc_resa_form div {
	margin:2px 5px 0px 5px;
}


.bloc_resa_form div.bt_valid {
	text-align: right;
}

#onglet_reserver, #onglet_reserver div {
	margin:0px;
	padding:0px;
}

#onglet_reserver img {
	margin:0px 0px -2px -1px;
}



/*----------------------------- navigation par theme ------------------------*/
#nav_theme{
	width:975px;
	margin:2px 0px 7px 7px;
	padding:0px;
	height:126px;
	overflow: hidden;
}
#nav_theme .bloc_nav_theme, #premier_bloc_nav_theme{
	height:126px;
	width:150px;
	margin:0px 0px 0px 7px;
	float:left;
}
#premier_bloc_nav_theme{
	background-image:url(../images/bg_nav_theme_vig1.gif);
	color:#215864;
	line-height:170%;
}
#nav_theme .bloc_nav_theme{
	background-image:url(../images/bg_nav_theme.gif);
	color:#666666;
}
#nav_theme img{
	margin-left:2px;
}
#nav_theme p{
	margin:8px 8px 0px 8px;
}
#nav_theme p a{
	color:#666666;
	text-decoration:none;
}
#nav_theme a img{
	border:none;
	text-decoration:none;
}
#nav_theme p a:hover{
	color:#333333;
}
/*----------------------------- fin navigation par theme ------------------------*/
.colone, .colone1{
	width:305px;
	float:left;
	margin:0px 0px 7px 9px;
}
* html .colone{
	margin-left:7px;
}
* html .colone1{
	margin-left:7px;
}


.bord_arrondi{
	background-image:url(../images/bord_arrondi_bas_bloc_page.gif);
	background-repeat:no-repeat;
	width:305px;
	height:8px;
	position:absolute;
	bottom:0px;
	left:0px;
}

*+ html .bord_arrondi{
	clear:both;
}

#derniere_minute, #carte, #bloc_resa, #meteo, #video, #idee_sejour, #agenda, #newsletter, #souvenir, #agenda{
	width:305px;
	margin:0px 0px 7px 0px;
	position:relative;
}


.bloc_contenu{
	background-image:url(../images/bord_centre_bloc_page.gif);
	background-repeat:repeat-y;
	padding-left:3px;
	position:relative;
	min-height:150px;
}

*+html .bloc_contenu{
	padding-left:3px;
}

#video .bloc_contenu img{
	margin:0px 0px -2px 0px;
	width:300px;
	height:245px;
}

*+html #video .bloc_contenu img{
	margin:0px 0px -2px 0px;
	width:300px;
	height:251px;
}

*+html #video .bloc_contenu{
	margin:0px 0px 0px 0px;
	width:300px;
	height:251px;
}

#bloc_resa .bloc_contenu{
	min-height:154px;
	overflow: hidden;
}
#agenda .bloc_contenu{
	min-height:215px;
}

.colone ul, .colone1 ul, .colone li, .colone1 li{
	margin:0px;
	padding:0px;
	height:20px;
	bottom:0px;
}

.colone li, .colone1 li, #idee_sejour_nav li{
	display:block;
	float:left;
	margin:0px 0 0 10px;
	width:142px;
	height:27px;
}
.colone li a, .colone1 li a, #idee_sejour_nav li a, #derniere_minute_nav li a{
	margin:7px 0px 0px 10px;
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:white;
	outline:none;
}



/*----------------------------- colone1 ------------------------*/

.colone1{
	width:305px;
	float:left;
	margin:0px 0px 7px 15px;
}
/*-- bloc derniere minute --*/
#derniere_minute_nav{
	height:27px;
	background-repeat:no-repeat;
	position:relative;
}

#derniere_minute_nav li#coup_coeur {
	position: absolute;
	z-index: 2;
	display: block;
	left:2px;
	margin: 0px;
	padding: 0px;
	width: 146px;
	height: 26px;
	background: url(../images/onglet_idee.gif) no-repeat;
}

#derniere_minute_nav li#promo {
	position: absolute;
	z-index: 1;
	left: 138px;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	width: 166px;
	height: 26px;
	background: url(../images/onglet_circuit.gif) no-repeat;
}

#derniere_minute_nav li#promo a {
	margin-left: 40px;
}

#derniere_minute_nav li#promo a img{
	border:none;
	position:absolute;
	left:-24px;
	top:-3px;
}

/*-- bloc reservation --*/
#bloc_resa_nav{
	/*background-image:url(../images/bg_nav_reservation.gif);*/
	height:27px;
	background-repeat:no-repeat;
	position:relative;
}

#bloc_resa_nav li#rechercher_vac {
	position: absolute;
	z-index: 2;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 186px;
	height: 26px;
	background: url(../images/onglet_rechercher_vacances.gif) no-repeat;
	margin-left:1px;
}

#bloc_resa_nav li#reserver {
	position: absolute;
	z-index: 1;
	left: 179px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 157px;
	height: 26px;
	background: url(../images/onglet_reserver.gif) no-repeat;
}

#bloc_resa_nav li#reserver a {
	margin-left: 40px;
}

#bloc_resa_nav li#reserver a img{
	border:none;
	position:absolute;
	left:-24px;
	top:-3px;
}

/*-- bloc idee sejour --*/
#idee_sejour_nav{
	/*background-image:url(../images/bg_nav_idee_sejour.gif);*/
	height:27px;
	background-repeat:no-repeat;
	position:relative;
}
.tx-ideevisite-pi1{
	position:relative;
}

#idee_sejour_nav li#idee {
	position: absolute;
	z-index: 2;
	display: block;
	left:2px;
	margin: 0px;
	padding: 0px;
	width: 146px;
	height: 26px;
	background: url(../images/onglet_idee.gif) no-repeat;
}

#idee_sejour_nav li#circuit {
	position: absolute;
	z-index: 1;
	left: 138px;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	width: 166px;
	height: 26px;
	background: url(../images/onglet_circuit.gif) no-repeat;
}

.img_id{
	clear:both;
}
.tx-ideevisite-pi1 a{
	text-decoration:none;	
	color:#ffffff;
	/*display:block;*/
}
.tx-ideevisite-pi1 img{
	border:none;
	border:0px solid white;
}
.tx-ideevisite-pi1 .titre_idee{
	position:absolute;
	width:300px;
	height:48px;
	background-image:url(../images/ligne_transparent.png);
	_background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.reunion.fr/fileadmin/templates/images/ligne_transparent.png', sizingMethod='scale');
	left:0px;
	bottom:0px;
}
/**+html .colone1 .tx-ideevisite-pi1 .titre_idee{
	left:2px;
}
*+html #colone_left .tx-ideevisite-pi1 .titre_idee{
	left:2px;
}*/

*+html .titre_idee{
	left:0px;
}

*+html .img_id{
	left:-3px;
}

.tx-ideevisite-pi1 .titre_idee h1{
	font-size:12px;
	font-weight:normal;
	margin:0px 0px 5px 5px;
}
.tx-ideevisite-pi1 .titre_idee h2{
	font-size:16px;
	font-weight:normal;
	margin:5px 0px 5px 5px;
	color:#ffffff;
}
.bloc_visites {
	padding: 0px;
}
/*----------------------------- colone2 ------------------------*/
/*-- bloc carte --*/
#carte_nav{
	/*background-image:url(../images/bg_nav_carte.gif);*/
	height:27px;
	position:relative;
}

#carte_nav li#carteong {
	position: absolute;
	z-index: 2;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 148px;
	height: 26px;
	background: url(../images/bg_nav_carte.gif) no-repeat;
}

#carte_nav li#satelite {
	position: absolute;
	z-index: 1;
	left: 138px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 166px;
	height: 26px;
	background: url(../images/onglet_satelite.gif) no-repeat;
	background-position:0px 1px;
}

#carte_nav li#satelite a{
	margin-left:45px;
}

#carte .bloc_contenu #onglet_satelite{
	background-color:#38497f;
	margin:-12px 0px -10px -5px;
	width:300px;
}
*+html #carte .bloc_contenu #onglet_satelite{
	margin:-10px 0px -7px -5px;
}

#carte .bloc_contenu{
	/*background-color:#e3f3f6;*/
	background-color:#42acc2;
	padding:10px 8px 10px 8px;
}

*+html #carte .bloc_contenu{
	height:290px;
}

/*-- bloc newsletter --*/
#newsletter_haut{
	background-image:url(../images/bg_haut_bloc_newsletter.gif);
	height:6px;
	background-repeat:no-repeat;
}
#newsletter_contenu{
	background-image:url(../images/bg_centre_bloc_newsletter.gif);
	background-repeat:repeat-y;
	width:305px;
	float:left;
	min-height:87px;
}
#newsletter_bas{
	background-image:url(../images/bg_bas_bloc_newsletter.gif);
	height:6px;
	background-repeat:no-repeat;
	clear:both;
}
#newsletter_contenu .bloc_form{
	margin:0px 5px 0px 10px;
}
#newsletter_contenu b.pinput{
	width:100px;
	display:block;
	float:left;
	margin-top:3px;
	color:white;
	font-family:Helvetica, Verdana, Geneva, Arial, sans-serif;
}
#newsletter_contenu b.message_alert{
	clear:both;
	font-size:9px;
	display:block;
	font-weight:normal;
	color:white;
	font-family:Helvetica, Verdana, Geneva, Arial, sans-serif;
}
#newsletter_contenu input{
	margin-bottom:3px;
	color:#666666;
	background-color:#f9d2e4;
}
#newsletter_contenu input.text{
	width:170px;
	font-size:10px;
}
*+html #newsletter_contenu input.checkbox{
	background-color:#f40471;
}
#newsletter_contenu .bt{
	/*margin-left:100px;*/
}
#newsletter_contenu a{
	color:white;
	text-decoration:none;
	font-family:Helvetica, Verdana, Geneva, Arial, sans-serif;
}
#newsletter_contenu a:hover{
	font-weight:bold;
}
#newsletter_contenu input.bt_inscription{
	background-image:url(../images/lien_sabonner.gif);
	width:300px;
	border:none;
	cursor:pointer;
	border:medium none;
	margin-left:-9px;
	color:#B8166E;
	height:19px;
}

#newsletter_contenu input.bt_inscription.en{
	background-image:url(../images/lien_sabonner_en.gif);
}

#newsletter_contenu input.bt_inscription.de{
	background-image:url(../images/lien_sabonner_de.gif);
}

/*-- bloc souvenir --*/
#souvenir_haut{
	background-image:url(../images/bg_haut_bloc_souvenir.gif);
	height:6px;
	background-repeat:no-repeat;
}
#souvenir_contenu{
	background-image:url(../images/bg_centre_bloc_souvenir.gif);
	background-repeat:repeat-y;
	width:305px;
	float:left;
	min-height:105px;
	color:white;
	font-family:Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size:13px;
}
#souvenir_contenu h1{
	margin-left:10px;
	font-size:15px;	
	color:white;
}
#souvenir_contenu p a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	width:300px;
	height:19px;
	background-image:url(../images/bg_lien_souvenir.gif);
	margin:10px 0px 0px -9px;
	text-indent:10px;
}
#souvenir_bas{
	background-image:url(../images/bg_bas_bloc_souvenir.gif);
	height:6px;
	background-repeat:no-repeat;
	clear:both;
}
#newsletter p, #souvenir p{
	margin:0px 10px 0px 10px;
}



/*----------------------------- colone3 ------------------------*/
/*-- bloc meteo --*/
#meteo_haut{
	background-image:url(../images/bg_haut_bloc_meteo.gif);
	height:7px;
	background-repeat:no-repeat;
}
#meteo_contenu{
	background-image:url(../images/bg_centre_bloc_meteo.gif);
	background-repeat:repeat-y;
	width:305px;
	float:left;
	min-height:50px;
}
#meteo_bas{
	background-image:url(../images/bg_bas_bloc_meteo.gif);
	height:6px;
	background-repeat:no-repeat;
	clear:both;
}
#meteo_contenu_left{
	width:95px;
	float:left;
	margin-left:7px;
}
#meteo_contenu_left p{
	color:#666666;
	font-size:12px;
}
#meteo_contenu_right{
	width:195px;
	margin-right:5px;
	min-height:50px;
	color:#ffffff;
	position:absolute;
	right:0px;
}
#wheather{
	width:190px;
}
#meteo_contenu_right h1{
	font-size:19px;
	font-weight:normal;
}
#meteo_contenu_right h2{
	font-size:12px;
	font-weight:normal;
}
#meteo_contenu_right img{
	float:right;
}
#formdate{
	margin:5px 0px 5px 0px;
}

.temp_lagon {
bottom:11px;
display:block;
float:right;
left:4px;
position:absolute;
width:200px;
}

/*-- bloc video --*/
#video_nav{
	/*background-image:url(../images/bg_nav_video.gif);*/
	height:27px;
	background-repeat:no-repeat;
	position:relative;
}

#video_nav li#video_bl {
	position: absolute;
	z-index: 2;
	display: block;
	left:3px;
	margin: 0px;
	padding: 0px;
	width: 165px;
	height: 26px;
	background: url(../images/onglet_video.gif) no-repeat;
}

#video_nav li#cir_pho {
	position: absolute;
	z-index: 1;
	left: 155px;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	width: 133px;
	height: 26px;
	background: url(../images/onglet_vis_img.gif) no-repeat;
}

/*-- bloc agenda --*/
#agenda_nav{
	/*background-image:url(../images/bg_nav_agenda.gif);*/
	height:27px;
	background-repeat:no-repeat;
	position:relative;
}

#agenda_nav li#agenda {
	position: absolute;
	z-index: 2;
	display: block;
	left:1px;
	margin: 0px;
	padding: 0px;
	width: 116px;
	height: 26px;
	background: url(../images/onglet_agenda.gif) no-repeat;
}

#agenda_nav li#actu {
	position: absolute;
	z-index: 1;
	left: 116px;
	display: block;
	margin: 0px;
	margin: 0px 0px 0px -2px;;
	width: 190px;
	height: 26px;
	background: url(../images/onglet_actu.gif) no-repeat;
}

#agenda_nav li#actu a{
	margin-left:30px;
}

#agenda_nav li#actu h1{
	margin:7px 0px 0px 10px;
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:white;
}

#agenda table.calendar-table{
	color:#000000;
	font-family:Helvetica, Verdana, Geneva, Arial, sans-serif;
	width:280px;
	margin:20px 0 0 10px;
	padding:0px;
}


#agenda table tr td.columNext{
	background-position:right 8px;
}
#agenda table tr td.columPrevious{
	background-position:left 8px;
}
#agenda table tr td.columYear{
	background-position:-20px 8px;
}
#agenda table tr.ligne_nav_calendar{
	background-image:url(../images/bg_month_calendar.gif);
	margin-bottom:10px;
	background-repeat:no-repeat;
	height:30px;
	padding-bottom:10px;
	vertical-align:5px;
	background-position:left top;
}
#agenda tr.ligne_nav_calendar a{
	text-decoration:none;
	color:#666666;	
}
#agenda tr.ligne_nav_calendar a:hover{
	font-weight:bold;
}
#agenda a img{
	border:none;
}


.bloc_actu .ligne_actu{
	margin:0px 5px 10px 5px;
	font-size:12px;
	color:#666666;
	height:60px;
	overflow:hidden;
	padding:10px 5px 20px 0px;
}

.bloc_actu .ligne_actu a{
	color:#666666;
	text-decoration:none;
}

.bloc_actu .ligne_actu img{
	margin:0px 5px 0px 0px;
	float:left;
}

.bloc_actu .ligne_actu h2, .bloc_actu .ligne_actu h2 a{
	font-size:11px;
	text-transform:uppercase;
	color:#7e0000;
}
.bloc_actu .ligne_actu h1, .bloc_actu .ligne_actu h1 a{
	font-size:13px;
	color:#000000;
}

/*----------------------------- agenda ------------------------*/

td.columYear a{
	font-weight:bold;
}

th{
	font-weight:bold;
	color:black;
}
.linked_day {
background-color:#ff9900;
border:none;
color:#FFFFFF;
cursor:pointer;
padding:2px;
text-decoration:underline;
}
.linked_today_nolink {
background-color:#a4b684;
color:#000000;
padding:2px;
}

.rcMenuItem {
background-color:#E0E0E0;
border:1px solid #7E7E7E;
color:#333333;
float:left;
font-size:11px;
font-weight:normal;
padding:3px;
text-decoration:none;
width:200px;
}

.rcMenuItemText {
background:#ff9900 none repeat scroll 0 0;
border:0 solid #FFFFFF;
color:#FFFFFF;
font-size:100%;
font-weight:bold;
padding:2px;
text-align:center;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  FIN contenu page   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  navigation bas de page   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#contenu_bas ul {
	bottom:14px;
	display:block;
	height:65px;
	margin:0 0 0 9px;
	padding:0;
	position:absolute;
	width:945px;
}
#contenu_bas li{
	display:block;
	float:left;
	height:25px;
	margin:0 11px 7px 0;
	width:304px;
}
#contenu_bas li a{
	padding:6px 0px 0px 10px;
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:white;
	width:294px;
	outline:none;
}
#contenu_bas li a:hover{
	text-decoration:underline;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ FIN navigation bas de page   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ pied de page   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

#pied{
	width:960px;
	height:65px;
	position:relative;
	clear:both;
}
#pied_left{
	height:40px;
	width:800px;
	float:left;
	margin-left:20px;
}
* html #pied_left{
	margin-left:10px;
}
#pied_left p{
	float:left;
	color:#666666;
	margin-top:15px;
}
#pied_left p a{
	text-decoration:none;
	color:#666666;
}
#pied_left p a:hover{
	text-decoration:none;
	color:#999999;
}
#pied_right{
	height:40px;
	width:170px;
	float:left;
	text-align:right;
	position:absolute;
	right:0px;
	top:10px;
}

#pied_right a{
	float:left;
	margin-right:15px;
	text-decoration:none;	
}
#pied_right a img{
	border:none;
	float:left;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ fin pied de page   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ formulaire de recherche normal @@@@@@@@@@@@@@@@@@@@@@@@@*/

.tx-rechercher-pi1 label {
	padding: 3px 0px;
	display: block;
}

.tx-rechercher-pi1 select {
	width: 260px;
}

.tx-rechercher-pi1 h2,.tx-rechercher-pi1 a, .tx-rechercher-pi1 a:visited {
	color: #cc0000;
	font-size: 11px;
}

.tx-rechercher-pi1 h2 {
	font-size: 14px;
}


.tx-rechercher-pi1 a:hover {
	text-decoration: none;
}

div.tx-rechercher-pi1 div#rechercher div, div.tx-rechercher-pi1 div#bloc_resa_form_plus div {
	margin: 0px;
	overflow: hidden;
}

.tx-rechercher-pi1 #plus_critere {
	float:left;
}

div#plusCritere {
	overflow: hidden;
	margin: 0px;
	
	margin-bottom:10px;
}

.tx-rechercher-pi1 div.bt_valid {
	margin-top: 15px;
	overflow: hidden;
}


a.rechecher_form_submit, a.rechecher_form_submit:visited {
	display: block;
	float:right;
	width: 90px;
	height: 18px;
	background: url(../images/bt_recherche_rouge.gif) no-repeat;
	overflow: hidden;
	text-indent: 200px;
}

a.rechecher_form_submit.en, a.rechecher_form_submit.en:visited {
	background: url(../images/bt_recherche_rouge_en.gif) no-repeat;
}

a.rechecher_form_submit.de, a.rechecher_form_submit.de:visited {
	background: url(../images/bt_recherche_rouge_de.gif) no-repeat;
}


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.idv_article {
	overflow: auto;
	margin: 4px;
	margin-top: 6px;
}

.idv_img {
	float:left;
	overflow: auto;
	
}

.idv_img img {
	width: 58px;
	height: 58px;
}

.idv_content {
	margin-left: 65px;
}

.idv_titre a, .idv_titre a:visited {
	font-family: arial, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	text-decoration : none;
}

.idv_soustitre {
	color: #666666;
	font-family: arial, sans-serif;
	font-size: 12px;
}

#idee_sejour div.bloc_contenu {
	background-color : #E3F3F6;
}



.tx-lumogooglemaps-pi1{
	position:relative;
}




.tx-indexedsearch-res table,.tx-indexedsearch-res table td,.tx-indexedsearch-res table tr {
		border: none !important;
	_border: 0px !important;
}



/*************************   PLACE DE MARCHE **********************/

#SearchStdImage table,  #SearchStdImage table td, #SearchStdImage table tr, table.tableFull, table.tableFull td, table.tableFull tr  {
	border: #ffffff 1px solid!important;
}


#Result table,  #Result table td, #Result table tr {
	border: #ffffff 1px solid!important;
}

#aspnetForm table,  #aspnetForm table td, #aspnetForm table tr {
	border: #ffffff 1px solid!important;
}

#aspnetForm div.Clear, #aspnetForm div.cntPageSummary, #aspnetForm div.cntTabPage, #aspnetForm table.cntPropPicture {
	clear: none;
}


.borderBottom {
	border-bottom:1px solid #717171;
}

.borderTop {
	border-top:1px solid #717171;
}

.borderLeft {
	border-left:1px solid #717171;
}

a.btnMarker {
	color: #ffffff !important;
}

.PricePlate h2 {
	color: #ffffff !important;
}

.tableFull {
	width: 100%;
	overflow: hidden;
}

.cntPageSummary {
	padding-left:8px;
}

#Result table.cntResultStand h2 {
	padding-top: 0px;
}


#Result .h2subheader {
	margin-bottom: 8px;
}

#Result div.cntPageSummary, #txt div.cntPageSummary, #Result table.cntSorting,  #Result table.cntPager, #SearchResult table.cntErrorGreen {
	clear: none;
}

#SearchStdImage div.cntPageSummary , #SearchStdImage div.cntTopNav {
	display: none;
	visibility: hidden;
}

#aspnetForm .lnkIcon {
	height: 18px;
}




/*Page accès privé*/
    
   .tx-srfeuserregister-pi1 input, .tx-srfeuserregister-pi1 select {
    
    border : 1px solid #666666;
    background-color: #EFEFEF;
    color: #666666;
    font-size: 10px;
    
    }
    
    .tx-srfeuserregister-pi1 span {
    color: red;
    }
    
    .tx-srfeuserregister-pi1 fieldset {
    color : black;
    font-size: 13px;
    }
    
    
    .tx-srfeuserregister-pi1 a {
	color:#2A6F7E;
font-size:12px;
font-weight:bold;
overflow:hidden;
text-decoration:none;
    }
    
    .tx-loginboxmacmade-pi1 {
border:2px solid #E4E1DC !important;
border-radius : 0.5em;
-moz-border-radius : 0.5em;
-webkit-border-radius : 0.5em;
}




#sommaine_inte_contenu h1 a{

color:#757827;
font-size:16px;
margin:5px 0 0 15px;
padding:0;
}



#txt h1{
	font-size:16px !important;
	color:#666666 !important;
}

.tx-loginboxmacmade-pi2 .input, .tx-loginboxmacmade-pi2 .password {
width:170px !important;
}

/************************************************/
