/* generalites */

body {
    background: transparent;
    margin: 0;
	font: 100%/ 120% Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
} 

hr {
    clear: both;
    visibility: hidden;
} 

abbr {
	text-decoration:none;
	outline:none;
	outline-width:0;
	border:0;
}

a img {
	border:0;
}

a {
	color:#000;
	text-decoration:none;
	font-weight:normal;
	outline-style:none;
}

.prix_barre {
	text-decoration:line-through;
}

a:hover {
	text-decoration:underline;
}

p.note {
	margin:0;
	text-align:left;
	font-size:smaller;
}

.centrer {
	text-align:center !important;
}

.invisible {
	display:none;
}

.multicolonne p {
    text-align: justify;
}

.multicolonne .colonne_gauche {
    float:left;
    width:45%;
    margin-right:4%;
}

.multicolonne .colonne_droite {
    margin-left:50%;
}

.multicolonne .colonne_droite p {
}

.multicolonne img {
    display:block;
    float:left;
    margin-right:10px;
}

/* mise en page */

#header, #contenu, #divers, #footer {
    width: 950px;
    margin: 0 auto;
} 

/* entete */

#header {
	width:950px;
} 

#header_container {
    background: #555;
	/* url('../img/background.gif') repeat-x top left; */
	margin:0;
	padding:0;
	height:50px;
	border-bottom:2px solid #fff;
	position:fixed;
	width:100%;
	z-index:10000;
} 

#header h1 {
    overflow: hidden;
    text-indent: -100em;
    float: left;
	position:absolute;
	z-index:10000;
	top:0;
	margin:0;
	padding:0;
	-webkit-box-shadow: #244766 5px 5px 10px;
	-moz-box-shadow: #244766 10px 10px 10px;
	box-shadow: #244766 10px 10px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
} 

#header h1 span {
	display:block;
	margin:0;
	padding:0;
    width: 229px;
    height: 62px;
	overflow:visible;
}

#menu_reservez a,#menu_reservez {
	background:#42C514;
	color:#fff;
}

#menu_reservez a:hover,#menu_reservez:hover {
	background:#91DD76;
}

#utils_nav {
	margin:0 0 0 235px;
    text-align: right;
    padding: 0;
	color:#fff;
} 

.sf-menu {
	text-align:left;
	position:relative;
	top:-42px;
}

.sf-menu > li:nth-child(1), .sf-menu > li:nth-child(1) a {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;	
}

.sf-menu li:nth-child(1) ul li, .sf-menu li:nth-child(1) ul li a {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;	
}

.sf-menu > li:last-child, .sf-menu > li:last-child a {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;	
}


/* langues */

#choix_langue {
    margin: 20px 20px -2px;
	padding-top:25px;
	padding:0;
	color:#fff;
} 

#langues {
    list-style: none;
    padding: 0 7px;
} 

#langues li {
    line-height: 30px;
    height: 30px;
    border-bottom: 1px dotted #000;
    border-collapse: collapse;
} 

#langues li a {
    display: block;
    text-decoration: none;
    padding-top: 5px;
    line-height: 25px;
    height: 25px;
} 

#langues li a:hover {
    font-size: larger;
}

li#russian {
    border-bottom: 0;
}

/* utilitaires pour naviguer */
#navig_util {
	position:relative;
	color:#000 !important;
}

#navig_util a {
	color:#000 !important;
}

#recherche {
	float:right;
	width:350px;
}

/* contenu */

#contenu_container {
	padding-top:100px;
}

#contenu {
    padding: 0;
	background:#fff !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	-webkit-box-shadow: #244766 5px 5px 10px;
	-moz-box-shadow: #244766 10px 10px 10px;
	box-shadow: #244766 10px 10px 10px;
} 

/* bandeau */

#bandeau,#bandeau_index_crev {
	width:890px;
	padding:0;
	text-align:center;
	margin:0 auto 1em;
	clear:both;
	background:#000;
}

#bandeau div,#bandeau_index_crev div {
	padding:0;
	margin:0;
	height:310px;
}

#bandeau img,#bandeau_index_crev img {
	padding:5px;
}

.bandeau_txt {
	position:relative;
	top:-310px;
	line-height:50px;
	font-size:40px;
	color:#fff;
	z-index:10;
	width:891px;
	padding:0;
	margin:-8px auto -42px;
	opacity:0.9;
    background: #333;
	text-align:center;
}

#bandeau_index_crev a, #bandeau_index_crev span {
	display:block
}

#bandeau_index_crev a:hover {
	color:blue;
}

#bandeau_index_crev span.bandeau_txt {
	top:-300px;
	width:900px;
}

#vision_360 {
    width: 300px;
    height: 50px;
    background: #fff;
	margin:auto;
    text-transform: uppercase;
    text-align: center;
	-moz-border-radius:10px;
} 

#vision_360 a {
    color: #000;
    text-decoration: none;
    line-height: 50px;
    display: block;
    font-weight: bold;
}

#fond_defile {
	position:relative;
	top:-50px;
	z-index:100000;
	display:none;
}

/* liens sociaux */

#liens_sociaux {
	background:#fff;
	margin:auto;
	width:450px;
	text-align:center;
}

#liens_sociaux span {
	display:block;
	float:left;	
	background:#fff;
	padding:10px;
	-moz-border-radius:10px;
	height:15px;
	line-height:15px;
	margin-right:5px;
}

#liens_sociaux #ls_reseaux,#liens_sociaux #ls_blog {
	margin:0;
}

#ls_contact a , #ls_commentaire a {
	display:block;
}

#ls_contact a:hover , #ls_commentaire a:hover {
	text-decoration:none;
}

/* patates du bas de contenu */

#divers {
	overflow:hidden;
} 

#divers > div {
    float: left;
    width: 235px;
    margin: 0;
	height:195px;
    padding: 0 0 5px 0;
    text-align: center;
	border-right:2px solid #fff;
} 

#divers h3 {
	margin:0 0 2em;
    padding: 3px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
    background: #C39C7D;
	font-weight:normal;
	color:#fff;
} 

#virtuel_reel h3 {
	margin-bottom:10px;
} 

#package h3,#offre_senior h3 {
 	margin:0;
} 

#promo ul {
    list-style: none;
} 

#virtuel_reel {
	border-left:2px solid #fff;

}

#offre_senior {
	background:#4D594D;
}

#vente_privee {
	padding:0;
	margin:0;
	background:#FF0080;
}

#vente_privee div {
	border:10px outset #FF0080;
	background:#fff;
	color:#000;
	width:180px;
	height:50px;
	padding:0;
	margin:70px auto 0;
}

#vente_privee div p {
	margin:0;
	padding:0;
	height:25px;
	line-height:25px;
}

#vente_privee p a {
	display:block;
	color:#000;
}

#twitter, #facebook {
	background:#022959;
	color:#fff;
}

#package {
	background:#5998c4;
}

#virtuel_reel {
	background:#000;
	color:#fff;
	font-weight:bolder;
}

#virtuel_reel a {
	background:#000;
	color:#fff;
	font-weight:bolder;
}

#point {
	font-size:30px;
}

#promo {
	border:0;
	background:#fff !important;
	color:#000;
	font-weight:bold;
}

#promo h3 {
	margin:0 0 12px 0;
}

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

#divers div#promo_detail {
	padding:1px;
	background:#fff;
	width:75%;
	margin:auto;
	-moz-border-radius:10px;
}

.contact {
	background:#C39C7D;
	border:2px solid #753F12;
	-moz-border-radius:10px;
	width:115px;
	height:30px;
	line-height:30px;
	margin:auto;
	text-align:center;
}

.contact a {
	color:#fff;
	text-decoration:none;
	display:block;
	font-weight:bold;
	text-align:center;
}

#contenu p, #contenu h2, #contenu h3, #contenu h4 {
    text-indent: 20px;
    margin: 0;
    padding: 10px;
} 

#reservation {
	border-left:2px solid #fff;
}

/* pied de page */

#conteneur_footer {
	padding:0;
	border-top:2px solid #C39C7D;
	background:#E1CCBA;
} 

#footer {
} 

/* coordonnees de la residence */
#adresse_logo {
	position:relative;
}

#adresse {
    padding-top: 10px;
} 

#adresse p {
    margin: 0;
} 

#logo_sds {
	float:right;
	width:250px;
}

#tmDiv_36e {
	float:right;
	width:100px;
	margin:17px 30px 0 0;
}

/* sitemap */

#sitemap {
	background:#F6E5DB;
	padding:5px 0;
	-moz-border-radius:10px;
	color:#545454;
}

#sitemap h3,#sitemap h4 {
	text-align:center;
}

#sitemap div {
	background:#F6E5DB;
	padding:0 10px;
}

#sitemap .sitemap_content, .sitemap_content a, #sitemap h4  {
    width:400px;
    margin:auto;
    color:#fff;
    padding:5px;
    font-weight: bold;
}

.sitemap_content ul {
    margin:0 0 10px 0;
}

#sitemap h4 {
    font-size:1.2em;
}

.sitemap_content li {
    list-style: none;
}

#sitemap_cannes, #titre_cannes {
    background:#C4D0EC !important;
}

#sitemap_nice, #titre_nice {
    background:#F9CC9B !important;
}

#sitemap_eze, #titre_eze {
    background:#A2B893 !important;
}

#sitemap_clos, #titre_clos {
    background:#9D6BA6 !important;
}

#sitemap_clos {
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
}

/* les tableaux zebra */

table.tableau_zebra {
    border: 0;
    margin-bottom: 1em;
	padding:2px;
}

table.tableau_zebra tr, table.tableau_zebra td, table.tableau_zebra th {
    border: 0;
    margin: 0;
	padding:2px;
	border-collapse:collapse;
}

.tableau_zebra td {
    text-align: center;
}

.tableau_zebra tr {
    background-color: #FDF8F5;
}

.tableau_zebra caption {
    background-color: #70380a;
    color: #fff;
	padding:2px;
	padding-left:5px;
	font-weight:bolder;
	font-style:italic;
	text-align:left;
}

#contenu_container {
} 

#contenu {
} 

