

/* ********** SETUP S ********** */

#container { 
	width: 806px; 
	margin: 0px auto;
	background:#cce1ef url('/CS/img/bkg_ombre.gif') center repeat-y; 
	}

#main { 
	width: 760px;
	margin: 0 auto;
	background: #fff; 
	text-align:center;
	}

/* ********** LEFT ********** */

#left { 
	width: 247px; 
	text-align:left;
	float:left;
	background: #fff; 
	margin-left:5px;
	}

#left #offres_sejours {
    background:url('/CS/img/v5_repeat_nospromosejours.gif') repeat-y;
	padding-bottom:8px;
	border-bottom:1px #999 solid;
    }
	
#left #offres_sejours ul {
    list-style:none;
	float:right;
    width:160px;
    border:0px;
    margin: 5px 0px 0px 0px ;
    padding:0px;
    }
	
#left #offres_sejours .offre {
    height:69px;
    font:12px/14px;
    }
	
#left #offres_sejours .offre img {
    float:left;
    margin: 5px 0px 0px 5px;
	width:75px;
	height:65px;
    }

/* ********** RIGHT ********** */

#right { 
	float: right; 
	text-align: left; 
	width:479px;
	margin-right:5px;
	background: #fff; 
	}

#right #themes {
	width:340px;
	float:left;
    }
	
#right #themes img {
    float:left;
    margin: 0px 5px 5px 0px;
    }

/* ********** PARTIE BASSE GAUCHE ********** */

#left #theme1 {
    background:url('/CS/img/v5_repeat_nospromosejours.gif') repeat-y;
    width:247px;
    float:left;
    border-bottom:1px #666 solid;
    text-align:left;
	margin-left:5px;
    }
	
#theme1 li, #theme2 li, #theme3 li  {
	line-height:14px;
    }
    
/* ********** PARTIE BASSE DROITE ********** */

#right #theme2 {
    background:url('/CS/img/v5_repeat_dm-ti.gif') repeat-y;
    width:236px;
    float:left;
    border-bottom:1px #666 solid;
    text-align:left;
    }
	
#right #theme3 {
	background:url('/CS/img/v5_repeat_dm-ti.gif') repeat-y;
	width:236px;
    float:right;
    border-bottom:1px #666 solid;
    text-align:left;
    }

/* ********** PRIX + DESTINATIONS ********** */


.destination {
    font-weight:bold;
    font-size:90%;
    }

.prix {
    font-weight:bolder;
    color:#ff0000;
    font-size:140%;
    float:right;
    margin-right:2px;
    }
    
.prix2 {
    background:url('/CS/img/v5_bkg_prix.jpg') left no-repeat;
    color:#ff0000;
    font-size:120%;
    text-align:right;
    height:16px;
    margin-bottom:10px;
    }
    
.prix2 span{
    background:#fff;
    margin-right:30px;
    }
    
.prix3 {
    font-weight:bolder;
    color:#ff0000;
    font-size:110%;
    float:right;
    margin-right:2px;
    }


