#header h1 {
    width: 229px;
    height: 62px;
    background: transparent url('../img/logo.jpg') no-repeat top left;
}

#utils_nav {
    margin:0 0 0 245px;
}


#promo {
	background:#afd9f6 url('../img/illustration/patate_promo.jpg') no-repeat bottom left;	
}

#reservation {
	background:#afd9f6 url('../img/illustration/reservation.jpg') no-repeat bottom left;	
}

#cannes_rivage {
    width: 220px;
    height: 55px;
    overflow: hidden;
    text-indent: -100em;
	margin:auto;
    background: transparent url('../img/illustration/cannes_rivage_petit.jpg') no-repeat top left;
} 

.tableau_zebra td a {
    color:#005683;
}

tr.impair, td.impair, th.impair, .impair {
    background-color:#c4d0ec;
}

th.first,td.first, div.first_titre  {
	background-color:#23365F;
	color:#fff;
}

#navig_util, #navig_util a {
	color:#fff;
	font-weight:bold;
}

#vente_privee {
	background:#FF0080 url('../img/logo_cannes_blanc_vp.jpg') no-repeat 3px 27px;
}

#contenu_container {
	background:#003664;
	/* For Firefox */
	background-image: -moz-linear-gradient(top, #238ACD, #003664);
	/* For Safari/Chrome */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #003664),color-stop(1, #238ACD));
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#238ACD', endColorstr='#003664'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#238ACD', endColorstr='#003664')"; /* IE8 */	
} 

