* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	height: 100%;
}

body {
	background: #dadadc;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #58585a;
	height: 100%;
}

img {
	border: none;
}

a {
	text-decoration: none;
}





/*******************************************************************************************
	CLASSES
*******************************************************************************************/
.clear {
	clear: both;
}

.pink {
	color: #ff0099;
}
.orange{
 font-size:16px;
 color: #ff6600;
 text-transform: uppercase;
 line-height:16px;
}

#popup {
	width: 400px;
	margin: 10px;
	background: #ffffff;
}

#popflash {
	width: 480px;
	margin: 0px;
	background: #000000;
}
.fleft{
display:block;
float:left;
}

.fontsmall{ font-size:11px;}

/*******************************************************************************************
	STRUCTURE DU SITE
*******************************************************************************************/
#site {
	width: 947px;
	margin: 10px auto;
	height:auto!important;
	min-height:100%;
	height:100%;
	position: relative;
}

#site .top {
	background: url(../images/site/top.png) no-repeat top left;
	height: 18px;
	width: 100%;
}

#site .bottom {
	background: url(../images/site/bottom.png) no-repeat top left;
	height: 18px;
	width: 100%;
}

#site .content {
	background: url(../images/site/content.png) repeat-y top left;
}

#site .content #container {
	width: 910px;
	margin: auto;
	position: relative;
}





/*******************************************************************************************
	MENU TOP
*******************************************************************************************/
#menu_top {
	/*background: url(../images/menu_top.png) no-repeat top left;*/
	width: 891px;
	height: 33px;
	margin: 5px auto 3px auto;
	font-weight: bold;
	font-family: Geneva, Arial , Verdana, sans-serif;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}

#menu_top ul {
	list-style-type: none;
}

#menu_top ul li {
	float: left;
	height: 33px;
	text-align: center	
}

#menu_top ul li a {
	float: left;
	height: 33px;
}

#menu_top ul li.insolite a.active {
	background-position: bottom;
}




/*******************************************************************************************
	PAGE CONTAINER 
*******************************************************************************************/
#page_container {
	position: relative;
}

#adContent { position: absolute; right: 80px; bottom: 0px; z-index:1000;}
div#adContent { position: fixed; }
div > div#adContent { position: fixed; }
body > div#fixme {  position: fixed; }

/*******************************************************************************************
	SIDEBAR 
*******************************************************************************************/
#sidebar {
	width: 165px;
	padding: 0 20px 0 10px;
	float: left;
	margin: 0;
	/*border-right: 1px solid #ccc;*/
}

/**************************************** MENU */
.menu {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 11px;
}

.menu li {
	border-bottom: 1px solid #d5d5d6; 
	padding: 10px 0 7px 0;
}

.menu li a {
	color: #535353;
	/*height: 10px;*/	
}

.menu li.flags a {
	margin: 0 6px 0 0;
}
.menu li.brochure, .menu li.btntourism {
	border:0px;
	padding-bottom:0px;
	/*height:5px;*/
}
.ssmenu, .sstourisme{
  width:160px;
	border-bottom: 1px solid #d5d5d6; 
	padding: 2px 0 10px 0;
	margin:0px;
	display: none;
}

.ssmenu li, .sstourisme li{
  border:0px;
  /*height:7px;*/
  margin-left:10px;
  list-style-type: none;
  padding: 1px;
}

/**************************************** BOX */
.box {
	border-bottom: 1px solid #d5d5d6;
	padding: 15px 0 5px 0;
	/*text-transform: uppercase;*/
	font-weight: bold;
	color: #888;
}

#last {
	border: 0; 
	text-transform: none;
	font-weight: normal;
}
#last .pink {
	text-transform: uppercase;
	font-weight: bold;
}
#last img {
	margin: 8px 0 0 0;
}

.box .icons {
	margin: 8px 0 0 15px;
}
.ctr{
 	text-align: center;
 	font-size:26px;
 	line-height:26px;
 	padding-bottom:10px;
}




/*******************************************************************************************
	CONTENT PAGE 
*******************************************************************************************/
#content_page {
	float: left;
	width: 700px;
	padding: 0 0 0 0px;
	margin: 0 0 0 -1px;	
	
}
.content_filet{
  border-left: 1px solid #ccc;
}


/**************************************** PHONE NUMBER */
#content_page .phone_number {
	background: #fff url(/images/grey_frame_bkg.gif) no-repeat top left;
  color: #535353;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 0px 0;
	padding: 12px 0 0 0;
}
#content_page .phone_number img {
	vertical-align: middle;
	margin: 4px 0 0 0px;
}
#content_page .phone_number p {
margin-top:5px;
float:left;
width:200px;
}
#content_page .phone_number p.title {
font-size:14px;
text-transform: uppercase;
}
#content_page .phone_number p.border {
border-left:1px solid #ccc;
padding-left:20px;
height:100%;
}




/*******************************************************************************************
	HOME 
*******************************************************************************************/
/**************************************** HOME > GREY FRAME */
.grey_frame {
	/*border: 1px solid #d5d5d6;*/
	margin: 20px 0 0px 0;
  height:200px;
	font-weight: bold;
	color: #888;
}

.grey_frame .left {
	margin-left:20px;
  float: left;
	width: 270px;
	height: 100%;	
	border-right: 1px solid #d5d5d6;
}
.grey_frame .left .icons {
	float: left;
	/*margin: 25px 0px 20px 0px;*/
}
.grey_frame .left p {
  float:left;
  width:140px;
	margin: 2px 0 8px 0;
}
.grey_frame .left p span.gris {
  line-height:25px;
  font-size:24px;
}

.grey_frame .left p a {
  float:left;
  margin-top:10px;
  width:140px;
}
.grey_frame .right_top {
	float: left;
	height: 43.5%;
	width: 360px;
	text-transform: uppercase;
	/*border-bottom: 1px solid #d5d5d6;*/
}
.grey_frame .right_top .icons {
	float: left;
	text-align:center;
	width:80px;
	margin: 0px 0px 20px 5px;
}
.grey_frame .right_top p {
  width:250px;
  line-height:15px; 
  float:left;
  margin: 0px 0 8px 0;
}                             

.grey_frame .right_bottom {
	float: left;
	height: 48.5%;
	width: 55%;
	margin:0px 0 10px 0;
}
.grey_frame .right_bottom .icons {
	float: left;
	text-align:center;
  width:80px;
	margin: 15px 0px 20px 5px;
}
.grey_frame .right_bottom p {
	margin: 12px 0 8px 0;
}



/**************************************** HEBERGEMENT > PRESTA */
#presta {
	/*background: url(/images/shadow.png) no-repeat bottom center;*/
	padding: 20px 0 20px 0;
	margin: 0 0 10px 20px;
}
#presta .topbar {
	height: 43px;
}
#presta .topbar li {
	display: inline;
	float: left;
	height: 43px;
}

#presta .cols {
	/*background: #fff url(/images/grey_frame_heberg.png) repeat-x bottom left;*/
	width: 647px;
	/*border: 1px solid #d5d5d6;*/
	border-top: 0;
	margin: 0 0 10px 0;
}

#presta .cols .col {
	float: left;
	width: 205px;
	padding-left:10px;
	/*padding: 0px 10px 0px 10px;*/ 
	/*margin: 10px 0 0px 10;*/
	border-left: 1px solid #d5d5d6;
	font-size: 11px;
	font-weight:bold;
}
#presta .cols .col a{
  display:block;
  margin-bottom:10px;
}

#presta .cols .col p{
  margin-top:15px;
  margin-bottom:15px;
  width: 180px;
}

#presta .cols #first {
	border: 0;
  margin:0px;	
}
#presta #hotel{
  border-bottom:1px solid #ccc;
  border-top:1px solid #ccc;
  height:70px;
}
#presta #hotel img{float:left; padding-top:15px;}
#presta #hotel p{float:left; padding:27px 20px 0 20px; font-weight:bold;}
#presta #hotel a{float:left; display:block; margin:6px 0 0 0;}
#presta #info{
  padding: 30px 0 0 60px;
}
#presta #info p{
  margin-top:10px;
}
#presta #info img{
margin-top:5px;
}



/*******************************************************************************************
	HEBERGEMENT 
*******************************************************************************************/
/**************************************** HEBERGEMENT > LIST */
#list {
	width: 629px;
	margin: auto;
	padding: 0 20px;
}

#list ul.cols {
	margin: 15px 0 0 0;
}
#list li.cols_filet{
  border-bottom: 1px solid #ccc;
}

#list li.col {
	width: 300px;
	float: left;
	list-style-type: none;
	padding: 0 14px 20px 5px;
}

#list li .detail {
	border-bottom: 1px solid #d5d5d6;
}

.detail h2 {
	/*font-size: 15px;*/
	
}
.detail h2 span {
	display: block;	
}

.detail img {
	border: 5px solid #eee;
	margin: 5px 0;
}

.detail li {
	list-style-type: none;
}

.detail li.ref {
	color: #58585a;
	font-weight: bold;
	font-size: 10px;
}

.detail li.price {
	color: #888;
	/*font-weight: bold;*/
	font-size: 10px;
}
.detail li.price span {
	font-size: 14px;
}

.detail p.summary {
	font-size: 11px;
	margin: 10px 0;
}

#pink span { color:#ff0099; }
#green span { color:#41a62a; }
#blue span { color:#00b9e9; }

a.demande_info {
	height: 18px;
	width: 128px;
	float: left;
	margin: 13px 0 0 20px;
}

/*******************************************************************************************
	COFFRET 
*******************************************************************************************/
#coffret {
	margin: 30px 0 0 0;
}

/**************************************** COFFRET > COFFRET */
#coffret .coffret {
	margin: 0 0 20px 20px;
}
#coffret .coffret h1 {
	margin: 0 0 5px 30px;
}

#coffret .coffret p {
	margin: 0 30px;
}

.coffret .teaser {
	background: url(/images/content/prix_coffret.png) no-repeat top left;
	height: 316px;
	width: 633px;
	margin: 20px 0 0 30px;
}
.coffret .teaser a {
	float: right;
	margin: 140px 55px 0 0;
}

/**************************************** COFFRET > CONTENU */
.contenu {
	margin: 0 0 0 20px;
}
.contenu h2 {
	border-bottom: 1px solid #d5d5d6;
	margin: 10px 0 0 30px;
	padding: 0 0 3px 0;
}

.contenu table {
	margin: 20px 0 0 10px;
	width: 85%;
}

.contenu table td {
	vertical-align: top;
}

.contenu table td.right {
	padding: 30px 0 0 10px;
}

.contenu table td.right p {
	margin: 5px 0;
}

/**************************************** COFFRET > TENDANCES */
.tendances h2 {
	border-bottom: 1px solid #d5d5d6;
	margin: 10px 0 3px 50px;
	padding: 0 0 3px 0;
}

.tendances .col {
	float: left;
	width: 220px;
}

.tendances .col h3 {
	margin: 0 0 5px 12px;
}

.tendances .col p {
	font-size: 11px;
}
.tendances #blue p {
	margin: 0 0 0 51px;
}
.tendances #purple p {
	margin: 0 0 0 46px;
}
.tendances #yellow p {
	margin: 0 0 0 36px;
}

/**************************************** COFFRET > CONTREMARQUE */
.contremarque {
	margin: 40px 0 30px 50px;
}

.contremarque .col {
	float: left;
	width: 240px;	
}

.contremarque #left {
	padding: 0 60px 0 0;
}
.contremarque #left a img {
	margin: 10px 0 0 0;
}

.contremarque #right p {
	padding: 5px 0;
	color: #888;
}
.contremarque #right a {
	text-decoration: underline;
}




/*******************************************************************************************
	VITALITE 
*******************************************************************************************/
#vitalite {
	margin: 35px 0 -35px 20px;
}
#vitalite h2 {
	font-size: 12px;	
	margin: 0;
}
#vitalite h2 span {
  font-size: 15px;
	color: #ff5e00;
	display: block;
	text-transform: uppercase;
}

/**************************************** VITALITE > COL GREY */
.col_grey {
	width: 180px;
	float: left;
	margin: 0 20px 0 0;
}

.col_grey .coup_coeur {
	height: 212px;
}

.col_grey .text {
	background: #f6f7f7 url(/images/content/bkg_col_grey.png) repeat-x bottom left;
	width: 153x;
	border: 1px solid #d5d5d6;
	border-top: 0;
	border-bottom: 0;
	padding: 20px 10px 5px 15px;
}

.col_grey .ref {
	color: #58585a;
	font-weight: bold;
	font-size: 12px;
}

.col_grey .text h2 {
	margin: 0;
	padding: 0;
}

.col_grey ul {
	list-style-type: none;
	margin: 5px 0 15px 0;
}

.col_grey p {
	font-size: 11px;
	/*border-bottom: 1px solid #d5d5d6;*/
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.col_grey a {
	width: 128px;
	/*margin: 0 0 0 18px;*/
}


/**************************************** VITALITE > INTRO */
.intro {
	float: left;
	width: 400px;
	margin: 0 0 15px 0;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

.intro h1 {
	margin: 0 auto 5px 0;
	width: 261px;
}
.intro p {
	font-weight:bold;
}


/**************************************** VITALITE > COLS */
ul.cols {
	margin: 15px 0 0 0;
}

li.col {
	width: 190px;
	float: left;
	list-style-type: none;
	padding: 0 0px 20px 5px;
	margin-right:20px;
}
li.cols_filet{
  border-bottom: 1px solid #ccc;
}
li .detail {
	/*border-bottom: 1px solid #d5d5d6;*/
}

.detail img {
	border: 5px solid #eee;
	margin: 5px 0;
}

.detail li {
	list-style-type: none;
}

.detail li.ref {
	color: #58585a;
	font-size: 12px;
}

.detail li.price {
	color: #888;
	font-size: 10px;
}
.detail li.price span {
	font-size: 14px;
	font-weight: bold;
	color: #ff5e00;	
}

.detail p.summary {
	font-size: 11px;
	margin: 10px 0;
}
/*
a.demande_info {
	background: url(/images/buttons/en_savoir_plus_orange.gif);
	height: 18px;
	width: 128px;
	float: left;
	margin: 13px 0 0 20px;
}
*/
/************************************  TOURISME DURABLE > cols */

#tourism {
	background: url(/images/shadow.png) no-repeat bottom center;
	padding: 15px 0 20px 115px;
	margin: 0 0 10px 0;
}

#tourism_content{
	padding: 32px 0px 20px 20px;
}

.tourism_top{
	padding: 20px 0px 20px 0px;
}

.tourisme_left{
	padding: 0 20px 0px 0px;
	width:400px;
	float:left;
	display:block;
}

.tourisme_left h1{
	display:block;
	margin:0 0 15px 0;
	padding:0;	
}

.tourisme_left p{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#58585A;
	text-align:left;
	line-height:16px;
}

.tourisme_left p.intro_t{
	font-size:13px;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:15px;
}


.tourisme_right{
	padding:0 0 2px 0;
	width:260px;
	float:right;
	display:block;
}

.tourisme_right h2{
	display:block;
	margin:5px 0 10px 0;
	padding:0;	
}

.tourisme_right img{
	display:block;
	margin:0 0 10px 0;
	padding:0;	
}


.tourisme_right p{
	line-height:15px;
	font-size:12px;
	text-transform:uppercase;
	color:#58585A;
	display:block;
	margin:0;
	padding:0;	
}

.tourisme_right p b.orange{
	font-weight:bold;
	font-size:16px;
	color:#FF6600;
}

.tourisme_right p{

}



#tourism_content .soustitre{
	border-bottom: 1px solid #ccc;
	padding:10px 0px 10px 0px;
	margin-bottom:10px;
	margin-right:7px;
}

#tourism_content .text{
	padding:10px 0px 10px 0px;
}



#tourism_content .cols {
	width: 647px;
	padding:10px 0 0 0;
}
#tourism_content .p_col{
	padding:10px 20px 10px 0px;
}

#tourism_content .cols .col {
	float: left;
	width: 20%;
	/*background-color:#ff0000;*/
	padding: 0 16px 5px 16px;
	margin: 8px 0 5px 0;
	font-size: 11px;
}

#tourism_content .cols .col_last {
	float: left;
	width: 20%;
	padding: 0 0px 5px 15px;
	margin: 8px 0 5px 0;
	font-size: 11px;
}

#tourism_content .cols .col_first {
	float: left;
	font-weight:bold;
	width: 20%;
	padding: 0 15px 5px 0px;
	margin: 8px 0 5px 0;
	font-size: 11px;
}

/*---------------------------- Page Sites touristiques verts ----------------*/

#tourism_sitesverts {
	margin: 20px 0 -35px 20px;
	
}
#tourism_sitesverts h2 {
	font-size: 12px;	
	margin: 0;
	color:#58585A;
}
#tourism_sitesverts h2 span {
  font-size: 16px;
	color: #277621;
	display: block;
	text-transform: uppercase;
}

#tourism_sitesverts .detail img {
	border: none;
	margin: 5px 0;
}

a.demande_infoDD {
	height: 18px;
	width: 128px;
	float: left;
	margin: 13px 0 0 0px;
}
.fr{margin-top:25px;  display:block; font-size:10px; clear:both;}


/*---------------------------- Page Loisirs actifs ----------------*/

#tourism_loisirs {
	margin: 20px 0 -35px 20px;
	
}

#tourism_loisirs h2 {
	font-size: 16px;
	color: #277621;
	display: block;
	text-transform: uppercase;
	border-bottom:1px solid #CCCCCC;
	margin:15px 0 10px 0;
	padding-bottom:10px;
}

#tourism_loisirs img {
	border: none;
	margin: 5px 0;
}

#tourism_loisirs p {
	font-size:12px;
}

#tourism_loisirs p.mini {	 }

#tourism_loisirs a, #tourism_loisirs a:visited, #tourism_loisirs a:link, #tourism_loisirs a:hover{
	color: #ff0099;
	text-decoration:underline;
} 


#tourism_loisirs div.art{
	margin:15px 0 20px 70px;
	width:550px;
	display:block;

}



/*---------------------------- Page Loisirs actifs ----------------*/

#tourism_sejour {
	margin: 20px 0 -35px 20px;
	
}

#tourism_sejour h2 {
	font-size: 16px;
	color: #277621;
	display: block;
	text-transform: uppercase;
	border-bottom:1px solid #CCCCCC;
	margin:15px 0 10px 0;
	padding-bottom:10px;
}

#tourism_sejour h3 {
	font-size: 13px;
	color: #58585A;
	display: block;
	text-transform: uppercase;
	border-bottom:1px solid #CCCCCC;
	margin:15px 0 10px 0;
	padding-bottom:10px;
}

	

#tourism_sejour img {
	border: none;
	margin: 5px 0;
}

#tourism_sejour p {
	font-size:12px;
}

#tourism_sejour div.more{
	float:right;
	display:block;
	clear:both;
}

#tourism_sejour div.miniLeft{
	width:280px;
	float:left;
	font-size:10px;
	margin-bottom:15px;
}

#tourism_sejour div.miniRight{
	width:260px;
	float:left;
	font-size:10px;
	margin-bottom:15px;
}

#tourism_sejour div.miniLeft p, #tourism_sejour div.miniRight p {
	font-size:11px;
}
#tourism_sejour a, #tourism_sejour a:visited, #tourism_sejour a:link, #tourism_sejour a:hover{
	color: #ff0099;
	text-decoration:underline;
} 


#tourism_sejour div.art{
	margin:15px 0 20px 70px;
	width:550px;
	display:block;

}


/*******************************************************************************************
	FOOTER 
*******************************************************************************************/
#footer {
 border-top: 1px solid #d5d5d6;
	width: 890px;
	height: 40px;
	margin: 20px auto 0 auto;
	padding-bottom:5px;
	font-size: 10px;
	text-align: center;
}

#footer p {
  width:210px;
  float: left;
	text-align: left;
}

.other_page {
	/*border-top: 1px solid #d5d5d6;*/
}

#footer a{
  float: left;
	text-decoration:underline;
	color:#535353;
	font-family:Arial,Helvetica;
	font-size:10px;
}
#footer p.mentions{
  margin-top:5px;
}

#footer a.plus_offres img {
	position: relative;
	top: -1px;
	margin: 0 0 10px 0;
}

/*******************************************************************************************
 Formulaires
 *******************************************************************************************/
.formCoffret{
	background: url(/images/grey_frame.png) repeat-x bottom left;
	border:#999999 1px solid;
}
#precommandForm p, #infostelForm p{
	padding: 15px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#535353;
	font-size:12px;
}

#precommandForm label, #infostelForm label{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#535353;
	font-size:11px;
}
#precommandformReturn p, #infostelformReturn p{
  margin:0;
  padding:0;
}


.formContent{
	padding:5px 50px 5px 50px;
}
.formContent td{
	vertical-align:middle;
	height:30px;
}

/*******************************************************************************************
Hébergements PLUS
 *******************************************************************************************/
 
#hebergement {
	background: url(/images/shadow.png) no-repeat bottom center;
	padding: 15px 0 20px 10px;
	margin: 0 0 10px 0;
}

#hebergementContent{
	padding: 3px 25px 20px 45px;	
}

#hebergementCadre{
	float:left;
	background: url(/images/icons/tel_cadre.png) no-repeat top left;
	width:284px;
	height:215px;
	padding: 50px 0px 0px 40px;
	margin:50;	
}

#hebergementText{	
	width:230px;	
}

#hebergementCadre h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0099;
	font-size:13px;
	font-weight:bold;
}

#hebergementCadre p{
	padding:5px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#535353;
	font-size:12px;
}

/*******************************************************************************************
GOODIES
 *******************************************************************************************/
 
#goodies {
	padding: 20px 0 20px 10px;
	margin: 0 0 10px 0;
}

#goodies p{
	padding:5px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#535353;
	font-size:12px;
}

#goodies .soustitre{
	border-bottom: 1px solid #ccc;
	padding:10px 0px 10px 0px;
	margin:0px 7px 10px 0;
}   
#goodies .col_left, #goodies .col_right{
  margin-bottom:80px;
}

#goodies_centre{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
} 
#goodies_centre p{
	color:#ff0099;
	font-weight:bold;	
	text-decoration:none;
	font-size:15px;
	font-weight:bold;	
}
#goodies_ombre {
	background: url(/images/shadow.png) no-repeat bottom center;
	margin: 0 0 20px 0;
	padding: 15px 0 10px 0px;
}
/*--------------- GOODIES >> Telechargement Windows/MAC */
.col_left{
	float:left;

	padding:10px 20px 10px 50px;
	width:220px;
	height:150px
}
.col_left p{
	padding:5px 0 5px 0;
	text-align:left;
	font-size:12px;
}

.col_left h2{
	font-weight:bold;
	color:#535353;
	font-size:12px;
}

.col_left h2 b{
	color:#ff0099;
}

.col_right{
	float:right;

	padding:10px 50px 10px 20px;
	width:220px;
	height:150px
}
.col_right p{
	padding:5px 0 5px 0;
	text-align:left;
	font-size:12px;
}

.col_right h2{
	font-weight:bold;
	color:#535353;
	font-size:12px;
}

.col_right h2 b{
	color:#ff0099;
}
.goodies_icon{
	float:left;
	height:150px;
	display:inline;
	padding:0px 10px 30px 0px;
}

/*------------------*/
/*---------------- GOODIES > Wallpapers */

.wallpaper{
	float:left;
	display:inline;
	width:260px;
	height:300px;
	padding:15px 50px 15px 0;
}
.wallpaper b{
	font-weight:bold;
	color:#ff0099;
	line-height:20px;
}

.wallpaper a{
	text-decoration:underline;
	color:#535353;
	font-weight:none;
	line-height:25px;
}


/*---------------- HEBERGEMENT > FORMULAIRE */
/* vignette */



.heberg_detail h2 {
	font-size: 12px;
	
}
.heberg_detail h2 span {
	display: inline;	
}

.heberg_detail .heberg_img {
	float:left;
	border: 5px solid #eee;
	margin: 5px 0;
}

.heberg_text{
	padding:15px 10px 15px 200px;;	
	
}
.heberg_detail li {
	list-style-type: none;
}

.heberg_detail li.ref {
	color: #58585a;
	font-weight: bold;
	font-size: 10px;
}

.heberg_detail li.price {
	color: #888;
	/*font-weight: bold;*/
	font-size: 10px;
}
.heberg_detail li.price span {
	font-size: 14px;
}

.heberg_detail p.summary {
	font-size: 11px;
	margin: 10px 0;
}

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

#heberg_form{
	padding:20px;
	background: url(/images/content/bkg_form_heberg.png) repeat-x bottom left;
}

#heberg_form p{
	padding:10px 0px 10px 0px;
	font-size:13px;
	color:#535353;
	text-align:left;
}

#heberg_form table{
	width:640px;
	padding:0 10px 0 0;
	margin:10px 0 10px 0;
	vertical-align:middle;

}

#heberg_form td{
	font-size:11px;
	text-align:left;
	height:25px;
}

#heberg_form th{
	font-size:11px;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}

#heberg_form .left{
	text-align:left;
}

/****** Haut de page *****/
.haut_page{
	float:right;
	padding:10px 50px 10px 0;
}

.haut_page a {
	color:#535353;
	text-decoration:underline;
	font-size:10px;	
}
