/* BASE.CSS */
html { font-size: 100%; }
body { margin: 0px auto; font-family:Arial,Helvetica,sans-serif; font-size: 12px; line-height: 1.25; color: #000000; background-color: transparent; }

/* Titres */
h1, h2, h3, h4 { margin: 0; font-family: Arial, Helvetica, sans-serif; }
h1 { font-size: 2.1em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 0.6em; }

ul, ol { margin: 0; padding: 0; }
ul     { list-style: square inside none; }
li     { margin: 0;	padding: 0; }

p                  { margin: .75em 0;}
li p, blockquote p { margin: .5em 0; }

blockquote, q {	font-size: 1.1em;	font-style: italic;	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif; }
blockquote    { margin: .75em 0 .75em 24px; }
cite          { font-style: italic; }
textarea      { font-size: 12px; font-family: Verdana, "Trebuchet MS", "Lucida Grande" }

a { color: #222; text-decoration: none; }
a:hover { text-decoration: none; color: #000; }
a:visited,       
a:focus { text-decoration: none; }

a:active, a:focus { outline: none; -moz-outline-style: none; }

a img   { border: none; }

em      { font-style: italic; }
strong  { font-weight: bold; }

img     { border: none; -ms-interpolation-mode: bicubic; }

form { padding: 0; margin: 0; }

iframe { padding: 0; margin: 0; border: none; }

.inline { display: inline; }

/* Corners */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* --------   Helper  ------------ */

.clear {clear: both ;}
.clear_left {clear:left ;}
.clear_right {clear:right ;}

.float_right {float:right ;}
.float_left  {float:left  ;}

/*.center {text-align:center;}
.right  {text-align:right;}
.left   {text-align:left;}
.justify{text-align:justify;}*/

.underline {text-decoration:underline;}

.justify { text-align:justify;}
.hover { cursor: pointer; cursor:pointer; }

.underline { text-decoration: underline; }
.bold { font-weight: bold; }

.disp_block{display:block;}
.disp_none{display:none;}

.width_100{ width: 100%; }
.width_70{ width: 70%; }

.width_100_ie6{ _widt\h: 100%; }
.width_70_ie6{ _widt\h: 70%; }

.back_dev1{background-color:#666;}
.back_dev2{background-color:#CCF;}
.back_dev3{background-color:#CF3;}
.back_dev4{background-color:#FC3;}
.back_dev5{background-color:#F9F;}

.cursor_pointer{cursor:pointer;}





/* opacity */

.opacity_09{
 opacity:0.9 !important; 
 opacity:inherit ;  
	}


.opacity_08{
 opacity:0.8 !important; 
 opacity:inherit ;  
	}
	
	
.opacity_06{
 opacity:0.6 !important; 
 opacity:inherit ;  
}


/*  Text Color */
	
.orange_text {color:#F90;}
.orange_text2 {color:#F47A0B;}
.fuschia_text {color:#DB318E;}
.fuschia2_text {color:#EC0D61;}
.fuschia3_text{color:#F06;}
.gris_1_text {color:#3B3B3B;}
.noir_text {color:#000;}
.blanc_text {color:#FFF;}
.bordeaux_text {color: #781F4B;}
.rose1_text{ color : #F73FA5;}
.rose2_text{ color: #F73FA5;}
.rose3_text{color:#B80339;}


/* Margin  Padding espacement  */

.mg_left_auto{margin-left:auto;}
.mg_right_auto{margin-left:auto;}
.mg_auto{margin:auto;}
.mg_horiz_auto {
 margin-left:auto;
 margin-right:auto;
 float:left;
}


.mg_1{margin:1px;}
.mg_2{margin:2px;}
.mg_3{margin:3px;}
.mg_5{margin:5px;}
.mg_8{margin:8px;}
.mg_10{margin:10px;}
.mg_15{margin:15px;}


.mg_top_1{margin-top:1px;}
.mg_top_2{margin-top:2px;}
.mg_top_3{margin-top:3px;}
.mg_top_5{margin-top:5px;}
.mg_top_8{margin-top:8px;}
.mg_top_10{margin-top:10px;}
.mg_top_11{margin-top:11px;}
.mg_top_15{margin-top:15px;}
.mg_top_20{margin-top:20px;}
.mg_top_25{margin-top:25px;}
.mg_top_30{margin-top:30px;}
.mg_top_35{margin-top:35px;}
.mg_top_40{margin-top:40px;}
.mg_top_45{margin-top:45px;}
.mg_top_50{margin-top:50px;}

.mg_bottom_1{margin-bottom:1px;}
.mg_bottom_2{margin-bottom:2px;}
.mg_bottom_3{margin-bottom:3px;}
.mg_bottom_5{margin-bottom:5px;}
.mg_bottom_8{margin-bottom:8px;}
.mg_bottom_10{margin-bottom:10px;}
.mg_bottom_15{margin-bottom:15px;}
.mg_bottom_20{margin-bottom:20px;}
.mg_bottom_25{margin-bottom:25px;}
.mg_bottom_30{margin-bottom:30px;}
.mg_bottom_35{margin-bottom:35px;}
.mg_bottom_40{margin-bottom:40px;}
.mg_bottom_45{margin-bottom:45px;}
.mg_bottom_50{margin-bottom:50px;}

.mg_left_1{margin-left:1px;}
.mg_left_2{margin-left:2px;}
.mg_left_3{margin-left:3px;}
.mg_left_5{margin-left:5px;}
.mg_left_8{margin-left:8px;}
.mg_left_10{margin-left:10px;}
.mg_left_15{margin-left:15px;}
.mg_left_20{margin-left:20px;}
.mg_left_25{margin-left:25px;}
.mg_left_30{margin-left:30px;}
.mg_left_35{margin-left:35px;}
.mg_left_40{margin-left:40px;}
.mg_left_45{margin-left:45px;}
.mg_left_50{margin-left:50px;}


.mg_right_1{margin-right:1px;}
.mg_right_2{margin-right:2px;}
.mg_right_3{margin-right:3px;}
.mg_right_5{margin-right:5px;}
.mg_right_8{margin-right:8px;}
.mg_right_10{margin-right:10px;}
.mg_right_15{margin-right:15px;}
.mg_right_20{margin-right:20px;}
.mg_right_25{margin-right:25px;}
.mg_right_30{margin-right:30px;}
.mg_right_35{margin-right:35px;}
.mg_right_40{margin-right:40px;}
.mg_right_45{margin-right:45px;}
.mg_right_50{margin-right:50px;}


.pad_1{padding:1px;}
.pad_2{padding:2px;}
.pad_3{padding:3px;}
.pad_5{padding:5px;}
.pad_8{padding:8px;}
.pad_10{padding:10px;}
.pad_15{padding:15px;}

.pad_top_1{padding-top:1px;}
.pad_top_2{padding-top:2px;}
.pad_top_3{padding-top:3px;}
.pad_top_5{padding-top:5px;}
.pad_top_8{padding-top:8px;}
.pad_top_10{padding-top:10px;}
.pad_top_15{padding-top:15px;}
.pad_top_20{padding-top:20px;}
.pad_top_25{padding-top:25px;}
.pad_top_30{padding-top:30px;}
.pad_top_35{padding-top:35px;}
.pad_top_40{padding-top:40px;}
.pad_top_45{padding-top:45px;}
.pad_top_50{padding-top:50px;}

.pad_bottom_1{padding-bottom:1px;}
.pad_bottom_2{padding-bottom:2px;}
.pad_bottom_3{padding-bottom:3px;}  
.pad_bottom_5{padding-bottom:5px;}
.pad_bottom_8{padding-bottom:8px;}
.pad_bottom_10{padding-bottom:10px;}
.pad_bottom_15{padding-bottom:15px;}
.pad_bottom_20{padding-bottom:20px;}
.pad_bottom_25{padding-bottom:25px;}
.pad_bottom_30{padding-bottom:30px;}
.pad_bottom_35{padding-bottom:35px;}
.pad_bottom_40{padding-bottom:40px;}
.pad_bottom_45{padding-bottom:45px;}
.pad_bottom_50{padding-bottom:50px;}

.pad_left_1{padding-left:1px;}
.pad_left_2{padding-left:2px;}
.pad_left_3{padding-left:3px;}
.pad_left_5{padding-left:5px;}
.pad_left_8{padding-left:8px;}
.pad_left_10{padding-left:10px;}
.pad_left_15{padding-left:15px;}
.pad_left_20{padding-left:20px;}
.pad_left_30{padding-left:30px;}
.pad_left_35{padding-left:35px;}
.pad_left_40{padding-left:40px;}
.pad_left_45{padding-left:45px;}
.pad_left_50{padding-left:50px;}

.pad_right_1{ padding-right:1px;}
.pad_right_2{ padding-right:2px;}
.pad_right_3{ padding-right:3px;}
.pad_right_5{padding-right:5px;}
.pad_right_8{padding-right:8px;}
.pad_right_10{padding-right:10px;}
.pad_right_15{padding-right:15px;}
.pad_right_20{padding-right:20px;}
.pad_right_25{padding-right:25px;}
.pad_right_30{padding-right:30px;}
.pad_right_35{padding-right:35px;}
.pad_right_40{padding-right:40px;}
.pad_right_45{padding-right:45px;}
.pad_right_50{padding-right:50px;}



/* ----- Espacement Hack IE6   ------- */

.mg_1_ie6{_margi\n:1px;}
.mg_2_ie6{_margi\n:2px;}
.mg_3_ie6{_margi\n:3px;}
.mg_5_ie6{_margi\n:5px;}
.mg_8_ie6{_margi\n:8px;}
.mg_10_ie6{_margi\n:10px;}
.mg_15_ie6{_margi\n:15px;}

.mg_top_1_ie6{_margin-to\p:1px;}
.mg_top_2_ie6{_margin-to\p:2px;}
.mg_top_3_ie6{_margin-to\p:3px;}
.mg_top_5_ie6{_margin-to\p:5px;}
.mg_top_8_ie6{_margin-to\p:8px;}
.mg_top_10_ie6{_margin-to\p:10px;}
.mg_top_15_ie6{_margin-to\p:15px;}
.mg_top_20_ie6{_margin-to\p:20px;}
.mg_top_25_ie6{_margin-to\p:25px;}
.mg_top_30_ie6{_margin-to\p:30px;}

.mg_bottom_1_ie6{_margin-botto\m:1px;}
.mg_bottom_2_ie6{_margin-botto\m:2px;}
.mg_bottom_3_ie6{_margin-botto\m:3px;}
.mg_bottom_5_ie6{_margin-botto\m:5px;}
.mg_bottom_8_ie6{_margin-botto\m:8px;}
.mg_bottom_10_ie6{_margin-botto\m:10px;}
.mg_bottom_15_ie6{_margin-botto\m:15px;}
.mg_bottom_20_ie6{_margin-botto\m:20px;}
.mg_bottom_25_ie6{_margin-botto\m:25px;}
.mg_bottom_30_ie6{_margin-botto\m:30px;}


.mg_bottom_20_ie67{_margin-bottom:20px;}

.mg_left_1_ie6{_margin-lef\t:1px;}
.mg_left_2_ie6{_margin-lef\t:2px;}
.mg_left_3_ie6{_margin-lef\t:3px;}
.mg_left_5_ie6{_margin-lef\t:5px;}
.mg_left_8_ie6{_margin-lef\t:8px;}
.mg_left_10_ie6{_margin-lef\t:10px;}
.mg_left_15_ie6{_margin-lef\t:15px;}
.mg_left_20_ie6{_margin-lef\t:20px;}
.mg_left_25_ie6{_margin-lef\t:25px;}
.mg_left_30_ie6{_margin-lef\t:30px;}
.mg_left_35_ie6{_margin-lef\t:35px;}

.mg_right_1_ie6{_margin-righ\t:1px;}
.mg_right_2_ie6{_margin-righ\t:2px;}
.mg_right_3_ie6{_margin-righ\t:3px;}
.mg_right_5_ie6{_margin-righ\t:5px;}
.mg_right_8_ie6{_margin-righ\t:8px;}
.mg_right_10_ie6{_margin-righ\t:10px;}
.mg_right_15_ie6{_margin-righ\t:15px;}
.mg_right_20_ie6{_margin-righ\t:20px;}
.mg_right_25_ie6{_margin-righ\t:25px;}
.mg_right_30_ie6{_margin-righ\t:30px;}
.mg_right_35_ie6{_margin-righ\t:35px;}



.pad_1_ie6{_paddin\g:1px;}
.pad_2_ie6{_paddin\g:2px;}
.pad_3_ie6{_paddin\g:3px;}
.pad_5_ie6{_paddin\g:5px;}
.pad_8_ie6{_paddin\g:8px;}
.pad_10_ie6{_paddin\g:10px;}
.pad_15_ie6{_paddin\g:15px;}

.pad_top_1_ie6{_padding-to\p:1px;}
.pad_top_2_ie6{_padding-to\p:2px;}
.pad_top_3_ie6{_padding-to\p:3px;}
.pad_top_5_ie6{_padding-to\p:5px;}
.pad_top_8_ie6{_padding-to\p:8px;}
.pad_top_10_ie6{_padding-to\p:10px;}
.pad_top_15_ie6{_padding-to\p:15px;}

.pad_bottom_1_ie6{_padding-botto\m:1px;}
.pad_bottom_2_ie6{_padding-botto\m:2px;}
.pad_bottom_3_ie6{_padding-botto\m:3px;}  
.pad_bottom_5_ie6{_padding-botto\m:5px;}
.pad_bottom_8_ie6{_padding-botto\m:8px;}
.pad_bottom_10_ie6{_padding-botto\m:10px;}
.pad_bottom_15_ie6{_padding-botto\m:15px;}


.pad_left_1_ie6{_padding-lef\t:1px;}
.pad_left_2_ie6{_padding-lef\t:2px;}
.pad_left_3_ie6{_padding-lef\t:3px;}
.pad_left_5_ie6{_padding-lef\t:5px;}
.pad_left_8_ie6{_padding-lef\t:8px;}
.pad_left_10_ie6{_padding-lef\t:10px;}
.pad_left_15_ie6{_padding-lef\t:15px;}
.pad_left_20_ie6{_padding-lef\t:20px;}
.pad_left_30_ie6{_padding-lef\t:30px;}


.pad_right_1_ie6{_	padding-righ\t:1px;}
.pad_right_2_ie6{_	padding-righ\t:2px;}
.pad_right_3_ie6{_	padding-righ\t:3px;}
.pad_right_5_ie6{_padding-righ\t:5px;}
.pad_right_8_ie6{_padding-righ\t:8px;}
.pad_right_10_ie6{_padding-righ\t:10px;}
.pad_right_15_ie6{_padding-righ\t:15px;}




/* Font Em */

.fs_05{ font-size: 0.5em;}
.fs_06{ font-size: 0.6em;}
.fs_07{ font-size: 0.7em;}
.fs_08{ font-size: 0.8em;}
.fs_09{ font-size: 0.9em;}
.fs_10{ font-size: 1em;}
.fs_11{ font-size: 1.1em;}
.fs_12{ font-size: 1.2em;}
.fs_13{ font-size: 1.3em;}
.fs_14{ font-size: 1.4em;}
.fs_15{ font-size: 1.5em;}
.fs_16{ font-size: 1.6em;}
.fs_17{ font-size: 1.7em;}
.fs_18{ font-size: 1.8em;}
.fs_19{ font-size: 1.9em;}
.fs_20{ font-size: 2.0em;}



/* -------------------------------------------*/





pre, code    { font-size: 100%; font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace; }
pre          { width: 90%;	overflow: auto;	margin: .75em 0;	padding: 12px; background: #eee; color: #555; }
pre strong   { font-weight: normal;	color: black; }
#copyright   { margin: 20px 0 5px 0; text-align: right;	font-size: .8em; color: #848F63; }
#copyright a { color: #848F63; text-decoration: none; }
#copyright a:hover, 
#copyright a:focus { text-decoration: underline; }

table { padding: 0px; margin: 0; border-collapse: separate; table-layout: auto; }
table td, th { vertical-align: top; }

.input_stylized { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; background-color: #FFFFFF; border: none; }

.input_button { border: solid 1px #CCC; border-right: solid 1px #AAA; border-bottom: solid 1px #AAA; }
.input_text   { border: solid 1px #CCC; height: 17px; padding-top: 2px; border-right: solid 1px #AAA; border-bottom: solid 1px #AAA; background-color: #FFF; background-image: url('/images/default/shadow_b.png'); background-position: left -5px; background-repeat: repeat-x; }

.follow, .link { font-family: Georgia, Arial, Verdana; }



.loading      { background-image: url('/images/116/loader.gif'); background-position: center center; background-repeat: no-repeat; }
.rating_form  { display: none; }


/* EXTRAS */
.input_txt                      { margin-top: 0px; float: left; }
.input_blur .input_left         { position: relative; z-index: 4; margin-right: -2px; width: 6px; height: 22px; font-size: 1px; background-image:url('/images/extras/input_login_1.png'); background-repeat:no-repeat; float: left; }
.input_blur .input_center       { position: relative; z-index: 2; height: 22px; font-size: 11px; padding: 0px; background-image:url('/images/extras/input_login_2.png'); background-repeat:repeat-x; float: left; }
.input_blur .input_center input { position: relative; z-index: 2; padding-left: 1px; padding-right: 1px; background: transparent; height: 19px; margin-top: 3px; border: none; }
.input_blur .input_right        { position: relative; z-index: 4; margin-left: 0px; width: 6px; height: 22px; font-size: 1px; background-image:url('/images/extras/input_login_3.png'); background-repeat:no-repeat; float: left; }

.input_focus .input_left         { position: relative; z-index: 4; margin-right: -6px; width: 6px; height: 18px; font-size: 1px; background-image:url('/images/extras/input_login_1_focus.gif'); background-repeat:no-repeat; float: left; }
.input_focus .input_center       { position: relative; z-index: 2; height: 18px; font-size: 11px; padding: 3px; background-image:url('/images/extras/input_login_2_focus.gif'); background-repeat:repeat-x; float: left; }
.input_focus .input_center input { position: relative; z-index: 2; width: auto; padding-left: 1px; padding-right: 1px; background: transparent; height: 13px; border: none; }
.input_focus .input_right        { position: relative; z-index: 4; margin-left: -4px; width: 6px; height: 18px; font-size: 1px; background-image:url('/images/extras/input_login_3_focus.gif'); background-repeat:no-repeat; float: left; }


/* BULLE INFOS */

.bulle_info_form {
	background-color:#F9C;
	z-index: 50;
	width:350px;
	height:40px;
	position:absolute;
	font-size: 0.9em;
	font-style: italic;
	color: #333;
	padding:5px;
	border: 1px solid #CCC;	
}



/*  FORM */

.icon_field {
margin-left:2px;
}



/* BOUTONS */ 

#a_button{
text-decoration: none;
cursor:pointer;
}

#a_button:hover{ opacity:0.9; }


.button{
text-decoration: none;
cursor:pointer;
}

.button .side {
float:left;
width:6px;
height:28px;
}

.button .middle  {
	float:left;
	height:23px;
	padding-left:6px;
	padding-top:5px;
	padding-right:6px;
	background-repeat: repeat-x;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.button .middle:hover  {
color: #F4F4F4;
}

.button .submit{
	border:none;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	background: transparent ;
	margin :0px;
	padding :0px;
	cursor:pointer;
}

 
.button :hover .button_txt{ opacity:0.8; }

.button .bleu_bt_left   { background-image: url(/images/116/base/bleu_bt_left.png);}
.button .bleu_bt_right  { background-image: url(/images/116/base/bleu_bt_right.png);}
.button .bleu_bt_center { background-image: url(/images/116/base/bleu_bt_center.png);}

.button .fuschia_bt_left   { background-image: url(/images/116/base/fuschia_bt_left.png);}
.button .fuschia_bt_right  { background-image: url(/images/116/base/fuschia_bt_right.png);}
.button .fuschia_bt_center { background-image: url(/images/116/base/fuschia_bt_center.png);}

.button .bleu_ciel_bt_left   { background-image: url(/images/116/base/bleu_ciel_bt_left.png);}
.button .bleu_ciel_bt_right  { background-image: url(/images/116/base/bleu_ciel_bt_right.png);}
.button .bleu_ciel_bt_center { background-image: url(/images/116/base/bleu_ciel_bt_center.png);}

.button .orange_bt_left   { background-image: url(/images/116/base/orange_bt_left.png);}
.button .orange_bt_right  { background-image: url(/images/116/base/orange_bt_right.png);}
.button .orange_bt_center { background-image: url(/images/116/base/orange_bt_center.png);}

.button .grenade_bt_left   { background-image: url(/images/116/base/grenade_bt_left.png);}
.button .grenade_bt_right  { background-image: url(/images/116/base/grenade_bt_right.png);}
.button .grenade_bt_center { background-image: url(/images/116/base/grenade_bt_center.png);}

.button .rouge_bt_left   { background-image: url(/images/116/base/rouge_bt_left.png);}
.button .rouge_bt_right  { background-image: url(/images/116/base/rouge_bt_right.png);}
.button .rouge_bt_center { background-image: url(/images/116/base/rouge_bt_center.png);}

.button .bleu_gris_bt_left   { background-image: url(/images/116/base/bleu_gris_bt_left.png);}
.button .bleu_gris_bt_right  { background-image: url(/images/116/base/bleu_gris_bt_right.png);}
.button .bleu_gris_bt_center { background-image: url(/images/116/base/bleu_gris_bt_center.png);}

.button .violet_bt_left   { background-image: url(/images/116/base/violet_bt_left.png);}
.button .violet_bt_right  { background-image: url(/images/116/base/violet_bt_right.png);}
.button .violet_bt_center { background-image: url(/images/116/base/violet_bt_center.png);}

.button .chair_bt_left   { background-image: url(/images/116/base/chair_bt_left.png);}
.button .chair_bt_right  { background-image: url(/images/116/base/chair_bt_right.png);}
.button .chair_bt_center { background-image: url(/images/116/base/chair_bt_center.png);}

.button .gris_bt_left   { background-image: url(/images/116/base/gris_bt_left.png);}
.button .gris_bt_right  { background-image: url(/images/116/base/gris_bt_right.png);}
.button .gris_bt_center { background-image: url(/images/116/base/gris_bt_center.png);}

.button .mauve_bt_left   { background-image: url(/images/11616/base/mauve_bt_left.png);}
.button .mauve_bt_right  { background-image: url(/images/11616/base/mauve_bt_right.png);}
.button .mauve_bt_center { background-image: url(/images/11616/base/mauve_bt_center.png);}

.button .gris_clair_bt_left   { background-image: url(/images/11616/base/gris_clair_bt_left.png);}
.button .gris_clair_bt_right  { background-image: url(/images/11616/base/gris_clair_bt_right.png);}
.button .gris_clair_bt_center { background-image: url(/images/11616/base/gris_clair_bt_center.png);}

/* ---------------------- */ 


/* ------ TOOLTIP, POP , etc ... ----- */


.tooltip_1 {
	border-collapse: collapse;	
}


.tooltip_1 .corner_top_left {
	 /* background-color:#066 ; */
		width: 5px;
	 height: 4px;
		background-repeat: no-repeat;
		background-position: bottom right;
}


.tooltip_1 .corner_top_right {
	 /* background-color:#993 ; */
		width: 5px;
	 height: 4px;
		background-repeat: no-repeat;
		background-position: bottom left;
}


.tooltip_1 .corner_bottom_left {
	 /* background-color:#F96 ;  */
		width: 5px;
	 height: 4px;
		background-repeat: no-repeat;
		background-position: top right;
}


.tooltip_1 .corner_bottom_right {
	 /* background-color:#933 ; */
		width: 5px;
	 height: 4px;
		background-repeat: no-repeat;
		background-position: top left;
}


.tooltip_1 .border_top{
	/* background-color: cyan;  */
	height: 4px;
	background-repeat: repeat-x;
	background-position: bottom ;
}


.tooltip_1 .border_bottom{
	/* background-color: red;  */
	height: 4px;
	background-repeat: repeat-x;
	background-position: top ;
}


.tooltip_1 .border_left {
	  /* background-color: green;  */
	 width: 5px;
	
		background-repeat: repeat-y;
		background-position: right ;
}


.tooltip_1 .border_right {
		/* background-color: green;  */ 
		width: 5px;
		
		background-repeat: repeat-y;
		background-position: left ;
}


/* patch soucis IE, doit pouvoir se regler sans ça */
.tooltip_1 .width_13 {width: 13px;} 

.tooltip_1 .arrow_left , .arrow_right {
		/* background-color:yellow ;  */
		float:left;
		width:13px;
	 height:12px;
		background-repeat: no-repeat ; 
	 /* margin-top:auto;  */
	 /* margin-bottom:auto;  */
	 font-size: 0px ; 		
	 /* add here margin-top:XXpx; margin-bottom:XXpx  pour décaler fleche */
}


.tooltip_1 .arrow_top  , .arrow_bottom {
		/* background-color:#00F; */
		/* float:left ; */ 
		width:12px;
	 height:13px;
		background-repeat: no-repeat;
	 margin-left:auto;
	 margin-right:auto; 
		font-size: 0px ;		
}



/* Color tooltip_1  */

.tooltip_1_vert_pomme  .corner_top_left{ background-image: url(/images/11616/base/tooltip/tt_corner_top_left_vert_pomme.png);}
.tooltip_1_vert_pomme  .corner_top_right{ background-image: url(/images/11616/base/tooltip/tt_corner_top_right_vert_pomme.png);}
.tooltip_1_vert_pomme  .corner_bottom_right{	background-image: url(/images/11616/base/tooltip/tt_corner_bottom_right_vert_pomme.png);}
.tooltip_1_vert_pomme  .corner_bottom_left{	background-image: url(/images/116/base/tooltip/tt_corner_bottom_left_vert_pomme.png);}

.tooltip_1_vert_pomme  .border_top{ background-image: url(/images/116/base/tooltip/tt_border_top_vert_pomme.png); }
.tooltip_1_vert_pomme  .border_bottom{ background-image: url(/images/116/base/tooltip/tt_border_bottom_vert_pomme.png); }
.tooltip_1_vert_pomme  .border_left{ background-image: url(/images/116/base/tooltip/tt_border_left_vert_pomme.png);}
.tooltip_1_vert_pomme  .border_right{	background-image: url(/images/116/base/tooltip/tt_border_right_vert_pomme.png);}

.tooltip_1_vert_pomme  .arrow_right{ background-image: url(/images/116/base/tooltip/tt_arrow_right_vert_pomme.png);  }
.tooltip_1_vert_pomme  .arrow_left{ background-image: url(/images/116/base/tooltip/tt_arrow_left_vert_pomme.png);  } 
.tooltip_1_vert_pomme  .arrow_top{ background-image: url(/images/116/base/tooltip/tt_arrow_top_vert_pomme.png);  }
.tooltip_1_vert_pomme  .arrow_bottom{ background-image: url(/images/116/base/tooltip/tt_arrow_bottom_vert_pomme.png); }

.tooltip_1_vert_pomme  .content{background-color:#D9EEA6; }



.tooltip_1_rose1  .corner_top_left{ background-image: url(/images/116/base/tooltip/tt_corner_top_left_rose1.png);}
.tooltip_1_rose1  .corner_top_right{ background-image: url(/images/116/base/tooltip/tt_corner_top_right_rose1.png);}
.tooltip_1_rose1  .corner_bottom_right{	background-image: url(/images/116/base/tooltip/tt_corner_bottom_right_rose1.png);}
.tooltip_1_rose1  .corner_bottom_left{	background-image: url(/images/116/base/tooltip/tt_corner_bottom_left_rose1.png);}

.tooltip_1_rose1  .border_top{ background-image: url(/images/116/base/tooltip/tt_border_top_rose1.png); }
.tooltip_1_rose1  .border_bottom{ background-image: url(/images/116/base/tooltip/tt_border_bottom_rose1.png); }
.tooltip_1_rose1  .border_left{ background-image: url(/images/116/base/tooltip/tt_border_left_rose1.png);}
.tooltip_1_rose1  .border_right{	background-image: url(/images/116/base/tooltip/tt_border_right_rose1.png);}

.tooltip_1_rose1  .arrow_right{ background-image: url(/images/116/base/tooltip/tt_arrow_right_rose1.png);  }
.tooltip_1_rose1  .arrow_left{ background-image: url(/images/116/base/tooltip/tt_arrow_left_rose1.png);  } 
.tooltip_1_rose1  .arrow_top{ background-image: url(/images/116/base/tooltip/tt_arrow_top_rose1.png);  }
.tooltip_1_rose1  .arrow_bottom{ background-image: url(/images/116/base/tooltip/tt_arrow_bottom_rose1.png); }

.tooltip_1_rose1  .content{background-color:#FE9CCB; }





/* --------- TOOTIP IE6 ------------------ */

.tooltip_1_vert_pomme  .corner_top_left{ _backgroun\d-image: url(/images/116/base/tooltip/tt_corner_top_left_vert_pomme_8bit.png);}
.tooltip_1_vert_pomme  .corner_top_right{ _backgroun\d-image: url(/images/116/base/tooltip/tt_corner_top_right_vert_pomme_8bit.png);}
.tooltip_1_vert_pomme  .corner_bottom_right{	_backgroun\d-image: url(/images/116/base/tooltip/tt_corner_bottom_right_vert_pomme_8bit.png);}
.tooltip_1_vert_pomme  .corner_bottom_left{	_backgroun\d-image: url(/images/116/base/tooltip/tt_corner_bottom_left_vert_pomme_8bit.png);}

.tooltip_1_vert_pomme  .border_top{ _backgroun\d-image: url(/images/116/base/tooltip/tt_border_top_vert_pomme_8bit.png); }
.tooltip_1_vert_pomme  .border_bottom{ _backgroun\d-image: url(/images/116/base/tooltip/tt_border_bottom_vert_pomme_8bit.png); }
.tooltip_1_vert_pomme  .border_left{ _backgroun\d-image: url(/images/116/base/tooltip/tt_border_left_vert_pomme_8bit.png);}
.tooltip_1_vert_pomme  .border_right{	_backgroun\d-image: url(/images/116/base/tooltip/tt_border_right_vert_pomme_8bit.png);}

.tooltip_1_vert_pomme  .arrow_right{ _backgroun\d-image: url(/images/116/base/tooltip/tt_arrow_right_vert_pomme_8bit.png);  }
.tooltip_1_vert_pomme  .arrow_left{ _backgroun\d-image: url(/images/116/base/tooltip/tt_arrow_left_vert_pomme_8bit.png);  } 
.tooltip_1_vert_pomme  .arrow_top{ _backgroun\d-image: url(/images/116/base/tooltip/tt_arrow_top_vert_pomme_8bit.png);  }
.tooltip_1_vert_pomme  .arrow_bottom{ _backgroun\d-image: url(/images/116/base/tooltip/tt_arrow_bottom_vert_pomme_8bit.png); }


.tooltip_1_rose1  .corner_top_left{ _backgroun\d-image: url(/images/116/base/tooltip/tt_corner_top_left_rose1_8bit.png);}
.tooltip_1_rose1  .corner_top_right{ _backgroun\d-image: url(/images/116/base/tooltip/tt_corner_top_right_rose1_8bit.png);}
.tooltip_1_rose1  .corner_bottom_right{	_backgroun\d-image: url(/images/116/base/tooltip/tt_corner_bottom_right_rose1_8bit.png);}
.tooltip_1_rose1  .corner_bottom_left{	_backgroun\d-image: url(/images/116/base/tooltip/tt_corner_bottom_left_rose1_8bit.png);}

.tooltip_1_rose1  .border_top{ _backgroun\d-image: url(/images/116/base/tooltip/tt_border_top_rose1_8bit.png); }
.tooltip_1_rose1  .border_bottom{ _backgroun\d-image: url(/images/116/base/tooltip/tt_border_bottom_rose1_8bit.png); }
.tooltip_1_rose1  .border_left{ _backgroun\d-image: url(/images/116/base/tooltip/tt_border_left_rose1_8bit.png);}
.tooltip_1_rose1  .border_right{	_backgroun\d-image: url(/images/116/base/tooltip/tt_border_right_rose1_8bit.png);}

.tooltip_1_rose1  .arrow_right{ _backgroun\d-image: url(/images/116/base/tooltip/tt_arrow_right_rose1_8bit.png);  }
.tooltip_1_rose1  .arrow_left{ _backgroun\d-image: url(/images/116/base/tooltip/tt_arrow_left_rose1_8bit.png);  } 
.tooltip_1_rose1  .arrow_top{ _backgroun\d-image: url(/images/116/base/tooltip/tt_arrow_top_rose1_8bit.png);  }
.tooltip_1_rose1  .arrow_bottom{ _backgroun\d-image: url(/images/116/base/tooltip/tt_arrow_bottom_rose1_8bit.png); }


.zodiac_text  {
	font-size:13px; 
	font-family:times;
	}

.zodiac_text {
	float:left;
	padding:0;
	margin-top:3px;
	margin-left:3px;	
}


.captcha_tab {
border-collapse: collapse ;
}
/* LAYOUT.CSS */
html, body { height: 100%; }
/*body       { padding: 2px; background-image: url('/images/1/base/horoscope_bg.jpg'); background-position: top center; background-repeat: repeat-y; background-color: transparent; }*/

.content { position: relative; }

/* END SUBMENU */

/* CONTAINER */
#container       {position: relative; }

/* END CONTAINER */

/* ROUND_COLOR.CSS */
.round_5{-moz-border-radius:5px; -webkit-border-radius:5px;	border-radius:5px;}
.round_10{-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}
.round_15{-moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}
.round_20{-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;}
.round_25{-moz-border-radius:25px; -webkit-border-radius:25px; border-radius:25px;}
.round_30{-moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px;}

.round_10_topleft{-moz-border-radius:10px 0px 0px 0px; -webkit-border-radius:10px 0px 0px 0px;	border-radius:10px 0px 0px 0px;}
.round_10_topright{-moz-border-radius:0px 10px 0px 0px; -webkit-border-radius:0px 10px 0px 0px;	border-radius:0px 10px 0px 0px;}
.round_10_top { -moz-border-radius:10px 10px 0px 0px; -webkit-border-radius:10px 10px 0px 0px;	border-radius:10px 10px 0px 0px; }
.round_10_bottomright{-moz-border-radius:0px 0px 10px 0px; -webkit-border-radius:0px 0px 10px 0px;	border-radius:0px 0px 10px 0px;}
.round_10_bottomleft{-moz-border-radius:0px 0px 0px 10px; -webkit-border-radius:0px 0px 0px 10px;	border-radius:0px 0px 0px 10px;}
.round_10_bottom { -moz-border-radius:0px 0px 10px 10px; -webkit-border-radius:0px 0px 10px 10px;	border-radius:0px 0px 10px 10px; }

.round_5_topleft{-moz-border-radius:5px 0px 0px 0px; -webkit-border-radius:5px 0px 0px 0px;	border-radius:5px 0px 0px 0px;}
.round_5_topright{-moz-border-radius:0px 5px 0px 0px; -webkit-border-radius:0px 5px 0px 0px;	border-radius:0px 5px 0px 0px;}
.round_5_top { -moz-border-radius:5px 5px 0px 0px; -webkit-border-radius:5px 5px 0px 0px;	border-radius:5px 5px 0px 0px; }
.round_5_bottomright{-moz-border-radius:0px 0px 5px 0px; -webkit-border-radius:0px 0px 5px 0px;	border-radius:0px 0px 5px 0px;}
.round_5_bottomleft{-moz-border-radius:0px 0px 0px 5px; -webkit-border-radius:0px 0px 0px 5px;	border-radius:0px 0px 0px 5px;}

.round_10_topleftright{-moz-border-radius:10px 10px 0px 0px; -webkit-border-radius:10px 10px 0px 0px;	border-radius:10px 10px 0px 0px;}
.round_10_right{-moz-border-radius:0px 10px 10px 0px; -webkit-border-radius:0px 10px 10px 0px;	border-radius:0px 10px 10px 0px;}
.round_10_left{-moz-border-radius:10px 0px 0px 10px; -webkit-border-radius:10px 0px 0px 10px;	border-radius:10px 0px 0px 10px;}
.round_10_bottomleftright{-moz-border-radius:0px 0px 10px 10px; -webkit-border-radius:0px 0px 10px 10px;	border-radius:0px 0px 10px 10px;}

.round_5_topleftright{-moz-border-radius:5px 5px 0px 0px; -webkit-border-radius:5px 5px 0px 0px;	border-radius:5px 5px 0px 0px;}
.round_5_right{-moz-border-radius:0px 5px 5px 0px; -webkit-border-radius:0px 5px 5px 0px;	border-radius:0px 5px 5px 0px;}
.round_5_left{-moz-border-radius:5px 0px 0px 5px; -webkit-border-radius:5px 0px 0px 5px;	border-radius:5px 0px 0px 5px;}
.round_5_bottomleftright{-moz-border-radius:0px 0px 5px 5px; -webkit-border-radius:0px 0px 5px 5px;	border-radius:0px 0px 5px 5px;}

.round_4_topleftright{-moz-border-radius:4px 4px 0px 0px; -webkit-border-radius:4px 4px 0px 0px;	border-radius:4px 4px 0px 0px;}
.round_4_right{-moz-border-radius:0px 4px 4px 0px; -webkit-border-radius:0px 4px 4px 0px;	border-radius:0px 4px 4px 0px;}
.round_4_left{-moz-border-radius:4px 0px 0px 4px; -webkit-border-radius:4px 0px 0px 4px;	border-radius:4px 0px 0px 4px;}
.round_4_bottomleftright{-moz-border-radius:0px 0px 4px 4px; -webkit-border-radius:0px 0px 4px 4px;	border-radius:0px 0px 4px 4px;}

.white { background-color:#f5f4f0; }
.taupe { background-color:#dcd7c2;}
.rose_fonce { background-color:#ff0087;}
.rose { background-color:#e667aa;}
.or { background-color:#c3b050;}
.or_fonce { background-color:#8e7105;}
.bleu { background-color:#5f82e1;}
.bleu_fonce { background-color:#060daf;}
.vert { background-color:#005200; }
.bleu_gris_claire{ background-color:#878889; }
.bleu_gris_fonce{ background-color:#54576F; }
.orange_clair{background-color:#F5C386;}
.orange_fonce{background-color:#E59000;}
.violet_clair{background-color:#868CD8;}
.violet_fonce{background-color:#686BD8;}
.violet_new-age_clair{background-color:#8228AF;}
.violet_new-age_fonce{background-color:#5C008C;}
.rouge_clair{background-color:  #A40000;}
.rouge_fonce{background-color: #900;}
.rouge{background-color: #e40810;}
.mauve {background-color: #b791b8;}
.mauve_fonce {background-color: #a674a7;}
.astro_fonce {background-color: #620013;}
.astro_clair {background-color: #931205;}
.tarot_fonce {background-color: #70423a;}
.tarot_clair {background-color: #c7a99f;}
.beige_fonce {background-color: #e0d2cd;}

/* SCROLLNICE.CSS */
.SC_wrapper {	position:relative;	height:auto; overflow:hidden; background-color:#ffffff}
.SC_class {	width:100%;	overflow:hidden; border-top:#CCCCCC solid 1px; border-bottom:#CCCCCC solid 1px; position:relative;}

.SC_scrollcont { float:left; position:relative;}
.SC_container {	position:relative;	width:100%;	height:auto;	float:left;}

.SC_up {	position:relative;	width:100%; cursor: pointer;}
.SC_down {	position:relative;	width:100%; cursor: pointer;}

.SC_scroll { height:100%; position:relative;float:right;}
.SC_scrollup { position:relative; float:left; top:-1px; width:100%; }
.SC_scrolldown { position:relative; float:left; top:145px; width:100%; }
.SC_scrolling { position:relative; width:100%; top:-1px; float:left;} 

#sc{ width:auto; height:auto; float:right; display:block;}

.baseclass { border:1px solid #C0BA97;}/* UPGRADE_WARNING.CSS */
.upgrade_warning {border:1px solid #444; background-color:white;top:30%;left:50%;height:245px;width:700px;

padding:15px;font-size:15px; z-index:10;}
.upgrade_warning h2{font-weight:bold;margin-bottom:17px;}
.upgrade_warning p{}
.upgrade_warning span{font-size:13px;}

.upgrade_warning .navigateur{text-align:center;font-size:13px;float:left;margin:10px;width:120px;height:120px;background-image:url(//cdn1.tlmq.fr/1/upgrade_warning/background_browser.gif);}

.upgrade_warning .navigateur img{margin:1px 10px 0 10px;}

.screens { position:absolute;border:1px solid #444; background-color:white;top:30%;left:50%;height:auto;width:748px;margin:165px 0 0 -380px;padding:0;text-align:center; }
.screens h2 { position:relative;font-size:16px;color:#222;font-family:cursive; }
.screens .screen_icons { position:relative;width:100%; }
.screens .screen_icons img { width:68px;margin:10px 9px;border:1px solid #88f; }

.screens .screen_line { position:relative;border:1px solid #444; background-color:white;height:5px;width:748px;margin:0;padding:0; }
.screens .screen_line .arrow { position:absolute;top:-20px;left:0;margin:0;padding:0;width:20px;height:20px; background-image:url(//cdn1.tlmq.fr/1/upgrade_warning/fleche.gif); }

.screens .screen { position:relative;border:0 solid #444; background-color:transparent;height:auto;width:748px;margin:0;padding:0; }
.screens .screen img { width:100%; }

.bgUpgradeWarning { position:fixed; top:0px; background-color:#c5c5c5; height:100%; width:100%; z-index:9; opacity:0.6; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
/* JQUERY.RATING.CSS */
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:16px;height:16px;margin:1px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url('//cdn1.tlmq.fr/icons/error_16x16.png') no-repeat 0 0; }
div.star-rating,div.star-rating a{background:url('//cdn1.tlmq.fr/1/icons/etoiles.png') no-repeat -64px 0; }
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;border:0}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS *//* JQUERY.CUSTOM.CSS */
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=cf4aa6&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=feb9f2&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=f575df&fcContent=222222&iconColorContent=e76fe1&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=7d7d7d&iconColorDefault=de73ce&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=feb9f2&fcHover=363636&iconColorHover=a3008b&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=f575df&fcActive=d147aa&iconColorActive=b62f9b&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #f575df; background: #fcfdfd url(//cdn1.tlmq.fr/1/icons/custom/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #feb9f2; background: #cf4aa6 url(//cdn1.tlmq.fr/1/icons/custom/ui-bg_gloss-wave_55_cf4aa6_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(//cdn1.tlmq.fr/1/icons/custom/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #7d7d7d; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #7d7d7d; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #feb9f2; background: #d0e5f5 url(//cdn1.tlmq.fr/1/icons/custom/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #363636; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #363636; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #f575df; background: #f5f8f9 url(//cdn1.tlmq.fr/1/icons/custom/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #d147aa; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #d147aa; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fad42e; background: #fbec88 url(//cdn1.tlmq.fr/1/icons/custom/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(//cdn1.tlmq.fr/1/icons/custom/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(//cdn1.tlmq.fr/1/icons/custom/ui-icons_e76fe1_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(//cdn1.tlmq.fr/1/icons/custom/ui-icons_e76fe1_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(//cdn1.tlmq.fr/1/icons/custom/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(//cdn1.tlmq.fr/1/icons/custom/ui-icons_de73ce_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(//cdn1.tlmq.fr/1/icons/custom/ui-icons_a3008b_256x240.png); }
.ui-state-active .ui-icon {background-image: url(//cdn1.tlmq.fr/1/icons/custom/ui-icons_b62f9b_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(//cdn1.tlmq.fr/1/icons/custom/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(//cdn1.tlmq.fr/1/icons/custom/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(//cdn1.tlmq.fr/1/icons/custom/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(//cdn1.tlmq.fr/1/icons/custom/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* JQUERY.FANCYBOX-1.3.1.CSS */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/1/skin_plugin/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-overlay	{     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
     width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}/* VOYANT_BOX.CSS */
/* VOYANTS BOX */
.box_container { position:relative; float:left; width:920px; padding:10px; }
.box_container .voyant_boxh { position:relative; float:left; height:188px; border:1px solid black; background-color:#f0edf7; margin-bottom:5px; }
.box_container .voyant_boxh .loader	{ position:relative; float:left; width:14%; margin-left:1%; margin-top:1%; background:url('/images/14/nos_voyants/loader.gif') no-repeat center center transparent; height:170px;}
.box_container .voyant_boxh .loader .photo 	{ position:relative; float:left; width:100%; }
.box_container .voyant_boxh .reelle { position:relative; float:left; width:1%; margin-top:15%; }
.box_container .voyant_boxh .content_box { position:relative; float:left; width:82%; padding:1%; }
.box_container .voyant_boxh .content_box .ct1 			{ position:relative; float:left; }
.box_container .voyant_boxh .content_box .ct1 .name { position:relative; float:left; color:#ab0ecc; font-size:26px; font-family:Brush Script Std;}
.box_container .voyant_boxh .content_box .ct1 .job 	{ position:relative; float:left; clear:left; color:#2b003b; font-size:20px; }
.box_container .voyant_boxh .content_box .ct2 						{ position:relative; float:right;}
.box_container .voyant_boxh .content_box .ct2 .available 	{ position:relative; float:left; background: url('/images/14/nos_voyants/fond_bt.png') no-repeat transparent; height:33px; width:135px; text-align:center; line-height:32px; color:#FFF; font-weight:bold; }
.box_container .voyant_boxh .content_box .ct2 .stars 			{ position:relative; float:left; clear:left; top:5px; left:20px; }
.box_container .voyant_boxh .content_box .description { text-align:justify; position:relative; float:left; margin-top:10px; height:75px; overflow:hidden; clear:left; width:100% }
.box_container .voyant_boxh .content_box .more 				{ position:absolute; background: url('/images/14/nos_voyants/more.png') no-repeat transparent; height:25px; width:104px; cursor:pointer; bottom:-20px; right:10px; }

.box_container .voyant_boxv { position:relative; height:284px; width:49.5%; border:1px solid black; background-color:#f0edf7; margin-bottom:5px; }
.box_container .voyant_boxv.left { float:left; }
.box_container .voyant_boxv.right { float:right; }
.box_container .voyant_boxv .loader	{ position:relative; float:left; width:29%; margin-left:1%; margin-top:1%; background:url('/images/14/nos_voyants/loader.gif') no-repeat center center transparent; height:170px;}
.box_container .voyant_boxv .loader .photo 	{ position:relative; float:left; width:100%; }
.box_container .voyant_boxv .reelle { position:relative; float:left; width:10%; margin-top:1%; margin-left:1%; clear:left; }
.box_container .voyant_boxv .available 	{ position:relative; float:left; clear:left; background: url('/images/14/nos_voyants/fond_bt.png') no-repeat transparent; height:33px; width:135px; text-align:center; line-height:32px; color:#FFF; font-weight:bold; margin-top:10px; margin-bottom:10px; margin-left:5px; }
.box_container .voyant_boxv .stars 			{ position:relative; float:left; clear:left; margin-left:25px; width:100%; }
.box_container .voyant_boxv .content_box { position:relative; float:right; width:64%; padding:2%; }
.box_container .voyant_boxv .content_box .ct1 			{ position:relative; float:left;}
.box_container .voyant_boxv .content_box .ct1 .name { position:relative; float:left; color:#ab0ecc; font-size:26px; font-family:Brush Script Std;}
.box_container .voyant_boxv .content_box .ct1 .job 	{ position:relative; float:left; clear:left; color:#2b003b; font-size:15px; font-weight:bold; width:100%; }
.box_container .voyant_boxv .content_box .description { position:relative; float:left; margin-top:10px; height:170px; overflow:hidden; clear:left; width:100%; }
.box_container .voyant_boxv .content_box .more 				{ position:absolute; background: url('/images/14/nos_voyants/more.png') no-repeat transparent; height:25px; width:104px; cursor:pointer; bottom:-30px; right:10px; }

.box_container .voyant_boxtrois { position:relative; height:180px; width:298px; border:1px solid black; background-color:#f0edf7; margin-bottom:20px; font-family:Arial; cursor:pointer; }
.box_container .voyant_boxtrois.marge { margin-right:20px; }
.box_container .voyant_boxtrois.left { float:left; }
.box_container .voyant_boxtrois.right { float:right; }
.box_container .voyant_boxtrois .loader	{ position:relative; float:left; width:100px; margin-left:10px; margin-top:10px; background:url('/images/14/nos_voyants/loader.gif') no-repeat center center transparent; height:140px;}
.box_container .voyant_boxtrois .loader .photo 	{ position:relative; float:left; width:100%; }
.box_container .voyant_boxtrois .reelle { position:relative; float:left; width:10%; margin-top:1%; margin-left:1%; clear:left; }
.box_container .voyant_boxtrois .available 	{ position:absolute; height:24px; width:135px; bottom:5px; left:10px; }
.box_container .voyant_boxtrois .available div 	{ position:relative; float:left;  height:24px; width:24px; background-color:#94f200; }
.box_container .voyant_boxtrois .available span 	{ position:relative; float:left;  height:24px; color:#000000; font-weight:bold; font-size:12px; line-height:24px; margin-left:5px; }
.box_container .voyant_boxtrois .stars 			{ position:relative; float:left; clear:left; margin-left:25px; width:100%; }
.box_container .voyant_boxtrois .content_box { position:relative; float:right; width:56%; padding:2%; }
.box_container .voyant_boxtrois .content_box .ct1 			{ position:relative; float:left; width:100%; }
.box_container .voyant_boxtrois .content_box .ct1 .name { position:relative; float:left; color:#000000; font-size:16px; font-weight:bold; }
.box_container .voyant_boxtrois .content_box .ct1 .job 	{ position:relative; float:left; clear:left; color:#000000; font-size:11px; line-height:11px; width:170px; height:22px; }
.box_container .voyant_boxtrois .content_box .description { position:relative; float:left; margin-top:5px; height:103px; overflow:hidden; clear:left; width:100%; font-size:11px; }
.box_container .voyant_boxtrois .content_box .more 				{ position:absolute;  height:25px; width:130px; cursor:pointer; bottom:-22px; right:10px; font-size:11px; text-decoration:underline; color:#000000; font-weight:bold; }

.box_container .voyant_boxmod { position:relative; height:180px;/* margin-right:2%;*/ min-width:268px; /*max-width:328px; width:30.6%;*/ border:1px solid black; background-color:#f0edf7; margin-bottom:20px; font-family:Arial; cursor:pointer; }
.box_container .voyant_boxmod.marge { margin-right:2%; }
.box_container .voyant_boxmod.left { float:left; }
.box_container .voyant_boxmod.right { float:right; }
.box_container .voyant_boxmod .loader	{ position:relative; float:left; width:100px; margin-left:10px; margin-top:10px; background:url('/images/14/nos_voyants/loader.gif') no-repeat center center transparent; height:140px;}
.box_container .voyant_boxmod .loader .photo 	{ position:relative; float:left; width:100px; height:133px; }
.box_container .voyant_boxmod .reelle { position:relative; float:left; width:10%; margin-top:1%; margin-left:1%; clear:left; }
.box_container .voyant_boxmod .available 	{ position:absolute; height:24px; width:135px; bottom:5px; left:10px; }
.box_container .voyant_boxmod .available div 	{ position:relative; float:left;  height:24px; width:24px; background-color:#94f200; }
.box_container .voyant_boxmod .available span 	{ position:relative; float:left;  height:24px; color:#000000; font-weight:bold; font-size:12px; line-height:24px; margin-left:5px; }
.box_container .voyant_boxmod .stars 			{ position:relative; float:left; clear:left; margin-left:25px; width:100%; }
.box_container .voyant_boxmod .content_box { position:relative; float:right; width:56%; padding:5px; height:83%; }
.box_container .voyant_boxmod .content_box .ct1 			{ position:relative; float:left; width:100%; }
.box_container .voyant_boxmod .content_box .ct1 .name { position:relative; float:left; color:#000000; font-size:16px; font-weight:bold; }
.box_container .voyant_boxmod .content_box .ct1 .job 	{ position:relative; float:left; clear:left; color:#000000; font-size:11px; line-height:11px; width:102%; /*height:22px; margin-bottom:8%;*/ height:22px; }
.box_container .voyant_boxmod .content_box .description { position:relative; float:left; margin-top:5px; height:97px; overflow:hidden; clear:left; width:100%; font-size:11px; }
.box_container .voyant_boxmod .content_box .more 				{ position:absolute;  height:25px; width:130px; cursor:pointer; bottom:-22px; right:10px; font-size:11px; text-decoration:underline; color:#000000; font-weight:bold; }

/* PAGER */
.box_container .page.hide { display:none; }
.box_container .pager { position:relative; float:left; width:100%; text-align:center; color:#2B003B; }
.box_container .pager #select_page { font-weight:bold; }
.box_container .pager #page_moins { position:relative; margin-right:10px; cursor:pointer; font-weight:bold; font-size:18px; top:2px; }
.box_container .pager #page_plus { position:relative; margin-left:10px; cursor:pointer; font-weight:bold; font-size:18px; top:2px; }

/* POP VOYANT */
#pop_voyant { position:relative; float:left; min-height:510px; width:594px; background-color:#FFF; border:2px solid #390053; font-family:Verdana; padding:20px; color:#210031; }

#pop_voyant #close { position:absolute; right:5px; top:5px; background:url('/images/14/nos_voyants/close.png') no-repeat bottom transparent; width:11px; height:17px; cursor:pointer; }

#pop_voyant .voyant_box { position:relative; float:left; margin-bottom:15px; width:100%; }
#pop_voyant .voyant_box .photo 	{ position:relative; float:left; width:21%; margin-left:1%; margin-top:1%; }
#pop_voyant .voyant_box .photo #photo	{ position:relative; float:left; width:100%; /*margin-left:4%; margin-top:4%; */}
#pop_voyant .voyant_box .photo .stars	{ position:relative; float:left; clear:left; top:5px; left:20px; margin-bottom:15px; width:100%; }
#pop_voyant .voyant_box .reelle { position:relative; float:left; width:2%; margin-top:20%; }
#pop_voyant .voyant_box .content_box { position:relative; float:left; width:73%; margin-left:2%; }
#pop_voyant .voyant_box .content_box .ct1 				{ position:relative; float:left; width:100%; }
#pop_voyant .voyant_box .content_box .ct1 .name 	{ position:relative; float:left; color:#ab0ecc; font-size:26px; font-family:Brush Script Std;}
#pop_voyant .voyant_box .content_box .ct1 .job 		{ position:relative; float:left; clear:left; color:#2b003b; font-size:20px; width:100%; }
#pop_voyant .voyant_box .content_box .ct1 .num 				{ position:relative; float:right; font-size:17px; font-weight:bold;  color:#AB0ECC; top:7px; }
#pop_voyant .voyant_box .content_box .description { position:relative; float:left; clear:left; width:100%; margin-top:10px; overflow:hidden; font-size:13px; line-height:20px; text-align: justify;}
#pop_voyant .voyant_box .tarif 			{ position:relative; float:left; clear:left; top:10px; left:5px; font-size:11px; width:100%; }

#pop_voyant .border_bottom { position:relative; float:left; clear:left; border-bottom:2px dotted #ab0ecc; width:100%; height:1px; margin-bottom:10px; }

#pop_voyant .details { position:relative; float:left; margin-bottom:5px; width:100%; margin-bottom:10px; }
#pop_voyant .details .titre { position:relative; float:left; margin-bottom:5px; width:50%; font-size:22px; font-family:Brush Script Std; text-decoration:underline; color:#83009F; }
#pop_voyant .details .info { position:relative; float:left; margin-bottom:5px; width:48%; margin-left:2%; font-size:15px; font-weight:bold; }
#pop_voyant .details .planning { position:relative; float:right; width:275px; height:125px; background-color:#83009f; color:#FFF; }
#pop_voyant .details .planning .titre { position:relative; float:left; width:100%; text-align:center; font-size:18px; font-weight:bold; margin-top:5px; font-family:Verdana; color:#FFF; text-decoration:none; }
#pop_voyant .details .planning .schedule { position:relative; float:left; width:100%; text-align:center; margin-top:5px; }
#pop_voyant .details .planning .schedule #schedule { position: relative; width: 219px; z-index: 0; float: left; margin-left:9px; }
#pop_voyant .details .planning .schedule #schedule .tick { position: absolute; margin-top: 6px; margin-left: 0px; text-align: center; display: none; z-index: 1; }
#pop_voyant .details .planning .schedule #schedule .tick.free { color: #009900; z-index: 10; }
#pop_voyant .details .planning .schedule #schedule  #free    { width: 0; height: 14px; margin-left: 1px; margin-top: 25px; position: absolute; }
#pop_voyant .details .planning .schedule #schedule  #free.on { background-color: #6FAF30; }
#pop_voyant .details .planning .schedule #schedule  #free.no { background-color: #C40B65;}
#pop_voyant .details .planning .schedule #schedule  #timeline         { width: 100%; height: 14px; margin-top: 24px; background-color: #D3D3D3; border: inset 1px #DFDFDF; float: left; clear: both; }
#pop_voyant .details .planning .schedule #schedule  #timeline li      { float: left; }
#pop_voyant .details .planning .schedule #schedule  #timeline li div  { width: 25px; height: 31px; overflow: hidden; float: left; }
#pop_voyant .details .planning .schedule #schedule  #timeline li img  { display: block; position: relative; }
#pop_voyant .details .planning .schedule #schedule  #timeline li span { padding-top: 8px; float: left; }
#pop_voyant .details .planning .schedule #schedule  #timeline li img.start { margin: -31px 0 0 -5px; }
#pop_voyant .details .planning .schedule #schedule  #timeline li img.end   { margin: -31px 0 0 -38px; }
#pop_voyant .details .planning .schedule .datepicker             { margin-left: 5px; float: left; margin-top:15px;}
#pop_voyant .details .planning .schedule .datepicker img { width:31px; height:30px; cursor: pointer;}
#pop_voyant .details .planning .schedule .datepicker #calendar   { }
#pop_voyant .details .planning .schedule .datepicker #datepicker { position: absolute; display: none; z-index:102;}
#pop_voyant .details .planning .display { position:relative; float:left; width:100%; text-align:center; font-size:16px; font-weight:bold; margin-top:10px; }
#pop_voyant .details .planning .display .prec,
#pop_voyant .details .planning .display .next { background-color: #DACFBB; border: 1px solid #C7BA9A; border-radius: 10px 10px 10px 10px; font-size: 12px; padding: 2px; color:#000; cursor:pointer; }
#pop_voyant .details .planning #ui-datepicker-div { z-index:102;}
#pop_voyant .titre_temoignage { position:relative; float:left; width:50%; font-size:22px; font-family:Brush Script Std; text-decoration:underline; color:#83009F; }
#pop_voyant .comment_content { position:relative; float:left; font-size:12px; width:100%; color:#210031; }
#pop_voyant .comment_content #comment .comment { display:none; text-align:left; margin-bottom:5px; padding:8px; }
#pop_voyant .comment_content #comment .comment .comment_head { height:25px;font-weight:bold;font-size:12px; }
#pop_voyant .comment_content #comment .comment .comment_head .comment_auteur {  }
#pop_voyant .comment_content #comment .comment .comment_head .comment_date { margin-left:5px; }
#pop_voyant .comment_content #comment .comment .comment_rate { font-weight:bold; }
#pop_voyant .comment_content #comment .comment .comment_rate div { margin-right: 1px; float:left; }
#pop_voyant .comment_content #comment .comment .comment_rate div.first { margin-right: 4px; }
#pop_voyant .comment_content #comment .comment .comment_rate .star { height:16px;width:16px;background:url("http://cdn1.horoscope.fr/1/icons/etoiles.png") no-repeat scroll -32px 0 transparent; }
#pop_voyant .comment_content #comment .comment p { margin-top:20px; min-height: }
#pop_voyant .comment_content #comment .comment p.bordered { border-bottom:1px solid #C7BA9A; padding-bottom:20px; }
#pop_voyant .comment_content #comment .comment_footer div { position:relative; float:left; width:32%; text-align:center; padding-bottom:5px; }
#pop_voyant .comment_content #comment .comment_footer div.changePage { cursor:pointer; padding: 2px; }
#pop_voyant .comment_content #comment .comment_footer div.changePage#prec { text-align:left; }
#pop_voyant .comment_content #comment .comment_footer div.changePage#suiv { text-align:right; }
/* COMMON.CSS */

#container #page_produit { width:472px; padding:0; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; }
#container #page_produit .page_content { top:0px; padding:0; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; border:0px solid transparent; border-radius: 0px 0px 0px 0px; }
#page_produit .page_content .game_content { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; }
#page_produit .page_content .game_content .tarot_wrapper_overlay_fond { border-radius: 0px 0px 0px 0px; }

#container #product .module_main #mainleftTxt h3, #container #product .module_main #psychotest_result h3 { color: #38B5E1;}
#container #product .module_main #mainleftTxt #suiv { background-color: #38B5E1; }

#container #product {margin-top:0px; }
.box_container { width:auto; padding:0px; }

#part_voy { position:relative; float:left; }

#info_voyant { position:relative; float:left; width:525px; height:290px;  border:1px solid black; background-color:#f0edf7; padding:9px; font-family:Berlin sans MD, arial; display:none; margin-bottom:10px; }
#info_voyant .col_deux .col_un { position:absolute; min-width:117px; /*width:21.3%; */top:10px; right:10px;/*215px;*/ }
#info_voyant .col_deux { position:absolute; min-width:320px; width:59%; height:273px; max-height:273px; overflow-y:auto; overflow-x:hidden; padding-left:10px; padding-top:15px; left:10px; background-color:#f1f1f1; border:1px solid #c6c6c6; z-index:1;}
#info_voyant .col_trois { position:absolute; height:271px; min-width:200px; width:37.5%; right:10px; top:20px; }

#info_voyant .col_un #photo { position:relative; float:right; width:115px; border:1px solid white; z-index:2; }

#info_voyant .col_deux #name { position:relative; float:left; width:200px; font-weight:bold; font-size:21px; height:20px; line-height:21px; }
#info_voyant .col_deux #name img { position:relative; float:left; }
#info_voyant .col_deux #name span { position:relative; float:left; margin-left:10px; }
#info_voyant .col_deux #description { font-size:12px; max-height:105px; overflow:auto;}
#info_voyant .col_deux .stitre { position:relative; float:left; width:100%; text-align:left; font-weight:bold; line-height:24px; font-size:14px; }
#info_voyant .col_deux .stitre_info { position:relative; float:left; /*min-width:315px;*/ /*width:97%;*/ text-align:left; }
#info_voyant .col_deux #etat	{ position:absolute; top:10px; left:230px; display:none; }
#info_voyant .col_deux #etat div 	{ position:relative; float:left;  height:24px; width:24px; background-color:#94f200; }
#info_voyant .col_deux #etat span 	{ position:relative; float:left;  height:24px; color:#000000; font-weight:bold; font-size:12px; line-height:24px; margin-left:5px; }

#info_voyant .col_trois .teas { position:relative; float:left; width:100%; height:64px; background:url(/images/4/nos_voyants/bg_teas.jpg) repeat-x center center transparent; border:1px solid #c6c6c6; margin-bottom:2px; }
#info_voyant .col_trois .teas img { position:relative; float:left; }
#info_voyant .col_trois .teas span { position:relative; float:left; width:100%; text-align:center; }
#info_voyant .col_trois .teas .consigne { color:#760002; font-size:12px; font-weight:bold; margin-top:5px; }
#info_voyant .col_trois .teas .numero { color:#d9000f; font-size:16px; font-weight:bold; }
#info_voyant .col_trois .teas .numero font { color:black; font-size:12px; }
#info_voyant .col_trois .teas .numero .sms_icon1 { float:none; top:5px; }
#info_voyant .col_trois .teas .tarifs { font-size:9px; margin-top:5px; }
#info_voyant .col_trois .teas#sms .tarifs { width:auto; float:none; }
#info_voyant .col_trois .teas #sms_plus { float:none; width:39px; top:-1px; }
#info_voyant .col_trois .teas#sms center {float: left; position: relative; text-align: center; width: 100%; left:5px; }
#info_voyant .col_trois .teas#chat .consigne { margin-top:10px; }
#info_voyant .col_trois .teas#audio .numero { margin-top:4px; }

#col_center, #part_voy, #vb_container {background-color:transparent;}

.game_wrapper .game_module { position:relative; }
#col_center .horo_module { margin-top:0px; }
#col_center .horo_module #button_horo_jour { display:none; }
#col_center .horo_module .content_horo h2 { font-size:16px; } 

.no_voyants { position:relative; float:left; border:1px solid black; background-color:#f0edf7; padding:9px; font-family:Berlin sans MD, arial; height:30px; font-size:20px; line-height:30px; text-align:center; }

.erreursms { color: #d9000f;font-size: 16px;}

.entrersms  {font-weight: normal; font-size: 22px;}

