* {
	margin:0;
	padding:0;
}
object, a { outline:none; }	


/* --- BODIES --- */
body {
	font-family: "Century Gothic", Arial;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

a:link, a:visited, a:active {
	text-decoration: none;
}


a.a_language:link, a.a_language:visited, a.a_language:active { 
	color: #004a91; 
}

a.a_language:hover { 
	text-decoration: underline;
	color: #000; 
}
/* --- ******************END INITIAL********************* --- */



/* --- BOXES BOXES BOXES BOXES BOXES BOXES  --- */
.top_spacer {
	height:20px;
	width:20px;     /* --- Div used instead of margin because of IE bug --- */
}

.half_spacer {
	height:20px;
	width:20px;     /* --- Div used instead of margin because of IE bug --- */
}

.bottom_spacer {
	height:20px;
	width:20px;     /* --- Div used instead of margin because of IE bug --- */
}

.page_container {
	position:relative;
	width:840px;    	/* --- must equal or more value of boxes --- */
	margin:auto;
	border: 0px solid #ccc;
}



/* --- BOX-BANNER  BOX-BANNER  BOX-BANNER  --- */
.box_banner_container {
	position:relative;
	height:130px;
	border: 0px solid #ccc;
}

.box_banner_left {
	height:110px;
	border: 0px solid #ccc;
}
/* --- ******************END BOX********************* --- */



/* --- BOX-ONGLETS  BOX-ONGLETS  BOX-ONGLETS  --- */
.box_menu_container {
	margin-left:20px;
	height:25px;
	border: 0px solid #ccc;
}

.onglet {
	position:relative;
	height:25px;
	width:170px;
	background-image: url(../img/onglet-off.gif);
	background-repeat: no-repeat;
	background-color: #ebebeb;
	float:left;
	text-align: center;
	text-transform: uppercase;
	color: #004a91;
	z-index:100;
}

.onglet_on a {
	background-image: url(../img/onglet-on.gif);
	background-repeat: no-repeat;
	color: #000;
	height:100%;
	display:block;
}

.onglet_off a {
	background-image: url(../img/onglet-off.gif);
	background-repeat: no-repeat;
	color: #004a91;
	height:100%;
	display:block;
}

.onglet_on a:hover {
	color: #000;
	text-decoration:none;
}

.onglet_off a:hover {
	color: #004a91;
	text-decoration:underline;
	background-color: #fff;
}

.onglet_on a span, .onglet_off a span {
	display:block;
	padding-top:5px;
	margin-right:10px;
}

.onglet_bottom_line_on {
	position:absolute;
	display:block;
	top:25px;
	left:1px;
	height:1px;
	width:160px;
	background-color: #fff;
	overflow: hidden;
}

.onglet_bottom_line_off {
	display:none;
}

.onglet_none {
	display:none;
}
/* --- ******************END BOX********************* --- */


.language_container {
	position:absolute;
	height:25px;
	width:100px;
	top:120px;
	right:10px;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	color: #004a91;
	display:block;
}



/* --- BOX-SUBMENU-SQUARE  BOX-SUBMENU-SQUARE  BOX-SUBMENU-SQUARE  --- */
.submenu {
	position:relative;
	height:30px;
	width:170px;
	background-image: url(../img/icon-square-pale.gif);
	background-repeat: no-repeat;
	float:left;
	text-align: left;
	color: #004a91;
}

.submenu_on a {
	background-image: url(../img/icon-square-blue.gif);
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	height:100%;
	width:100%;
	display:block;
}

.submenu_off a {
	background-image: url(../img/icon-square-pale.gif);
	background-repeat: no-repeat;
	color: #004a91;
	height:100%;
	width:100%;
	display:block;
}

.submenu_on a:hover {
	color: #000;
	text-decoration:none;
}

.submenu_off a:hover {
	color: #004a91;
	text-decoration:underline;
	background-image: url(../img/icon-square-blue.gif);
}

.submenu_on a span, .submenu_off a span {
	display:block;
	padding-top:6px;
	margin-left:35px;
}

.submenu_none {
	display:none;
}

.submenu_doubleline {
	line-height:11px;
}

/* --- ******************END BOX********************* --- */




/* --- BOX-CONTENT   BOX-CONTENT   BOX-CONTENT --- */
.box_content_length {	width:840px; }   	  /* --- must equal value below + both corners --- */

.box_content_mid_length {	width:800px; }    /* --- length of middle part --- */

.box_content_container {
	width:auto; 
	height:auto;
	border: 0px solid #ccc;
	overflow: visible;
}

.box_content_header_right {
	position:absolute;
	width:20px;
	height:20px;
	top:-10px;
	right:0px;
	background-color: transparent;
	background-image: url(../img/box-content-01-top-right.gif);
	background-repeat: no-repeat;
}
/* --- --- */
.box_content_middle_container_horizontal {   /* --- Content --- */
	position:relative;
	height: auto;
	background-color: transparent;
	background-image: url(../img/box-content-02-middle-left.gif); 
	background-repeat: repeat-y;
	float: left;
	border: 0px solid yellow;
}

.box_content_middle_container_vertical {
	position:relative;
	width:auto; 
	height: auto;
	background-color: transparent;
	background-image: url(../img/box-content-02-middle-right.gif); 
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	border: 0px solid blue;
}

.content {
	position:relative;
	margin-left:10px;
	margin-right:10px;
	height: auto;
	text-align:left;
	background-color: #c9e4f5;
	border: 1px solid #7a7a7a;
	background-image: url(../img/bgr-gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	z-index:99;
}

.content_inner_left {
	position:absolute;
	width:170px;
	margin-top:30px;
	margin-left:30px;
	margin-right:20px;
	margin-bottom:40px;
}

.content_inner_right{
	position:relative;
	display:block;
	width:530px;
	height: auto;
	margin-top:30px;
	margin-left:220px;
	margin-right:60px;
	padding-bottom:40px;		/* --- padding instead of margin because of ie5 bug --- */
}
/* --- --- */
.box_content_bottom_left {
	width:20px;
	height:20px;
	background-color: transparent;
	background-image: url(../img/box-content-03-bottom-left.gif); 
	background-repeat: no-repeat;
	float: left;
}

.box_content_bottom_mid {
	position:relative;
	height:20px;
	background-color: transparent;
	background-image: url(../img/box-content-03-bottom-mid.gif); 
	background-repeat: repeat-x;
	float: left;
}

.box_content_bottom_right {
	position:relative;
	width:20px;
	height:20px;
	background-color: transparent;
	background-image: url(../img/box-content-03-bottom-right.gif); 
	background-repeat: no-repeat;
	float: left;
}

/* --- ******************END BOX********************* --- */

img {
	border:0px;
}

ul {
	list-style-position: inside;
}


/* --- ENDERMOLOGIE -- */
img.img_big_numbers {
	float:left;
	margin-right:10px;
}

.big_numbers {
	position:relative;
	height:100px;
	font-size: 50px;
	color: #004A91;
	margin-right:10px;
	float: left;
}

.results_thumbs_container {
	position:relative;
	height:400px;
	width:250px;
	border: 0px solid #8ea5c1;
}

.results_thumbs {
	height:70px;
	width:70px;
	margin-right:10px;
	margin-bottom:10px;
	background-image: url(../img/endermologie-avant-apres-thumbs.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float:left;
}

.results_thumbs a {
	display: block; 
	height:100%;
	width:100%;
	border: 0px solid blue;
}
   
.results_thumbs a:hover  {
	height:69px;
	width:69px;
	_height:68px;
	_width:68px;
	border: 1px solid blue;
}
   
.results_thumbs a span {
	position:absolute;
	display:block;
	width:340px;
	height:400px;
	top:0px;
	left:-2000px;				/* --- in case of non-static mouseover  -- */
	left:260px;	
	border: 0px solid red;
	visibility:hidden;
	z-index:99;
}

.results_thumbs a:hover span {
	left:260px;					/* --- in case of non-static mouseover; otherwise, add needed style here  -- */
}

#avant_apres_01 {
	visibility:visible;
}

/* --- ----------------- -- */

.drainage_anim {
	display:inline;
	width:200px;
	height: 250px;
	border: 0px solid #8ea5c1;
}


/* --- RATES -- */

.rates {
	position:relative;
	left:-100px;
	padding-bottom:40px;
	float: left;
}


/* --- FOOTER  FOOTER  FOOTER  FOOTER  FOOTER  -- */
.footer_container {
	width:95%;
	margin-top:10px;
	margin-left:20px;
	height: 60px;
	text-align: center;
	border-top: 1px solid #8ea5c1;
	background-image: url(../images/bgr_links_bottom.gif);
	background-image: none;
	background-repeat: repeat-x;
}

.footer {
	margin-top: 5px;
	width:100%;
	height: 30px;
	text-align: center;
	font-size: 11px;
	color: #8ea5c1;
}

a.a_footer:link, a.a_footer:visited, a.a_footer:hover, a.a_footer:active { 
	color: #8ea5c1; 
}

/* ---  --- */


