div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/fileadmin/templates/img/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}



div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	/*background: #000;*/
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: 2px;
	right: 0px;
	height: 25px;
	width: 25px;
	background: url('/fileadmin/templates/img/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: -68px; 
}

a#fancy_right {
	right: -68px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -41px;
	width: 24px;
	height: 82px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/fileadmin/templates/img/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/fileadmin/templates/img/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg
{position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

.normal div#fancy_bg
{position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
	/*background: url(../img/fond_fancy_box_degrader.jpg) repeat-x;*/
}
.normal div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	/*background: transparent url('/fileadmin/templates/img/fancy_shadow_n.png') repeat-x;*/
}

.normal div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	/*background: transparent url('/fileadmin/templates/img/fancy_shadow_ne.png') no-repeat;*/
}

.normal div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	/*background: transparent url('/fileadmin/templates/img/fancy_shadow_e.png') repeat-y;*/
}

.normal div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	/*background: transparent url('/fileadmin/templates/img/fancy_shadow_se.png') no-repeat;*/
}

.normal div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	/*background: transparent url('/fileadmin/templates/img/fancy_shadow_s.png') repeat-x;*/
}

.normal div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
/*	background: transparent url('/fileadmin/templates/img/fancy_shadow_sw.png') no-repeat;*/
}

.normal div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
/*	background: transparent url('/fileadmin/templates/img/fancy_shadow_w.png') repeat-y;*/
}

.normal div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	/*background: transparent url('/fileadmin/templates/img/fancy_shadow_nw.png') no-repeat;*/
}
.normal div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FCFCFC url(../img/fond_fancy_box_degrader_bottom.jpg) repeat-x bottom left;
}






/*##########################################
########### POPUP POPIN FOOTER ############
##########################################*/

.footer_popin div#fancy_bg
{position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../img/fond_fancy_box_degrader.jpg) repeat-x;
}
.footer_popin div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_n.png') repeat-x;
}

.footer_popin div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_ne.png') no-repeat;
}

.footer_popin div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_e.png') repeat-y;
}

.footer_popin div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_se.png') no-repeat;
}

.footer_popin div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_s.png') repeat-x;
}

.footer_popin div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_sw.png') no-repeat;
}

.footer_popin div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_w.png') repeat-y;
}

.footer_popin div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_nw.png') no-repeat;
}
.footer_popin div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FCFCFC url('../img/fond_fancy_box_degrader_bottom.jpg') repeat-x bottom left;
	text-align: justify;
	font-family: arial;
}

.footer_popin .external-link-new-window, .footer_popin .mail, .footer_popin .download  {
	color:#000000;
	text-decoration:underline;
}


.footer_popin .contenu_scroller {
	
	padding:10px 10px 10px 10px;
}

.footer_popin .titre_mauve {
    color:#5D0450;
    font-size:16px;
}

.footer_popin .titre_violet {
    color:#BE12A5;
    font-size:14px;
}

.footer_popin .texte {
    color:#343432;
    font-size:13px;
}

.content_bt_close a{
    background: url(../img/fermer_pop.png) no-repeat !important;
    background: url(../img/bt_close_fancy_ie6.jpg) no-repeat;
    display:block;
    height:23px;
    width:85px;
    float:right;
    margin:0 5px 0 0;
}
.content_bt_close{
	margin:0;
}
div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/fileadmin/templates/img/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/fileadmin/templates/img/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/fileadmin/templates/img/fancy_title_right.png') repeat-x;
}
.diaporama div#fancy_bg
{position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
	background:#5d0450;
}
.diaporama div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #5d0450;
}
.diaporama div#fancy_bg_n {
	top: -39px;
	left: 0;
	width: 100%;
	height: 39px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_n_diapo.png') repeat-x;
}

.diaporama div#fancy_bg_ne {
	top: -39px;
	right: -97px;
	width: 97px;
	height: 39px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_ne_diapo.png') no-repeat;
}

.diaporama div#fancy_bg_e {
	right: -97px;
	height: 100%;
	width: 97px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_e_diapo.png') repeat-y;
}

.diaporama div#fancy_bg_se {
	bottom: -39px;
	right: -97px;
	width: 97px;
	height: 39px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_se_diapo.png') no-repeat;
}

.diaporama div#fancy_bg_s {
	bottom: -39px;
	left: 0;
	width: 100%;
	height: 39px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_s_diapo.png') repeat-x;
}

.diaporama div#fancy_bg_sw {
	bottom: -39px;
	left: -97px;
	width: 97px;
	height: 39px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_sw_diapo.png') no-repeat;
}

.diaporama div#fancy_bg_w {
	left: -97px;
	height: 100%;
	width: 97px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_w_diapo.png') repeat-y;
}

.diaporama div#fancy_bg_nw {
	top: -39px;
	left: -97px;
	width: 97px;
	height: 39px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_nw_diapo.png') no-repeat;
}
element.style {
display:block;
}

element.style {
display:block;
}
.diaporama div#fancy_close {
	right:-94px;
	top:-31px;
}
.diaporama #fancy_content img#fancy_img{
	/*padding-right:30px;
	padding-left:30px;*/
}


/*##########################################
########### POPUP VALIDATION USER ########
##########################################*/


.pop_validation_content{
	text-align:justify;
	font-family:arial;
	margin: 0px 15px 10px 15px;
}
.pop_validation_content .bt_validation {
		margin: 0px;
}
.pop_facebook_lien {
	display:block;
	width:154px;
	height:23px;
	background : url(../img/pop_facebook.png) no-repeat;
	float:right;
}


.pop_facebook_fermer {
	display:block;
	width:85px;
	height:23px;
	background : url(../img/fermer_pop.png) no-repeat;
	float:right;
}
.pop_validation_content .bt_validation a, .pop_validation_content  .bt_validation_1 a {
	cursor:pointer;
}

.pop_validation_content  .bt_validation_1 {
		margin: 0px;
}
.pop_validation_content .bt_validation_1 a {
	display:block;
	width:85px;
	height:23px;
	background : url(../img/fermer_pop.png) no-repeat;
	float:right;
}
.pop_validation_content .color_violet{
	color:#5d0450;
	font-size:16px;
}

.pop_validation_content .color_rose {
	color:#be12a5;
	font-size:16px;
}

.pop_validation_content .content_pop {
	color:#343432;
	font-size:13px;
	
}
.pop_validation_content .content_pop_12 {
	color:#343432;
	font-size:12px;
}
.pop_validation_content .content_pop_left {
	color:#343432;
	font-size:13px;
	text-align:left;
}

/*
##########################################
########### POPUP SEND FRIEND ############
##########################################*/
.pop_friend_formulaire_desc_text{
	color:#000;

}
p.pop_friend_formulaire_desc_text{
	font-size:12px;
	color:#000;
	text-align:left;
}

.pop_friend_formulaire_desc_text .color_violet{
	color:#5d0450;
	font-size:16px;
}

.pop_friend_formulaire_label{
	color:#000;
}

.mailtofriend_input {
	width:170px;
	background:#ccc;
	border:0;
}

.nametofirend_input{
	width:170px;
	background:#ccc;
	border:0;
	
}
#content_error_friend{
display:block;
width:280px;
height:35px;
margin-top:10px;
color:#FF0C0C;
}
.pop_friend_formulaire form,.pop_friend_formulaire table{
padding:0;
margin:0;
}
.pop_friend_formulaire .indication{
font-size:10px;
}
.pop_friend_formulaire .texte_rose_popup_friend{
color:#BE12A5;
font-size:12px;
font-weight:bold;
}
.content_partage_mp3 .texte_rose{
	color:#BE12A5;
	font-size:12px;
	font-weight:bold;
}
#send_to_friend {
	margin:0 15px 10px;
	
	text-align:left;

}


.pop_send_friend_title {
	color:#5D0450;
	font-size:16px;
}


.pop_send_friend_bouton {
	float:right;
}

.pop_send_friend_content {
color:#343432;
font-size:13px;
margin:0;
}


.cquoi_popin div#fancy_bg
{position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../img/fond_fancy_box_degrader.jpg) repeat-x;
}

.cquoi_popin div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_n.png') repeat-x;
}

.cquoi_popin div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_ne.png') no-repeat;
}

.cquoi_popin div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_e.png') repeat-y;
}

.cquoi_popin div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_se.png') no-repeat;
}

.cquoi_popin div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_s.png') repeat-x;
}

.cquoi_popin div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_sw.png') no-repeat;
}

.cquoi_popin div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_w.png') repeat-y;
}

.cquoi_popin div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/fileadmin/templates/img/fancy_shadow_nw.png') no-repeat;
}
.cquoi_popin div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FCFCFC url('../img/fond_fancy_box_degrader_bottom.jpg') repeat-x bottom left;
}

.cquoi_popin #fancy_content{
    margin : 10px 5px 0 10px !important;
    margin : 0;
}
.cquoi_popin {
    text-align:justify;
}
.cquoi_popin .titre_mauve {
    color:#5D0450;
    font-size:16px;
}
.cquoi_popin .titre_violet {
    color:#BE12A5;
    font-size:14px;
}
.cquoi_popin .bt_newsletter_new_ck {
    float:right;
}
.cquoi_popin table{
    width:280px;
    height:71px;
    margin:0;
    padding:0;
}
.cquoi_popin tr,.cquoi_popin td{
    margin:0;
    padding:0;
}
.cquoi_popin .newsletter_email_new_ck{
    width:136px;
    background:#CCC;
    border: 0 none;
    /*float:right;*/
}
