/********************  LIGHTBOX *****************/
#divLightbox{position: absolute;display: none;top: 0px; left: 0px;background: #000000; z-index: 901; width:100%; height:100%;}
#divLightboxContent{position: absolute;display: none; z-index: 903;background: #fff;}

	#divLightboxContent .lightbox-global {position: relative; float: left; margin: 10px;}
	#divLightboxContent .lightbox-close{position: relative; z-index: 902; cursor: pointer; width: 72px; font-size: 13px; text-align: right;}
		#divLightboxContent .lightbox-global .header{padding: 10px 20px;color: #fff; font-weight: bold; font-size: 13px;margin-bottom: 0px; background: #2d97d1;width: 590px;}	
		#divLightboxContent .lightbox-global .desc{padding: 10px 20px; font-weight: normal; font-size: 12px;margin-bottom: 0px; background: #ffffff;width: 590px;}
		#divLightboxContent .lightbox-global .box{overflow:hidden;height:100%;padding: 10px 10px 10px 10px;background: #ffffff; border: 1px solid #2d97d1; color: #1e1e1e; font-size: 11px; width: 610px;}
			#divLightboxContent .lightbox-global .box label{display: block; margin: 0px;position: relative;width: 200px;clear: both; padding: 5px 0px;}
			#divLightboxContent .lightbox-global .box label.error{display: inline;}
			
			#divLightboxContent .lightbox-global .box select{font-family:Arial, Helvetica, sans-serif; font-size: 11px; background: #ffffff url(../../../img/front/default/forms/input-lightbox.png); padding: 2px; width: 199px; height: 18px; border: 0px;}
			#divLightboxContent .lightbox-global .box textarea{font-family:Arial, Helvetica, sans-serif; font-size: 11px; background: url(../../../img/front/default/forms/textarea-lightbox.png);padding: 2px; width: 195px; height: 46px; border: 0px;}
	
			
			#divLightboxContent .lightbox-global .header-media{padding: 5px 30px;color: #fff; font-weight: bold; font-size: 13px;margin-bottom: 2px; background: #fd5c97;min-width: 230px;}	
			#divLightboxContent .lightbox-global .box-media{padding: 30px;background: #ffffff; color: #1e1e1e; font-size: 11px; min-width: 230px;}
	
			#divLightboxContent .lightbox-global .box .submitDiv {position: relative; width: 250px;}		

	#divLightboxContent .lightbox-global .footer{clear: both;text-align: right; margin: 0px; padding: 0px; background: #333; height: 20px;width: 100%;}
		#divLightboxContent .lightbox-global .footer .submit{position: relative;cursor: pointer;width: 100px;clear: both; color: #fff;height: 20px; line-height: 20px; font-size: 10px;text-align: left; padding-left: 15px;}
		.debug{
	border:1px dashed black;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:15px;
}

.debug td{
	border-top:1px solid red;
}/******************* MEDIA LIBRARY *************/
#medialibrary .box .left{float: left; width: 140px; padding: 10px;}
	#medialibrary .box .left a{display: block; clear: both; margin: 2px;}
#medialibrary .box .right{float: left; width: 430px; background: #dbf1fe; padding: 10px;}
	#medialibrary .box .right #mediaAjax #mediaList, #medialibrary .box .right #media{ width: 430px;height: 300px; overflow: auto}
	#medialibrary .box .right .media{float: left; width: 120px; height: 140px; text-align: center; padding: 5px;}
		#medialibrary .box .right .media .img{display: block; height: 120px;}
		#medialibrary .box .right .media img{margin: 0px 0px 5px 0px;}
		#medialibrary .box .right .media .choose{display: block; float: left; width: 16px; height: 16px; background: url(../../../img/back/icons/tick.png); cursor: pointer; margin-right: 5px;}
		#medialibrary .box .right .media .delete{display: block; float: left; width: 16px; height: 16px; background: url(../../../img/back/icons/bin.png); cursor: pointer; margin-right: 5px;}
		#medialibrary .box .right .media .edit{display: block; float: left; width: 16px; height: 16px; background: url(../../../img/back/icons/pencil.png); cursor: pointer; margin-right: 5px;}
#medialibrary .box .bottom{clear: both; width: 590px;  padding: 10px;}
#medialibrary .box .title{display: block; clear: both; font-weight: bold; margin: 5px 0px;}
/* ========== ContentFlow ========== */
/*
 * default style to look nice
 */

.ContentFlow {
	background-color:#f8f8f8;
}

    .ContentFlow .flow .item {
        /*border: 1px solid red;*/
    }
    /* ----- styling of items ----- */
    .ContentFlow .flow .item.active {
        cursor: pointer;
    }
        .ContentFlow .flow .item .caption {
            font-size: 100%;
            text-align: center;
           	color:#ff8105;
            max-height: 30%;
            bottom: 10%;
            width: 100%;
        }
        * html .ContentFlow .flow .item .caption {
            background-image: none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/1x1_0.5_black.png');
        }
            .ContentFlow .flow .item .caption a,
            .ContentFlow .flow .item .caption a:link,
            .ContentFlow .flow .item .caption a:visited,
            .ContentFlow .flow .item .caption a:active,
            .ContentFlow .flow .item .caption a:hover {
                text-decoration: none;
                color: white;
                font-style: italic;
                font-size: 0.7em;
				color:#ff8105;
            }
            .ContentFlow .flow .item .caption a:hover {
                text-decoration: underline;
            }
        .ContentFlow .flow .item.active .caption {
            /*display: block;*/  uncomment to show caption inside item */
        }

    /* ----- scrollbar ----- */
    .ContentFlow .scrollbar {
        width: 50%;
        margin: 0px auto;
        margin-top: 10px;
        height: 16px;
        background: url(img/scrollbar_white.png) left center repeat-x;
        position: relative;
    }

        .ContentFlow .scrollbar .slider {
            width: 16px;
            height: 16px;
            background: url(img/slider_white.png) center center no-repeat;
            cursor: move;
        }
        
        /* only for IE <= 6 and a alphatransparent slider image */
        * html .ContentFlow .scrollbar .slider {
            background-image: none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/slider_white.png');
        }
            .ContentFlow .scrollbar .slider .position {
                top: 120%;
                font-size: 16px;
                font-weight: bold;
                color: silver
            }

    /* ----- global caption ----- */
    .ContentFlow .globalCaption {
        text-align: center;
        font-weight: bold;
        color:#ff8105;
        font-size: 14px;
        height: 20px;
        margin-top:2px;
    }
        .ContentFlow .globalCaption .caption {
        }
            .ContentFlow .globalCaption .caption a,
            .ContentFlow .globalCaption .caption a:link,
            .ContentFlow .globalCaption .caption a:visited,
            .ContentFlow .globalCaption .caption a:active,
            .ContentFlow .globalCaption .caption a:hover {
                text-decoration: none;
                color: white;
                font-style: italic;
                font-size: 0.8em;
            }

            .ContentFlow .globalCaption .caption a:hover {
                text-decoration: underline;
            }

    /* ----- load indicator ----- */
    .ContentFlow .loadIndicator {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: black;
    }
        .ContentFlow .loadIndicator .indicator {
            background: url(img/loader.gif) center center no-repeat;
            width: 100%;
            height: 100%;
        }
        * html .ContentFlow .loadIndicator .indicator {
            height: 100px;
        }

/* ================================= */




/* ========== ContentFlow ========== */
/* 
 * This is the basic CSS file needed for the correct functioning of ContentFlow.
 * DON'T CHANGE IT.
 *
 */
.ContentFlow {
    position: relative;  /* needed so overlay dimensions are constrained to the ContentFlow */
    overflow: hidden;
}
.ContentFlow * {
    margin: 0px;
    padding: 0px;
    /*border: none;*/
}
.ContentFlow .mouseoverCheckElement {
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0px;
    /*display: none;*/
    visibility: hidden;
}
.ContentFlow:hover .mouseoverCheckElement {
    left: 1px;
    /*width: 1px;*/
    /*left: -1px;*/
    /*background-color: red;*/
}
.ContentFlow .flow {
    position: relative; /* needed  so that items can be positioned relative to flow*/
    z-index: 0;         /* need so every item has a z-index relative to the flow-box */
    visibility: hidden; /* needed so that content is hidden while loading */
    width: 100%;        /* needed for IE6 */
    margin: 0 auto;
}
.ContentFlow .flow.hidden {
    visibility: hidden;
}

.ContentFlow .flow .item {
    position: absolute; /* needed */
    visibility: hidden;
}
.ContentFlow .flow .item .overlay { /* needed for FF because of image DnD */
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.ContentFlow .flow .item.withReflection .overlay {
    height: 100%;
}
.ContentFlow .flow .item.active {
}
.ContentFlow .flow .item .content {
    display: block;
    cursor:pointer;
}
.ContentFlow .flow .item div.content {
    width: 100%;
    height: 100%;
}
.ContentFlow .flow .item .label {
    display: none;
}
.ContentFlow .flow .item .reflection {
    display: block;
}
.ContentFlow .flow .item canvas.reflection {
    margin-top: -1px; /* for FF */
}
.ContentFlow .flow .item .refoverlay {
    position: relative;
    display: block;
}
.ContentFlow .flow .item .caption {
    position: absolute; /* needed */
    display: none;      /* needed to hide it on inactive items */
}
.ContentFlow .flow .item.active .caption {
     /*display: block; uncomment to show caption inside item */

}

/* ----- scrollbar ----- */

.ContentFlow .scrollbar {
    position: relative; /* needed for z-index */
    z-index: 1;         /* set above flow */
    visibility: hidden;
}

.ContentFlow .scrollbar .slider {
    position: absolute; /* needed */
}
* html .ContentFlow .scrollbar .slider .virtualSlider {
    height: 100%;
}
.ContentFlow .scrollbar .slider .position {
    position: absolute; /* needed */
}

/* ----- global caption ----- */
.ContentFlow .globalCaption {
    position: relative; /* needed for z-index */
    z-index: 1;         /* set above flow */
}
/* ----- load indicator ----- */
.ContentFlow .loadIndicator {
    position: absolute; /* needed */
    z-index: 65000;     /* set above everything */
}


/*
Uploadify v2.1.0
Release Date: August 24, 2009

Copyright (c) 2009 Ronnie Garcia, Travis Nickels

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
#fileQueue{
	font: 11px Trebuchet MS, Arial, Geneva, sans-serif;
	/*border: 2px dashed #cbcbcb;
	background-color: #cbcbcb;*/
	overflow:hidden;
	height:100%;
	padding:2px;
}

#fileQueue .title{
	text-transform:uppercase;
	color:white;
	padding:2px;
}

.uploadifyQueueItem {
	font: 11px Trebuchet MS, Arial, Geneva, sans-serif;
	/*border: 2px solid #E5E5E5;
	background-color: #F5F5F5;*/
	padding: 5px;
	width:745px;
	float:left;
	position:relative;
	margin-bottom:10px;
}


.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	right:0;
	position:absolute;
	top:0;
	height:25px;
	width:25px;
	overflow:hidden;
	margin-bottom:2px;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #c5cacd;
	border-left: 1px solid #c5cacd;
	border-right: 1px solid #c5cacd;
	border-bottom: 1px solid #c5cacd;
	margin-top: 10px;
	width: 100%;
	clear:both;
}
.uploadifyProgressBar {
	background: #337ea8 url("/img/front/default/modules/medialibrary/upload.png");
	/*background-color: #337ea8;*/
	width: 1px;
	height: 20px;
}/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.light_rounded .pp_top .pp_left { background: url(/img/plugins/js/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; background-color:white; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(/img/plugins/js/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; background-color:white; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(/img/plugins/js/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(/img/plugins/js/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(/img/plugins/js/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(/img/plugins/js/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(/img/plugins/js/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(/img/plugins/js/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 99px;
	height: 25px;
	background: url(/img/plugins/js/prettyPhoto/laviedapres/btn_close.gif) no-repeat;
	cursor: pointer;} /* Close button */
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 

	div.light_rounded .pp_arrow_previous { position:absolute;display: block;height: 15px;overflow: hidden;width: 14px;top:50%;text-indent:-999999px;background: url(/img/plugins/js/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next {display: block;height: 15px;overflow: hidden;width: 14px;position:absolute;right:15px;top:50%;text-indent:-999999px; background: url(/img/plugins/js/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(/img/plugins/js/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; background-color:white; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(/img/plugins/js/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; background-color:white; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(/img/plugins/js/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	div.light_rounded .pp_title{
		background-image: url('/img/front/default/modules/medialibrary/lightbox/title/fr_fr/title_lightbox_diaporama.gif');	
		width:205px;
		height:45px;
		display:block;
		float:left;
		text-indent:-999999px;
	}

	div.light_rounded .currentTextHolder{
		font-size:0.85em;
		color: #c4c4c4;
		text-align:right;
	}
	
	div.light_rounded .pp_arrow_next {
		background: url(/img/plugins/js/prettyPhoto/laviedapres/next_on.gif) no-repeat;
		height:40px;
		width:32px;
	}

	div.light_rounded .pp_arrow_next.disabled {
		background: url(/img/plugins/js/prettyPhoto/laviedapres/next_off.gif) no-repeat;
		cursor: default;
	}
	
	div.light_rounded .pp_arrow_previous {
		background: url(/img/plugins/js/prettyPhoto/laviedapres/previous_on.gif) no-repeat;
		height:40px;
		width:32px;
	}

	div.light_rounded .pp_arrow_previous.disabled {
		background: url(/img/plugins/js/prettyPhoto/laviedapres/previous_off.gif) no-repeat;
		cursor: default;
	}
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(/img/plugins/js/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(/img/plugins/js/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(/img/plugins/js/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url(/img/plugins/js/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(/img/plugins/js/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(/img/plugins/js/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(/img/plugins/js/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(/img/plugins/js/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(/img/plugins/js/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(/img/plugins/js/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(/img/plugins/js/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(/img/plugins/js/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(/img/plugins/js/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; } 

	div.dark_rounded .pp_arrow_previous { background: url(/img/plugins/js/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(/img/plugins/js/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(/img/plugins/js/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(/img/plugins/js/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(/img/plugins/js/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(/img/plugins/js/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: url(/img/plugins/js/prettyPhoto/dark_square/contentPattern.png) top left repeat; }
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(/img/plugins/js/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_content_container .pp_left { background: url(/img/plugins/js/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_square .pp_content_container .pp_right { background: url(/img/plugins/js/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_square .pp_expand { background: url(/img/plugins/js/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(/img/plugins/js/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(/img/plugins/js/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(/img/plugins/js/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(/img/plugins/js/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square #pp_full_res .pp_inline { color: #fff; } 
	
	div.dark_square .pp_arrow_previous { background: url(/img/plugins/js/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(/img/plugins/js/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url(/img/plugins/js/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(/img/plugins/js/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(/img/plugins/js/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(/img/plugins/js/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(/img/plugins/js/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(/img/plugins/js/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(/img/plugins/js/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square #pp_full_res .pp_inline { color: #000; } 
	
	div.light_square .pp_arrow_previous { background: url(/img/plugins/js/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(/img/plugins/js/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url(/img/plugins/js/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(/img/plugins/js/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(/img/plugins/js/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(/img/plugins/js/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(/img/plugins/js/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(/img/plugins/js/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(/img/plugins/js/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(/img/plugins/js/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(/img/plugins/js/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(/img/plugins/js/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(/img/plugins/js/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(/img/plugins/js/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(/img/plugins/js/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_nav .pp_arrow_previous { background: url(/img/plugins/js/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_nav .pp_arrow_next { background: url(/img/plugins/js/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	
	div.facebook .pp_next:hover { background: url(/img/plugins/js/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(/img/plugins/js/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(/img/plugins/js/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(/img/plugins/js/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(/img/plugins/js/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE 
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
		top:40px !important;
	}
		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { }
		
		.pp_content .ppt {
			left: auto;
			margin-bottom: 5px;
			position: relative;
			top: auto;
		}
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				margin: 0px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0 0 5px 0;
				}
				
				.pp_nav {
					clear: left;
					float: left;
					margin: 3px 0 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}
				
					.pp_nav a.pp_arrow_previous,
					.pp_nav a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		a.pp_next {
			background: url(/img/plugins/js/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(/img/plugins/js/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			display: block;
			float: right;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			left: 0;
			position: absolute;
			top: 0;
			z-index: 9999;
		}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */#popup_overlay{
	background-color:#fff;
	opacity:0.5;	
}
#popup_container {
	width:550px;
	height:215px;
	background: url(/img/plugins/js/alerts/background.png) no-repeat;
}

#popup_title {
	font-size: 1em;
	text-align: center;
	line-height: 1.75em;
	color: #fe8915;
	cursor: default;
	padding: 0em;
	margin: 0em;
	margin-top:35px;
	font-weight:normal;
}

#popup_content {
	margin-top:30px;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {

}

#popup_cancel,
#popup_ok{
	background: url(/img/plugins/js/alerts/btn.gif) no-repeat;
	width:138px;
	height:43px;
	display:inline-block;
	border:0;
	cursor:pointer;
	
}


#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left:5px;
padding-right:5px;
text-align:center;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
#mediaList .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#mediaList .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #aaa;
}

#mediaList .jScrollIntervalTrack { 
	position: absolute;
}

#mediaList .jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}
#mediaList .jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#mediaList .jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
#mediaList a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
#mediaList a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

#mediaList a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
#mediaList a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
#mediaList a.jScrollActiveArrowButton, #mediaList a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

#mediaList ul.blocks {
	padding: 0;
	width: 1000px;
	display: block;
	height: 200px;
}
#mediaList ul.blocks li {
	width: 200px;
	margin: 0 0 0 0px;
	float: left;
	display: block;
	height: 200px;
}
#mediaList .holder {
	margin: 0;
	display: block;
	/* TEMP */
	margin-bottom: 20px;
}
/*
.scroll-pane {
	width: 200px;
	background: #ccc;
	float: left;
	padding: 0;
}
*/
#mediaList a.jScrollArrowLeft {
	background: url(basic_arrow_up.gif) no-repeat 0 0;
}
#mediaList a.jScrollArrowLeft:hover {
	background-position: 0 -15px;
}
#mediaList a.jScrollArrowRight {
	background: url(basic_arrow_down.gif) no-repeat 0 0;
}
#mediaList a.jScrollArrowRight:hover {
	background-position: 0 -15px;
}
#mediaList a.jScrollActiveArrowButton, 
#mediaList a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

#mediaList .orange-bar .jScrollPaneTrack {
	background: #f60;
}
#mediaList .orange-bar .jScrollPaneDrag {
	background: #00f url(drag_grab.gif) no-repeat 50% 50%;
}
#mediaList .orange-bar .scroll-pane {
	background: #69f;
}

.scroll-pane{    height: 411px;    width: 960px;    overflow: auto;    float: right;    background-image:      url(/img/front/default/modules/safe/bg_pane.gif);  }  .jScrollPaneContainer {    position: relative;    overflow: hidden;    z-index: 1;  }     .block_navigation_middle  .jScrollPaneContainer {     width: 220px !important;            z-index: 3;   }  .jScrollPaneTrack {    position: absolute;    cursor: pointer;    right: 0;    top: 0;    height: 100%;    background: #ffb471;  }      .block_navigation_middle .jScrollPaneTrack{         left: 225px;        }	 .block_navigation_middle .jScrollPaneTrack{         left: 210px;    }  .jScrollPaneDrag {    position: absolute;    background: #ff7800;    cursor: pointer;    overflow: hidden;  }  .jScrollPaneDragTop {    position: absolute;    top: 0;    left: 0;    overflow: hidden;  }  .jScrollPaneDragBottom {    position: absolute;    bottom: 0;    left: 0;    overflow: hidden;  }  a.jScrollArrowUp {    display: block;    position: absolute;    z-index: 1;    top: 0;    right: 0;    text-indent: -2000px;    overflow: hidden;    /*background-color: #666;*/    height: 9px;  }  a.jScrollArrowUp:hover {    /*background-color: #f60;*/  }  a.jScrollArrowDown {    display: block;    position: absolute;    z-index: 1;    bottom: 0;    right: 0;    text-indent: -2000px;    overflow: hidden;    /*background-color: #666;*/    height: 9px;  }  a.jScrollArrowDown:hover {    /*background-color: #f60;*/  }  a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {    /*background-color: #f00;*/  }       /* NAVIGATION ***********************************/
#navigation {
	width: 100%;
	height:33px;
	/*background-color: #a0c2e1;*/
}

/* Background image : left & right */
#navigation .navigation_background {
	width: 100%;
	height: 33px;
	background-color: #a0c2e2;
	margin-left: auto;
	margin-right: auto;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
}

#navigation .navigation_left, 
#navigation .navigation_right {
	overflow: hidden;
	float: left;
	height: 33px;
	border: 0;
	background-repeat: repeat-y;
}
#navigation .navigation_left {
	width: 50%;
	background-color: #adcce9;
	background-image: url(/img/front/default/common/navigation/navigationCenterLeft.gif);
	background-position: right top;
}
#navigation .navigation_right {
	width: 49%;
	background-color: #a0c2e2;
	background-image: url(/img/front/default/common/navigation/navigationCenterRight.gif);
	background-position: left top;
}

/* List-menu */
#navigation .nav_container{
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#navigation .nav_container .nav_ul{
	margin: 0;
	padding: 0;
	display:block;
}

#navigation li{
	float:left;	
	display:block;
}

#navigation .nav_ul .nav_li1_on, 
#navigation .nav_ul .nav_li1,
#navigation .nav_ul .nav_li2_on, 
#navigation .nav_ul .nav_li2, 
#navigation .nav_ul .nav_li3_on,
#navigation .nav_ul .nav_li3,
#navigation .nav_ul .nav_li4_on, 
#navigation .nav_ul .nav_li4, 
#navigation .nav_ul .nav_li5_on,
#navigation .nav_ul .nav_li5, 
#navigation .nav_ul .nav_li6_on,
#navigation .nav_ul .nav_li6 {
	background-repeat: no-repeat;
	float: left;
	margin-right: 4px; /* ˇcart entre les boutons */
	height: 23px;
}

#navigation .nav_ul .nav_li1 {
	background-image: url(/img/front/default/common/navigation/btn_home.png);
	background-repeat: no-repeat;
	width: 92px;
}

#navigation .nav_ul .nav_li2{
	background-image: url(/img/front/default/common/navigation/btn_values.png);
	background-repeat: no-repeat;
	width: 111px;
}

#navigation .nav_ul .nav_li3{
	background-image: url(/img/front/default/common/navigation/btn_offers.png);
	background-repeat: no-repeat;
	width: 109px;
}
#navigation .nav_ul .nav_li4{
	background-image: url(/img/front/default/common/navigation/btn_instructions.png);
	background-repeat: no-repeat;
	width: 131px;
}
#navigation .nav_ul .nav_li5{
	background-image: url(/img/front/default/common/navigation/btn_news.png);
	background-repeat: no-repeat;
	width: 109px;
}
#navigation .nav_ul .nav_li6{
	background-image: url(/img/front/default/common/navigation/btn_whoareyou.png);
	background-repeat: no-repeat;
	width: 161px;
}
#navigation .nav_ul .nav_li7{
	margin-left: 30px; 
}

#navigation .nav_ul .nav_li7 .nav_li7-1{
	background-image: url(/img/front/default/common/navigation/btn_account.png);
	background-repeat: no-repeat;
	width: 129px;
	display: inline; /* -> 3 */
	float: left;
}

#navigation .nav_ul .nav_li7 .nav_li7-1-on{
	background-image: url(/img/front/default/common/navigation/btn_account_on.png);
	background-repeat: no-repeat;
	width: 129px;
	display: inline; /* -> 3 */
	float: left;
}

#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	text-indent:-99999px;
	float: left;
	
}


/* NAVIGATION USERS (My Account) ********************/
#navigation .nav_ul .nav_li7 .navUsers_ul {
	height:45px;
	left:0;
	list-style:none;
	padding:0;
	position:absolute;
	top:33px;
	width:980px;
	margin:0;
}

/* All */
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li_left,  
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li_right, 
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li_vertical, 
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li_vertical_left, 
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers,  
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li_vertical_empty {
	height: 45px;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}

/* Borders & features */
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li_left {
	width: 8px;
}

#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li_right {
	width: 9px;
}

#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li_vertical, 
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li_vertical_left {
	width: 8px;
}

/* Borders, empty & features */
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li_left {
	background-image: url(/img/front/default/common/navigation/roundSquareLeft_usersNav.gif);
}

#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li_right {
	background-image: url(/img/front/default/common/navigation/roundSquareRight_usersNav.gif);
	background-position: right top;
}

#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li_vertical {
	width: 3px;
	background-image: url(/img/front/default/common/navigation/verticalFeature_usersNav.gif);
}

#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li_vertical_left {
	width: 3px;
	background-image: url(/img/front/default/common/navigation/verticalRightFeature_usersNav.gif);
}

#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li_vertical_empty {
	width: 1px;
	background-image: url(/img/front/default/common/navigation/verticalEmptyGreen_usersNav.gif);
	background-repeat: repeat-x;
}
	/* Buttons */
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li1 {
	width: 143px;
	background-image: url(/img/front/default/common/navigation/btn_dashboard_usersNav.gif);
}
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li2 {
	width: 112px;
	background-image: url(/img/front/default/common/navigation/btn_messages_usersNav.gif);
}
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li3 {
	width: 134px;
	background-image: url(/img/front/default/common/navigation/btn_lifeNewspaper_usersNav.gif);
}

#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li3_serenity{
	width: 134px;
	background-image: url(/img/front/default/common/navigation/btn_lifeNewspaper_usersNav.gif);
}


#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li4 {
	width: 121px;
	background-image: url(/img/front/default/common/navigation/btn_planifications_usersNav.gif);
}
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li5 {
	width:122px;
	background-image: url(/img/front/default/common/navigation/btn_contacts_usersNav.gif);
}
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li6 {
	width: 121px;
	background-image: url(/img/front/default/common/navigation/btn_medialibrary_usersNav.gif);
}
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li7 {
	width: 108px;
	background-image: url(/img/front/default/common/navigation/btn_safe_usersNav.gif);
}

#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li7_serenity{
	width: 108px;
	background-image: url(/img/front/default/common/navigation/btn_safe_usersNav.gif);
}

/*MENU ROLLOVERS ******************/

#navigation .nav_ul .nav_li1:hover, #navigation .nav_ul .nav_li1:focus, #navigation .nav_ul .nav_li1_on{
	background-image: url(/img/front/default/common/navigation/btn_home_on.png);
	background-repeat: no-repeat;
	width: 92px;
}

#navigation .nav_ul .nav_li2:hover, #navigation .nav_ul .nav_li2:focus, #navigation .nav_ul .nav_li2_on{
	background-image: url(/img/front/default/common/navigation/btn_values_on.png);
	background-repeat: no-repeat;
	width: 111px;
}
#navigation .nav_ul .nav_li3:hover, #navigation .nav_ul .nav_li3:focus,#navigation .nav_ul .nav_li3_on{
	background-image: url(/img/front/default/common/navigation/btn_offers_on.png);
	background-repeat: no-repeat;
	width: 109px;
}
#navigation .nav_ul .nav_li4:hover, #navigation .nav_ul .nav_li4:focus,#navigation .nav_ul .nav_li4_on{
	background-image: url(/img/front/default/common/navigation/btn_instructions_on.png);
	background-repeat: no-repeat;
	width: 131px;
}
#navigation .nav_ul .nav_li5:hover, #navigation .nav_ul .nav_li5:focus,#navigation .nav_ul .nav_li5_on{
	background-image: url(/img/front/default/common/navigation/btn_news_on.png);
	background-repeat: no-repeat;
	width: 109px;
}
#navigation .nav_ul .nav_li6:hover, #navigation .nav_ul .nav_li6:focus,#navigation .nav_ul .nav_li6_on{
	background-image: url(/img/front/default/common/navigation/btn_whoareyou_on.png);
	background-repeat: no-repeat;
	width: 161px;
}
#navigation .nav_ul .nav_li7-1:hover, #navigation .nav_ul .nav_li7-1:focus{
	background-image: url(/img/front/default/common/navigation/btn_account_on.png);
	background-repeat: no-repeat;	
}

/*NAVIGATION ROLLOVER ************/
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li1_on,
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li1:hover,
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li1:focus {
	width: 143px;
	background-image: url(/img/front/default/common/navigation/btn_dashboard_usersNav_rollover.gif);
	background-repeat: no-repeat;
}
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li2_on,
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li2:hover,
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li2:focus {
	width: 112px;
	background-image: url(/img/front/default/common/navigation/btn_messages_usersNav_rollover.gif);
	background-repeat: no-repeat;
}
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li3_on,
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li3:hover, 
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li3:focus {
	width: 134px;
	background-image: url(/img/front/default/common/navigation/btn_lifeNewspaper_usersNav_rollover.gif);
	background-repeat: no-repeat;
}

 
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li3_serenity:hover,
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li3_serenity:focus{
	width: 134px;
	background-image: url(/img/front/default/common/navigation/btn_lifeNewspaper_usersNav_serenity.gif);
	background-repeat: no-repeat;
}




#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li4_on,
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li4:hover,
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li4:focus {
	width: 121px;
	background-image: url(/img/front/default/common/navigation/btn_planifications_usersNav_rollover.gif);
	background-repeat: no-repeat;
}
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li5_on,
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li5:hover,
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li5:focus {
	width: 122px;
	background-image: url(/img/front/default/common/navigation/btn_contacts_usersNav_rollover.gif);
	background-repeat: no-repeat;
}
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li6_on,
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li6:hover,
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li6:focus {
	width: 121px;
	background-image: url(/img/front/default/common/navigation/btn_medialibrary_usersNav_rollover.gif);
	background-repeat: no-repeat;
}
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li7_on,
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li7:hover,
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li7:focus {
	width: 108px;
	background-image: url(/img/front/default/common/navigation/btn_safe_usersNav_rollover.gif);
	background-repeat: no-repeat;
}

#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li7_serenity:hover,
#navigation .nav_ul .nav_li7 .navUsers_ul .navUsers_li7_serenity:focus {
	width: 108px;
	background-image: url(/img/front/default/common/navigation/btn_safe_usersNav_serenity.gif);
	background-repeat: no-repeat;
}




/* NAVIGATION RECIPIENTS ********************/
#navigation .nav_ul .nav_li7_recipients .navUsers_ul {
	width: 980px;
	height: 45px;
	margin: 0px 0px 0px -810px;
	*margin: 0px 0px 0px -979px; /* pour IE6 et IE7 */
	padding: 0px 0px 0px 0px;
	list-style: none;
	position: absolute;
	z-index: auto;
	margin-top: 33px;
	/*display: none; /* par dˇfaut */
}

#navigation .nav_ul .nav_li7_recipients .nav_li7-1-recipients{
	background-image: url(/img/front/default/common/navigation/btn_recipients_account_off.png);
	background-repeat: no-repeat;
	width: 140px;
	float: left;
	margin-left:2px;
}

#navigation .nav_ul .nav_li7_recipients .nav_li7-1-recipients-on{
	background-image: url(/img/front/default/common/navigation/btn_recipients_account_on.png);
	background-repeat: no-repeat;
	width: 130px;
	float: left;
	margin-left:27px;
}

/* All */
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li_left,  
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li_right, 
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li_vertical, 
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li_vertical_left, 
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers,  
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li_vertical_empty {
	height: 45px;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}
	/* Borders & features */
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li_left {
	width: 8px;
}
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li_right {
	width: 9px;
}
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li_vertical, 
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li_vertical_left {
	width: 8px;
}
	/* Borders, empty & features */
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li_left {
	background-image: url(/img/front/default/common/navigation/roundSquareLeft_usersNav_recipients.gif);
}
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li_right {
	background-image: url(/img/front/default/common/navigation/roundSquareRight_usersNav_recipients.gif);
	background-position: right top;
}
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li_vertical {
	width: 3px;
	background-image: url(/img/front/default/common/navigation/verticalFeature_usersNav_recipients.gif);
}
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li_vertical_left {
	width: 3px;
	background-image: url(/img/front/default/common/navigation/verticalRightFeature_usersNav_recipients.gif);
}

#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li_vertical_empty {
	width: 3px;
	background-image: url(/img/front/default/common/navigation/verticalEmptyBlue_usersNav.gif);
	background-repeat: repeat-x;
}
	/* Buttons */
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li1 {
	width: 165px;
	background-image: url(/img/front/default/common/navigation/btn_dashboard_usersNav_recipients.gif);
}
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li1_on,
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li1:hover,
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li1:focus {
	width: 165px;
	background-image: url(/img/front/default/common/navigation/btn_dashboard_usersNav_recipients_rollover.gif);
}
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li2 {
	width: 191px;
	background-image: url(/img/front/default/common/navigation/btn_download_usersNav_recipients.gif);
}
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li2_on,
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li2:hover,
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li2:focus {
	width: 191px;
	background-image: url(/img/front/default/common/navigation/btn_download_usersNav_recipients.gif);
}

#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li3 {
	width: 130px;
	background-image: url(/img/front/default/common/navigation/btn_lifeNewspaper_usersNav_recipients.gif);
}

#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li3_on,
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li3:hover,
#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li3:focus{
	width: 130px;
	background-image: url(/img/front/default/common/navigation/btn_lifeNewspaper_usersNav_recipients.gif);
}

#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li4 {
	width: 24px;
	background-image: url(/img/front/default/common/navigation/verticalEmptyBlue_usersNav.gif);
	background-repeat: repeat-x;
}

#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li5 {
	width: 120px;
	background-image: url(/img/front/default/common/navigation/verticalEmptyBlue_usersNav.gif);
	background-repeat: repeat-x;
}

#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li6 {
	width: 121px;
	background-image: url(/img/front/default/common/navigation/btn_medialibrary_usersNav_recipients.gif);
}

#navigation .nav_ul .nav_li7_recipients .navUsers_ul .navUsers_li7 {
	width: 108px;
	background-image: url(/img/front/default/common/navigation/btn_safe_usersNav_recipients.gif);
}#header{overflow:hidden;margin:0;padding:0;}
#header .banner{overflow:hidden;float:left;width:100%;margin-left:0;margin-right:0;background-color:#a0c2e2;}
#header .banner .banner-left,#header .banner .banner-right{border:0;height:150px;float:left;background-repeat:no-repeat;overflow:hidden;margin-left:auto;margin-right:auto;}
#header .banner .banner-left img{float:right;margin:0 220px 0 0;}
#header .banner .banner-left{width:50%;background-image:url(/img/front/default/common/header/headerTop1.gif);background-position:right top;background-color:#adcce9;margin:0;}
#header .banner .banner-right{width:49%;background-image:url(/img/front/default/common/header/headerTop2.gif);background-position:left top;background-color:#a0c2e2;margin:0;}#footer{background-color:#d6ec8a;overflow:hidden;height:95px;border:none;margin-top:20px;}
ul.footer_list{list-style-type:none;display:block;width:980px;text-decoration:none;color:#000;overflow:hidden;margin:20px auto 0;}
ul.footer_list ul{list-style:none;display:block;overflow:hidden;height:1%;width:auto;margin:0;padding:0;}
ul.footer_list li li{list-style:none;display:block;margin:0;padding:0;}
ul.footer_list li.first{float:left;font-size:0.75em;line-height:80%;display:block;height:1%;margin:0 12px;}
ul.footer_list li.bold{font-weight:700;margin-right:30px;}
ul.footer_list a{text-decoration:none;color:#000;display:block;margin:0 2px 0 0;padding:5px 15px;}
ul.footer_list a:hover{background-color:#fff;}
#copyright a {color:#000;font-family:Trebuchet MS, Arial,sans-serif;font-size:1em;text-decoration:none;}
#copyright{padding-top:20px;font-family:Trebuchet MS, Arial,sans-serif;background-color:#9ec1e1;text-decoration:none;font-size:0.77em;overflow:hidden;height:95px;border:none;text-align:center;}
#img_copyright{background-image:url("/img/front/default/modules/index/footer_centre.png");background-repeat:no-repeat;background-position:center;overflow:hidden;width:148px;height:68px;border:none;margin-top:5px;margin-left:auto;margin-right:auto;}body{color:#000;font-family:Trebuchet MS, Arial, sans-serif; background:#9ec1e1 url("/img/front/default/modules/index/barrefond.gif") no-repeat top right;margin:0;padding:0;}#titrounet{color:#000;font-family:Cambria, Trebuchet MS, Arial, sans-serif; margin:0;padding:0; font-weight: bolder;}img{border:none;}#global{width:100%;height:100%;}#container{background-color:#fff;overflow:hidden;clear:both;padding:0;}#isLogged #navigation{height:76px;}#content{width:980px;height:100%;overflow:hidden;margin-left:auto;margin-right:auto;font-size:110%;}.box-error{color:grey;background-color:#c9f42d;border:2px solid #c9f42d;font-size:0.6875em;padding:1px;}.box-wrapper{background-image:url(/img/front/default/common/miscs/message.gif);background-position:center 4px;background-repeat:no-repeat;background-color:#fff;border:1px dashed #ededed;color:#3b3b3b;font-size:0.8875em;text-align:center;font-weight:400;margin:10px;padding:40px 10px 10px;}.pwd_exchange_box-wrapper{background-image:url(/img/front/default/common/miscs/exchange_pwd_confirm.gif);background-repeat:no-repeat;background-position:left center;width:760px;float:left;background-color:#fff;color:#3b3b3b;font-size:0.8em;border:solid 2px #97c004;font-weight:400;margin-top:10px;padding:7px;}.pwd_error_box-wrapper{background-image:url(/img/front/default/common/miscs/exchange_pwd_error.gif);background-repeat:no-repeat;background-position:left center;width:760px;float:left;background-color:#fff;color:#3b3b3b;font-size:0.8em;text-align:center;border:solid 2px #fe0000;font-weight:400;margin-top:10px;padding:7px;}.pwd_exchange_box-wrapper span{width:auto;height:auto;float:left;margin-left:39px;}.pwd_error_box-wrapper span{width:auto;height:auto;text-align:center;}.blockOpacity{opacity:0.5px;}span.info-bulle-contenu{display:none;position:absolute;width:360px;height:35px;background-image:url(/img/front/default/modules/users/information.png);background-color:transparent;font-size:0.7875em;padding-left:60px;padding-top:18px;font-weight:700;z-index:100;}span.info-bulle-contenu-bubble{display:none;position:absolute;width:112px;height:108px;background-image:url(/img/front/default/common/miscs/bubble.png);background-color:transparent;font-size:0.7875em;font-weight:700;color:#FFF;margin-top:-80px;z-index:100;padding:30px 2px 20px 40px;}span.info-bulle-contenu-news{display:none;position:absolute;width:129px;height:19px;margin-top:10px;margin-left:-135px;background-image:url(/img/front/default/modules/cms/news_info_bubble.gif);z-index:1000;font-size:0.6em;padding-top:4px;text-align:center;font-style:italic;color:#565656;}#page_error{width:980px;overflow:hidden;height:100%;margin-left:auto;margin-right:auto;margin-top:50px;}#page_error .block_border{padding-bottom:5px;border-bottom:1px solid #d6ec8a;}#page_error h2{color:#000;font-family:Cambria, Trebuchet MS, Arial, sans-serif; margin:0;padding:0; font-weight: bolder;}#page_error h3{color:#658fb9;font-size:0.85em;font-weight:400;margin:0;padding:0;}#page_error ul{margin-left:80px;margin-top:20px;list-style:none;}#page_error ul li{list-style:none;margin:0 0 5px;padding:0;}#page_error ul li a{color:#000;background-image:url(/img/front/default/common/miscs/picto_link.gif);display:block;padding-left:15px;text-decoration:none;background-repeat:no-repeat;background-position:left center;font-size:0.75em;}*,object{outline:none;}#partager{z-index:20;float:right;width:300px;height:50px;margin-left:200px}   #iframe{  display: block;}#api_submenu{ width: 100%; height: 31px;} #api_submenu ul{  margin : 0;  padding : 0;   list-style: none;   display: block;   height: 31px;}             #api_submenu ul li{  margin : 0;  padding : 0;   font-size: 1.3em;    float: left;  height: 31px;} #api_submenu ul li.separator{   margin : 0 5px; }  #api_submenu ul li.current{  color: #444444;}  #api_submenu ul li a{   color: #800080;             text-decoration: none;}  #api_submenu ul li a:hover{  text-decoration: underline;}#divLightboxContent .lightbox-close{background-image:url('/img/front/default/common/navigation/btn_lightbox_close_green.gif');width:99px;height:25px;display:inline-block;text-indent:-99999px;position:absolute;top:40px;margin-right:35px;text-align:left;}
#divLightboxContent .lightbox-validate-close{background:url("/img/front/default/modules/schedule/close_lightBox.gif") no-repeat scroll 0 0 transparent;float:right;height:31px;width:79px;margin-bottom:10px;cursor:pointer;}
.lBox-safe,.lBox-authentification{width:780px;height:430px;padding:35px;}
.lBox-safe{height:450px;width:620px;}
.lBox-safe h2,.lBox-authentification h2{background-image:url('/img/front/default/modules/users/lightbox/title/fr_fr/title_lightbox_accountAccess.gif');text-indent:-99999px;width:415px;height:34px;margin:0 0 60px;padding:0;}
.lBox-safe h3,.lBox-authentification h3{background-image:url('/img/front/default/modules/users/lightbox/title/fr_fr/subTitle_lightbox_accountAccess.gif');text-indent:-99999px;width:793px;height:67px;margin:0;padding:0;}
.lBox-authentification h3.safePasswordChange{padding-top:21px;}
.lBox-safe h3{background-image:url('/img/front/default/modules/safe/fr_fr/subTitle_lightbox_accountAccess.gif');width:620px;}
#safeNewsletterAdded,#safePasswordChange{width:793px;margin:0;padding:0;}
#passwordUserForm .forms label.error,#passwordUserForm .forms label{display:none;}
#safePasswordChange .passwordExchangePicto{float:left;width:150px;height:140px;}
#safeNewsletterAdded .newsletterSavePicto{float:left;width:185px;height:140px;}
#successlightbox h1{color:#6D6D6D;margin-top:-21px;}
#safeBoxPasswordChange{visibility:hidden;}
#safePasswordChange .passwordExchangePicto span{width:121px;height:125px;float:left;background-image:url('/img/front/default/modules/users/lightbox/title/fr_fr/exchange_pwd_picto.gif');background-repeat:no-repeat;}
#safeNewsletterAdded .newsletterSavePicto span{height:132px;width:168px;float:left;background-image:url('/img/front/default/modules/users/lightbox/newsletter_save_picto.gif');background-repeat:no-repeat;}
#safeNewsletterAdded .boldSentence,#safePasswordChange .boldSentence{font-weight:700;}
#safePasswordChange .passwordExchangeDetailed{float:left;width:643px;height:140px;}
#safeNewsletterAdded .newsletterSaveDetailed{float:left;width:598px;height:140px;}
#safeNewsletterAdded .newsletterSaveDetailed ul,#safePasswordChange .passwordExchangeDetailed ul{list-style:nome;margin:9px 0 0;padding:0;}
#safeNewsletterAdded .newsletterSaveDetailed li,#safePasswordChange .passwordExchangeDetailed li{display:inline-block;font-size:0.75em;height:30px;width:643px;margin:0;padding:0;}
a#safeBoxPasswordRegenerator{width:450px;height:60px;padding-left:80px;padding-top:29px;background-image:url("/img/front/default/modules/safe/btn_safeBoxPassword.gif");background-repeat:no-repeat;background-position:left center;float:left;color:#000;text-decoration:none;}
a#safeBoxPasswordRegenerator:hover{width:450px;height:60px;padding-left:80px;padding-top:29px;background-image:url("/img/front/default/modules/safe/btn_safeBoxPassword_rollovers.gif");background-repeat:no-repeat;background-position:left center;float:left;text-decoration:underline;color:#447a00;}
#safeNewsletterAdded .lvd_staff em{float:left;margin-top:9px;}
.lBox-safe .pad{width:250px;}
.lBox-safe .btn_character{background-image:url("/img/front/default/modules/safe/btn_character_off.gif");cursor:pointer;display:inline;float:left;font-size:0.85em;font-weight:700;height:25px;padding-top:9px;text-align:center;width:34px;margin:4px;}
.lBox-safe .password{background-image:url("/img/front/default/modules/safe/input.gif");background-repeat:no-repeat;width:195px;border:0;font-size:1em;margin-top:5px;margin-bottom:5px;margin-left:4px;clear:both;padding:11px 5px;}
.lBox-safe .submit{width:79px;height:31px;border:0;background-image:url(/img/front/default/common/form/fr_fr/btn_lightbox_submit_orange.gif);background-repeat:no-repeat;font-size:0;line-height:0;text-indent:-999999px;cursor:pointer;float:left;display:block;}
.lBox-safe .clean{width:79px;height:31px;border:0;background-image:url(/img/front/default/modules/safe/fr_fr/btn_clean.gif);background-repeat:no-repeat;font-size:0;line-height:0;margin-left:4px;text-indent:-999999px;cursor:pointer;margin-right:20px;float:left;display:block;}
.lBox-safe .lBox-authentification-navigation{margin-bottom:10px;}
.lBox-safe .lBox-authentification-navigation ul{list-style:none;margin:0;padding:0;}
.lBox-safe .lBox-authentification-navigation ul li a{color:#b6b6b6;font-weight: bolder;font-size:0.65em;margin-left:4px;}
.lBox-safe .btn_character:hover{background-image:url('/img/front/default/modules/safe/btn_character_on.gif');}
.lBox-safe .lBox-safe-form,.lBox-authentification .lBox-authentification-form{margin-top:31px;overflow:hidden;}
.lBox-safe .flasherror,#gabarit_content .flasherror,.lBox-authentification .flasherror{border:1px solid #FFF;font-size:0.735em;height:23px;margin-top:10px;padding-left:35px;padding-top:7px;background-position:left;background-repeat:no-repeat;}
.lBox-authentification .lBox-authentification-form{margin-top:10px;}
.lBox-safe .lBox-password-form,.lBox-authentification .lBox-password-form{margin-top:55px;}
.lBox-safe .lBox-safe-form .left,.lBox-authentification .lBox-authentification-form .left{float:left;overflow:hidden;width:40%;position:relative;padding-right:5%;}
.lBox-safe .lBox-safe-form .left .image,.lBox-authentification .lBox-authentification-form .left .image{background-image:url('/img/front/default/modules/users/lightbox/picto_lightbox_v_green.gif');background-repeat:no-repeat;background-position:right;width:100%;height:121px;}
.lBox-safe .lBox-safe-form .right,.lBox-authentification .lBox-authentification-form .right{float:right;overflow:hidden;width:55%;position:relative;}
.lBox-authentification .lBox-password-form form label.error,.lBox-authentification .lBox-password-form form label,.lBox-authentification .lBox-authentification-form .right form label.error,.lBox-authentification .lBox-authentification-form .right form label{font-size:0.85em;background-image:url('/img/front/default/modules/users/picto_view.gif');background-repeat:no-repeat;font-weight:700;padding-left:20px;margin-bottom:4px;display:block;}
.lBox-authentification .lBox-authentification-form .right form .textInput{background-image:url('/img/front/default/common/form/input_text_lightbox_grey.gif');background-repeat:no-repeat;border:0;width:268px;font-weight:700;font-size:0.8935em;margin:0;padding:14px 14px 12px;}
.lBox-authentification .lBox-password-form form .textInput{background-image:url('/img/front/default/common/form/input_text_lightbox_grey.gif');background-repeat:no-repeat;border:0;width:268px;float:left;font-weight:700;font-size:0.8935em;margin:0;padding:14px 14px 12px;}
.lBox-authentification .lBox-authentification-form .right form .form-input-username{margin-bottom:8px;}
.lBox-authentification .lBox-authentification-form .right form .submitInput{background-image:url('/img/front/default/common/form/fr_fr/btn_lightbox_submit_orange.gif');width:79px;height:31px;border:0;margin-top:25px;text-indent:-999999px;padding-left:15px;text-align:left;cursor:pointer;display:block;font-size:0;line-height:0;}
.lBox-authentification .lBox-password-form form .submitInput{background-image:url('/img/front/default/common/form/fr_fr/btn_lightbox_submit_orange.gif');width:79px;height:31px;border:0;text-indent:-999999px;margin-top:7px;text-align:left;cursor:pointer;display:block;font-size:0;line-height:0;float:left;margin-left:12px;}
.lBox-authentification .lBox-authentification-navigation{position:absolute;margin-top:155px;margin-left:100px;}
.lBox-authentification .lBox-authentification-navigation ul{list-style:none;font-size:0.735em;color:#252525;margin:0;padding:0;}
.lBox-authentification .lBox-authentification-navigation ul li a{color:#252525;}
.lBox-medialibrary{width:780px;height:auto;padding:35px;}
.lBox-medialibrary h2{background-image:url('/img/front/default/modules/medialibrary/lightbox/title/fr_fr/title_lightbox_medialibrary.gif');text-indent:-99999px;width:232px;height:44px;margin:0 0 60px;padding:0;}
.lBox-medialibrary .menu{background-color:#fff;height:33px;width:auto;}
.lBox-medialibrary .menu ul{list-style:none;height:32px;border-bottom:1px solid #ff8106;overflow:hidden;margin:0;padding:0;}
.lBox-medialibrary .menu li{float:left;}
.lBox-medialibrary .menu li a{height:32px;background-repeat:no-repeat;display:inline;float:left;margin-left:0;margin-right:0;overflow:hidden;}
.lBox-medialibrary .menu .li1 a{background-image:url(/img/front/default/modules/medialibrary/lightbox/menu/fr_fr/li1_off.gif);background-repeat:no-repeat;height:32px;width:164px;text-indent:-999999px;margin-right:4px;}
.lBox-medialibrary .menu .li1 .on,.lBox-medialibrary .menu .li1 a:hover{background-image:url(/img/front/default/modules/medialibrary/lightbox/menu/fr_fr/li1.gif);background-repeat:no-repeat;}
.lBox-medialibrary .menu .li2 a{background-image:url(/img/front/default/modules/medialibrary/lightbox/menu/fr_fr/li2_off.gif);background-repeat:no-repeat;background-position:bottom;height:32px;width:98px;text-indent:-999999px;margin-right:4px;}
.lBox-medialibrary .menu .li2 .on,.lBox-medialibrary .menu .li2 a:hover{background-image:url(/img/front/default/modules/medialibrary/lightbox/menu/fr_fr/li2.gif);background-repeat:no-repeat;}
.lBox-medialibrary .menu .li3 a{background-image:url(/img/front/default/modules/medialibrary/lightbox/menu/fr_fr/li3_off.gif);background-repeat:no-repeat;background-position:bottom;height:32px;width:98px;text-indent:-999999px;}
.lBox-medialibrary .menu .li3 .on,.lBox-medialibrary .menu .li3 a:hover{background-image:url(/img/front/default/modules/medialibrary/lightbox/menu/fr_fr/li3.gif);background-repeat:no-repeat;}
.lBox-medialibrary .menu .li4 a{margin-right:4px;background-image:url(/img/front/default/modules/medialibrary/lightbox/menu/fr_fr/li4_off.gif);background-repeat:no-repeat;background-position:bottom;height:32px;width:164px;text-indent:-999999px;}
.lBox-medialibrary .menu .li4 .on,.lBox-medialibrary .menu .li4 a:hover{background-image:url(/img/front/default/modules/medialibrary/lightbox/menu/fr_fr/li4.gif);background-repeat:no-repeat;}
.lBox-medialibrary .menu .li5 a{background-image:url(/img/front/default/modules/medialibrary/lightbox/menu/fr_fr/li5_off.gif);background-repeat:no-repeat;background-position:bottom;height:32px;width:251px;text-indent:-999999px;}
.lBox-medialibrary .menu .li5 .on,.lBox-medialibrary .menu .li5 a:hover{background-image:url(/img/front/default/modules/medialibrary/lightbox/menu/fr_fr/li5.gif);background-repeat:no-repeat;}
.lBox-medialibrary .submenu{height:35px;margin-top:5px;overflow:hidden;padding-left:50px;}
.lBox-medialibrary .submenu .right{float:right;overflow:hidden;height:100%;}
.lBox-medialibrary .submenu .left{float:left;overflow:hidden;height:100%;padding-top:5px;}
.lBox-medialibrary .submenu .left strong.title{color:#ff8106;font-size:0.7965em;}
.lBox-medialibrary .submenu ul{list-style:none;overflow:hidden;margin:0;padding:0;}
.lBox-medialibrary .submenu li.file_media{color:#b8b8b8;font-size:0.65em;height:22px;padding-top:8px;margin-right:2px;font-weight:700;}
.lBox-medialibrary .submenu li a.add_media{background-image:url(/img/front/default/modules/medialibrary/btn_addafile.gif);height:30px;width:152px;text-indent:-999999px;}
.lBox-medialibrary .form{overflow:hidden;background:#FFF;padding:2px;}
.lBox-medialibrary .form fieldset{border:0;}
.lBox-medialibrary .form label{width:80px;font-size:0.625em;display:none;}
.lBox-medialibrary .form .inputText{background-image:url(/img/front/default/modules/medialibrary/lightbox/form/inputText.gif);border:0;width:116px;height:19px;font-size:0.625em;margin:0;padding:4px 4px 0;}
.lBox-medialibrary .form .inputSubmit{background-image:url('/img/front/default/modules/medialibrary/btn_upload.png');width:240px;height:31px;position:absolute;border:0;text-indent:-99999px;padding-left:15px;text-align:left;cursor:pointer;}
.lBox-medialibrary .form .uploadifyMenu{overflow:hidden;height:100%;margin-bottom:5px;}
.lBox-medialibrary .form .uploadifyMenu ul li{float:left;display:block;height:35px;margin:0;padding:0;}
.lBox-medialibrary .form .btn_cancel{background-image:url(/img/front/default/modules/medialibrary/btn_cancel.gif);background-repeat:no-repeat;width:119px;height:35px;text-indent:-999999px;text-align:left;display:inline-block;}
.lBox-medialibrary .content{width:auto;overflow:hidden;height:100%;position:relative;}
.lBox-medialibrary .content .middle{height:435px;width:auto;background-repeat:no-repeat;background-position:right;margin-bottom:10px;padding-bottom:10px;overflow:hidden;}
.lBox-medialibrary .content .middle #mediaList{margin-top:20px;overflow:auto;height:435px;}
.lBox-medialibrary .content .middle .block_navigation{float:left;height:auto;margin-left:10px;min-height:400px;overflow:hidden;position:relative;width:220px;z-index:8;}
.lBox-medialibrary .content .middle .mediaAjax{float:right;}
.lBox-medialibrary .content .middle #mediaAjax{float:left; width: 550px;}
.lBox-medialibrary .content .top{background-image:url(/img/front/default/modules/medialibrary/lightbox/content/top.gif);width:800px;height:15px;}
.lBox-medialibrary .content .bottom{background-image:url(/img/front/default/modules/medialibrary/lightbox/content/bottom.gif);width:800px;height:15px;}
#mediaList{overflow:hidden;position:relative;}
#mediaList .media{width:124px;height:116px;overflow:hidden;position:relative;float:left;margin-bottom:3px;margin-left:3px;}
#mediaList .media a.img{width:124px;height:116px;background-image:url('/img/front/default/modules/medialibrary/lightbox/content/media_background_off.png');background-color:transparent;display:block;z-index:3;position:absolute;cursor:pointer;}
#mediaList .media a.img:hover{background-image:url('/img/front/default/modules/medialibrary/lightbox/content/media_background.png');background-color:transparent;}
#mediaList .media a.img_checked{width:124px;height:116px;background-image:url('/img/front/default/modules/medialibrary/lightbox/content/media_background.png');background-color:transparent;display:block;z-index:2;position:absolute;}
#mediaList .media .actions{bottom:5px;position:absolute;width:114px;z-index:8;background-color:transparent;right:5px;padding:2px;}
#mediaList .media .actions-files{background-color:transparent;bottom:35px;position:absolute;right:15px;width:50px;z-index:8;padding:0;}
#mediaList .media .delete-load-media,#mediaList .media .delete{background-image:url(/img/front/default/modules/medialibrary/lightbox/form/btn_close.png);background-repeat:no-repeat;width:25px;height:22px;text-indent:-999999px;text-align:left;margin-left:40px;display:block;float:right;}
#mediaList .media .choose{margin-top:7px;float:left;}
#recipientsNewGroup{width:400px;height:200px;background-color:#fff;overflow:hidden;position:relative;float:left;margin-left:10px;margin-bottom:10px;padding:35px;}
#recipientsNewGroup form{margin-top:80px;width:100%;}
#recipientsNewGroup .submit{width:79px;height:31px;border:none;background-image:url(/img/front/default/common/form/fr_fr/btn_lightbox_submit_orange.gif);background-repeat:no-repeat;}
#successlightbox{height:auto;width:780px;float:left;padding:55px;}
.popin_gen{width:780px;padding:35px;}
.lBox-safe h2,.lBox-medialibrary-safe h2{background-image:url('/img/front/default/modules/safe/fr_fr/title_lightbox_accountAccess.gif');width:295px;height:40px;}
.lBox-safe h4,.lBox-authentification h4{font-weight:400;font-size:0.8em;color:#252525;margin:0;padding:0;}
.lBox-safe .lBox-password-form .inputs,.lBox-authentification .lBox-password-form .inputs,.lBox-safe .lBox-safe-form form .email,.lBox-authentification .lBox-password-form form .email{text-align:center;}
.lBox-authentification .lBox-password-form form,.lBox-authentification .lBox-authentification-form .right form,.lBox-medialibrary .form p,.lBox-medialibrary .form .uploadifyMenu ul{margin:0;padding:0;}
.lBox-medialibrary .submenu li,.lBox-medialibrary .submenu li a{background-repeat:no-repeat;display:inline;float:left;overflow:hidden;}#arianewire_content{width:100%;height:20px;margin-top:10px;font-size:0.6875em;font-weight:700;color:#384508;margin-bottom:30px;}
#arianewire_content .path,#arianewire_content .path a{color:#384508;text-decoration:none;}
#arianewire_content .path li{float:left;height:20px;display:inline;line-height:1.9em;}
#arianewire_content .path li#last_child{color:#ff8106;}
#arianewire_content .picto{background-image:url(/img/front/default/common/breadcrumb/picto_arianewire.gif);background-repeat:no-repeat;width:17px;height:21px;}
#arianewire_content .picto a{width:17px;height:21px;display:block;}
#arianewire_content .welcome{float:right;overflow:hidden;line-height:18px;}
#arianewire_content .welcome li{float:left;height:18px;display:inline;}
#arianewire_content .welcome .my_abonment a{text-decoration:none;color:#fc8a10;text-align:center;padding-left:4px;}
#arianewire_content .welcome .close_my_session a{text-decoration:none;color:#88aa0e;text-align:center;}
#arianewire_content .welcome .border_right{background-image:url(/img/front/default/common/breadcrumb/right.gif);background-repeat:no-repeat;width:5px;}
#arianewire_content .welcome .separtor_one{background-image:url(/img/front/default/common/breadcrumb/separator.gif);background-repeat:no-repeat;width:5px;}
#arianewire_content .welcome .separtor_two{background-image:url(/img/front/default/common/breadcrumb/separator.gif);background-repeat:no-repeat;width:4px;}
#arianewire_content .welcome .closer{background-image:url(/img/front/default/common/breadcrumb/closer.gif);background-repeat:no-repeat;width:10px;}
#arianewire_content .welcome .border_left{background-image:url(/img/front/default/common/breadcrumb/left.gif);background-repeat:no-repeat;width:7px;}
#arianewire_content .path ul,#arianewire_content .welcome ul{list-style:none;margin:0;padding:0;}
#arianewire_content .welcome .welcome_user,#arianewire_content .welcome .my_abonment,#arianewire_content .welcome .close_my_session{background-image:url(/img/front/default/common/breadcrumb/center.gif);background-repeat:repeat-x;width:auto;}#paginationControl{width:98%;height:45px;float:left;padding:1%;}
#paginationControl .pervious,#numbering,#paginationControl .next{margin-top:10px;height:35px;}
#numbering{float:left;width:40%;text-align:center;color:#8f8f8f;}
#paginationControl .next,#paginationControl .pervious{float:left;width:30%;}
#paginationControl .pervious span a{float:left;height:25px;width:131px;margin-left:5px;background-image:url(/img/front/default/common/pagination/previous.gif);background-repeat:no-repeat;}
#paginationControl .next span a{float:right;height:25px;width:131px;margin-right:5px;background-image:url(/img/front/default/common/pagination/next.gif);background-repeat:no-repeat;}
#numbering span a{text-decoration:none;text-align:center;font-weight:700;color:#8f8f8f;}
#numbering span a:hover,#numbering span a:focus,#numbering span a:active{text-decoration:underline;}
#numbering span a:visited{color:#8f8f8f;}
#numbering span.current{color:#FF8106;}#index #first-background-index{background-image:url(/img/front/default/modules/index/background_indexTop.gif);background-repeat:repeat-x;background-position:bottom;overflow:visible;margin-top:10px;}
.indexTop{overflow:visible;height:100%;position:relative;padding-bottom:10px;z-index:5;}
.indexTopFlash{overflow:visible;z-index:4;}
.indexTopContent{background-image:url(/img/front/default/modules/index/circleGreyHorizontal.gif);background-repeat:repeat-x;background-position:0 16px;overflow:auto;z-index:3;}
.indexTop1{float:left;overflow:hidden;position:relative;width:475px;margin-top:3px;z-index:2;}
#carousel_bloc_home{height:207px;}
.carousel_bloc_home .item{background-color:transparent;}
.indexTop2{position:absolute;overflow:visible;top:100px;left:445px;z-index:99;}
.indexTopLeft{width:200px;height:207px;overflow:visible;float:left;}
.indexTopCenter{width:470px;overflow:visible;font-size:0.75em;color:#546b04;}
.indexTopCenter p.titleTestimony{margin-top:0;}
.indexTopCenter p.texteTestimony{padding-left:216px;}
.indexTopCenter p.nameTestimony{display:block;font-size:0.95em;font-style:italic;padding-left:5px;margin:0;text-align:right}
.indexTopCenter a.btnTestimony{font-size:1.0965em;font-weight:bolder;margin-left:0px;background-image:url(/img/front/default/modules/index/btn_followingTestimony.gif);background-repeat:no-repeat;padding-left:25px;text-transform:uppercase;color:#668532;text-decoration:none;}
.indexTopRight{width:504px;}
.indexBottom{overflow:hidden;float:left;}
.indexBottomContent{overflow:hidden;height:100%;}
.indexBottom1{float:left;}
.indexBottomLeft{width:209px;float:left;margin-left:auto;margin-right:auto;}
.fadehover{position:relative;left:0;top:0;z-index:10;margin-top:12px;margin-bottom:12px;margin-left:auto;margin-right:auto;}
.fadehover2{position:relative;left:0;top:60px;z-index:10;margin-top:12px;margin-bottom:12px;margin-left:auto;margin-right:auto;}
.fadehover3{position:relative;left:0;top:100px;z-index:10;margin-top:12px;margin-bottom:12px;margin-left:auto;margin-right:auto;}
.fadehover4{position:relative;left:0;top:170px;z-index:10;margin-top:12px;margin-bottom:12px;margin-left:auto;margin-right:auto;}
.fadehover5{position:relative;left:0;top:220px;z-index:10;margin-top:12px;margin-bottom:12px;margin-left:auto;margin-right:auto;}
img.actu-a{position:absolute;left:0;top:0;z-index:10;margin-top:12px;margin-bottom:12px;margin-left:auto;margin-right:auto;}
img.actu-b{position:absolute;left:0;top:0;z-index:10;margin-top:12px;margin-bottom:12px;margin-left:auto;margin-right:auto;}
.actuu02{margin-top:2px;margin-bottom:12px;margin-left:auto;margin-right:auto;}
.actuu03{margin-top:2px;margin-bottom:12px;margin-left:auto;margin-right:auto;}
.actuu04{margin-top:2px;margin-bottom:12px;margin-left:auto;margin-right:auto;}
.indexBottomCenter{width:261px;overflow:hidden;float:left;margin-left:auto;margin-right:auto;}
.indexBottomCenter span.subtitleMedia,.indexBottomCenter span.dateMedia,.indexBottomCenter p.texteMedia{margin-left:7px;}
.indexBottomCenter span.subtitleMedia{color:#28605a;font-size:1.225em;display:inline-block}
.indexBottomCenter span.dateMedia{color:#939393;font-size:0.65em;text-transform:uppercase;}
.indexBottomCenter p.texteMedia{color:#373737;font-size:0.75em;}
.indexBottomCenter p.btnMedia{color:#55847f;font-size:0.7965em;padding-left:10px;font-weight:bolder;text-transform:uppercase;}
.indexBottomCenter a.btnMedia{color:#55847f;text-decoration:none;}
.indexBottomCircles{width:6px;height:278px;background-image:url(/img/front/default/modules/index/circleBlueVertical.gif);background-repeat:repeat-y;overflow:hidden;float:left;margin-left:auto;margin-right:auto;margin-top:15px;}
.indexBottomRight{width:504px;overflow:hidden;float:left;margin-left:auto;margin-right:auto;}
.indexBottomRightHorizTop{float:left;width:100%;margin-left:20px;margin-bottom:0px;}
.indexBottomRightHorizCenter{float:left;width:478px;height:6px;background-image:url(/img/front/default/modules/index/circleBlueHorizontal.gif);background-repeat:repeat-x;margin-left:30px;}
.indexBottomRightHorizBottom{width:100%;float:left;margin-left:30px;}
#newsLetters_ko{background-image:url("/img/front/default/common/miscs/exchange_pwd_error.gif");background-position:left center;background-repeat:no-repeat;border:2px solid #FE0000;color:#3B3B3B;float:left;font-size:0.7em;font-weight:400;text-align:center;width:322px;display:none;padding:4px;}
.logo{overflow:hidden;float:left;}
.subLogo .titleLogo{margin-top:5px;}
.subLogo .imgLogo img{border:none;padding-right:5px;margin-bottom:0px;}
.question .titleQuestion{margin-top:20px;}
.question .imgQuestion img{border:none; padding-top:10px;}
.indexNewsletter{margin-top:5px;}
.indexSubNewsletter{overflow:hidden;float:left;margin:0;}
.titleIndexBottomNewsletter{overflow:hidden;padding-top:5px;padding-bottom:5px}
.formIndexNewsletter{overflow:hidden;clear:both;margin:0;padding:0;}
.inputTextEmailIndex,.btnSendEmailIndex{overflow:hidden;float:left;border:0;}
.inputTextEmailIndex{width:234px;height:15px;background:url(/img/front/default/common/form/field_indexBottom.gif) right top no-repeat;border:none;margin-right:5px;margin-top:5px;vertical-align:top;color:#187E74;padding:7px 4px 5px;}
.btnSendEmailIndex{height:27px;width:82px;color:#378079;font-size:0.7265em;font-weight:700;text-transform:uppercase;background-image:url(/img/front/default/common/form/btnSubmit_indexBottom.gif);background-repeat:no-repeat;margin:5px 0 0;padding:0;}
.indexBottom2,.subLogo,.question{float:left;}
.subLogo .imgLogo a,.question .imgQuestion a{text-decoration:none;}
.tablu{vertical-align: top;text-align: left}
#user_content{height:auto;overflow:hidden;}
.oneBlock{width:364px;height:195px;overflow:hidden;float:left;color:#6b7445;font-size:0.7265em;margin:10px 0;}
.oneBlock a{color:#6b7445;}
.inactiveBox{background-image:url(/img/front/default/modules/users/all_blocks_box_notActive.gif);background-repeat:no-repeat;}
.activeBox{background-image:url(/img/front/default/modules/users/all_blocks_box_active.gif);background-repeat:no-repeat;}
.oneBlocksUsersEmpty1,.oneBlocksUsersEmpty2{height:193px;overflow:hidden;float:left;margin-right:0;margin-left:0;}
.oneBlocksUsersEmpty1{width:13px;}
.oneBlocksUsersEmpty2{width:20px;}
.oneBlocksUsersPictoMessages,.oneBlocksUsersPictoContacts,.oneBlocksUsersPictoLifenewspaper_active,.oneBlocksUsersPictoLifenewspaper_inactive,.oneBlocksUsersPictoMedialibrary,.oneBlocksUsersPictoPlanifications,.oneBlocksUsersPictoSafe_active,.oneBlocksUsersPictoSafe_inactive{width:181px;height:150px;background-repeat:no-repeat;background-position:0 8px;overflow:hidden;float:left;}
.oneBlocksUsersPictoMessages{background-image:url(/img/front/default/modules/users/picto_messages_navUsers_center.gif);}
.oneBlocksUsersPictoContacts{background-image:url(/img/front/default/modules/users/picto_contacts_navUsers_center.gif);}
.oneBlocksUsersPictoLifenewspaper_active{background-image:url(/img/front/default/modules/users/picto_lifeNewspaper_navUsers_center_active.gif);}
.oneBlocksUsersPictoLifenewspaper_inactive{background-image:url(/img/front/default/modules/users/picto_lifeNewspaper_navUsers_center_inactive.gif);}
.oneBlocksUsersPictoMedialibrary{background-image:url(/img/front/default/modules/users/picto_mediaLibrary_navUsers_center.gif);}
.oneBlocksUsersPictoPlanifications{background-image:url(/img/front/default/modules/users/picto_planifications_navUsers_center.gif);}
.oneBlocksUsersPictoSafe_active{background-image:url(/img/front/default/modules/users/picto_safe_navUsers_center_active.gif);}
.oneBlocksUsersPictoSafe_inactive{background-image:url(/img/front/default/modules/users/picto_safe_navUsers_center_inactive.gif);}
.oneBlocksUsersTextMessages,.oneBlocksUsersTextContacts,.oneBlocksUsersTextLifeNewspaper,.oneBlocksUsersTextMedialibrary,.oneBlocksUsersTextPlanifications,.oneBlocksUsersTextSafe{width:152px;height:100px;overflow:hidden;float:left;background-repeat:no-repeat;background-position:25px 5px;padding:50px 0 0 30px;}
.oneBlocksUsersTextMessages{background-image:url(/img/front/default/modules/users/title_messages_navUsers_center.gif);}
.oneBlocksUsersTextContacts{background-image:url(/img/front/default/modules/users/title_contacts_navUsers_center.gif);}
.oneBlocksUsersTextLifeNewspaper{background-image:url(/img/front/default/modules/users/title_lifeNewspaper_navUsers_center.gif);}
.oneBlocksUsersTextMedialibrary{background-image:url(/img/front/default/modules/users/title_medialibrary_navUsers_center.gif); overflow:visible;}
.oneBlocksUsersTextPlanifications{background-image:url(/img/front/default/modules/users/title_planifications_navUsers_center.gif);}
.oneBlocksUsersTextSafe{background-image:url(/img/front/default/modules/users/title_safe_navUsers_center.gif);}
.oneBlocksUsersTextBottomIMG{width:30px;height:27px;background-image:url(/img/front/default/modules/users/btn_more_navUsers_center.gif);background-repeat:no-repeat;overflow:hidden;float:left;margin:0 0 0 30px;}
#editUserForm label{display:inline-block;}
#editUserForm select.error,#editUserForm input.error{border:1px dashed #FF8106;}
.forms_edit .row label.error{display:none;width:300px;color:#FF8106;float:right;font-size:0.75em;padding-top:4px;}
.editUser{width:100%;}
.forms_subscription{height:auto;}
.forms_edit{display:block;background-color:#f8f8f8;padding-left:20px;padding-right:20px;padding-top:30px;}
.forms_subscription #fieldset-contact,.forms_subscription #fieldset-delivery,.forms_subscription #fieldset-legal,.forms_subscription #fieldset-save{float:left;border:0;padding:0;}
.forms_subscription #fieldset-contact legend,.forms_subscription #fieldset-delivery legend,.forms_subscription #fieldset-legal legend,.forms_subscription #fieldset-save legend,.forms_subscription #fieldset-contact legend span,.forms_subscription #fieldset-delivery legend span,.forms_subscription #fieldset-legal legend span,.forms_subscription #fieldset-save legend span{width:922px;height:95px;display:block;text-indent:-999999px;background-repeat:no-repeat;padding:0;}
.forms_subscription #fieldset-contact legend span{background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title1.gif);}
.forms_subscription #fieldset-delivery legend span{background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title2.gif);}
.forms_subscription #fieldset-legal legend span{background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title3.gif);}
.forms_subscription fieldset{width:922px;}
.forms_subscription legend{margin-left:-7px;}
.forms_edit legend{color:#0C6FC2;float:left;font-size:0.95em;font-weight:700;margin-bottom:30px;width:100%;}
.forms_subscription .row{height:100%;margin-left:5px;overflow:hidden;width:auto;margin-bottom:10px;}
.forms_edit .row{height:100%;margin-bottom:15px;margin-left:10px;overflow:hidden;display:block;width:auto;}
.forms_subscription .cgu_label{margin-bottom:20px;}
.forms_subscription #fieldset-contact,.forms_subscription #fieldset-delivery,.forms_subscription #fieldset-legal{background-image:url(/img/front/default/modules/users/inscriptionform_background.gif);background-repeat:repeat-y;padding-bottom:20px;}
.forms_edit fieldset{border:0;}
.forms_subscription .row-lastname{width:150px;height:auto;padding-left:57px;overflow:hidden;float:left;margin-left:0;margin-right:0;display:inline-block;}
.forms_subscription .row label{overflow:hidden;margin-left:0;margin-right:0;width:auto;height:20px;float:left;color:#000;font-size:0.7em;text-indent:0.4em;}
.forms_edit .row label{float:left;height:20px;overflow:hidden;color:#000;font-size:0.8em;width:150px;}
.forms_subscription #fieldset-contact .row div.inputs label{width:130px;margin-left:-8px;}
.forms_subscription #fieldset-contact .row label,.forms_subscription #fieldset-delivery .row label{width:150px;margin-left:50px;}
.forms_subscription #fieldset-contact .row label.error,.forms_subscription #fieldset-legal .row label.error,.forms_subscription #fieldset-delivery .row label.error{color:#FF8106;display:none;float:left;font-size:0.75em;padding-top:4px;width:480px;margin:0;}
.forms_edit .floatleft,.forms_subscription .floatleft{float:left;overflow:hidden;height:100%;}
.floatleft2{clear:left;float:left;overflow:hidden;padding-left:200px;}
.floatleft3{clear:left;float:left;overflow:hidden;padding-left:150px;}
.clearleft2{clear:left;padding-left:150px;}
.forms_edit .clearleft,.forms_subscription .clearleft{clear:left;}
.forms_edit #fieldset-medialibrary #mediaList{float:left;height:100%;width:auto;margin-right:20px;}
.forms_edit #fieldset-medialibrary .btn_add_file{background-image:url(/img/front/default/modules/users/fr_fr/btn_photo.gif);display:block;width:141px;height:33px;float:left;}
.firstname{overflow:hidden;width:100%;margin-bottom:10px;margin-left:10px;float:left;}
.maidenname_row{overflow:hidden;width:300px;height:27px;margin-bottom:10px;margin-left:5px;}
#maidenname{width:114px;height:19px;overflow:hidden;background-image:url(/img/front/default/modules/users/inscriptionform_input_small.gif);background-repeat:no-repeat;background-color:#f7f7f7;font-size:0.55em;padding:2px 4px 4px 7px;}
.firstname label{float:left;color:#000;font-size:0.8em;width:150px;}
.maidenname_row label{float:left;color:#000;font-size:0.8em;width:142px;margin-left:10px;}
.register_firstname{overflow:hidden;width:450px;margin-bottom:10px;margin-left:5px;float:left;}
.register_maidenname{overflow:hidden;width:300px;height:27px;margin-bottom:10px;margin-left:5px;float:left;}
.register_firstname label{float:left;width:150px;margin-left:50px;color:#000;font-size:0.7em;text-indent:0.4em;}
.register_maidenname label{float:left;color:#000;font-size:0.7em;text-indent:0.4em;width:142px;margin-left:10px;}
.forms_edit .row #lastname,.forms_edit .row #lastname2,.forms_edit .row #lastname3,.forms_edit .row #lastname4,.forms_edit .row #deliveryZipCode,.forms_edit .row #deliveryCity,.forms_edit .row #phoneNumber,.forms_subscription .row #lastname,.forms_subscription .row #lastname2,.forms_subscription .row #lastname3,.forms_subscription .row #lastname4,.forms_subscription .row #deliveryZipCode,.forms_subscription .row #deliveryCity,.forms_subscription .row #phoneNumber{width:114px;overflow:hidden;background-image:url(/img/front/default/modules/users/inscriptionform_input_small.gif);background-repeat:no-repeat;background-color:#f7f7f7;background-position:top right;padding:4px 4px 5px 7px;}
.register_firstname input,.firstname input,.forms_edit .row #bornCity,.forms_edit .row #identityNumber,.forms_edit .row #deliveryAddress,.forms_edit .row #password,.forms_edit .row #confirmPassword,.forms_edit .row #email,.forms_subscription .row #firstname,/*.forms_subscription .row #bornCountry,*/
.forms_subscription .row #bornCity,.forms_subscription .row #identityNumber,.forms_subscription .row #deliveryAddress,.forms_subscription .row #password,.forms_subscription .row #email{width:218px;overflow:hidden;background-image:url(/img/front/default/modules/users/inscriptionform_input_big.gif);background-repeat:no-repeat;background-color:#f7f7f7;background-position:top right;padding:3px 5px 5px;}
.forms_subscription .rowplus{padding-left:55px;margin-bottom:10px;}
.forms_subscription .row #cguRetails{width:796px;height:151px;overflow-y:hidden;overflow-x:hidden;border:0;font-size:12px;background-image:url(/img/front/default/modules/users/inscriptionform_textarea_cgu.gif);background-repeat:no-repeat;padding:4px 5px;}
.forms_edit .row .btn_submit,.forms_subscription .row .btn_submit{width:79px;height:31px;overflow:hidden;float:right;margin-top:25px;border:0;text-indent:-9999999px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_btn_submit.gif);background-repeat:no-repeat;font-size:0;line-height:0;}
.steps_navigation{width:100%;height:35px;margin:20px 0;}
.steps_navigation ul.four_steps{width:935px;height:100%;margin-right:auto;margin-left:auto;overflow:hidden;padding:0;}
.steps_navigation ul.four_steps li a{display:block;width:auto;height:33px;}
.steps_navigation ul.four_steps li.steps_0,.steps_navigation ul.four_steps li.steps_1,.steps_navigation ul.four_steps li.steps_2,.steps_navigation ul.four_steps li.steps_3,.steps_navigation ul.four_steps li.steps_4,.steps_navigation ul.four_steps li.steps_right{height:100%;overflow:hidden;float:left;margin-left:0;margin-right:0;list-style-type:none;display:inline-block;background-repeat:no-repeat;}
.steps_navigation ul.four_steps li.steps_0-selected{width:175px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title_step0_selected.gif);}
.steps_navigation ul.four_steps li.steps_0-validated{width:175px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title_step0_validated.gif);}
.steps_navigation ul.four_steps li.steps_1-selected{width:181px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title_step1_selected.gif);}
.steps_navigation ul.four_steps li.steps_1-validated{width:181px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title_step1_validated.gif);}
.steps_navigation ul.four_steps li.steps_1-inactived{width:181px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title_step1_inactived.gif);}
.steps_navigation ul.four_steps li.steps_2-inactived{width:273px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title_step2.gif);}
.steps_navigation ul.four_steps li.steps_2-selected{width:273px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title_step2_selected.gif);}
.steps_navigation ul.four_steps li.steps_2-validated{width:273px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title_step2_validated.gif);}
.steps_navigation ul.four_steps li.steps_3-inactived{width:178px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title_step3.gif);}
.steps_navigation ul.four_steps li.steps_3-selected{width:178px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title_step3_selected.gif);}
.steps_navigation ul.four_steps li.steps_3-validated{width:178px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title_step3_validated.gif);}
.steps_navigation ul.four_steps li.steps_4-inactived{width:125px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title_step4.gif);}
.steps_navigation ul.four_steps li.steps_4-selected{width:125px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title_step4_selected.gif);}
.steps_navigation ul.four_steps li.steps_right{background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_title_step_right.gif);}
.steps_content{width:925px;margin-left:auto;margin-right:auto;}
.steps_content .step .offers{background-color:#f6f6f6;overflow:hidden;width:auto;height:auto;border:1px solid #f7f7f7;padding:40px;}
.steps_content .step .offers .left{float:left;width:auto;height:auto;}
.steps_content .step3 .offers{padding:10px 0;}
.steps_content .step3 .offers .background{background-image:url(/img/front/default/modules/users/fr_fr/background_step_3.gif);width:818px;height:680px;padding-top:25px;margin-right:auto;margin-left:auto;padding-left:30px;padding-right:30px;}
.steps_content .step3 .offers .background-simple{background-image:url(/img/front/default/modules/users/background_step_3-simple.gif);height:600px;}
.steps_content .step3 .offers .background h2{color:#777;font-weight:400;display:block;font-size:1.4em;text-align:center;margin:0 auto;}
.steps_content .step3 .offers .top{margin-top:25px;margin-bottom:20px;font-size:0.7em;font-weight:700;}
.steps_content .step3 .offers .top .subparagraph{font-size:1.1em;display:block;margin-top:10px;font-weight:400;}
.steps_content .step3 .offers .quantity{background-image:url(/img/front/default/modules/users/fr_fr/background_block_quantity.gif);width:329px;height:136px;margin-bottom:10px;padding-top:60px;padding-left:30px;padding-right:30px;}
.steps_content .step3 .offers .quantity-simple{background-image:url(/img/front/default/modules/users/fr_fr/background_block_quantity-simple.gif);}
.steps_content .step3 .offers .option{background-image:url(/img/front/default/modules/users/fr_fr/background_block_option.gif);width:329px;height:190px;margin-bottom:5px;padding-top:60px;padding-left:30px;padding-right:30px;}
.steps_content .step3 .offers .option-text{font-size:0.55em;width:369px;margin-bottom:10px;padding-left:10px;padding-right:10px;}
.steps_content .step3 .offers .option .row{overflow:hidden;height:40px;margin-bottom:20px;clear:both;}
.steps_content .step3 .offers .option .label{overflow:hidden;height:35px;float:left;}
.steps_content .step3 .offers .option .quotas{background-image:url(/img/front/default/modules/users/year_price.gif);width:93px;height:30px;font-weight:bolder;font-size:18px;display:inline-block;text-align:center;color:#FFF;padding-top:5px;margin-left:10px;float:left;}
.steps_content .step3 .offers .option .input{float:left;margin-top:12px;}
.steps_content .step3 .offers .option .details{width:190px;height:35px;display:inline-block;font-size:0.65em;margin-left:5px;}
.steps_content .step3 .offers .option .details strong{font-size:1.3em;font-weight:400;}
.steps_content .step3 .offers .year{background-image:url(/img/front/default/modules/users/fr_fr/background_block_year.gif);width:329px;height:179px;margin-bottom:10px;padding-top:70px;padding-left:30px;padding-right:30px;}
.steps_content .step3 .offers .renew{background-image:url(/img/front/default/modules/users/fr_fr/background_block_year_renew.gif);width:329px;height:179px;margin-bottom:10px;padding-top:70px;padding-left:30px;padding-right:30px;}
.steps_content .step3 .offers .year .row{overflow:hidden;height:40px;margin-bottom:20px;}
.steps_content .step3 .offers .year .label{overflow:hidden;height:35px;}
.steps_content .step3 .offers .year .price{background-image:url(/img/front/default/modules/users/year_price.gif);width:93px;height:30px;font-weight:bolder;font-size:18px;display:inline-block;text-align:center;color:#FFF;padding-top:5px;margin-left:10px;}
.steps_content .step3 .offers .year .details{width:150px;height:35px;display:inline-block;font-size:0.65em;}
.steps_content .step3 .offers .year .details strong{font-size:1.1em;font-weight:400;}
.steps_content .step3 .offers .quantity .left{width:140px;}
.steps_content .step3 .offers .quantity .right{width:185px;padding-top:5px;}
.steps_content .step3 .offers .quantity .right .details{font-size:0.75em;margin-top:0;padding-top:0;}
.steps_content .step3 .offers .quantity .left ul{list-style:none;margin:0;padding:0;}
.steps_content .step3 .offers .quantity .left ul li{list-style:none;float:left;margin:0;padding:0;}
.steps_content .step3 .offers .quantity .left ul li.number{background-image:url(/img/front/default/modules/users/background_number_quantity.gif);width:74px;height:28px;display:block;text-align:center;color:#FFF;padding-top:5px;}
.steps_content .step3 .offers .quantity .left ul li.btn_quantity{display:block;width:15px;height:25px;margin-right:5px;padding-top:8px;margin-left:5px;}
.steps_content .step3 .offers .quantity .left ul li.btn_quantity a.less{background-image:url(/img/front/default/modules/users/less_quantity.gif);display:block;width:15px;height:15px;text-indent:-999999px;}
.steps_content .step3 .offers .quantity .left ul li.btn_quantity a.more{background-image:url(/img/front/default/modules/users/more_quantity.gif);display:block;width:15px;height:15px;text-indent:-999999px;}
.steps_content .step3 .offers .logovs{text-align:center;margin-top:10px;}
.steps_content .step5 .offers{padding:0;}
.steps_content .step5 .offers p{line-height:3em;padding-left:10px;font-size:0.85em;}
.steps_content .step5 .offers .firstparagraph{margin-top:0;}
.steps_content .step5 .offers .secondparagraph{line-height:1.5em;padding-top:45px;}
.steps_content .step5 .offers a{color:#000;}
.steps_content .step .offers .validation{background-image:url(/img/front/default/modules/users/validation_step_5.gif);background-position:top right;background-repeat:no-repeat;}
.steps_content .step .offers .logo_step5{background-image:url(/img/front/default/modules/users/logo_step_5.gif);background-position:bottom right;background-repeat:no-repeat;padding-bottom:200px;}
.steps_content .step .offers .information{background-image:url(/img/front/default/modules/users/fr_fr/background_step_2.gif);width:620px;height:395px;padding-top:100px;padding-left:20px;padding-right:20px;}
.steps_content .step .offers .information h2{font-size:1em;color:#0c6ec5;}
.steps_content .step .offers .information p{font-size:0.85em;line-height:1.2em;}
.steps_content .step .offers .information p .iconAt{background-image:url(/img/front/default/modules/users/icon_at.gif);background-repeat:no-repeat;padding-left:45px;height:32px;display:block;padding-top:4px;}
.steps_content .step .offers .information p .iconLock strong,.steps_content .step .offers .information p .iconAt strong{color:#ff6000;}
.steps_content .step .offers .information p .iconLock{background-image:url(/img/front/default/modules/users/icon_lock.gif);background-repeat:no-repeat;padding-left:45px;height:32px;display:block;padding-top:4px;}
.steps_content .step .offers .icon_connexion{background-image:url(/img/front/default/modules/users/icon_step_2.gif);width:152px;height:176px;}
.steps_content .step .offers .left .btn_offer{background-image:url(/img/front/default/modules/users/fr_fr/btn_offer_one.gif);width:197px;height:37px;display:block;float:right;margin-top:5px;}
.steps_content .step .offers .right{float:right;width:auto;height:auto;}
.steps_content .step .offers .right .btn_offer{background-image:url(/img/front/default/modules/users/fr_fr/btn_offer_two.gif);width:197px;height:37px;display:block;float:right;margin-top:5px;}
.steps_content .step .btn_validation{width:79px;height:31px;overflow:hidden;float:right;margin-top:25px;border:0;text-indent:-9999999px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_btn_submit.gif);background-repeat:no-repeat;}
.steps_content .step .btn_return{width:140px;height:31px;overflow:hidden;float:right;margin-top:25px;border:0;text-indent:-9999999px;background-image:url(/img/front/default/modules/users/fr_fr/btn_valid.gif);background-repeat:no-repeat;}
.steps_content .step .btn_cancel{width:81px;height:31px;overflow:hidden;margin-top:25px;border:0;text-indent:-9999999px;background-image:url(/img/front/default/modules/users/fr_fr/btn_back.gif);background-repeat:no-repeat;display:block;float:left;}
#user_content .viewUser{background-color:#f6f6f6;overflow:hidden;width:auto;height:auto;border:1px solid #f7f7f7;position:relative;padding:20px;}
#user_content .viewUser h2{color:#0e6dc7;font-size:0.9265em;margin-bottom:20px;margin-top:0;display:block;}
#user_content .viewUser .block{margin-bottom:20px;overflow:hidden;height:100%;}
#user_content .viewUser .block .top{background-image:url(/img/front/default/modules/users/view/block-top.gif);height:12px;width:720px;}
#user_content .viewUser .block .content{width:700px;background-color:#FFF;overflow:hidden;height:100%;padding:0 10px;}
#user_content .viewUser .block .content ul{list-style:none;font-size:0.8265em;}
#user_content .viewUser .block .content ul.account_datas li{margin-top:6px;}
#user_content .viewUser .block .content h3{font-size:0.8265em;margin:0;padding:0;}
#user_content .viewUser .block .bottom{background-image:url(/img/front/default/modules/users/view/block-bottom.gif);height:12px;width:720px;}
#user_content .viewUser .menu{position:absolute;height:auto;right:0;overflow:hidden;}
#user_content .viewUser .menu ul{list-style:none;overflow:hidden;height:auto;margin:0 20px 0 0;padding:0;}
#user_content .viewUser .menu ul li{float:left;margin:0;padding:0;}
#user_content .viewUser .menu ul li.li1 a{background-image:url(/img/front/default/modules/users/fr_fr/btn_stop_account.gif);width:81px;height:31px;display:block;}
#user_content .viewUser .menu ul li.li2 a{background-image:url(/img/front/default/modules/users/fr_fr/btn_new_offer.gif);width:146px;height:31px;margin-left:5px;display:block;}
#user_content .viewUser .block .content .invoices{overflow:hidden;height:auto;}
#user_content .viewUser .block .content .invoice{overflow:hidden;height:55px;background-image:url(/img/front/default/modules/users/invoice_background.gif);background-position:2px bottom;background-repeat:repeat-x;padding-top:0;margin-bottom:5px;text-transform:uppercase;font-weight:700;font-size:0.7265em;color:#919191;padding-left:2px;}
#user_content .viewUser .block .content .invoice .logotype{height:45px;width:41px;background-image:url(/img/front/default/modules/users/iconpdf.gif);display:block;float:left;}
#user_content .viewUser .block .content .invoice .download{height:30px;width:34px;background-image:url(/img/front/default/modules/users/icondownload.gif);display:block;float:right;margin-top:10px;}
#user_content .viewUser .block .content .invoice .title{display:block;margin-top:20px;margin-left:10px;float:left;}
#user_content .viewUser .block .content .states{overflow:hidden;height:auto;font-size:0.8265em;}
#user_content .viewUser .block .content .states .green{color:#59820a;}
#user_content .viewUser .block .content .states .red{color:#a00000;}
#user_content .viewUser .block .content .states .orange{color:#fda041;}
#user_content .viewUser .block .content .states .state_user{color:#919191;height:30px;background-image:url(/img/front/default/modules/users/icon_user.gif);background-position:left center;background-repeat:no-repeat;padding-left:50px;padding-top:18px;margin-bottom:5px;}
#user_content .viewUser .block .content .states .state_time{color:#919191;height:30px;background-image:url(/img/front/default/modules/users/icon_time.gif);background-position:left center;background-repeat:no-repeat;padding-left:50px;padding-top:18px;margin-bottom:5px;}
#user_content .viewUser .block .content .states .state_other{height:30px;padding-left:10px;margin-top:10px;}
#user_content .viewUser .block .content .product_menu{width:95%;margin-top:10px;}
#user_content .viewUser .block .content .product_menu li{display:block;height:30px;margin-right:15px;}
#user_content .viewUser .block .content .product_menu li.li2{float:right;}
#user_content .viewUser .block .content .product_menu li a{color:#697545;display:block;height:30px;padding-left:20px;background-image:url(/img/front/default/modules/users/icon_plus.gif);background-position:left 5px;background-repeat:no-repeat;}
#fieldset-medialibrary #photo{background:#FFF;border:1px solid #000;cursor:pointer;padding:2px;}
.forms_gen .row{margin-bottom:10px;width:100%;}
.forms_gen .row:after{content:".";clear:both;display:block;height:0;visibility:hidden;}
.forms_gen label{display:block;float:left;width:150px;color:#000;font-size:0.7em;text-indent:0.4em;margin-right:10px;position:relative;top:3px;cursor:pointer;}
.forms_gen .input_small{width:114px;overflow:visible;background-image:url(/img/front/default/modules/users/inscriptionform_input_small.gif);background-repeat:no-repeat;background-color:#f7f7f7;font-size:0.75em;padding:4px 4px 4px 7px;}
.forms_gen .input_big{width:218px;overflow:visible;background-image:url(/img/front/default/modules/users/inscriptionform_input_big.gif);background-repeat:no-repeat;background-color:#f7f7f7;font-size:0.75em;padding:3px 5px 5px;}
.forms_gen .row .btn_submit{width:79px;height:31px;overflow:visible;float:right;border:0;text-indent:-9999999px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_btn_submit.gif);background-repeat:no-repeat;font-size:0;line-height:0;cursor:pointer;}
.forms_gen h3{margin-bottom:20px !important;}
.forms_gen .last_row{margin-bottom:0;}
.blockText p{font-size:0.818em;}
.centerBlocksUsers,.centerBlocksUsers .sixBlocksUsers{width:771px;overflow:hidden;float:left;margin-left:0;margin-right:0;}
.forms_edit input,.forms_subscription input,.forms_gen input{border:0;float:left;}
.steps_content .step5 .offers .image,#user_content .viewUser .block .content .product_menu li.li1{float:left;}#page_content{height:auto;width:auto;overflow:hidden;background-color:#f8f8f8;_width:750px;}
#page_content_top{background-color:#FFF;height:auto;width:auto;overflow:hidden;clear:both;}
#edit_message{clear:both;margin-top:20px;padding-left:40px;padding-right:20px;background-image:url(/img/front/default/modules/messages/edit_message_bottom_background.gif);background-repeat:repeat-x;background-position:6px bottom;padding-bottom:40px;}
#message_edit_inputs{width:100%;height:auto;}
#message_title{width:100%;height:60px;margin-top:10px;}
#message_title span{width: 328px;}
#message_text{width:100%;}
#message_title input{background-color:transparent;float:left;width:320px;height:20px;border:none;background-image:url(/img/front/default/modules/messages/messageTitle_bigInput.gif);background-repeat:no-repeat;padding:10px 10px;}
#message_title .message_state{float:left;height:39px;width:340px;margin-left:6px;}
#message_title .message_state .numberOfAttachElement{width:100%;height:19px;}
#message_title .message_state .numberOfAttachElement label{font-size:0.65em;font-weight:bolder;}
#message_title .message_state .save_Confirmer{width:100%;height:20px;}
#message_title .message_state .save_Confirmer .savedPicto1{float:left;width:17px;height:17px;background-image:url(/img/front/default/modules/messages/saveBox.gif);background-repeat:no-repeat;}
#message_title .message_state .save_Confirmer .saveMessage{float:left;font-size:0.7em;margin-left:6px;margin-bottom:6px;}
#message_title .message_state .save_Confirmer .savedPicto2{float:left;width:10px;height:10px;margin-left:6px;margin-top:3px;background-image:url(/img/front/default/modules/messages/saveConfirmer.gif);background-repeat:no-repeat;}
#message_text textarea{height:300px;width:93%;padding-top:4px;}
.edit_message_title{color:#91b803;font-weight:700;font-size:0.9em;}
.MessageCarousel{overflow:hidden;height:100%;width:100%;position:relative;}
.MessageCarousel .list{overflow:hidden;height:100%;width:100%;}
.MessageCarousel .view{position:relative;z-index:2;min-height:250px;margin:auto auto 40px;}
.MessageCarousel .list #mycarousel-next{background:url(/img/plugins/js/carousel/next.gif) no-repeat;width:46px;height:56px;display:block;text-indent:-999999px;position:absolute;top:50%;right:0;margin-top:-28px;z-index:10;cursor:pointer;}
.MessageCarousel .list #mycarousel-prev{background:url(/img/plugins/js/carousel/prev.gif) no-repeat;width:46px;height:56px;display:block;text-indent:-999999px;position:absolute;left:0;top:50%;margin-top:-28px;z-index:10;cursor:pointer;}
.MessageCarousel .list .flow{height:134px;overflow:hidden;}
.MessageCarousel .list .flow .item{float:left;width:124px;height:124px;display:block;margin-right:6px;}
.MessageCarousel .list .flow .active{border:2px solid red;display:block;}
.MessageCarousel .list .jScrollPaneTrack{height:15px;width:792px;background-image:url(/img/front/default/modules/messages/scroll_bar_bg.gif);background-repeat:no-repeat;}
.MessageCarousel .list .jScrollPaneDrag{height:15px;background:none;position:relative;background-color:#ff9226;}
.MessageCarousel .list .jScrollPaneDrag .jScrollPaneDragLeft{width:15px;height:15px;display:block;background:url(/img/front/default/modules/messages/scroll-left.gif);background-color:transparent;background-repeat:no-repeat;}
.MessageCarousel .list .jScrollPaneDrag .jScrollPaneDragRight{width:15px;height:15px;display:block;background:url(/img/front/default/modules/messages/scroll-right.gif);background-color:transparent;background-repeat:no-repeat;}
.MessageCarousel .view .media{position:relative;z-index:2;}
.MessageCarousel .view .media .img{text-align:center;}
.MessageCarousel .view .media #player{margin:auto;}
.MessageCarousel .scroll-pane{width:200px;float:left;padding:0;}
.MessageCarousel .carousel_background{background-image:url(/img/front/default/modules/messages/carousel_bg.gif);background-repeat:no-repeat;padding-left:10px;padding-right:10px;padding-top:10px;margin-right:auto;margin-left:auto;width:795px;position:relative;}
.MessageCarousel #pane{height:170px;width:795px;display:block;_overflow:hidden;margin-top:4px;background:transparent;padding:0;}#medialibrary_content{height:auto;overflow:hidden;width: 980px;margin:0; padding:0; display:block;}#medialibrary_content .center_content{width:100%;height:auto;overflow:hidden;float:left;margin-left:auto;margin-right:0;}#medialibrary_content .center_content .submenu_center{width:100%;height:31px;overflow:hidden;float:left;margin-left:auto;padding-left:15px;margin-right:0;border-bottom:1px solid #ff8105;}#medialibrary_content .center_content .submenu_center .mymedialibrary,#medialibrary_content .center_content .submenu_center .myaddressees,#medialibrary_content .center_content .submenu_center .myplanifications{height:31px;overflow:hidden;float:left;margin-left:0;margin-right:0;background-repeat:no-repeat;padding:0 7px 0 0;}#medialibrary_content .center_content .submenu_center .mymedialibrary{width:151px;background-image:url(/img/front/default/modules/medialibrary/btn_mymedialibrary_hover.gif);}#medialibrary_content .center_content .submenu_center .myaddressees{width:157px;background-image:url(/img/front/default/modules/medialibrary/btn_myaddressees.gif);}#medialibrary_content .center_content .submenu_center .myplanifications{width:160px;background-image:url(/img/front/default/modules/medialibrary/btn_myplanifications.gif);}#medialibrary_content .center_content .submenu_center .mymedialibrary:hover,#medialibrary_content .center_content .submenu_center .mymedialibrary:focus{background-image:url(/img/front/default/modules/medialibrary/btn_mymedialibrary_hover.gif);}#medialibrary_content .center_content .submenu_center .myaddressees:hover,#medialibrary_content .center_content .submenu_center .myaddressees:focus{background-image:url(/img/front/default/modules/medialibrary/btn_myaddressees_hover.gif);}#medialibrary_content .center_content .submenu_center .myplanifications:hover,#medialibrary_content .center_content .submenu_center .myplanifications:focus{background-image:url(/img/front/default/modules/medialibrary/btn_myplanifications_hover.gif);}.form_add_folder{background-color:#FFF;display:none;margin-right:5px;overflow:hidden;height:auto;position:absolute;margin-left:50px;margin-top:4px;}.form_add_folder form{margin:0;padding:0;}.form_add_folder form fieldset{border:0;padding:0;}.form_add_folder form label{display:none;}.form_add_folder form .inputSubmit{background-image:url("/img/front/default/modules/medialibrary/navigation_folder_submit.gif");border:0 none;cursor:pointer;height:23px;margin-top:5px;text-align:center;width:23px;color:#fe7e01;}.form_add_folder form .inputText{border:0;background-image:url(/img/front/default/modules/medialibrary/navigation_folder_input.gif);width:90px;padding:5px 5px 4px;}.center_content .block_grey{width:100%;height:auto;overflow:hidden;float:left;background-color:#f8f8f8;}.center_content .block_grey .block_grey_top{width:auto;height:25px;overflow:hidden;}.center_content .block_grey .block_grey_middle{width:auto; /*float: left;*/ height:auto;overflow:hidden;margin-top:21px;padding:0 10px 10px;}.center_content .block_grey .block_navigation{position: relative; width:220px;height:auto;overflow:hidden;float:left;margin-left:10px;}.center_content .block_grey .block_navigation .block_navigation_top{height: 70px; width:220px; float:left;}.block_navigation .block_navigation_top a{position: relative; display: block; float: left; width:120px;height:39px;background-image:url(/img/front/default/modules/medialibrary/navigation_top.gif);background-repeat:no-repeat;padding-left:100px;padding-top:31px;  font-size:0.75em;text-decoration:none;color:#000;float:left;}.block_navigation .block_navigation_top a:hover{background-image:url(/img/front/default/modules/medialibrary/navigation_top_selected.gif);font-weight:700;color:#FFF;}.block_navigation .block_navigation_top a.selected{float: left; background-image:url(/img/front/default/modules/medialibrary/navigation_top_selected.gif);background-repeat:no-repeat;font-weight:700;color:#FFF;}.block_navigation .block_navigation_safe-top a{background-image:url("/img/front/default/modules/medialibrary/navigation_safe_top.gif");background-repeat:no-repeat;color:#000;display:block;font-size:0.75em;height:72px;line-height:80px;text-decoration:none;width:125px;padding:0 0 0 95px;}.block_navigation .block_navigation_safe-top a:hover{background-image:url(/img/front/default/modules/medialibrary/navigation_safe_top_selected.gif);font-weight:700;color:#000;}.block_navigation .block_navigation_safe-top a.selected{background-image:url(/img/front/default/modules/medialibrary/navigation_safe_top_selected.gif);background-repeat:no-repeat;font-weight:700;color:#000;}.block_navigation .block_navigation_middle{width:220px;float:left; height: auto;background-color: #FFFFFF;}.block_navigation .block_navigation_middle ul{float:left; list-style:none outside none;margin:0 0 0 31px;padding:0;overflow: hidden;height:346px;}  #medialibrary_content .block_navigation .block_navigation_middle ul{height:auto;}.block_navigation .block_navigation_middle ul li{margin:0;padding:0;width: 189px;float:left;min-height:47px;}.block_navigation .block_navigation_middle ul li .openFolder{display:block;font-size:0.75em;padding-left:52px;padding-top:11px;width:128px;color:#000;text-decoration:none;background-image:url(/img/front/default/modules/medialibrary/navigation_li_off.gif);background-repeat:no-repeat;min-height:34px;}.block_navigation .block_navigation_middle ul li a.deleteFolder{width:19px;height:15px;display:block;background-image:url(/img/front/default/modules/medialibrary/navigation_delete.gif);position:absolute;margin-top:25px;}.block_navigation .block_navigation_middle ul li a.openFolder:hover{font-weight:700;color:#000;background-image:url(/img/front/default/modules/medialibrary/navigation_li_on.gif);}.block_navigation .block_navigation_middle ul li a.selected{display:block;font-size:0.75em;height:34px;padding-left:52px;padding-top:11px;width:128px;text-decoration:none;color:#FFF;font-weight:700;background-image:url(/img/front/default/modules/medialibrary/navigation_li_selected.gif);}.block_navigation .block_navigation_middle ul li a.new{display:block;font-size:0.7em;height:34px;padding-left:52px;padding-top:11px;width:128px;text-decoration:none;color:#000;font-style:italic;background-image:url(/img/front/default/modules/medialibrary/navigation_li_new.gif);opacity:0.5px;}.block_navigation .block_navigation_middle ul li a.new:hover{opacity:1px;color:#ff8003;font-weight:700;font-style:normal;text-decoration:underline;}.block_navigation .block_navigation_bottom{clear:both;width:220px;height:10px;background-image:url(/img/front/default/modules/medialibrary/navigation_bottom.gif);background-repeat:no-repeat;font-size:0;}.center_content .block_grey .block_grey_bottom{width:auto;height:20px;overflow:hidden;clear:both;}.center_content .block_grey .block_grey_top .corner_grey_top_left,.center_content .block_grey .block_grey_top .corner_grey_top_right,.center_content .block_grey .block_grey_bottom .corner_grey_bottom_left,.center_content .block_grey .block_grey_bottom .corner_grey_bottom_right{width:50%;overflow:hidden;float:left;margin-left:0;margin-right:0;}.center_content .block_grey .block_grey_top .corner_grey_top_left{height:44px;background-image:url(/img/front/default/modules/medialibrary/corner_grey_top_left.gif);background-repeat:no-repeat;background-position:left top;}.center_content .block_grey .block_grey_top .corner_grey_top_right{height:44px;background-image:url(/img/front/default/modules/medialibrary/corner_grey_top_right.gif);background-repeat:no-repeat;background-position:right top;}.center_content .block_grey .block_grey_bottom .corner_grey_bottom_left{height:20px;background-image:url(/img/front/default/modules/medialibrary/corner_grey_bottom_left.gif);background-repeat:no-repeat;background-position:left bottom;}.center_content .block_grey .block_grey_bottom .corner_grey_bottom_right{height:20px;background-image:url(/img/front/default/modules/medialibrary/corner_grey_bottom_right.gif);background-repeat:no-repeat;background-position:right bottom;}.center_content .block_grey .block_grey_middle .block_white_media{width:auto;overflow:hidden;background-color:#fff;margin-bottom:20px;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_left{width:47px;height:auto;overflow:hidden;float:left;background-color:red;margin:0;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_top .corner_white_top_left,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_top .corner_white_top_right,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_bottom .corner_white_bottom_left,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_bottom .corner_white_bottom_right{overflow:hidden;float:left;margin-left:0;margin-right:0;background-repeat:no-repeat;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_top .corner_white_top_left{width:50%;height:3px;background-image:url(/img/front/default/modules/medialibrary/corner_white_top_left.gif);background-position:left top;font-size:3px;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_top .corner_white_top_right{width:50%;height:3px;background-image:url(/img/front/default/modules/medialibrary/corner_white_top_right.gif);background-position:right top;font-size:3px;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_bottom .corner_white_bottom_left{width:50%;height:10px;background-image:url(/img/front/default/modules/medialibrary/corner_white_bottom_left.gif);background-position:left bottom;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_bottom .corner_white_bottom_right{width:50%;height:10px;background-image:url(/img/front/default/modules/medialibrary/corner_white_bottom_right.gif);background-position:right bottom;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title{width:100%;padding-top:5px;padding-bottom:10px;background-color: #FFFFFF;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content{width:100%;overflow:hidden;height:auto;clear:both;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_left,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_right_pictures,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_right_videos,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_right_sounds{overflow:hidden;margin-left:10px;margin-right:10px;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_left{width:40px;float:left;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_center{overflow:hidden;float:left;margin-left:0;margin-right:0;color:#fe8005;font-size:0.72875em;font-weight:bolder;text-decoration:none;text-transform:uppercase;padding-top:0.6em;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_right_pictures,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_right_videos,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_right_sounds,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_right_social,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_right_file{width:170px;height:30px;float:right;background-repeat:no-repeat;background-position:right top;margin-right:5px;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_right_pictures{background-image:url(/img/front/default/modules/medialibrary/btn_addapicture.gif);}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_right_videos{background-image:url(/img/front/default/modules/medialibrary/btn_addavideo.gif);}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_right_sounds{background-image:url(/img/front/default/modules/medialibrary/btn_addasound.gif);}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_right_file{background-image:url(/img/front/default/modules/medialibrary/btn_addafile.gif);}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_title .block_white_media_title_right_social{background-image:url(/img/front/default/modules/medialibrary/btn_addasocial.gif);}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .media_folder_on,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .media_folder{width:223px;height:116px;overflow:hidden;float:left;margin-left:10px;margin-bottom:10px;background-image:url(/img/front/default/modules/medialibrary/block_grey.gif);background-repeat:no-repeat;position:relative;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .media_folder .open{display:block;width:223px;height:116px;position:absolute;z-index:2;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .media_folder .folder_bottom{width:25px;height:22px;background-image:url(/img/front/default/modules/medialibrary/btn_close.png);background-repeat:no-repeat;background-position:right top;display:block;position:absolute;z-index:2;right:10px;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .media_folder_on{background-image:url(/img/front/default/modules/medialibrary/block_grey_on.gif);}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .media_folder .folder_top,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .media_folder .folder_empty,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .media_folder .folder_middle,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .media_folder .folder_bottom{overflow:hidden;margin-left:0;margin-right:0;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .media_folder .folder_top{width:213px;height:26px;text-align:right;color:#7a7a7a;font-family:"Courier New", Courier, monospace;font-size:0.71875em;text-decoration:none;padding:10px 0 0;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .media_folder .folder_empty{width:223px;height:24px;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .media_folder .folder_middle{width:223px;height:26px;text-align:center;color:#3c3c3c;font-family:"Courier New", Courier, monospace;font-size:0.76875em;text-decoration:none;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .block_video{width:118px;height:110px;overflow:hidden;float:left;background-image:url(/img/front/default/modules/medialibrary/picture_example.jpg);background-repeat:no-repeat;margin:4px 0 4px 15px;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .block_video .video_top,.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .block_video .video_bottom{width:114px;overflow:hidden;margin-left:0;margin-right:0;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .block_video .video_top{height:84px;}.center_content .block_grey .block_grey_middle .block_white_media .block_white_media_content .block_video .video_bottom{height:22px;background-image:url(/img/front/default/modules/medialibrary/btn_close.png);background-repeat:no-repeat;background-position:right top;}medialibrary_content .center_content .block_grey .block_grey_middle .block_white_media .block_white_media_top,medialibrary_content .center_content .block_grey .block_grey_middle .block_white_media .block_white_media_bottom{width:auto;height:10px;overflow:hidden;}.orange_diary{color:#fe8005;font-family:arial, Trebuchet MS, Arial, sans-serif;font-size:0.8em;text-decoration:none;}
.orangeCap_diary{color:#fe8005;font-size:0.6875em;font-weight:700;text-decoration:none;text-transform:uppercase;}
.grey_diary{color:#c5c5c5;font-size:0.6875em;}
.grey_diary a{color:#c5c5c5;}
.greyDark_diary{color:#6b6b6b;font-size:0.75em;}
.green_diary{color:#91b802;font-family:arial, Trebuchet MS, Arial, sans-serif;font-size:0.8125em;font-weight:700;text-decoration:none;}
.diary_title{width:330px;background-color:#fff;border:0;border-style:none;}
#block_diary{width:980px;height:auto;overflow:hidden;}
#block_diary form{margin:0;padding:0;}
#block_diary .block_diary_top{width:980px;height:32px;overflow:hidden;margin:0;}
#block_diary .block_diary_top .block_diary_top_ul{width:970px;height:32px;list-style:none;text-decoration:none;position:absolute;float:left;border-bottom:1px solid #ff8105;margin:0 5px;padding:0;}
#block_diary .block_diary_top .block_diary_top_ul .block_diariesList,#block_diary .block_diary_top .block_diary_top_ul .block_diariesList a,#block_diary .block_diary_top .block_diary_top_ul .block_diary_top_tab,#block_diary .block_diary_top .block_diary_top_ul .block_diary_top_tab a{height:32px;float:left;margin-top:0;margin-right:0;border:none;background-repeat:no-repeat;}
#block_diary .block_diary_top .block_diary_top_ul .block_diary_top_btn1,#block_diary .block_diary_top .block_diary_top_ul .block_diary_top_btn2,#block_diary .block_diary_top .block_diary_top_ul .block_diary_top_btn3{float:right;border:0;display:block;margin:0;}
#block_diary .block_diary_top .block_diary_top_ul a{display:block;height:32px;background-repeat:no-repeat;}
#block_diary .block_diary_top .block_diary_top_ul .block_diary_top_tab a{width:210px;margin-left:12px;margin-right:6px;background-image:url(/img/front/default/modules/diary/tab_new_diary.gif);float:left;}
#block_diary .block_diary_top .block_diary_top_ul .block_diariesList a{width:245px;margin-left:12px;background-image:url(/img/front/default/modules/diary/btn_diariesList.gif);float:left;}
#block_diary .block_diary_top .block_diary_top_ul .block_diariesList a:hover{width:245px;margin-left:12px;background-image:url(/img/front/default/modules/diary/btn_diariesList_rollovers.gif);float:left;}
#block_diary .block_diary_top .block_diary_top_ul .block_diary_top_btn1 a{width:152px;background-image:url(/img/front/default/modules/diary/btn_delete_diary.gif);}
#block_diary .block_diary_top .block_diary_top_ul .block_diary_top_btn2 a{width:152px;margin-right:6px;background-image:url(/img/front/default/modules/diary/btn_display_diary.gif);}
#block_diary .block_diary_top .block_diary_top_ul .block_diary_top_btn3 a{width:119px;margin-left:5px;background-image:url(/img/front/default/modules/diary/btn_submit_diary_top.gif);}
#block_diary .block_diary_grey{width:100%;height:auto;overflow:hidden;background-color:#f8f8f8;margin:0;}
#block_diary .block_diary_grey .block_diary_grey_top,#block_diary .block_diary_grey .block_diary_grey_middle,#block_diary .block_diary_grey .block_diary_grey_bottom{overflow:hidden;float:left;margin-left:auto;margin-right:auto;padding:0;}
#block_diary .block_diary_grey .block_diary_grey_top,#block_diary .block_diary_grey .block_diary_grey_bottom{width:100%;height:4px;margin:0;}
#block_diary .block_diary_grey .block_diary_grey_middle{width:960px;height:auto;margin:0 10px;}
.diary_top_left,.diary_top_right,.diary_bottom_left,.diary_bottom_right{width:50%;height:4px;overflow:hidden;float:left;background-repeat:no-repeat;margin:0;padding:0;}
.diary_top_left{background-image:url(/img/front/default/modules/diary/corner_grey_top_left.gif);background-position:left top;}
.diary_top_right{background-image:url(/img/front/default/modules/diary/corner_grey_top_right.gif);background-position:right top;}
.diary_bottom_left{background-image:url(/img/front/default/modules/diary/corner_grey_bottom_left.gif);background-position:left bottom;}
.diary_bottom_right{background-image:url(/img/front/default/modules/diary/corner_grey_bottom_right.gif);background-position:right bottom;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_left_215,#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_left{width:180px;height:auto;overflow:hidden;float:left;background-repeat:no-repeat;font-size:0.95em;color:#666;margin:0;padding:10px 0 10px 5px;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_left_215{width:215px;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_right_215,#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_right{width:775px;height:auto;overflow:hidden;float:left;background-repeat:no-repeat;margin:0;padding:0;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_right_215{width:740px;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_right .flash{background-image:url("/img/front/default/modules/diary/background_flash.gif");height:110px;width:761px;padding:5px;}
#block_diary .block_diary_grey .block_diary_grey_middle .row{height:auto;overflow:hidden;width:auto;margin-top:10px;margin-bottom:10px;}
#block_diary .separator{height:35px;width:100%;background-image:url(/img/front/default/modules/diary/separator.gif);background-repeat:repaet-x;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_left .btn_new_page{background-image:url(/img/front/default/modules/diary/btn_add_new_page_2.gif);background-repeat:no-repeat;font-size:0.85em;color:#91b700;display:block;padding-left:30px;height:20px;margin-top:20px;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_left .btn_new_page:hover{color:#969696;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_left .btn_delete_page{background-image:url(/img/front/default/modules/diary/btn_delete_page.gif);background-repeat:no-repeat;font-size:0.85em;color:#969696;display:block;padding-left:30px;height:30px;margin-top:20px;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_left .btn_delete_page:hover{color:#91b700;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_right #diary_title{width:530px;background-image:url(/img/front/default/modules/diary/input_550x31.gif);background-repeat:no-repeat;height:20px;padding:11px 10px 8px;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_right_215 #page_title,#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_right #page_title{width:715px;background-image:url(/img/front/default/modules/diary/input_735x39.gif);border:0;padding:12px 10px;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_right .diary2_input_left,#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_right .diary2_input_center,#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_right .diary2_input_right{height:60px;overflow:hidden;float:right;background-position:0 15px;background-repeat:no-repeat;margin:0;padding:23px 0 0;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_right .diary2_input_left{width:5px;background-image:url(/img/front/default/modules/diary/input_top_left.gif);background-repeat:no-repeat;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_right .diary2_input_center{width:330px;background-image:url(/img/front/default/modules/diary/input_top_center.gif);background-repeat:repeat-x;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary2_right .diary2_input_right{width:5px;background-image:url(/img/front/default/modules/diary/input_top_right.gif);background-repeat:no-repeat;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary3_left,#block_diary .block_diary_grey .block_diary_grey_middle .block_diary3_right{height:auto;overflow:hidden;float:left;background-repeat:no-repeat;margin:0;padding:0;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary3_left .diary3_label_top{width:182px;height:60px;overflow:hidden;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary3_left .diary3_btn{width:182px;height:23px;overflow:hidden;background-image:url(/img/front/default/modules/diary/btn_add_new_page.gif);background-position:0 0;background-repeat:no-repeat;display:block;margin:0 0 10px;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary3_left .diary3_label_bottom{width:182px;overflow:hidden;margin:30px 0 0;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary3_left .diary3_label_top .diary3_label_left,#block_diary .block_diary_grey .block_diary_grey_middle .block_diary3_left .diary3_label_top .diary3_label_center,#block_diary .block_diary_grey .block_diary_grey_middle .block_diary3_left .diary3_label_top .diary3_label_right{height:60px;overflow:hidden;float:left;background-position:0 7px;background-repeat:no-repeat;margin:0;padding:12px 0 0;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary3_left .diary3_label_top .diary3_label_center{background-image:url(/img/front/default/modules/diary/label_small_center.gif);background-repeat:repeat-x;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary3_right{width:778px;padding-top:4px;padding-bottom:4px;}
#block_diary .block_diary_templates{width:980px;height:auto;overflow:hidden;background-color:#f8f8f8;margin:0;}
#block_diary .block_diary_templates .block_diary_templates_left,#block_diary .block_diary_templates .block_diary_templates_right{height:auto;overflow:hidden;float:left;margin-left:auto;margin-right:auto;background-color:#f8f8f8;margin-bottom:5px;}
#block_diary .block_diary_templates .block_diary_templates_left{width:215px;margin-right:5px;overflow:hidden;}
#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_corner_grey{width:215px;height:4px;overflow:hidden;}
#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle{width:215px;height:auto;overflow:hidden;float:left;margin:0;}
#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary5_left{font-size:0.85em;padding-bottom:10px;padding-top:10px;background-repeat:no-repeat;padding-left:15px;color:#90ba01;}
#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary5_left .diary5_label_left,#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary5_left .diary5_label_center,#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary5_left .diary5_label_right{height:43px;overflow:hidden;float:left;background-position:0 0;background-repeat:no-repeat;margin:0;padding:6px 0 0;}
#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary5_left .diary5_label_left{width:5px;background-image:url(/img/front/default/modules/diary/label_big_left.gif);background-repeat:no-repeat;}
#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary5_left .diary5_label_center{width:172px;background-image:url(/img/front/default/modules/diary/label_big_center.gif);background-repeat:repeat-x;}
#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary5_left .diary5_label_right{width:5px;background-image:url(/img/front/default/modules/diary/label_big_right.gif);background-repeat:no-repeat;}
#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list{width:203px;height:590px;overflow:auto;background-repeat:no-repeat;margin:0;padding:0;}
#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_01_on,#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_02_on,#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_03_on,#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_01,#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_02,#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_03{width:170px;height:187px;background-repeat:no-repeat;display:block;margin:5px 0 0 15px;padding:0;}
#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_01{background-image:url(/img/front/default/modules/diary/btn_model_page2col.gif);}
#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_02{background-image:url(/img/front/default/modules/diary/btn_model_pictures.gif);}
#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_03{background-image:url(/img/front/default/modules/diary/btn_model_text1col.gif);}
#block_diary .block_diary_templates .block_diary_templates_right{width:760px;margin-right:0;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_corner_grey{width:100%;height:4px;overflow:hidden;float:left;margin:0;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle{width:100%;height:auto;overflow:hidden;float:left;margin:0;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary5_right{width:202px;height:50px;overflow:hidden;background-repeat:no-repeat;margin:0;padding:5px 0 0 15px;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary5_right .diary5_label_left,#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary5_right .diary5_label_center,#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary5_right .diary5_label_right{height:27px;overflow:hidden;float:left;background-position:0 0;background-repeat:no-repeat;margin:0;padding:6px 0 0;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary5_right .diary5_label_center{width:192px;background-image:url(/img/front/default/modules/diary/label_small_center.gif);background-repeat:repeat-x;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark{width:760px;height:auto;overflow:hidden;background-repeat:no-repeat;margin:0;padding:0;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_corner_dark{width:100%;height:5px;overflow:hidden;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle{width:100%;height:580px;overflow:hidden;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_corner_dark .diary_corner_dark_top_left,#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_corner_dark .diary_corner_dark_top_right,#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_corner_dark .diary_corner_dark_bottom_left,#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_corner_dark .diary_corner_dark_bottom_right{width:50%;height:5px;overflow:hidden;float:left;background-repeat:no-repeat;margin:0;padding:0;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_corner_dark .diary_corner_dark_top_left{background-image:url(/img/front/default/modules/diary/corner_dark_top_left.gif);background-position:left top;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_corner_dark .diary_corner_dark_top_right{background-image:url(/img/front/default/modules/diary/corner_dark_top_right.gif);background-position:right top;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_corner_dark .diary_corner_dark_bottom_left{background-image:url(/img/front/default/modules/diary/corner_dark_bottom_left.gif);background-position:left bottom;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_corner_dark .diary_corner_dark_bottom_right{background-image:url(/img/front/default/modules/diary/corner_dark_bottom_right.gif);background-position:right bottom;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_lastrecord{width:100%;height:50px;overflow:hidden;float:right;color:#000;font-size:0.6275em;text-align:right;margin:0 0 0 -5px;padding:0 20px 0 0;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_top,#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_bottom{height:267px;margin:10px 10px 0;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_bottom_full{height:580px;margin:10px 10px 0;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_top .block_diary_input_half{width:390px;height:274px;float:left;overflow:hidden;margin:0 10px 0 0;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_top .block_media_files{width:328px;height:260px;background-image:url(/img/front/default/modules/diary/block_media_files.gif);background-repeat:no-repeat;overflow:hidden;margin:0;padding:3px;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_top .block_media_files .img_checked{background:none;width:100%;height:100%;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_top .block_media_files .media{width:328px;height:260px;text-align:left;margin:0;padding:0;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_top .block_media_files .media a.img{width:328px;height:260px;background-image:url(/img/front/default/commons/miscs/pixel.gif);}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_top .block_media_files .media a.img:hover{background-image:url(/img/front/default/commons/miscs/pixel.gif);}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_top .block_media_files_full{width:720px;height:260px;float:left;background-image:url(/img/front/default/modules/diary/block_media_files_full.gif);background-repeat:no-repeat;margin:0;padding:3px;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_top .block_media_files_full .media{width:720px;height:260px;text-align:left;margin:0;padding:0;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_top .block_media_files_full .media a.img{width:720px;height:260px;background-image:none;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_top .block_media_files .btn_add_file{width:100%;height:100%;float:left;background-image:url(/img/front/default/modules/diary/btn_add_file.gif);background-repeat:no-repeat;background-position:95px 141px;margin:0;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_top .block_media_files_full .btn_add_file{width:100%;height:100%;float:left;background-image:url(/img/front/default/modules/diary/btn_add_file.gif);background-repeat:no-repeat;background-position:281px 145px;margin:0;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_bottom .block_diary_input_all{width:100%;height:266px;float:left;margin:0;}
#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary_dark .block_diary_dark_middle .block_diary_input_bottom_full .block_diary_input_full{width:100%;height:580px;float:left;margin:0;}
#block_diary .block_diary_bottom{width:980px;height:31px;overflow:hidden;border:none;margin:12px 0 0 -10px;}
#block_diary .block_diary_bottom_btn{width:189px;height:31px;overflow:hidden;float:right;background-image:url(/img/front/default/modules/diary/btn_submit_diary_bottom.gif);background-repeat:no-repeat;background-position:right bottom;border:0;cursor:pointer;margin:0;}
#block_diary .pageflip .flip{background-color:transparent;background-image:url("/img/front/default/modules/diary/show/3d.png");height:528px;left:465px;margin-bottom:0;padding-bottom:0;position:absolute;top:0;width:50px;z-index:99;}
#block_diary .pageflipZoom .pageCenter .model a.zoom_in{text-indent:-999999px;position:absolute;width:675px;height:775px;display:none;background-image:url(/img/front/default/modules/diary/cursor_zoom_out.png);background-repeat:no-repeat;background-position:center;}
#block_diary .pageflip .pageLeft .model a.zoom_in{text-indent:-999999px;position:absolute;width:84px;height:100px;display:none;top:239px;left:223px;background-image:url(/img/front/default/modules/diary/cursor_zoom_in.png);background-repeat:no-repeat;}
#block_diary .pageflip .pageRight .model a.zoom_in{text-indent:-999999px;position:absolute;width:84px;height:100px;display:none;top:239px;right:223px;background-image:url(/img/front/default/modules/diary/cursor_zoom_in.png);background-repeat:no-repeat;}
#block_diary .pageflipZoom .pageCenter{width:775px;height:850px;background-image:url(/img/front/default/modules/diary/show/zoom/repeat.gif);background-repeat:repeat-y;position:relative;margin-left:auto;margin-right:auto;}
#block_diary .pageflipZoom .pageCenter .top{width:775px;height:75px;background-image:url(/img/front/default/modules/diary/show/zoom/top.gif);background-repeat:no-repeat;position:relative;}
#block_diary .pageflipZoom .pageCenter .model{overflow:hidden;height:775px;width:675px;font-size:0.85em;padding-left:50px;padding-right:50px;}
#block_diary .pageflip .pageLeft{float:left;width:489px;height:528px;background-image:url(/img/front/default/modules/diary/show/page_left.jpg);background-repeat:no-repeat;background-position:right bottom;position:relative;cursor:pointer;z-index:2;}
#block_diary .pageflipZoom .pageCenter .arrow-left,#block_diary .pageflip .pageLeft .arrow{width:30px;height:50px;background-image:url(/img/front/default/modules/diary/show/arrow_left.gif);background-repeat:no-repeat;display:block;margin-top:239px;position:absolute;z-index:10;}
#block_diary .pageflipZoom .pageCenter .arrow-left{margin-top:375px;margin-left:-80px;}
#block_diary .pageflip .pageRight{width:489px;height:528px;float:right;background-image:url(/img/front/default/modules/diary/show/page_right.jpg);background-repeat:no-repeat;background-position:left bottom;position:relative;cursor:pointer;}
#block_diary .pageflipZoom .pageCenter .arrow-right,#block_diary .pageflip .pageRight .arrow{width:30px;height:50px;background-image:url(/img/front/default/modules/diary/show/arrow_right.gif);background-repeat:no-repeat;display:block;position:absolute;top:239px;left:459px;z-index:10;}
#block_diary .pageflipZoom .pageCenter .arrow-right{margin-top:214px;margin-left:365px;}
#block_diary .pageflipZoom .model h2,#block_diary .pageflip .model h2{color:#1a6b65;font-size:1.5em;margin:60px 0 30px;padding:0;}
#block_diary .pageflipZoom .model h2{margin-top:0;}
#block_diary .pageflipZoom .model .media{width:100%;height:100%;}
#block_diary .pageflip .pageLeft .model{overflow:hidden;height:528px;padding-left:118px;padding-right:35px;font-size:0.6em;text-align:justify;}
#block_diary .pageflip .pageRight .model{overflow:hidden;height:528px;margin-right:118px;margin-left:35px;font-size:0.6em;text-align:justify;}
#block_diary .pageflip .model .model01 .blocTop{overflow:hidden;height:140px;}
#block_diary .pageflipZoom .pageCenter .model .model01 .blocTop{overflow:hidden;height:275px;}
#block_diary .pageflip .model .model01 .bloc1{width:210px;float:left;height:140px;overflow-x:hidden;overflow-y:auto;padding-right:5px;}
#block_diary .pageflip .model .model01 .bloc2{width:120px;float:right;height:135px;overflow:hidden;}
#block_diary .pageflipZoom .model .model01 .bloc1{width:350px;float:left;height:275px;overflow:hidden;}
#block_diary .pageflipZoom .model .model01 .bloc2{width:325px;float:right;height:275px;overflow:hidden;}
#block_diary .pageflip .model .model01 .bloc3{margin-top:15px;clear:both;height:240px;overflow-x:hidden;overflow-y:auto;}
#block_diary .pageflipZoom .model .model01 .bloc3{margin-top:15px;clear:both;height:400px;overflow:hidden;}
#block_diary .pageflip .model .model02 .bloc1{width:340px;height:140px;}
#block_diary .pageflipZoom .model .model02 .bloc1{width:675px;height:275px;overflow:hidden;}
#block_diary .pageflip .model .model02 .bloc2{height:240px;margin-top:15px;overflow-x:hidden;overflow-y:auto;}
#block_diary .pageflipZoom .model .model02 .bloc2{width:675px;height:400px;margin-top:15px;}
#block_diary .pageflipZoom .model .model03 .bloc1{width:675px;height:775px;}
#block_diary .pageflip .model .model03 .bloc1{width:340px;height:380px;overflow-x:hidden;overflow-y:auto;}
#block_diary .pageflipZoom .model .model01 .bloc1 p,#block_diary .pageflipZoom .model .model01 .bloc2 p,#block_diary .pageflipZoom .model .model01 .bloc3 p,#block_diary .pageflip .model .model02 .bloc2 p,#block_diary .pageflip .model .model01 .bloc2 p,#block_diary .pageflip .model .model01 .bloc3 p,#block_diary .pageflip .model .model03 .bloc1 p{margin-top:0;padding-right:5px;}
#block_diary .pageflipZoom #paginationControl .next span a,#block_diary .pageflipZoom #paginationControl .pervious span a,#block_diary .pageflip #paginationControl .next span a,#block_diary .pageflip #paginationControl .pervious span a{visibility:hidden;}
#block_diary .pageflipZoom #paginationControl #numbering span,#block_diary .pageflip #paginationControl #numbering span{width:55px;height:21px;background-image:url(/img/front/default/modules/diary/show/background.gif);display:inline-block;}
#block_diary .btnPrevious{margin-bottom:10px;}
#block_diary .btnPrevious a{width:166px;height:25px;background:url(/img/front/default/modules/diary/btn_returnToDiaries.gif) no-repeat 0 0;display:block;margin:0 auto;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary3_left,#block_diary .block_diary_grey .block_diary_grey_middle .block_diary3_left .diary3_link1,#block_diary .block_diary_grey .block_diary_grey_middle .block_diary3_left .diary3_link2{width:182px;overflow:hidden;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary3_left .diary3_label_top .diary3_label_left,#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary5_right .diary5_label_left{width:5px;background-image:url(/img/front/default/modules/diary/label_small_left.gif);background-repeat:no-repeat;}
#block_diary .block_diary_grey .block_diary_grey_middle .block_diary3_left .diary3_label_top .diary3_label_right,#block_diary .block_diary_templates .block_diary_templates_right .block_diary_templates_right_middle .block_diary5_right .diary5_label_right{width:5px;background-image:url(/img/front/default/modules/diary/label_small_right.gif);background-repeat:no-repeat;}
#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_01_on,#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_01:hover,#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_01:focus{background-image:url(/img/front/default/modules/diary/btn_model_page2col_hover.gif);}
#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_02_on,#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_02:hover,#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_02:focus{background-image:url(/img/front/default/modules/diary/btn_model_pictures_hover.gif);}
#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_03_on,#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_03:hover,#block_diary .block_diary_templates .block_diary_templates_left .block_diary_templates_left_middle .block_diary_templates_list .btn_model_03:focus{background-image:url(/img/front/default/modules/diary/btn_model_text1col_hover.gif);}
#block_diary .pageflip,#block_diary .pageflipZoom{overflow:hidden;height:auto;margin-top:20px;position:relative;}
#block_diary .pageflipZoom .model .media a,#block_diary .pageflip .model .media a,#block_diary .pageflipZoom .model .media a.delete,#block_diary .pageflip .model .media a.delete{background-image:none;}
#block_diary .pageflipZoom .pageCenter .model .model01,#block_diary .pageflip .model .model01,#block_diary .pageflip .model .model02,#block_diary .pageflipZoom .model .model03,#block_diary .pageflip .model .model03{overflow:hidden;height:100%;}#users_groups_ares{float:right;height:110px;overflow:hidden;width:57%;margin:0;padding:0;}
#users_groups_ares .createNewGroup{float:left;width:100%;height:88px;}
#createNewGroupForm{float:left;width:300px;height:auto;overflow:hidden;background-color:#FFF;border-color:#7e7e7e;border-style:dotted;border-width:1px;}
#createNewGroupForm .editNewGroup{float:left;margin-top:9px;width:auto;height:auto;}
#createNewGroupForm .submitNewGroupForm{width:30px;height:27px;margin-left:6px;margin-top:-3px;background-image:url(/img/front/default/modules/recipients/btn_submit.gif);background-repeat:no-repat;border:0;}
#createNewGroupForm .newGroupFormName{width:218px;margin-left:7px;float:left;margin-bottom:9px;overflow:hidden;background:transparent url(/img/front/default/modules/users/inscriptionform_input_big.gif);background-repeat:no-repeat;background-color:#f7f7f7;border:none;padding:4px 5px;}
#users_groups_ares .addUserGroupButtons{width:100%;height:22px;float:left;overflow:hidden;}
#users_groups_ares .addUserGroupButtons .showAddGroupBox a{display:inline-block;height:22px;width:130px;background:url(/img/front/default/modules/recipients/btn_create_newGroup.gif);background-repeat:no-repeat;}
#users_groups_ares .addUserGroupButtons .hideAddGroupBox a{display:inline-block;height:22px;width:130px;background:url(/img/front/default/modules/recipients/btn_leaveCreate_newGroup.gif);background-repeat:no-repeat;}
#users_groups_ares .listOfGroups{width:100%;height:88px;float:left;margin:0;padding:0;}
#userListsGroup{float:left;margin-top:14px;}
#userListsGroup ul{width:100%;height:50px;overflow:auto;text-decoration:none;}
#userListsGroup li{height:25px;width:100px;display:inline-block;overflow:hidden;}
#userListsGroup li .recipientsGroupChecking{float:left;widht:auto;}
#userListsGroup li label{color:#90b800;font-size:0.9em;width:74px;margin-left:4px;text-transform:Capitalize;display:inline-block;white-space:nowrap;overflow:hidden;}
#userListsGroup .sListOfGroup{width:287px;height:18px;float:right;color:#A3A3A3;font-size:0.8em;background:transparent url(/img/front/default/modules/recipients/delete_group.gif);background-repeat:no-repeat;border:none;margin:-35px 0 0 147px;padding:0;}
#userListsGroup .sListOfGroup:hover{background:transparent url(/img/front/default/modules/recipients/delete_group_rollovers.gif);background-repeat:no-repeat;border:none;color:#FF8106;}
.existingGroup{float:left;width:auto;height:14px;color:#fe8103;margin-left:7px;margin-top:4px;text-align:center;font-size:0.7em;}
div.newRecipientSheet{width:96%;height:auto;display:block;overflow:hidden;margin:5px 0 0;padding:0 0 0 4%;}
#editRecipient{width:100%;height:auto;display:block;overflow:hidden;}
#editRecipientInSchedule{width:100%;height:auto;display:block;margin-top:61px;overflow:hidden;}
div.newRecipientSheet fieldset{margin-top:10px;margin-bottom:10px;width:90%;border:2px solid #bfbdbd;}
div.newRecipientSheet fieldset legend{color:#096FC3;font-size:1em;}
div.newRecipientSheetContent ul{list-style:none;margin:0;padding:0;}
div.formFooter{float:left;height:50px;width:90%;}
div.newRecipientSheet .formFooter input.save{height:33px;width:121px;float:right;background:transparent url(/img/front/default/library/lists/btn_save.gif);background-repeat:no-repeat;border:none;text-indent:-999999px;}
div.newRecipientSheet .formFooter label{color:#FF8102;font-size:0.9em;margin:0 0 0 3px;padding:0;}
#index #first-background-index #content .indexTop .left{float:left;overflow:hidden;height:auto;width:495px;}
#index #first-background-index #content .indexTop .left .text{background:url(/img/front/default/modules/recipients/text_login.gif);width:454px;height:422px;padding-top:45px;padding-left:20px;padding-right:20px;font-size:0.7em;line-height:1.6em;}
#index #first-background-index #content .indexTop .left .text a{color:#93ab40;font-style:italic;text-decoration:none;}
#index #first-background-index #content .indexTop .left .text .title{color:#337ea8;display:block;text-align:center;font-size:1.2em;}
#index #first-background-index #content .indexTop .left .text .signature{text-align:right;}
#index #first-background-index #content .indexTop .right{float:right;overflow:hidden;height:auto;width:475px;margin-left:10px;}
#index #first-background-index #content .indexTop .right .text{width:474px;height:467px;padding-top:20px;font-size:0.7em;line-height:1.6em;}
#index #first-background-index #content .indexTop .right .text #submenu ul.recipients .box a{background-image:url(/img/front/default/modules/recipients/title_login.gif);background-repeat:no-repeat;margin-right:3px;height:33px;width:291px;}
#index #first-background-index #content .indexTop .right .text #subform .picto{background:url(/img/front/default/modules/recipients/text_login_picto.gif);width:88px;height:80px;float:left;display:block;margin:5px;}
#index #first-background-index #content .indexTop .right .text #subform ul li{list-style:none;clear:both;width:100%;margin:8px 0 5px;padding:0;}
#index #first-background-index #content .indexTop .right .text #subform ul li:after{content:".";clear:both;display:block;height:0;visibility:hidden;}
#index #first-background-index #content .indexTop .right .text .li_text{text-indent:20px;background:url(/img/front/default/modules/recipients/puce_login.gif);background-repeat:no-repeat;background-position:0 7px;}
#index #first-background-index #content .indexTop .right .text .input_username{background:url(/img/front/default/modules/recipients/input_username.gif);background-repeat:no-repeat;width:437px;border:0;padding:15px 5px 9px;}
#index #first-background-index #content .indexTop .right .text .input_password{background:url(/img/front/default/modules/recipients/input_password.gif);background-repeat:no-repeat;width:437px;border:0;padding:15px 5px 9px;}
#index #first-background-index #content .indexTop .center #subform #loginCguForm .bottom .input_submit,#index #first-background-index #content .indexTop .right .text .input_submit{font-size:0;line-height:0;width:79px;height:31px;overflow:hidden;float:right;border:0;text-indent:-9999999px;background-image:url(/img/front/default/modules/users/fr_fr/inscriptionform_btn_submit.gif);background-repeat:no-repeat;cursor:pointer;}
#index #first-background-index #content .indexTop .center{overflow:hidden;height:auto;}
#index #first-background-index #content .indexTop .center #submenu ul.recipients .box a{background-image:url(/img/front/default/modules/recipients/title_cgu.gif);background-repeat:no-repeat;margin-right:3px;height:33px;width:307px;}
#index #first-background-index #content .indexTop .center #subform{margin-top:25px;font-size:0.8em;line-height:1.6em;}
#index #first-background-index #content .indexTop .center #subform h2{background-image:url(/img/front/default/modules/recipients/h2_cgu.gif);text-indent:-9999999px;width:384px;height:73px;margin:0;padding:0;}
#index #first-background-index #content .indexTop .center #subform #loginCguForm{width:805px;margin-left:auto;margin-right:auto;margin-top:20px;}
#index #first-background-index #content .indexTop .center #subform #loginCguForm .cgu{background-repeat:no-repeat;background-image:url("/img/front/default/modules/recipients/textaera.gif");border:0 none;font-size:12px;height:180px;overflow:hidden;padding-bottom:3px;padding-left:5px;padding-top:4px;width:805px;}
#index #first-background-index #content .indexTop .center #subform #loginCguForm .bottom{margin-top:10px;}
#index #first-background-index #content .indexTop .center #subform #loginCguForm .bottom .input_submit{margin-top:0;}
#userIdentity{height:auto;margin-bottom:17px;width:100%;display:inline-block;}
#userIdentity .senderImage #mediaList .media a.img{background-color:transparent;background-image:url("/img/front/default/modules/medialibrary/lightbox/content/media_background.png");}
#userIdentity .sendDescription{float:left;height:auto;margin-left:17px;margin-top:29px;width:auto;}
#userIdentity .sendDescriptionNameOnly{float:left;height:auto;width:auto;}
#userIdentity .sendDescription span.senderName{height:auto;margin-left:7px;width:auto;}
#userIdentity .sendDescriptionNameOnly span.senderName{height:auto;width:auto;}
#userIdentity .sendDescriptionNameOnly span.senderName .senderFirstname,#userIdentity .sendDescription span.senderName .senderFirstname{width:auto;color:#1d6a64;font-size:1.4em;font-weight:700;}
#userIdentity .sendDescriptionNameOnly span.senderName .senderLastname,#userIdentity .sendDescription span.senderName .senderLastname{width:auto;color:#1d6a64;font-size:1.4em;font-weight:700;text-transform:lowercase;}
#userIdentity .sendDescription .sendLabel{display:block;width:auto;height:30px;margin-left:7px;color:#388d86;font-size:1.4em;font-weight:700;}
#messageEditDate{float:left;width:auto;margin-top:4px;height:30px;}
#messageEditDate label{color:#1e6b63;float:left;font-size:0.9em;height:30px;margin-left:7px;margin-right:7px;margin-top:3px;width:auto;}
#messageEditDate ul{float:left;list-style:none;margin:0;padding:0;}
#messageEditDate li.sendMonth{margin-left:7px;margin-right:7px;}
#ListOfAllRecipients .oneLineOfResult{width:100%;}
#listOfRecipientDatas .rSchedule_title .rSchedule_title_picto{float:left;width:24px;height:24px;margin-top:4px;margin-left:10px;background-image:url(/img/front/default/library/lists/rSchedule_picto.gif);background-repeat:no-repeat;}
#listOfRecipientDatas .rSchedule_title .rSchedule_title_title label{float:left;width:75%;height:21px;margin-top:7px;margin-left:10px;font-size:0.94em;color:#909090;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#listOfRecipientDatas .rSchedule_title .rSchedule_title_date label{float:right;width:14%;height:21px;margin-top:9px;font-size:0.8em;color:#909090;}
#listOfRecipientDatas .rSchedule_title .rSchedule_title_delete a{float:right;width:36px;height:31px;background-image:url(/img/front/default/library/lists/delete_picto.gif);background-repeat:no-repeat;}
#listOfRecipientDatas .schedule_datas_underline{float:left;height:5px;width:100%;background-image:url(/img/front/default/library/lists/underline_picto.gif);background-repeat:repeat-x;}
#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box{float:left;width:465px;height:107px;margin-top:7px;margin-bottom:7px;margin-left:17px;text-decoration:none;background-image:url(/img/front/default/library/lists/schedule_Box.gif);background-repeat:no-repeat;cursor:pointer;}
#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box:hover{float:left;width:465px;height:107px;background-image:url(/img/front/default/library/lists/schedule_Box_rollovers.gif);background-repeat:no-repeat;cursor:pointer;}
#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Picto{float:left;width:125px;height:107px;}
#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Picto span.message_Box{display:inline-block;width:98px;height:88px;margin-top:15px;margin-left:12px;background-image:url(/img/front/default/library/lists/message_bigBox.gif);background-repeat:no-repeat;}
#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Picto span.diary_Box{display:inline-block;width:86px;height:95px;margin-top:7px;margin-left:12px;background-image:url(/img/front/default/library/lists/diary_bigBox.gif);background-repeat:no-repeat;}
#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data{float:left;width:340px;height:107px;overflow:hidden;}
#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data ul{height:21px;list-style:none;width:337px;float:left;margin:7px 0 0;padding:0;}
#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data li{display:inline;margin:0;padding:0;}
#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data span{display:inline-block;height:65px;width:337px;overflow:hidden;margin:8px 0 0;padding:0;}
#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data span label{height:65px;width:337px;float:left;font-weight:700;font-size:1em;color:#FF8106;overflow:hidden;margin:0;padding:0;}
#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data_Photo,#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data_Video,#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data_Audio,#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data_File,#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data_Chapter{float:right;width:auto;margin:0;padding:0;}
#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data_Title label{font-size:1em;color:#4E8B84;}
#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data_Chapter label{font-size:0.7em;color:#4E8B84;margin-right:27px;}
#receiverMessageContent{display:inline-block;width:100%;height:auto;}
#receiverMessageContent .rMessageHead{display:inline-block;width:980px;height:134px;background-image:url(/img/front/default/library/lists/receiver_message_head.gif);background-repeat:no-repeat;}
#receiverMessageContent .rMessageData{float:left;width:980px;height:auto;background-image:url(/img/front/default/library/lists/receiver_message_content.gif);background-repeat:repeat-y;}
#receiverMessageContent .rMessageData .rMessageData_Content{display:inline-block;width:940px;height:auto;margin-left:20px;font-size:12px;}
#receiverMessageContent .rMessageFoot{display:inline-block;width:980px;height:47px;background-image:url(/img/front/default/library/lists/receiver_message_foot.gif);background-repeat:no-repeat;}
#receiverMessageContent .rMessageHead_Title{float:left;width:100%;margin-bottom:6px;}
#receiverMessageContent .rMessageHead_Player{float:right;height:127px;margin-right:130px;margin-top:7px;width:848px;text-align:center;}
#receiverMessageContent .rMessageHead_Content{float:left;width:100%;height:134px;}
#receiverMessageContent .rMessageHead_Title label{color:#FF8106;overflow:hidden;white-space:nowrap;margin-bottom:4px;font-size:14px;}
#becomCostumer,#userConnexionData,#userPersonalData{float:left;height:auto;margin-left:4%;width:96%;}
#userPersonalData .notificationModeLable,#userPersonalData .userPersonalDataLable{width:100%;height:30px;margin-top:30px;margin-bottom:20px;float:left;color:#096fc3;font-size:1.2em;}
#userConnexionData .userConnexionDataLabel{width:100%;height:30px;margin-top:30px;margin-bottom:20px;display:block;color:#096fc3;font-size:1.2em;}
#becomCostumer .becomCostumerLabel{width:100%;height:30px;margin-top:20px;margin-bottom:20px;display:block;color:#ff7e00;font-size:1.2em;}
#becomCostumer ul,#userConnexionData ul,#userPersonalData ul{list-style:none;height:44px;width:100%;float:left;margin:0;padding:0;}
#becomCostumer li,#userConnexionData li,#userPersonalData li{display:inline;height:40px;margin:0;padding:0;}
#becomCostumer .becomCostumerSubmit a{width:197px;height:31px;float:left;border:none;margin-top:10px;background:transparent url(/img/front/default/library/lists/btn_becomeCostumer.gif);background-repeat:no-repeat;}
#becomCostumer .becomCostumerPicto{width:115px;height:110px;float:left;background-image:url(/img/front/default/library/lists/receiver_picto.gif);background-repeat:no-repeat;}
#submitReceiverDatas{width:100%;height:50px;display:inline-block;margin-top:20px;margin-left:-20px;}
#submitReceiverDatas input{background:transparent url("/img/front/default/library/lists/btn_save.gif");background-repeat:no-repeat;border:none;float:right;height:35px;text-indent:-999999px;width:121px;}
#userPersonalData .receiverPersonalDataFirstname li input,#userPersonalData .userPersonalDataZipCode li input{width:114px;margin-right:6px;overflow:hidden;background-image:url(/img/front/default/modules/users/inscriptionform_input_small.gif);background-repeat:no-repeat;background-color:transparent;border:none;float:left;padding:4px 4px 8px 8px;}
#userPersonalData .userPersonalDataFirstname li input,#userPersonalData .userPersonalDataLastname li input,#userPersonalData .userPersonalDataAddress li input,#userPersonalData .userPersonalDataZipCountry li input,#userPersonalData .userPersonalDataMobile li input,#userPersonalData .userPersonalDataPhone li input,#userPersonalData .userPersonalDataMail li input,#userConnexionData .userConnexionDataLogin li input,#userConnexionData .userConnexionDataPass li input,#userConnexionData .userConnexionDataConfirmPassword li input{width:218px;overflow:hidden;background:transparent url(/img/front/default/modules/users/inscriptionform_input_big.gif);background-repeat:no-repeat;background-color:transparent;border:none;padding:4px 4px 8px 8px;}
#userPersonalData .userPersonalDataBirthDay select{margin-left:6px;}
#userPersonalData .userPersonalDataCivility .civility{font-size:0.7em;}
#userPersonalData .receiverPersonalDataFirstname .firstnameLable,#userPersonalData .userPersonalDataCivility .civilityLabel,#userPersonalData .userPersonalDataLastname .lastnameLabel,#userPersonalData .userPersonalDataFirstname .firstnameLable{display:inline-block;width:115px;height:30px;font-size:0.95em;overflow:hidden;float:left;}
#userPersonalData .userPersonalDataZipCode .cityLabel{display:inline-block;width:80px;height:30px;margin-left:12px;font-size:0.95em;overflow:hidden;float:left;}
#userConnexionData .userConnexionDataLogin .loginLabel,#userConnexionData .userConnexionDataPass .passwordLabel,#userConnexionData .userConnexionDataConfirmPassword .confirmPasswordLabel{display:inline-block;width:130px;height:30px;font-size:0.95em;overflow:hidden;float:left;}
#archiveDatas{float:left;margin-top:20px;margin-left:20px;width:680px;height:280px;}
#becomeCustomerRight{float:right;width:280px;height:500px;}
#becomeCustomerLeft{float:left;width:700px;height:200px;}
#archiveDatas ul{list-style:none;width:100%;float:left;margin:0 0 3px;padding:0;}
#archiveDatas .load_messages a{display:inline-block;width:299px;height:43px;background-image:url(/img/front/default/modules/recipients/receivers/btn_load_messages.gif);background-repeat:no-repeat;}
#archiveDatas .load_messages_picto{display:inline-block;width:53px;height:39px;margin-left:7px;background-image:url(/img/front/default/modules/recipients/receivers/load_messages_picto.gif);background-repeat:no-repeat;}
#archiveDatas .load_images a{display:inline-block;width:299px;height:43px;background-image:url(/img/front/default/modules/recipients/receivers/btn_load_images.gif);background-repeat:no-repeat;}
#archiveDatas .load_images_picto{display:inline-block;width:53px;height:39px;margin-left:7px;background-image:url(/img/front/default/modules/recipients/receivers/load_images_picto.gif);background-repeat:no-repeat;}
#archiveDatas .load_videos a{display:inline-block;width:299px;height:43px;background-image:url(/img/front/default/modules/recipients/receivers/btn_load_videos.gif);background-repeat:no-repeat;}
#archiveDatas .load_videos_picto{display:inline-block;width:53px;height:39px;margin-left:7px;background-image:url(/img/front/default/modules/recipients/receivers/load_videos_picto.gif);background-repeat:no-repeat;}
#archiveDatas .load_sound a{display:inline-block;width:299px;height:43px;background-image:url(/img/front/default/modules/recipients/receivers/btn_load_sound.gif);background-repeat:no-repeat;}
#archiveDatas .load_sound_picto{display:inline-block;width:53px;height:39px;margin-left:7px;background-image:url(/img/front/default/modules/recipients/receivers/load_sound_picto.gif);background-repeat:no-repeat;}
#archiveDatas .load_safeDatas a{display:inline-block;width:299px;height:43px;background-image:url(/img/front/default/modules/recipients/receivers/btn_load_safeDatas.gif);background-repeat:no-repeat;}
#archiveDatas .load_safeDatas_picto{display:inline-block;width:35px;height:42px;margin-left:7px;background-image:url(/img/front/default/modules/recipients/receivers/load_safeDatas_picto.gif);background-repeat:no-repeat;}
#mandatary_description{width:100%;display:block;heigth:auto;margin-bottom:12px;}
#mandatary_description .mandatary_description_head{width:96%;height:auto;font-size:0.8em;font-weight:700;display:inline-block;margin:1%;}
#mandatary_description .mandatary_description_content{width:96%;margin-left:1%;float:left;margin-top:10px;}
#mandatary_description .mandatary_description_content .text_borderLeft{width:5px;height:87px;float:left;background-image:url(/img/front/default/modules/recipients/mandatary/text_borderLeft.gif);background-repeat:no-repeat;}
#mandatary_description .mandatary_description_content .text_content{width:98%;height:87px;float:left;background-image:url(/img/front/default/modules/recipients/mandatary/text_content.gif);background-repeat:repeat-x;}
#mandatary_description .mandatary_description_content .text_borderRight{width:5px;height:87px;float:left;background-image:url(/img/front/default/modules/recipients/mandatary/text_borderRight.gif);background-repeat:no-repeat;}
#mandatary_description .mandatary_description_content a{width:96%;height:65px;display:inline-block;text-decoration:none;font-size:0.87em;color:#000;text-alaign:center;margin:1%;}
#mandatary_description .mandatary_description_foot{width:96%;height:auto;font-size:0.8em;display:inline-block;margin:1%;}
#mandatary_description .mandatary_description_head label,#mandatary_description .mandatary_description_foot label{font-size:1em;text-alaign:center;}
#mandatary_description .mandatary_description_content .mandatary_description_content_picto{width:60px;height:48px;margin-top:7px;float:left;background-image:url(/img/front/default/modules/recipients/mandatary/btn_download_madatary_datas.gif);background-repeat:no-repeat;display:block;}
#mandatary_description .mandatary_description_content .mandatary_description_content_text{width:90%;height:auto;margin-top:7px;margin-left:4px;float:left;color:#000;}
#hideShowFutherSchedule{float:left;width:100%;height:31px;overflow:hidden;margin-top:17px;}
#showFutherSchedule .showFutherSchedule_Content{float:left;height:31px;background-image:url(/img/front/default/modules/recipients/receivers/btn_showFutherSchedule_content.gif);background-repeat:repeat-x;}
#showFutherSchedule .showFutherSchedule_BorderRight{float:left;width:38px;height:31px;background-image:url(/img/front/default/modules/recipients/receivers/btn_showFutherSchedule_BorderRight.gif);background-repeat:no-repeat;}
#hideFutherSchedule .hideFutherSchedule_Content{float:left;width:auto;height:31px;background-image:url(/img/front/default/modules/recipients/receivers/btn_showFutherSchedule_content.gif);background-repeat:repeat-x;}
#hideFutherSchedule .hideFutherSchedule_BorderRight{float:left;width:38px;height:31px;background-image:url(/img/front/default/modules/recipients/receivers/btn_hideFutherSchedule_BorderRight.gif);background-repeat:no-repeat;}
#recipientFutherSchedule{width:100%;height:auto;margin-top:17px;float:left;display:none;}
#recipientFutherSchedule .futheSchedule_datas_underline{float:left;height:5px;width:100%;background-image:url(/img/front/default/library/lists/inactive_underline_picto.gif);background-repeat:repeat-x;}
#recipientFutherSchedule .futherSchedule_title .futherSchedule_picto{float:left;width:24px;height:24px;margin-top:7px;margin-left:10px;background-image:url(/img/front/default/library/lists/futherSchedule_picto.gif);background-repeat:no-repeat;}
#recipientFutherSchedule .futherSchedule_title .futherSchedule_title label{float:left;width:75%;height:21px;margin-top:9px;margin-left:10px;font-size:0.94em;color:#909090;overflow:hidden;font-weight:700;}
#recipientFutherSchedule .futherSchedule_title .futherSchedule_date label{float:right;width:14%;height:21px;margin-top:9px;font-size:0.8em;color:#909090;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#recipientFutherSchedule .futherSchedule_title .futherSchedule_delete a{float:right;width:36px;height:31px;margin-top:3px;background-image:url(/img/front/default/library/lists/inactive_delete_picto.gif);background-repeat:no-repeat;}
#users_groups_ares .addUserGroupButtons .showAddGroupBox,#users_groups_ares .addUserGroupButtons .hideAddGroupBox{width:100%;height:22px;float:left;}
#userListsGroup,#userListsGroup ul,#userListsGroup li,#userListsGroup label,#userListsGroup span,div.newRecipientSheet .formFooter span,#index #first-background-index #content .indexTop .right .text #subform ul{padding:0;}
#index #first-background-index #content .indexTop .right .text #submenu ul,#index #first-background-index #content .indexTop .center #submenu ul{list-style:none;height:auto;border-bottom:1px solid #337ea8;overflow:hidden;margin:0;padding:0;}
#userIdentity .senderImage,#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data_Title{float:left;}
#messageEditDate li,#archiveDatas li{float:left;margin:0;padding:0;}
#listOfRecipientDatas .oneLineOfResult,#listOfRecipientDatas .rSchedule_Elements,#recipientFutherSchedule .oneLineOfResult{width:100%;height:auto;display:inline-block;}
#listOfRecipientDatas .rSchedule_title,#recipientFutherSchedule .futherSchedule_title{width:100%;height:37px;display:inline-block;}
#listOfRecipientDatas .rSchedule_title ul,#recipientFutherSchedule .futherSchedule_title ul{height:31px;text-decoration:none;margin:0;padding:0;}
#listOfRecipientDatas .rSchedule_title li,#recipientFutherSchedule .futherSchedule_title li{height:31px;display:inline;margin:0;padding:0;}
#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data label,#mandatary_description .mandatary_description_content a:hover{cursor:pointer;}
#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data_Photo label,#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data_Video label,#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data_Audio label,#listOfRecipientDatas .rSchedule_Elements .rSchedule_Element_Box_Data_File label{font-size:0.7em;color:#4E8B84;margin-right:4px;}
#userPersonalData .userPersonalDataZipCode .zipCodeLabel,#userPersonalData .userPersonalDataAddress .addressLabel,#userPersonalData .userPersonalDataZipCountry .countryLabel,#userPersonalData .userPersonalDataMobile .mobileLabel,#userPersonalData .userPersonalDataPhone .phoneLabel,#userPersonalData .userPersonalDataMail .mailLabel{display:inline-block;width:165px;height:30px;font-size:0.95em;overflow:hidden;float:left;}
#showFutherSchedule,#hideFutherSchedule{float:right;width:auto;height:31px;clear:both;}
#showFutherSchedule .showFutherSchedule_BorderLeft,#hideFutherSchedule .hideFutherSchedule_BorderLeft{float:left;width:24px;height:31px;background-image:url(/img/front/default/modules/recipients/receivers/btn_showFutherSchedule_BorderLeft.gif);background-repeat:no-repeat;}
#showFutherSchedule .showFutherSchedule_Content label,#hideFutherSchedule .hideFutherSchedule_Content label{float:left;font-size:0.9em;height:31px;margin-top:6px;width:auto;color:#717171;}#ListOfAllSchedules{height:auto;width:100%;margin:0;padding:0;}
#ListOfAllSchedules .oneSchedule{width:100%;height:235px;float:left;overflow:hidden;position:relative;margin:0;padding:0;}
#ListOfAllSchedules .schedule_elements{position:relative;display:block;height:235px;overflow:hidden;margin:0;padding:0;}
#ListOfAllSchedules .schedule_bg_right{float:left;width:15%;height:235px;background-color:#FFF;display:none;margin:0;padding:0;}
#ListOfAllSchedules .schedule_bg_right span{float:left;height:235px;width:95px;background-image:url(/img/front/default/library/lists/deteriorateBorderRight.gif);background-repeat:repeat-y;margin:0;padding:0;}
#ListOfAllSchedules .schedule_bg_middle{float:left;width:70%;height:235px;background-color:#FFF;display:none;margin:0;padding:0;}
#ListOfAllSchedules .schedule_bg_left{width:15%;float:left;height:235px;background-color:#FFF;display:none;margin:0;padding:0;}
#ListOfAllSchedules .schedule_bg_left span{float:right;height:235px;width:95px;background-image:url(/img/front/default/library/lists/deteriorateBorderLeft.gif);background-repeat:repeat-y;margin:0;padding:0;}
#ListOfAllSchedules .schedule_content{position:absolute;width:100%;display:block;height:235px;overflow:hidden;background:transparent;margin:0;padding:0;}
#ListOfAllSchedules .schedule_underline{height:10px;width:100%;float:left;background-color:#f8f8f8;}
#ListOfAllSchedules .schedule_underline span{height:5px;width:98%;float:left;margin-left:1%;background-image:url(/img/front/default/library/lists/underline_picto.gif);background-repeat:repeat-x;}
#ListOfAllSchedules .scheduleHeadLine{width:100%;height:40px;background-color:#f8f8f8;margin:0;padding:4px 0 0;}
#ListOfAllSchedules .schedulePersons{float:left;width:100%;height:190px;margin:0;padding:0 0 0 3%;}
#ListOfAllSchedules .scheduleHeadLine .scheduleTitle,#ListOfAllSchedules .scheduleHeadLine .scheduleDate,#ListOfAllSchedules .scheduleHeadLine .scheduleAction{float:left;height:40px;margin:0;padding:0;}
#ListOfAllSchedules .scheduleHeadLine .scheduleTitle{width:55%;}
#ListOfAllSchedules .scheduleHeadLine .scheduleDate{width:28%;}
#ListOfAllSchedules .scheduleHeadLine .scheduleAction{width:17%;}
#ListOfAllSchedules .scheduleHeadLine .scheduleTitle a{float:left;color:#8F8F8F;font-size:0.96em;font-weight:700;text-align:left;margin-left:9px;margin-bottom:10px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:82%;text-decoration:none;}
#ListOfAllSchedules .scheduleHeadLine .scheduleTitle a:hover{text-decoration:underline;}
#ListOfAllSchedules .scheduleHeadLine .scheduleTitle span{float:left;width:24px;height:24px;margin-left:12px;background-image:url(/img/front/default/library/lists/schedule_picto.gif);background-repeat:no-repeat;}
#ListOfAllSchedules .scheduleHeadLine .scheduleAction .scheduleDelete a{width:35px;height:34px;display:inline-block;background-image:url(/img/front/default/library/lists/delete_picto.gif);background-repeat:no-repeat;}
#ListOfAllSchedules .scheduleHeadLine .scheduleAction .scheduleEdit a{width:35px;height:34px;display:inline-block;background-image:url(/img/front/default/library/lists/edit_picto.gif);background-repeat:no-repeat;}
#ListOfAllSchedules .scheduleHeadLine .scheduleAction .scheduleZoom a{width:35px;height:34px;display:inline-block;background-image:url(/img/front/default/library/lists/zoom_picto.gif);background-repeat:no-repeat;}
#ListOfAllSchedules .scheduleHeadLine .scheduleAction .scheduleManPicto a{width:35px;height:34px;display:inline-block;background-image:url(/img/front/default/library/lists/man_picto.gif);background-repeat:no-repeat;}
#ListOfAllSchedules .scheduleHeadLine .scheduleAction .scheduleAlertManPicto a{width:35px;height:34px;display:inline-block;background-image:url(/img/front/default/library/lists/man_picto_alert.gif);background-repeat:no-repeat;}
#ListOfAllSchedules .scheduleHeadLine .scheduleDate .diplayScheduleDate{width:100%;height:28px;float:left;}
#ListOfAllSchedules .scheduleHeadLine .scheduleDate .diplayScheduleDate span{width:129px;height:30px;display:inline-block;background-image:url(/img/front/default/library/lists/schedule_date_picto.gif);background-repeat:no-repeat;}
#ListOfAllSchedules .scheduleHeadLine .scheduleDate .diplayScheduleDate span label{height:17px;width:121px;display:inline-block;float:left;font-size:0.74em;font-weight:700;color:#8F8F8F;overflow:hidden;text-align:center;text-transform:Uppercase;margin:0 0 0 5px;padding:7px 0 0;}
#ListOfAllSchedules .schedulePersons .sPersons_bg_right{float:left;height:190px;width:14px;background-image:url(/img/front/default/modules/schedule/bg_right.gif);background-repeat:no-repeat;}
#ListOfAllSchedules .schedulePersons .sPersons_content{float:left;height:190px;width:90%;background-image:url(/img/front/default/modules/schedule/bg_middle.gif);background-repeat:repeat-x;margin:0;padding:0;}
#ListOfAllSchedules .schedulePersons .sPersons_bg_left{float:left;height:190px;width:14px;background-image:url(/img/front/default/modules/schedule/bg_left.gif);background-repeat:no-repeat;}
#ListOfAllSchedules .schedulePersons .addPersonSelect{float:left;height:37px;width:100%;}
#ListOfAllSchedules .schedulePersons .addPersonSelect .addRecipientToSchedule{width:189px;float:right;}
#ListOfAllSchedules .schedulePersons .addPersonSelect .jquery-selectbox{float:left;}
#ListOfAllSchedules .sPersonsLabel{float:left;height:27px;width:100%;margin:0;padding:3px 0 0;}
#ListOfAllSchedules .sPersonsLabel .sPersonsBorderRight{height:27px;width:10px;float:left;background-image:url(/img/front/default/modules/recipients/title_borderRight.gif);background-repeat:no-repeat;}
#ListOfAllSchedules .sPersonsLabel .sPersonsMiddle{height:27px;width:96.3%;float:left;background-image:url(/img/front/default/modules/recipients/title_content.gif);background-repeat:repeat-x;}
#ListOfAllSchedules .sPersonsLabel .sPersonsMiddle label{font-size:0.96em;font-weight:700;color:#000;width:100%;text-align:left;}
#ListOfAllSchedules .sPersonsLabel .sPersonsBorderLeft{height:27px;width:15px;float:left;background-image:url(/img/front/default/modules/recipients/title_borderLeft.gif);background-repeat:no-repeat;}
#ListOfAllSchedules .addPersons{float:left;width:100%;height:27px;margin:0;padding:0;}
#ListOfAllSchedules .addPersons select{margin-top:6px;float:right;}
#ListOfAllSchedules .sListOfPersons{float:left;width:100%;height:121px;overflow:auto;margin:0;padding:0;}
#ListOfAllSchedules .sListOfPersons li{display:inline;float:left;height:24px;width:auto;margin:0 0 6px 7px;padding:0;}
#ListOfAllSchedules .sListOfPersons .sPersonBorderRight{height:22px;width:8px;float:left;background:transparent url(/img/front/default/modules/recipients/bg_groupBorderRight.gif);background-repeat:no-repeat;}
#ListOfAllSchedules .sListOfPersons .sPersonName{height:22px;width:auto;float:left;background:transparent url(/img/front/default/modules/recipients/bg_groupName.gif);background-repeat:repeat-x;}
#ListOfAllSchedules .sListOfPersons .sPersonName label{display:inline-block;padding-top:3px;font-size:0.8em;color:#404040;margin:0;}
#ListOfAllSchedules .sListOfPersons .sPersonBorderLeft{float:left;height:22px;width:17px;background:transparent url(/img/front/default/modules/recipients/bg_groupBorderLeft.gif);background-repeat:no-repeat;}
#ListOfAllSchedules .sListOfPersons .delete_sPerson{height:7px;margin-left:4px;margin-top:9px;float:left;width:7px;background:transparent url(/img/front/default/modules/recipients/btn_deleteGroup.gif);background-repeat:no-repeat;}
#ListOfAllSchedules .scheduleHeadLine .selectScheduleDate .optionDaysOrMonth .selectedValues{height:30px;width:100%;float:left;overflow:hidden;background:#FF0;}
#ListOfAllSchedules .scheduleHeadLine .selectScheduleDate .optionDaysOrMonth .increaseNumber{float:left;width:100%;height:15px;margin:0;padding:0;}
#ListOfAllSchedules .scheduleHeadLine .selectScheduleDate .sendFixedDate{height:60px;}
#scheduleRule{width:100%;height:auto;margin-left:2%;}
#scheduleDescription .title,#recipientsList .title,#scheduleList .title{width:98%;height:60px;margin-left:2%;}
#scheduleDescription .title span,#recipientsList .title span,#scheduleList .title span,#scheduleRule .title span{height:40px;width:30px;display:inline-block;color:#1b6d61;font-size:1.1em;font-weight:700;text-align:left;margin:20px 0 0;padding:0;}
#scheduleDescription .title label,#recipientsList .title label,#scheduleList .title label,#scheduleRule .title label{height:40px;display:inline-block;color:#528e89;font-size:1.1em;text-align:left;margin:20px 0 0;padding:0;}
#recipientsList .oneElementOfSchedule ul,#scheduleList .oneElementOfSchedule ul{width:100%;display:inline-block;list-style:none;margin:0;padding:0;}
#recipientsList .oneElementOfSchedule li,#scheduleList .oneElementOfSchedule li{width:100%;display:block;overflow:hidden;height:57px;margin:0;padding:0;}
#recipientsList .oneElementOfSchedule span.elementDisplay,#scheduleList .oneElementOfSchedule span.elementDisplay{width:100%;display:inline-block;background-image:url("/img/front/default/library/lists/scheduleList_small_bg.gif");background-repeat:no-repeat;margin:0;padding:0;}
#recipientsList .oneElementOfSchedule span.elementUnderline,#scheduleList .oneElementOfSchedule span.elementUnderline{width:98%;height:5px;float:left;background-image:url("/img/front/default/library/lists/underline_picto.gif");background-repeat:repeat-x;margin:0 0 0 1%;padding:0;}
#recipientsList .oneElementOfSchedule .elementDisplay label{float:left;font-size:0.9em;font-weight:700;color:#909090;width:40%;height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:15px 0 0 10px;padding:0;}
#scheduleList .oneElementOfSchedule .elementDisplay label.scheduleTitle{float:left;font-size:0.9em;font-weight:700;color:#909090;width:70%;height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:15px 0 0 10px;padding:0;}
#recipientsList .oneElementOfSchedule span.action,#scheduleList .oneElementOfSchedule span.action{float:left;width:15%;margin-top:10px;height:40px;}
#recipientsList .oneElementOfSchedule .action .removeSchedule a,#scheduleList .oneElementOfSchedule .action .removeSchedule a{height:35px;width:36px;margin-left:3px;float:right;background:transparent url("/img/front/default/library/lists/delete_picto.gif");background-repeat:no-repeat;}
#recipientsList .oneElementOfSchedule .action .zoomElement a,#scheduleList .oneElementOfSchedule .action .zoomElement a{height:35px;width:35px;margin-left:2px;float:right;background:transparent url("/img/front/default/library/lists/zoom_picto.gif");background-repeat:no-repeat;}
#recipientsList .oneElementOfSchedule .recipientBigPicto{margin-top:3px;background:transparent url("/img/front/default/library/lists/recipient_big_picto.gif");background-repeat:no-repeat;}
#scheduleList .oneElementOfSchedule span.schedule_diary{margin-top:3px;background:transparent url("/img/front/default/library/lists/doc_box.gif");background-repeat:no-repeat;}
#scheduleList .oneElementOfSchedule span.safeDocBox{margin-top:6px;background:transparent url("/img/front/default/library/lists/safe_doc_box.gif");background-repeat:no-repeat;}
#scheduleList .oneElementOfSchedule span.schedule_message{margin-top:6px;background:transparent url("/img/front/default/library/lists/message_box.gif");background-repeat:no-repeat;}
div.lBox-addElementToSchedule{display:inline-block;margin-top:20px;width:100%;height:40px;}
div.lBox-addElementToSchedule a{float:right;color:#6b6b6b;width:300px;margin-right:20px;height:20px;text-decoration:none;font-size:0.8em;}
div.lBox-addElementToSchedule a:hover{color:#ff8105;}
div.lBox-addElementToSchedule a span{float:left;width:20px;height:20px;margin-left:9px;margin-bottom:-6px;background-image:url("/img/front/default/library/lists/add_picto.gif");background-repeat:no-repeat;}
div.lBox-addElementToSchedule a label{display:block;width:270px;height:20px;text-align:right;float:left;}
div.lBox-addElementToSchedule a:hover span{background-image:url("/img/front/default/library/lists/add_picto_rollovers.gif");background-repeat:no-repeat;}
#scheduleDescription .scheduleInputText{width:100%;}
#scheduleDescription .scheduleInputText input{width:725px;font-size:0.75em;border:0;margin-left:17px;background:url("/img/front/default/library/lists/schedule_big_input_text.gif");background-repeat:no-repeat;padding:14px 9px;}
#scheduleInputSubmit{width:96%;text-align:center;overflow:hidden;height:44px;margin:30px auto;}
#scheduleInputSubmit .readyToSubmit{float:left;width:100%;height:44px;display:none;overflow:hidden;}
#scheduleInputSubmit .notReadyToSubmit{float:left;width:100%;height:44px;overflow:hidden;}
#scheduleInputSubmit .readyToSubmit input{float:right;border:none;background:transparent url("/img/front/default/modules/schedule/scheduleInputSubmit.gif");background-repeat:no-repeat;height:44px;width:330px;overflow:hidden;cursor:pointer;}
#scheduleInputSubmit .notReadyToSubmit a{float:right;border:none;text-decoration:none;background-image:url("/img/front/default/modules/schedule/scheduleInputUnsubmit.gif");background-repeat:no-repeat;height:44px;width:330px;overflow:hidden;}
#scheduleLightBox{width:790px;height:auto;display:inline-block;padding-left:30px;padding-right:30px;}
.schedule_checkbox{display:inline-block;float:left;height:48px;width:40px;}
#lightBox_Content{float:left;height:auto;width:100%;background-color:#F8F8F8;}
.lightBox_Content_Validate{float:left;height:41px;width:100%;background-color:#FFF;padding-top:20px;}
.lightBox_Content_Validate a{float:right;height:31px;width:79px;background:transparent url("/img/front/default/modules/schedule/close_lightBox.gif");background-repeat:no-repeat;}
.schedule_element_checkbox span input{margin:0;}
#recipients_page_head .lightBox_label{float:left;margin-top:41px;margin-left:60px;width:300px;height:41px;}
#recipients_page_head .lightBox_label label{width:100%;height:30px;font-weight:700;font-size:0.8em;color:#fb8404;text-transform:Uppercase;}
#lightBox_Content .schedule_element_title{float:left;height:20px;overflow:hidden;text-align:left;margin-top:15px;font-size:0.85em;color:#8f8f8f;margin-left:10px;width:60%;}
#lightBox_Content .schedule_element_title a{float:left;height:20px;width:100%;color:#8f8f8f;text-transform:Uppercase;text-decoration:none;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#lightBox_Content .schedule_element_created_date{float:right;height:20px;overflow:hidden;margin-top:15px;font-size:0.85em;color:#8f8f8f;text-align:center;width:29%;}
#listOfElements .oneLineOfResult .schedule_line_content{display:inline;width:96%;overflow:hidden;}
#scheduleRule a{display:block !important;margin:0 auto;}
#schedule_fixedDate,#schedule_futherDate,#schedule_immediatly{width:100%;height:auto;display:block;overflow:hidden;}
#schedule_immediatly .schedule_immediatly_radio{float:left;height:50px;width:30px;}
#schedule_immediatly .schedule_immediatly_radio input{margin-top:15px;}
#schedule_immediatly .schedule_immediatly_label label{display:inline-block;font-size:0.8em;margin-top:12px;font-weight:700;color:#909090;}
#schedule_futherDate .schedule_futherDate_label label{display:inline-block;font-size:0.8em;margin-top:22px;margin-left:4px;font-weight:700;color:#909090;}
#schedule_futherDate .futherDate_increase_month{height:17px;width:75px;text-align:center;}
#schedule_futherDate .futherDate_decrease_month{height:17px;text-align:center;width:75px;}
#schedule_futherDate .futherDate_month .set_month{width:73px;height:25px;float:left;display:none;margin-left:1px;background-image:url(/img/front/default/modules/schedule/month.gif);background-repeat:no-repeat;}
#schedule_futherDate .futherDate_month .set_day{width:87px;height:25px;float:left;margin-left:1px;background-image:url(/img/front/default/modules/schedule/day.gif);background-repeat:no-repeat;}
#schedule_fixedDate .schedule_fixedDate_day{float:left;height:60px;width:auto;margin:0 3px;}
#schedule_fixedDate .schedule_fixedDate_month{float:left;height:60px;width:132px;margin:0 3px;}
#schedule_fixedDate .schedule_fixedDate_year{float:left;height:60px;width:100px;margin:0 3px;}
#schedule_fixedDate .schedule_fixedDate_label label{float:left;font-size:0.8em;margin-top:20px;margin-right:7px;font-weight:700;color:#909090;}
#schedule_fixedDate .fixedDate_day .fixedDate_2{width:24px;height:25px;float:left;display:none;margin-left:1px;background-image:url(/img/front/default/modules/schedule/1.gif);background-repeat:no-repeat;}
#schedule_fixedDate .fixedDate_increase_month{height:17px;width:131px;text-align:center;}
#schedule_fixedDate .fixedDate_decrease_month{height:17px;text-align:center;width:131px;}
#schedule_fixedDate .fixedDate_month li{display:block;float:none !important;margin:0 auto !important;padding:0;}
#schedule_fixedDate .fixedDate_month .fixed_month_1{width:119px;height:25px;float:left;margin-left:1px;background-image:url(/img/front/default/modules/schedule/january.gif);background-repeat:no-repeat;}
#schedule_fixedDate .fixedDate_month .fixed_month_3{width:119px;height:25px;float:left;margin-left:1px;display:none;background-image:url(/img/front/default/modules/schedule/march.gif);background-repeat:no-repeat;}
#schedule_fixedDate .fixedDate_month .fixed_month_4{width:119px;height:25px;float:left;margin-left:1px;display:none;background-image:url(/img/front/default/modules/schedule/april.gif);background-repeat:no-repeat;}
#schedule_fixedDate .fixedDate_month .fixed_month_5{width:119px;height:25px;float:left;margin-left:1px;display:none;background-image:url(/img/front/default/modules/schedule/may.gif);background-repeat:no-repeat;}
#schedule_fixedDate .fixedDate_month .fixed_month_6{width:119px;height:25px;float:left;margin-left:1px;display:none;background-image:url(/img/front/default/modules/schedule/june.gif);background-repeat:no-repeat;}
#schedule_fixedDate .fixedDate_month .fixed_month_7{width:119px;height:25px;float:left;margin-left:1px;display:none;background-image:url(/img/front/default/modules/schedule/july.gif);background-repeat:no-repeat;}
#schedule_fixedDate .fixedDate_month .fixed_month_8{width:119px;height:25px;float:left;margin-left:1px;display:none;background-image:url(/img/front/default/modules/schedule/august.gif);background-repeat:no-repeat;}
#schedule_fixedDate .fixedDate_month .fixed_month_9{width:119px;height:25px;float:left;margin-left:1px;display:none;background-image:url(/img/front/default/modules/schedule/september.gif);background-repeat:no-repeat;}
#schedule_fixedDate .fixedDate_month .fixed_month_11{width:119px;height:25px;float:left;margin-left:1px;display:none;background-image:url(/img/front/default/modules/schedule/november.gif);background-repeat:no-repeat;}
#schedule_fixedDate .fixedDate_month .fixed_month_12{width:119px;height:25px;float:left;margin-left:1px;display:none;background-image:url(/img/front/default/modules/schedule/december.gif);background-repeat:no-repeat;}
#schedule_fixedDate .fixedDate_increase_year{height:17px;width:auto;text-align:center;}
#schedule_fixedDate .fixedDate_decrease_year{height:17px;text-align:center;width:auto;}
.fixedDate_description_label{width:100%;float:left;font-size:0.8em;margin-top:4px;margin-left:14px;color:#909090;}
.detailledSheetContent .recipientIdentity .nameAndPicto_Schedule{float:left;height:40px;width:75%;margin:0;padding:0;}
.detailledSheetContent .recipientIdentity .nameAndPicto_Schedule li{display:inline;overflow:hidden;float:none;margin:0;padding:0;}
.detailledSheetContent .recipientIdentity .nameAndPicto_Schedule ul{list-style:none;margin:0;padding:7px 0 7px 20px;}
.detailledSheetContent .recipientIdentity .contact_Schedule{float:left;height:40px;width:24%;margin:0;padding:0;}
.detailledSheetContent .recipientIdentity .contact_Schedule ul{list-style:none;float:left;text-align:center;width:130px;height:35px;margin:0;padding:0;}
#no_schedule{float:left;width:100%;height:auto;}
.lifting_schedule_element #listOfElements .result,.lifting_schedule_element #listOfElements .result:hover{float:none;height:1%;width:auto;padding:7px 2%;}
#lightBox_Content .lifting_schedule_element .schedule_element_title{display:inline;float:none;margin-top:0;cursor:pointer;font-weight:700;}
#lightBox_Content .lifting_schedule_element .schedule_element_checkbox{float:left;width:78%;}
#lightBox_Content .lifting_schedule_element .schedule_line_content{float:left;width:22%;}
#lightBox_Content .lifting_schedule_element .schedule_element_created_date{float:none;margin-top:0;text-align:left;width:auto;}
#ListOfAllSchedules .scheduleHeadLine .scheduleAction ul,div#ListOfAllSchedules .sPersonsLabel ul,#ListOfAllSchedules .sListOfPersons ul,#schedule_futherDate .futherDate_day ul,#schedule_futherDate .futherDate_month ul,#schedule_fixedDate .fixedDate_day ul,#schedule_fixedDate .fixedDate_month ul,#schedule_fixedDate .fixedDate_year ul{list-style:none;margin:0;padding:0;}
#ListOfAllSchedules .scheduleHeadLine .scheduleAction li,.detailledSheetContent .recipientIdentity .contact_Schedule li{display:inline;overflow:hidden;margin:0;padding:0;}
div#ListOfAllSchedules .sPersonsLabel li,#schedule_futherDate .futherDate_day li,#schedule_futherDate .futherDate_month li,#schedule_fixedDate .fixedDate_day li,#schedule_fixedDate .fixedDate_year li{display:inline;margin:0;padding:0;}
#ListOfAllSchedules .scheduleHeadLine .selectScheduleDate .optionDaysOrMonth .decreaseNumber,#ListOfAllSchedules .scheduleHeadLine .selectScheduleDate .optionDaysOrMonth .setDayOrMonth{float:left;width:10%;height:15px;margin:0;padding:0;}
#scheduleList,#recipientsList,#scheduleDescription{width:100%;height:auto;}
#recipientsList .oneElementOfSchedule span.typeOfSchedule,#scheduleList .oneElementOfSchedule span.typeOfSchedule{float:left;width:40px;margin-left:40px;height:40px;}
div.lBox-addElementToSchedule a:active,div.lBox-addElementToSchedule a:visited,#lightBox_Content .schedule_element_title a:hover,#lightBox_Content .schedule_element_title a:focus{text-decoration:none;}
#schedule_futherDate .schedule_futherDate_radio,#schedule_fixedDate .schedule_fixedDate_radio{float:left;height:56px;width:30px;}
#schedule_futherDate .schedule_futherDate_radio input,#schedule_fixedDate .schedule_fixedDate_radio input{margin-top:20px;}
#schedule_futherDate .schedule_futherDate_day,#schedule_futherDate .schedule_futherDate_month{float:left;height:60px;width:auto;margin:0 3px;}
#schedule_futherDate .schedule_futherDate_label,#schedule_fixedDate .schedule_fixedDate_label{float:left;height:60px;width:auto;}
#schedule_futherDate .futherDate_day,#schedule_futherDate .futherDate_month,#schedule_fixedDate .fixedDate_day,#schedule_fixedDate .fixedDate_month,#schedule_fixedDate .fixedDate_year{height:26px;width:auto;opacity:0.4px;}
#schedule_futherDate .futherDate_day .futherDate_1,#schedule_fixedDate .fixedDate_day .fixedDate_1{width:24px;height:25px;float:left;margin-left:1px;background-image:url(/img/front/default/modules/schedule/1.gif);background-repeat:no-repeat;}
#schedule_futherDate .futherDate_day .futherDate_2,#schedule_futherDate .futherDate_day .futherDate_3,#schedule_futherDate .futherDate_day .futherDate_4{width:24px;height:25px;float:left;margin-left:1px;display:none;background-image:url(/img/front/default/modules/schedule/1.gif);background-repeat:no-repeat;}
#schedule_futherDate .futherDate_increase_day,#schedule_fixedDate .fixedDate_increase_day{height:17px;width:25px;text-align:center;}
#schedule_futherDate .futherDate_decrease_day,#schedule_fixedDate .fixedDate_decrease_day{height:17px;text-align:center;width:25px;}
#schedule_futherDate .futherDate_increase_day a,#schedule_futherDate .futherDate_increase_month a,#schedule_fixedDate .fixedDate_increase_day a,#schedule_fixedDate .fixedDate_increase_month a,#schedule_fixedDate .fixedDate_increase_year a{height:13px;width:10px;margin-bottom:4px;background-image:url(/img/front/default/modules/schedule/increase.gif);background-repeat:no-repeat;}
#schedule_futherDate .futherDate_decrease_day a,#schedule_futherDate .futherDate_decrease_month a,#schedule_fixedDate .fixedDate_decrease_day a,#schedule_fixedDate .fixedDate_decrease_month a,#schedule_fixedDate .fixedDate_decrease_year a{height:13px;width:10px;margin-top:4px;background-image:url(/img/front/default/modules/schedule/decrease.gif);background-repeat:no-repeat;}
#schedule_fixedDate .fixedDate_month .fixed_month_2,#schedule_fixedDate .fixedDate_month .fixed_month_10{width:119px;height:25px;float:left;margin-left:1px;display:none;background-image:url(/img/front/default/modules/schedule/february.gif);background-repeat:no-repeat;}
#schedule_fixedDate .fixedDate_year .fixed_year_1,#schedule_fixedDate .fixedDate_year .fixed_year_2,#schedule_fixedDate .fixedDate_year .fixed_year_3,#schedule_fixedDate .fixedDate_year .fixed_year_4{width:24px;height:25px;float:left;margin-left:1px;background-image:url(/img/front/default/modules/schedule/none.gif);background-repeat:no-repeat;}
#no_recipient_added,#no_element_added{display:none;}#gabarit_content .gabarit_text_normal{font-family:Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;color:#000;line-height:170%;}
#gabarit_content .gabarit_text_normal_blue{color:#0c6ec4;font-size:0.92875em;line-height:170%;}
#gabarit_content .gabarit_text_italic_right{color:#555;font-size:0.92875em;line-height:170%;font-style:italic;text-align:right;}
#gabarit_content .gabarit_text_orange_price{font-family:Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;color:#d15806;font-size:1.42875em;font-weight:700;}
#gabarit_content .gabarit_text_grey_price{font-family:Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;font-size:0.92875em;}
#gabarit_content .gabarit_text_subscription{font-family:Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;color:#747474;font-size:0.92875em;font-weight:700;}
#gabarit_content .gabarit_text_grey_list{font-family:Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;color:#4b4d4a;font-size:0.92875em;}
#gabarit_content .gabarit_title_grey_quote{color:#777;font-size:1.42875em;line-height:140%;font-weight:lighter;margin:0 0 10px;}
#gabarit_content .gabarit_title_grey_signature_quote{color:#777;font-size:1.22875em;font-style:italic;font-weight:lighter;}
#gabarit_content h1{font-family:Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;font-size:1.35em;font-weight:bolder;}
#gabarit_content h2{font-family:Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;color:#747474;font-size:0.92875em;font-weight:700;width:100%;height:100%;overflow:hidden;float:left;margin:0;}
#gabarit_content h3{color:#000;font-size:1.06875em;font-weight:lighter;}
#gabarit_content h4{color:#0c6ec4;font-size:0.92875em;font-weight:lighter;}
#gabarit_content .gab1_btn_text{width:100%;height:100%;overflow:hidden;float:left;margin-left:auto;margin-right:auto;text-align:center;}
#gabarit_content .gab1_btn_subscription{width:107px;height:37px;overflow:hidden;background-image:url(/img/front/default/modules/cms/btn_subscription.gif);background-repeat:no-repeat;font-family:Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;color:#747474;font-size:0.92875em;font-weight:700;margin:0 0 25px;}
#gabarit_content .gab1_btn_subscription a{color:#747474;border:0;}
#gabarit_content .gab1_btn_text_subscription{width:107px;height:37px;text-decoration:none;margin:12px 0 0;}
#gabarit_content .gab1_vertical_line{padding-top:10px; padding-bottom:10px; width:100%;height:1px;overflow:hidden;background-image:url(/img/front/default/modules/cms/line_horizontal_right_gabarit1.gif);background-repeat:no-repeat;background-position:top;margin-top:20px;}
#gabarit_content .gab3_vertical_line{width:100%;height:1px;overflow:hidden;background-image:url(/img/front/default/modules/cms/line_horizontal_right_gabarit3.gif);background-repeat:no-repeat;background-position:top;margin:30px 0 20px;}
#gabarit_content .gab3_free{width:100%;height:auto;overflow:hidden;margin:0;}
#gabarit_content .gab1_list{width:100%;list-style-type:none;text-decoration:none;border:0;display:block;overflow:hidden;margin:0;padding:0;}
#gabarit_content .gab1_list li{width:100%;list-style-type:none;text-decoration:none;border:0;display:block;overflow:hidden;background-image:url(/img/front/default/modules/cms/list_validation_blue.gif);background-repeat:no-repeat;margin:0 0 10px;padding:0 0 0 30px;}
#gabarit_content{margin-left:auto;margin-right:auto;}
#gabarit_content .gab1_ban{margin-bottom:5px;overflow:hidden;width:980px;}
#gabarit_content .gab1_middle{width:100%;height:auto;overflow:hidden;}
#gabarit_content .gab1_middle .gab1_left,#gabarit_content .gab1_middle .gab1_right{height:auto;overflow:hidden;float:left;margin-left:auto;margin-right:0}
#gabarit_content .gab1_middle .gab1_left{width:980px;margin-left:0;}
#gabarit_content .gab1_middle .gab1_left .gab1_left_top,#gabarit_content .gab1_middle .gab1_left .gab1_left_middle,#gabarit_content .gab1_middle .gab1_left .gab1_left_bottom,#gabarit_content .gab1_middle .gab1_right .gab1_right_top,#gabarit_content .gab1_middle .gab1_right .gab1_right_middle,#gabarit_content .gab1_middle .gab1_right .gab1_right_bottom{width:100%;overflow:hidden;}
#gabarit_content .gab1_left1{width:100%;height:auto;overflow:hidden;margin-bottom:25px;}
#gabarit_content .gab1_left1 .gab1_left1_picto{width:95px;height:auto;overflow:hidden;float:left;padding-left:30px;margin:40px 0 0;}
#gabarit_content .gab1_left1 .gab1_left1_text{height:auto;overflow:hidden;margin-left:0;margin-right:0;}
#gabarit_content .gab1_left2{width:977px;height:auto;border:1px solid #e1e1e1;background-color:#F9F9F9;overflow:hidden;float:left;margin-left:auto;margin-right:0;}
#gabarit_content .gab1_left2 .gab1_left2_line{width:100%;height:100%;overflow:hidden;float:left;background-image:url(/img/front/default/modules/cms/line_vertical_grey_gabarit1.gif);background-repeat:repeat-y;background-position:center;margin:20px 0;}
#gabarit_content .gab1_left2 .gab1_left2_line .gab1_left2_text,#gabarit_content .gab1_left2 .gab1_left2_line .gab1_left2_empty{height:100%;overflow:hidden;float:left;margin-left:auto;margin-right:auto;}
#gabarit_content .gab1_left2 .gab1_left2_line .gab1_left2_text{margin-left:18px;width:460px;margin-right:0;}
#gabarit_content .gab1_left2 .gab1_left2_line .gab1_left2_empty{width:14px;margin-left:0;margin-right:0;}
#gabarit_content .gab1_middle .gab2_left,#gabarit_content .gab1_middle .gab2_right{height:auto;overflow:hidden;float:left;margin-left:auto;margin-right:auto;}
#gabarit_content .gab1_middle .gab2_left{width:980px;margin:0;}
#gabarit_content .gab1_middle .gab2_right{position:relative;width:0;margin:0;}
#gabarit_content .gab1_middle .gab2_left .gab2_left_middle{width:100%;height:auto;overflow:hidden;background-repeat:repeat-y;}
#gabarit_content .gab1_middle .gab2_left .gab2_left_bottom{width:100%;height:10px;overflow:hidden;background-repeat:no-repeat;}
#gabarit_content .gab2_content{width:100%;height:100%;overflow:hidden;}
#gabarit_content .gab2_content .gab2_quote{width:100%;height:auto;overflow:hidden;margin:10px 0 0;}
#gabarit_content .gab2_content .gab2_quote .gab2_quote_text{height:auto;overflow:hidden;float:left;margin:0;padding:0;}
#gabarit_content .gab2_content .gab2_paragraphs{width:auto;height:100%;overflow:hidden;float:left;margin-left:auto;margin-right:auto;padding:0;}
#gabarit_content .gab3_paragraphs{width:100%;height:100%;overflow:hidden;margin:10px 20px 0;}
#gabarit_content .gab3_paragraphs .gab3_title_l{width:46px;height:auto;overflow:hidden;float:left;margin:0;}
#gabarit_content .gab3_paragraphs .gab3_title_r{width:454px;height:auto;overflow:hidden;float:left;margin:0;}
#gabarit_content .gab3_paragraphs .gab3_text_left{width:278px;height:auto;overflow:hidden;float:left;margin:0;}
#gabarit_content .gab3_paragraphs .gab3_horizontal_line_left{width:10px;height:97px;overflow:hidden;float:left;background-image:url(/img/front/default/modules/cms/line_vertical_grey_gabarit3.gif);background-repeat:repeat-y;margin:0 0 0 10px;}
#gabarit_content .gab3_paragraphs .gab3_pictos_left{height:auto;overflow:hidden;float:left;margin:0;}
#gabarit_content .gab3_paragraphs .gab3_form_l{width:185px;height:auto;overflow:hidden;float:left;margin:0;}
#gabarit_content .gab3_paragraphs .gab3_form_r{width:315px;height:auto;overflow:hidden;float:left;margin:0;}
#gabarit_content .gab3_paragraphs .gab3_text{background-image:url("/img/front/default/modules/cms/input_small_gabarit3.gif");background-repeat:no-repeat;border:0 none;height:32px;width:197px;margin:0 0 8px;padding:2px 5px 0;}
#gabarit_content .gab3_paragraphs .gab3_radio{border:0;background-color:transparent;margin:0 10px 0 0;}
#gabarit_content .gab3_paragraphs .gab3_textarea{width:301px;height:200px;border:0;overflow:hidden;background-image:url(/img/front/default/modules/cms/input_big_gabarit3.gif);background-repeat:no-repeat;font-family:Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;font-size:0.8em;padding:5px;}
#gabarit_content .gab3_paragraphs .gab3_submit{width:102px;height:51px;border:0;overflow:hidden;float:right;background-image:url(/img/front/default/modules/cms/fr_fr/btn_submit_blue.gif);background-repeat:no-repeat;font-size:0;cursor:pointer;margin:0 24px 0 0;padding:0;}
#gabarit_content .gab1_middle .gab1_right .gab3_right_paragraphs{height:auto;overflow:hidden;margin:10px 0 0 20px;}
#gabarit_content_faq .faqs{width:960px;margin-left:auto;margin-right:auto;}
#gabarit_content_faq .faqs h2{background-image:url(/img/front/default/modules/cms/faq_bg_h2.gif);background-position:bottom;background-repeat:no-repeat;width:960px;display:block;color:#678eb7;text-transform:uppercase;font-size:1.2em;margin:10px 0;padding:0 0 15px;}
#gabarit_content_faq .faqs .faq{width:940px;margin-left:auto;margin-right:auto;}
#gabarit_content_faq .faqs .faq h3{margin-top:10px;margin-bottom:5px;display:block;width:940px;}
#gabarit_content_faq .faqs .faq h3 a{background-image:url("/img/front/default/modules/cms/faq_bg_h3_off.gif");display:block;font-size:0.75em;height:35px;text-decoration:none;width:890px;color:#000;padding:12px 0 0 50px;}
#gabarit_content_faq .faqs .faq h3 a.active{background-image:url("/img/front/default/modules/cms/faq_bg_h3_active.gif");display:block;font-size:0.75em;height:35px;text-decoration:none;width:890px;color:#000;padding:12px 0 0 50px;}
#gabarit_content_faq .faqs .faq .content{font-size:0.75em;display:none;margin:0 0 5px;padding:0 20px;}
#gabarit_content_faq2 .faqs2{width:980px;margin-left:auto;margin-right:auto;}
#gabarit_content_faq2 .faqs2 h2{background-image:url(/img/front/default/modules/cms/cg_bg_h2.gif);background-position:bottom;background-repeat:no-repeat;width:980px;display:block;color:#678eb7;text-transform:uppercase;font-size:1.2em;margin:10px 0;padding:0 0 15px;}
#gabarit_content_faq2 .faqs2 .faq2{font-weight:bolder;width:980px;margin-left:auto;margin-right:auto}
#gabarit_content_faq2 .faqs2 .faq2 h3{font-weight:bolder;margin-top:10px;margin-bottom:5px;display:block;width:980px}
#gabarit_content_faq2 .faqs2 .faq2 h3 a{background-image:url("/img/front/default/modules/cms/cg_bg_h3_off.gif");display:block;font-weight:bolder;font-size:0.75em;height:30px;text-decoration:none;width:980px;color:#000;padding-left:26px;}
#gabarit_content_faq2 .faqs2 .faq2 h3 a.active{background-image:url("/img/front/default/modules/cms/cg_bg_h3_active.gif");display:block;font-weight:bolder;font-size:0.75em;height:30px;text-decoration:none;width:980px;color:#000;padding-left:26px;}
#gabarit_content_faq2 .faqs2 .faq2 .content{font-size:0.75em;display:none}
#gabarit_content_news{width:100%;margin-left:auto;margin-right:auto;}
#gabarit_content_news .news_submenu{width:100%;border-bottom:1px solid #d6ec8a;height:50px;clear:both;}
#gabarit_content_news .news_submenu .news_title{width:70%;height:50px;float:left;}
#gabarit_content_news .news_submenu .news_title .title_arrow{float:left;margin-top:27px;width:10px;height:15px;background-image:url("/img/front/default/modules/cms/title_arrow.gif");}
#gabarit_content_news .news_submenu .news_title .title_label{float:left;margin-top:24px;color:#658fb7;font-size:1.1em;font-weight:700;margin-left:4px;}
#gabarit_content_news .news_submenu .news_title .news_datecreate{width:auto;height:auto;float:left;margin-top:31px;color:#565656;font-size:0.65em;font-style:normal;font-weight:400;margin-left:7px;}
#gabarit_content_news .news_submenu .news_detailled{width:30%;height:50px;float:left;}
#gabarit_content_news .news_submenu .news_detailled .news_createdate{float:right;margin-top:31px;color:#6d6d6d;font-size:0.8em;margin-right:4px;}
#gabarit_content_news .news_submenu .news_detailled .pdf_picto{float:right;margin-top:19px;width:33px;height:30px;background-image:url("/img/front/default/modules/cms/pdf_picto.gif");}
#gabarit_content_news .news_content{width:100%;height:auto;font-size:0.8em;}
#gabarit_content_news .news_foot ul{list-style:none;width:100%;height:auto;margin:0;padding:0;}
#gabarit_content_news .news_foot li{width:100%;height:45px;float:left;margin:0;padding:0;}
#gabarit_content_news .news_foot .facebook_picto{float:left;width:30px;height:30px;background-image:url("/img/front/default/modules/cms/facebook_picto.gif");}
#gabarit_content_news .news_foot .twitter_picto{float:left;width:30px;height:30px;background-image:url("/img/front/default/modules/cms/twitter_picto.gif");}
#gabarit_content_news .news_foot .flux_rss_picto{float:left;width:31px;height:30px;background-image:url("/img/front/default/modules/cms/flux_rss_picto.gif");}
#gabarit_content_news .news_foot .send_to_freind_picto{float:left;width:30px;height:31px;background-image:url("/img/front/default/modules/cms/send_to_freind.gif");}
#gabarit_content_news .news_foot .facebook_label,#gabarit_content_news .news_foot .twitter_label,#gabarit_content_news .news_foot .flux_rss_label,#gabarit_content_news .news_foot .send_to_freind_label{margin-left:7px;font-size:0.9em;color:#565656;}
#gabarit_content_news .news_foot a:hover{cursor:pointer;}
#gabarit_content_news .news_detailled ul{list-style:none;width:100%;height:31px;float:right;margin:17px 0 0;padding:0;}
#gabarit_content_news .news_detailled li{width:35px;height:31px;float:right;overflow:hidden;margin:0;padding:0;}
#gabarit_content_news .news_detailled .facebook_picto{float:left;width:30px;height:30px;margin-top:7px;background-image:url("/img/front/default/modules/cms/facebook_picto.gif");background-repeat:no-repeat;}
#gabarit_content_news .news_detailled .twitter_picto{float:left;width:30px;height:30px;margin-top:7px;background-image:url("/img/front/default/modules/cms/twitter_picto.gif");background-repeat:no-repeat;}
#gabarit_content_news .news_detailled .flux_rss_picto{float:left;width:31px;height:30px;margin-top:7px;background-image:url("/img/front/default/modules/cms/flux_rss_picto.gif");background-repeat:no-repeat;}
#gabarit_content_news .news_detailled .send_to_freind_picto{float:left;width:30px;height:31px;margin-top:7px;background-image:url("/img/front/default/modules/cms/send_to_freind.gif");background-repeat:no-repeat;}
#gabarit_content_news .news_detailled a.facebook_picto:hover{float:left;width:30px;height:30px;margin-top:0;background-image:url("/img/front/default/modules/cms/facebook_picto.gif");background-repeat:no-repeat;}
#gabarit_content_news .news_detailled a.twitter_picto:hover{float:left;width:30px;height:30px;margin-top:0;background-image:url("/img/front/default/modules/cms/twitter_picto.gif");background-repeat:no-repeat;}
#gabarit_content_news .news_detailled a.flux_rss_picto:hover{float:left;width:31px;height:30px;margin-top:0;background-image:url("/img/front/default/modules/cms/flux_rss_picto.gif");background-repeat:no-repeat;}
#gabarit_content_news .news_detailled a.send_to_freind_picto:hover{float:left;width:30px;height:31px;margin-top:0;background-image:url("/img/front/default/modules/cms/send_to_freind.gif");background-repeat:no-repeat;}
#gabarit_content_news .show_mews{width:100%;height:47px;margin-top:9px;}
#gabarit_content_news .show_mews a{width:133px;height:38px;float:right;background-image:url("/img/front/default/modules/cms/read_content.gif");background-repeat:no-repeat;}
#gabarit_news_paginate{width:100%;height:31px;float:left;clear:both;text-align:center;}
#gabarit_news_paginate a{text-decoration:none;color:#000;width:12px;height:12px;}
#gabarit_content_news .news_content img{width:auto;height:auto;margin:6px;}
#gabarit_news_paginate a:active,#gabarit_news_paginate a:visited{color:#000;text-decoration:none;}
#gabarit_news_paginate a.activeSlide{color:red;}
#gabarit_content p,#gabarit_content .gab1_left2_text p{width:100%;height:auto;margin:0;}
#gabarit_content .gab1_left2_text_price,#gabarit_content_news .news_foot{width:100%;height:auto;}#safe_content{position:relative;}#safe_content .txt_ban_white{color:#fff;font-size:1.185em;position:relative;}#safe_content .orangeCap_diary{color:#fe8005;font-size:0.6875em;font-weight:700;text-decoration:none;text-transform:uppercase;}#safe_content .orangeCap_diary a{color:#fe8005;text-decoration:none;}#safe_content{width:980px;height:auto;overflow:hidden;}#safe_content .safe_ban{width:980px;overflow:hidden;}#safe_content .safe_doc{width:980px;/*margin-top:15px;*/ margin-bottom:15px;overflow:hidden;}#safe_content .safe_3buttons{width:980px;height:94px;margin-top:0;}#safe_content .safe_ban .safe_ban_left,#safe_content .safe_ban .safe_ban_center,#safe_content .safe_ban .safe_ban_right{height:188px;overflow:hidden;float:left;margin-left:auto;margin-right:auto;}#safe_content .safe_ban .safe_ban_left{width:280px;margin:0;background-image:url(/img/front/default/modules/safe/ban_safe_left.gif);background-repeat:no-repeat;}#safe_content .safe_ban .safe_ban_center{width:695px;margin:0;background-image:url(/img/front/default/modules/safe/ban_safe_center.gif);background-repeat:repeat-x;background-color:#1px solid blue;}#safe_content .safe_ban .safe_ban_socialnetworks{width:980px;margin:0;height:192px;background-image:url(/img/front/default/modules/safe/ban_safe_socialnetworks.gif);background-repeat:no-repeat;background-color:#0px solid blue;}#safe_content .safe_ban .safe_ban_right{width:5px;margin:0;background-image:url(/img/front/default/modules/safe/ban_safe_right.gif);background-repeat:no-repeat;}#safe_content .safe_ban_center .safe_ban_text,#safe_content .safe_ban_center .safe_ban_btn_block{overflow:hidden;float:left;margin-left:auto;margin-right:auto;margin-top:55px;}#safe_content .safe_ban_center .safe_ban_text{margin-left:10px;font-stretch:narrower;width:695px;}#safe_content .safe_ban_center .safe_ban_btn_block{width:228px;height:92px;margin-left:10px;display:none;}#safe_content .safe_ban_center .safe_ban_btn_block .safe_ban_btn_link{width:100%;height:100%;display:block;background-image:url(/img/front/default/modules/safe/fr_fr/btn_add_a_document.gif);background-repeat:no-repeat;}#safe_content .safe_doc .border_doc_top,#safe_content .safe_doc .border_doc_bottom{float: left; width:100%;height:15px;overflow:hidden;background-repeat:no-repeat;}#safe_content .safe_doc .border_doc_top{background-image:url(/img/front/default/modules/safe/bg_mediaList_top.gif);}#safe_content .safe_doc .border_doc_bottom{background-image:url(/img/front/default/modules/safe/bg_mediaList_bottom.gif);}#safe_content .safe_doc .border_doc_middle{float: left; height:430px;overflow:hidden;position:relative;background-color:#696969;width:981px;}#safe_content .safe_doc .border_doc_middle .safe_doc_informations{width: 659px; float: left; clear: both; height:35px;overflow:hidden;background-image:url(/img/front/default/modules/safe/picto_document.gif);background-repeat:no-repeat;background-position:0 0;padding-right:5px;}#safe_content .safe_doc .border_doc_middle .safe_doc_informations .safe_text_informations{width:auto;height:auto;margin:8px 0 0 45px;}#safe_content .safe_doc .border_doc_middle .safe_doc_informations .safe_text_informations .addFolder{display:block;float:right;}#safe_content .safe_doc .border_doc_middle .safe_doc_elements{ position: relative; float:left; height:430px;overflow:hidden;padding-left:13px;width:968px;background-color: #696969;}#safe_content .safe_doc .border_doc_middle .safe_doc_elements .navigation{width:220px;background-color:#FFF;height:430px;float:left;}#safe_content .safe_doc .border_doc_middle .safe_doc_elements .media_global{display:block; height:430px;margin-left:24px;padding-bottom:20px;padding-left:20px;width:708px; background-image:url(/img/front/default/modules/safe/background_medialist.gif); background-repeat:repeat-y;overflow:auto;}.safe_doc_elements .media,.safe_doc_elements #mediaList .media{width:120px;height:135px;margin:10px 0 0;float:left;position:relative;}.safe_doc_elements .safe_element_dl{width:100%;height:100%;}.safe_doc_elements .safe_element_dl .safe_element_file,.safe_doc_elements .safe_element_dl .safe_element_addfile,.safe_doc_elements .safe_element_dl .safe_element_folder{width:120px;height:100px;background-repeat:no-repeat;background-position:0;position:relative;}.safe_doc_elements .safe_element_dl .safe_element_file{background-image:url(/img/front/default/modules/safe/btn_file.gif);}.safe_doc_elements .safe_element_dl .safe_element_file:hover{background-image:url(/img/front/default/modules/safe/btn_file_hover.gif);}.safe_doc_elements .safe_element_dl .safe_element_addfile{background-image:url(/img/front/default/modules/safe/btn_add_a_file.gif);}.safe_doc_elements .safe_element_dl .safe_element_addfile:hover{background-image:url(/img/front/default/modules/safe/btn_add_a_file_hover.gif);}.safe_doc_elements .safe_element_dl .safe_element_folder{background-image:url(/img/front/default/modules/safe/btn_folder.gif);}.safe_doc_elements .safe_element_dl .safe_element_folder:hover{background-image:url(/img/front/default/modules/safe/btn_folder_hover.gif);}.safe_doc_elements .safe_element_dl .safe_element_file .open,.safe_doc_elements .safe_element_dl .safe_element_addfile .open,.safe_doc_elements .safe_element_dl .safe_element_folder .open,.safe_doc_elements .safe_element_dl .safe_element_file .open a,.safe_doc_elements .safe_element_dl .safe_element_addfile .open a,.safe_doc_elements .safe_element_dl .safe_element_folder .open a{width:120px;height:100px;position:absolute;z-index:0;margin:0;text-indent:-999999px;display:block;}.safe_doc_elements .safe_element_dl .safe_element_file .delete-file,.safe_doc_elements .safe_element_dl .safe_element_file .delete-file a{float:right;width:27px;height:24px;position:relative;z-index:1;background-image:url(/img/front/default/modules/safe/btn_cancel_small.gif);background-repeat:no-repeat;margin-left:12px;margin-top:68px;text-indent:-999999px;right:15px;}.safe_doc_elements .safe_element_dl .safe_element_folder .delete,.safe_doc_elements .safe_element_dl .safe_element_folder .delete a{width:27px;height:24px;position:relative;z-index:1;display:block;background-image:url(/img/front/default/modules/safe/btn_cancel_small.gif);background-repeat:no-repeat;margin:68px 0 0 90px;_margin:68px 0 0 60px;}.safe_doc_elements .safe_element_dl .safe_element_txt{width:112px;height:35px;padding:0 4px;font-family:Arial, Helvetica, sans-serif;color:#000;font-size:0.62875em;margin-left:auto;margin-right:auto;text-align:center;text-decoration:none;white-space:nowrap;overflow:hidden;}.safe_doc_elements .safe_element_dl .safe_element_txt a{color:#000;text-decoration:none;overflow:hidden;}#safe_content .safe_3buttons .safe_button1,#safe_content .safe_3buttons .safe_button2,#safe_content .safe_3buttons .safe_button3{width:315px;height:94px;overflow:hidden;float:left;margin-right:17px;}#safe_content .safe_3buttons .safe_button3{margin-right:0;margin-left:1px;background-image:url(/img/front/default/modules/safe/fr_fr/btn_safe_content.gif);background-repeat:no-repeat;}#safe_content .safe_3buttons .safe_button1{background-image:url(/img/front/default/modules/safe/fr_fr/btn_regeneration_key.gif);background-repeat:no-repeat;}#safe_content .safe_3buttons .safe_button2{background-image:url(/img/front/default/modules/safe/fr_fr/btn_security_politic.gif);background-repeat:no-repeat;}#safe_content .safe_3buttons .safe_button1 a,#safe_content .safe_3buttons .safe_button2 a,#safe_content .safe_3buttons .safe_button3 a{width:100%;height:100%;display:block;}#safe_content .safe_socialnetworks{margin:18px 0;}#safe_content .safe_socialnetworks .safe_socialnetworks_top{background-image:url(/img/front/default/modules/safe/border_socialnetworks_top.gif);height:8px;width:980px;background-repeat:no-repeat;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle{background-image:url(/img/front/default/modules/safe/border_socialnetworks_middle.gif);width:980px;height:429px;background-repeat:repeat-x;}#safe_content .safe_socialnetworks .safe_socialnetworks_bottom{background-image:url(/img/front/default/modules/safe/border_socialnetworks_bottom.gif);height:12px;width:980px;background-repeat:no-repeat;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists{margin-left:11px;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_top{background-image:url(/img/front/default/modules/safe/border_socialnetworks_lists_top.gif);height:10px;width:930px;background-repeat:no-repeat;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle{background-color:#fff;width:930px;background-repeat:no-repeat;position:relative;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_bottom{background-image:url(/img/front/default/modules/safe/border_socialnetworks_lists_bottom.gif);height:10px;width:930px;background-repeat:no-repeat;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_item{width:930px;height:112px;background-color:#dfdfdf;margin-bottom:9px;position:relative;float:left;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_add{width:920px;height:50px;margin:15px 10px 0 0;text-align:right;display:block;position:relative;clear:both;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_item.off{background-color:#ccffc8;display:none;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_item .safe_socialnetworks_lists_item_left{width:768px;float:left;margin:15px 0 0 30px;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_item .safe_socialnetworks_lists_item_right{float:left;margin:12px 0 0;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_item .safe_socialnetworks_lists_item_left .safe_socialnetworks_label{display:block;float:left;width:130px;font-size:12px;font-weight:700;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_item .safe_socialnetworks_lists_item_left .safe_socialnetworks_item_saved{font-size:10px;display:block;float:left;margin:2px 0 0 10px;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_item .safe_socialnetworks_lists_item_left .safe_socialnetworks_url,#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_item .safe_socialnetworks_lists_item_left .safe_socialnetworks_id{font-size:12px;display:block;float:left;width:130px;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_item .safe_socialnetworks_lists_item_left .safe_socialnetworks_pass{font-size:12px;display:block;float:left;width:117px;margin-left:5px;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_item .safe_socialnetworks_lists_item_right .safe_socialnetworks_delete_input{display:block;margin-bottom:25px;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_item .safe_socialnetworks_lists_item_left .input_socialnetworks_label{background-image:url(/img/front/default/modules/safe/input_socialnetworks_label.gif);width:398px;height:22px;border:0;padding:0 0 0 10px;display:block;float:left;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_item .safe_socialnetworks_lists_item_left .input_socialnetworks_id{background-image:url(/img/front/default/modules/safe/input_socialnetworks_email.gif);width:238px;height:22px;border:0;padding:0 0 0 10px;display:block;float:left;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_item .safe_socialnetworks_lists_item_left .input_socialnetworks_url{background-image:url(/img/front/default/modules/safe/input_socialnetworks_url.gif);width:571px;height:22px;border:0;padding:0 0 0 47px;display:block;float:left;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_item .safe_socialnetworks_lists_item_left .input_socialnetworks_pass{background-image:url(/img/front/default/modules/safe/input_socialnetworks_pass.gif);width:238px;height:22px;border:0;padding:0 0 0 10px;float:left;display:block;}#safe_content .safe_socialnetworks .safe_socialnetworks_middle .safe_socialnetworks_lists .safe_socialnetworks_lists_middle .safe_socialnetworks_lists_item .safe_socialnetworks_lists_item_right .input_socialnetworks_submit{background-image:url(/img/front/default/modules/safe/button_socialnetworks_save.gif);width:122px;height:31px;font-size:0;border:0;padding:0 0 0 10px;display:block;}#safe_content .safe_socialnetworks_row{width:100%;margin-bottom:10px;}#safe_content .safe_socialnetworks_row:after{content:".";clear:both;display:block;height:0;visibility:hidden;}#mediaList {	clear:both;}#iframe #mediaList {	width:663px;}#iframe  #safe_content .media_global {	width:688px;}.social_network_item{
	background-image:url("/img/front/default/modules/social/background_list.gif");
	color:#6D6D6D;
	font-size:0.75em;
	height:38px;
	padding-top:14px;
	width:735px;
	overflow:hidde;
	margin-bottom:4px;
	margin-left:auto;
	margin-right:auto;
}

.social_network_item .social_network_item_left{
	float:left;
	padding-left:10px;
	width:70px;
	height:100%;
}

.social_network_item .social_network_item_last{
	float:right;	
}

.social_network_item  .delete-load-media, .social_network_item  .delete {
	background-image:url("/img/front/default/modules/medialibrary/lightbox/form/btn_close.png");
	background-repeat:no-repeat;
	display:block;
	height:22px;
	text-align:left;
	text-indent:-999999px;
	width:25px;
	float:right;
}

.social_network_item .social_network_item_right{
	float:left;
	height:100%;
}

.social_network_item .social_network_item_right .social_network_item_orange{
	color:#ff8204;
}

.social_network_item .social_network_item_right .social_network_item_green{
	color:#91b900;
}#leftNavigation{float:left;position:relative;width:219px;height:auto;overflow:hidden;}
#rightNavigation{height:auto;width:219px;overflow:hidden;position:relative;float:left;}
#leftNavigation .helperColumn{float:left;width:214px;height:auto;overflow:hidden;}
#leftNavigation .helperColumn .helper_header{width:211px;height:178px;margin:0;}
#leftNavigation .helperColumn .helper_body{height:auto;overflow:hidden;background-image:url(/img/front/default/modules/helper/common/column/bg_helper_column_middle.gif);background-repeat:repeat-y;}
#leftNavigation .helperColumn .helper_body .helperContent{width:209px;height:auto;overflow-y:hidden;overflow-x:hidden;margin:0 2px;}
#leftNavigation .helperColumn .helper_body .helperContentTop{width:212px;height:50px;overflow:hidden;background-image:url(/img/front/default/modules/helper/common/column/fr_fr/bg_helper_column_top.gif);background-repeat:no-repeat;}
#leftNavigation .helperColumn .helper_body .helperContentBottom{width:212px;height:10px;overflow:hidden;background-image:url(/img/front/default/modules/helper/common/column/bg_helper_column_bottom.gif);background-repeat:no-repeat;}
#leftNavigation .helperColumn .helper_body .helperContent .helperContentTitle{width:209px;height:35px;padding-top:5px;background-image:url(/img/front/default/modules/helper/common/column/picto_number_navUsers_left.gif);background-repeat:no-repeat;margin:5px 0 0;}
#leftNavigation .helperColumn .helper_body .helperContent .helperContentText{width:180px;height:auto;overflow:hidden;font-family:Trebuchet MS, Arial, arial, sans-serif;color:#126979;font-size:0.75em;line-height:110%;display:inline-block;margin:0 12px;}
.leftNavigation .helperColumn .helper_body .helperContent .helperContentText a{color:#FF8106;}
#leftNavigation .helperColumn .helper_body .helperContent .helperContentTitle .helperContentTitleLeft{width:29px;height:35px;float:left;overflow:hidden;color:#fff;font-size:1em;font-weight:bolder;margin:0;padding:0 0 0 5px;}
#leftNavigation .helperColumn .helper_body .helperContent .helperContentTitle .helperContentTitleRight{width:165px;height:35px;float:left;overflow:hidden;font-family:Trebuchet MS, Arial, arial, sans-serif;color:#597898;font-size:0.75em;font-weight:700;margin:0;padding:3px 0 0 5px;}
div#helper_column_hide_show_button{margin-top:-23px;}
div#helper_column_hide_show_button .helper-view{width:33px;height:40px;z-index:2;border:none;background-image:url(/img/front/default/modules/helper/common/column/close.gif);background-repeat:no-repeat;display:block;}
div#helper_column_hide_show_button .helper-hide{width:33px;height:40px;z-index:2;border:none;background-image:url(/img/front/default/modules/helper/common/column/up.gif);background-repeat:no-repeat;display:block;}#storage_content{height:auto;width:695px;margin-top:10px;background-color:#FFF;overflow:hidden;margin-right:auto;margin-left:auto;}
#storage_content .storage_images{height:60px;width:100%;overflow:hidden;}
#storage_content .storage_text{height:40px;width:695px;overflow:hidden;margin-top:5px;float:right;}
#storage_content .storage_text .left_text{float:right;width:326px;margin-top:4px;}
#storage_content .storage_text .right_text{float:left;width:366px;margin-top:4px;}
#storage_content .storage_text .left_text ul{list-style:none;float:right;margin:0;padding:0;}
#storage_content .storage_text .right_text ul{list-style:none;float:left;margin:0;padding:0;}
#storage_content .storage_text .left_text li{float:left;display:inline;height:30px;margin:0;padding:0;}
#storage_content .storage_text .right_text li{display:block;height:30px;margin:0 3px 0 0;padding:0;float:left;line-height:30px;}
#storage_content .storage_text .left_text .order_space{font-size:0.8em;font-weight:bold;font-family:Arial, Helvetica, sans-serif;padding-top:5px;}
#storage_content .storage_text .left_text .order_space a{color:#000;}
#storage_content .storage_text .left_text .picto{background:url(/img/front/default/modules/storage/picto.gif);background-repeat:no-repeat;margin-right:10px;padding-top:0;width:21px;}
#storage_content .storage_text .right_text .space_use{font-size:1em;font-weight:bold;font-family:Arial, Helvetica, sans-serif;color:#000;}
#storage_content .storage_text .right_text .total_space{font-size:1em;font-weight:bold;font-family:Arial, Helvetica, sans-serif;color:#FC8A10;}
#storage_content .storage_text .right_text .use_one,#storage_content .storage_text .right_text .space_available{font-size:.8em;font-weight:bold;font-family:Arial, Helvetica, sans-serif;}
#storage_content dl{margin:0;padding:0;}
#storage_content dd{position:relative;display:block;float:right;width:695px;height:49px;background:url("/img/front/default/modules/storage/background_empty.gif");background-repeat:no-repeat;margin:17px 0 10px;}
#storage_content dd div{position:relative;background:url("/img/front/default/modules/storage/background_full.gif");background-repeat:no-repeat;height:38px;text-align:right;float:left;margin:2px 0 0 1px;}
#storage_content dd div strong{position:absolute;right:-3px;top:Opx;display:block;background:url("/img/front/default/modules/storage/bar.gif");background-repeat:no-repeat;height:38px;width:3px;text-align:left;text-indent:-9999px;overflow:hidden;}#page_head{height:90px;width:100%;}
#search_area{float:right;height:80px;width:300px;overflow:hidden;padding-top:10px;margin-right:10px;}
#search_area .search_inputs .value{float:left;width:232px;background-image:url(/img/front/default/library/search/input.gif);background-repeat:no-repeat;border:none;background-color:transparent;font-size:0.8em;margin:0 4px 0 10px;padding:6px 5px 5px;}
#recipients_page_head{height:110px;width:100%;display:block;margin-top:20px;}
#recipients_search_area_lightBox{float:right;height:110px;width:310px;overflow:hidden;margin-right:41px;}
#recipients_search_area{float:left;height:110px;width:290px;overflow:hidden;margin-left:14px;}
#recipients_search_area_lightBox .recipients_search_inputs .submit{float:right;width:31px;height:26px;background:transparent url(/img/front/default/library/search/submit.gif);background-repeat:no-repeat;margin-top:1px;}
#recipients_search_area_lightBox .recipients_search_inputs .value,#recipients_search_area .recipients_search_inputs .value{float:left;width:237px;background-image:url(/img/front/default/library/search/input.gif);background-repeat:no-repeat;border:none;font-size:0.8em;background-color:transparent;margin:0 4px 0 10px;padding:6px 5px 5px;}
#search_area .search_label,#recipients_search_area_lightBox .recipients_search_label,#recipients_search_area .recipients_search_label{float:right;height:30px;width:300px;}
#search_area .search_label label,#recipients_search_area_lightBox .recipients_search_label label,#recipients_search_area .recipients_search_label label{float:left;font-size:.8265em;font-weight:700;color:#a3a3a3;text-align:center;text-transform:Uppercase;margin:10px 0 0 10px;}
#search_area .search_inputs,#recipients_search_area_lightBox .recipients_search_inputs,#recipients_search_area .recipients_search_inputs{float:right;height:29px;width:300px;}
#search_area .search_inputs .submit,#search_area .search_inputs .value,#recipients_search_area_lightBox .recipients_search_inputs .submit,#recipients_search_area_lightBox .recipients_search_inputs .value,#recipients_search_area .recipients_search_inputs .submit,#recipients_search_area .recipients_search_inputs .value{border:none;overflow:hidden;}
#search_area .search_inputs .submit,#recipients_search_area .recipients_search_inputs .submit{float:right;width:31px;height:26px;background:transparent url(/img/front/default/library/search/submit.gif);background-repeat:no-repeat;margin-right:5px;margin-top:1px;}/******************************* SUBMENU ********************************/
#submenu{		
	background-color: #fff;
	height:auto;
	width: 100%;
	overflow:hidden;
	/*padding-left:15px;*/
}

#submenu ul{
	margin:0; 
    padding:0; 
   	list-style-type: none;
	list-style-image: none;
	list-style-position:inside;
	border-bottom: 1px solid #ff8106;  
	overflow: hidden;
	height:1%;
	padding-left:15px;
}

#submenu ul li{
	margin:0; 
    padding:0; 
    list-style-type: none;
	list-style-image: none;
	list-style-position:inside;
	*float:left;
}

#submenu li a{
	background-repeat: no-repeat;
	float: left;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	display:block;
}

/*-------Messsage submenu button---------*/
#submenu ul.messages .listOfMessage a{
	background-image: url(/img/front/default/library/submenu/btn_listOfMessages.gif);
	background-repeat: no-repeat;
	margin-right: 3px;
	height: 35px;
	width: 195px;	
}

#submenu ul.messages .recipient a{	
	background-image: url(/img/front/default/library/submenu/btn_recipients_rollovers.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 3px;
	height: 34px;
	width: 157px;
}

#submenu ul.messages .planing a{
	background-image: url(/img/front/default/library/submenu/btn_planifications.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 3px;
	height: 34px;
	width: 160px;
}

#submenu ul.messages .recipient a:hover{
	background-image: url(/img/front/default/library/submenu/btn_recipients.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 3px;
	height: 34px;
	width: 157px;
}

#submenu ul.messages .planing a:hover{
	
	background-image: url(/img/front/default/library/submenu/btn_planifications_rollovers.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 3px;
	height: 34px;
	width: 160px;
}

#submenu ul.messages .newMessage a{
	float: right;
	width: 206px;
	height: 31px;
	background-image: url(/img/front/default/library/submenu/btn_newMessage.gif);
	background-repeat: no-repeat;
}

#submenu ul.messages .buyMessages a{
	float: right;
	width: 207px;
	height: 31px;
	background-image: url(/img/front/default/library/submenu/btn_moreMessages.gif);
	background-repeat: no-repeat;
}


/*-------Planification submenu button---------*/
#submenu ul.planif .listOfPlanification a{
	background-image: url(/img/front/default/library/submenu/btn_listOfPlanification.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 224px;
	margin-top: 4px;	
}
#submenu ul.planif .newPlanification a{
	float: right;
	background-image: url(/img/front/default/library/submenu/btn_newPlanification.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 178px;
	
}

/*-------New Message submenu button---------*/
#new_messages_submenu_submit{
	float: right;
	margin-right:-20px;
	margin-top:-57px;
	/*height: 43px;*/
	width:119px;
	background-color: #fff;
	/*border-bottom: 1px solid #ff8106 ; */
}

#new_messages_submenu{
	height: 43px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ff8106 ; 
}

#new_messages_submenu .edit a{
	float: left;
	height: 31px;
	width: 184px;
	margin-top: 12px;
	margin-left:4px;
	background-image: url(/img/front/default/library/submenu/btn_edit_message.gif);
	background-repeat: no-repeat;
}


#new_messages_submenu .messages_list a{
	float: left;
	height: 32px;
	width: 192px;
	margin-top: 11px;
	margin-left:7px;
	background-image: url(/img/front/default/library/submenu/btn_messageList_rollovers.gif);
	background-repeat: no-repeat;
}
#new_messages_submenu .messages_list a:hover{
	float: left;
	height: 31px;
	width: 192px;
	margin-top: 12px;
	background-image: url(/img/front/default/library/submenu/btn_messageList.gif);
	background-repeat: no-repeat;
}


#new_messages_submenu .scheduleNewMessage a{
	float: right;
	height: 43px;
	width: 221px;
	background-image: url(/img/front/default/library/submenu/btn_schedule.gif);
	background-repeat: no-repeat;
	margin-right:130px;

}

#new_messages_submenu_submit .save{	
	height: 33px;
	width: 121px;
	border: none;
	float: left;
	background: transparent url(/img/front/default/library/lists/btn_save.gif);
	background-repeat: no-repeat;	
	text-indent:-999999px;
}	

/*-------Recipient submenu button---------*/
#submenu ul.recipients .myRecipients a{
	background-image: url(/img/front/default/library/submenu/btn_recipients.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 157px;
	margin-right: 6px;
		
}

#submenu ul.recipients .myMandatary a{
	background-image: url(/img/front/default/library/submenu/btn_myAgents.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 153px;
	margin-right: 6px;

}

#submenu ul.recipients .myMandatary a:hover{
	background-image: url(/img/front/default/library/submenu/btn_myAgents_rollovers.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 153px;
}

#submenu ul.recipients .mySocialsNetwork a{
	background-image: url(/img/front/default/library/submenu/btn_mySocialsNetwork.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 184px;
	margin-right: 6px;

}


#submenu ul.recipients .mySocialsNetwork a:hover{
	
	background-image: url(/img/front/default/library/submenu/btn_mySocialsNetwork_rollovers.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 184px;
}

#submenu ul.recipients .addRecipient a{
	float: right;
	width: 183px;
	height: 31px;
	background-image: url(/img/front/default/library/submenu/btn_addRecipient.gif);
	background-repeat: no-repeat;
}

#submenu ul.recipients .addMandatary a{
	float: right;
	width: 202px;
	height: 31px;
	background-image: url(/img/front/default/library/submenu/btn_add_mandatary.gif);
	background-repeat: no-repeat;
}

/*-------Users submenu button---------*/
#submenu ul.users .myView a{
	background-image: url(/img/front/default/library/submenu/btn_view_off.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 3px;
	height:32px;
	width: 153px;
}

#submenu ul.users .myView_on a,
#submenu ul.users .myView a:hover{
	background-image: url(/img/front/default/library/submenu/btn_view_on.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 3px;
	height:32px;
	width: 153px;
}

#submenu ul.users .myInformations a{
	background-image: url(/img/front/default/library/submenu/btn_informations_off.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 3px;
	height:32px;
	width: 153px;
}

#submenu ul.users .myInformations_on a,
#submenu ul.users .myInformations a:hover{
	background-image: url(/img/front/default/library/submenu/btn_informations_on.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 3px;
	height:32px;
	width: 153px;
}


/*Agents submenu*/
#submenu ul.recipients .agents_page a{	
	background-image: url(/img/front/default/library/submenu/btn_myAgents_rollovers.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 153px;
	margin-right: 6px;
	margin-top: 3px; 
}

#submenu ul.recipients .recipients_page a{
	background-image: url(/img/front/default/library/submenu/btn_recipients_rollovers.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 157px;
	margin-right: 6px;
	margin-top: 3px; 		
}

#submenu ul.recipients .recipients_page a:hover{
	background-image: url(/img/front/default/library/submenu/btn_recipients.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 157px;
	margin-right: 6px;
	margin-top: 3px; 		
}



/*-------Diary submenu button---------*/
#submenu ul.diary .listOfDiaries a{
	background-image: url(/img/front/default/library/submenu/btn_listOfDiaries.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 243px;
	margin-right: 6px;
	
}


#submenu ul.diary .newDiary a{
	float: right;
	width: 197px;
	height: 31px;
	background-image: url(/img/front/default/library/submenu/btn_newDiary.gif);
	background-repeat: no-repeat;
}

/*---------New recipient submenu----------*/
#submenu ul.edit_recipient_submenu .editRecipient a{
	float: left;
	height: 32px;
	width: 203px;
	margin-left : 40px;
	margin-top: 12px;
	background-image: url(/img/front/default/library/submenu/btn_edit_recipient.gif);
	background-repeat: no-repeat;
}


#submenu ul.edit_recipient_submenu .editMandatary a{
	float: left;
	height: 32px;
	width: 203px;
	margin-left : 40px;
	margin-top: 12px;
	background-image: url(/img/front/default/library/submenu/btn_edit_mandatary.gif);
	background-repeat: no-repeat;
}


/*---------SCHEDULE SUBMENU----------*/
#submenu ul.schedule .new_schedule a{
	background-image: url(/img/front/default/library/submenu/btn_newSchedule.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 164px;
	margin-right: 6px;
	margin-top: 3px; 		
}

#submenu ul.schedule .edit_schedule a{
	background-image: url(/img/front/default/library/submenu/btn_newSchedule.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 164px;
	margin-right: 6px;
	margin-top: 3px; 		
}

/*--------SCHEDULE LIGHTBOX SUBMENU-------*/
#submenu .scheduleLightbox .scheduleMessage a{
	height: 37px;
	width: 136px;
	margin-top: 4px;
	margin-right: 6px;
	background-image: url(/img/front/default/library/submenu/btn_scheduleMessage.gif);
	background-repeat: no-repeat;
}

#submenu .scheduleLightbox .scheduleMessage a:hover{
	height: 37px;
	width: 136px;
	margin-top: 4px;
	margin-right: 6px;
	background-image: url(/img/front/default/library/submenu/btn_scheduleMessage_rollovers.gif);
	background-repeat: no-repeat;
}

#submenu .scheduleLightbox .scheduleMessage_on a{
	height: 37px;
	width: 136px;
	margin-top: 4px;
	margin-right: 6px;
	background-image: url(/img/front/default/library/submenu/btn_scheduleMessage_rollovers.gif);
	background-repeat: no-repeat;
}


#submenu .scheduleLightbox  .scheduleDiary a{
	background-image: url(/img/front/default/library/submenu/btn_scheduleDiary.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 168px;
	margin-right: 6px;
}

#submenu .scheduleLightbox  .scheduleDiary a:hover{
	background-image: url(/img/front/default/library/submenu/btn_scheduleDiary_rollovers.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 168px;
	margin-right: 6px;
}
#submenu .scheduleLightbox  .scheduleDiary_on a{
	background-image: url(/img/front/default/library/submenu/btn_scheduleDiary_rollovers.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 168px;
	margin-right: 6px;
}



#scheduleLightBoxTitle{
	display: inline-block;
	margin: 40px 0 0 40px;
	height: 80px;
	width: auto;
	font-size: 1.6em;
	font-weight: bold;
 	color: #6d6d6d;
}

#submenu .scheduleLightbox .scheduleRecipients a{
	background-image:url("/img/front/default/library/submenu/btn_recipients.gif");
	background-repeat:no-repeat;
	height:32px;
	margin-right:6px;
	width:157px;
}

#submenu .scheduleLightbox .scheduleRecipients_add a{
	height:32px;
	margin-right:0px;
	float: right;
	width:183px;
	background-image: url(/img/front/default/modules/recipients/btn_recipient_add.gif);
	background-repeat: no-repeat;
}

 
/****************EDIT RECEIVER SUBMENU******************/
#submenu .receiver  .receiverData a{
	background-image: url(/img/front/default/library/submenu/btn_validate_datas.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 153px;
	margin-right: 6px;
	margin-top: 5px;
}

#submenu .receiver_archives .receiver_archivesData a{
	background-image: url(/img/front/default/library/submenu/bnt_download_archives.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 233px;
	margin-right: 6px;
	margin-top: 5px;
}

/*** SAFE ***/
#submenu ul.nopadding{padding-left: 0px; border-bottom: 0px}

#submenu .safe_submenu .safe_page a{
	background-image: url(/img/front/default/modules/safe/fr_fr/submenu_safe.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 153px;
	margin-right: 6px;
	margin-top: 5px;
}

#submenu .safe_submenu .safe_page_on a,#submenu .safe_submenu .safe_page a:hover{
	background-image: url(/img/front/default/modules/safe/fr_fr/submenu_safe_on.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 153px;
	margin-right: 6px;
	margin-top: 5px;
}

#submenu .safe_submenu .socialnetwork_page a{
	background-image: url(/img/front/default/modules/safe/fr_fr/submenu_socialnetwork.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 485px;
	margin-right: 6px;
	margin-top: 5px;
}

#submenu .safe_submenu .socialnetwork_page_on a,#submenu .safe_submenu .socialnetwork_page a:hover{
	background-image: url(/img/front/default/modules/safe/fr_fr/submenu_socialnetwork_on.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 485px;
	margin-right: 6px;
	margin-top: 5px;
}#sort_line{float:left;width:100%;height:37px;}
#sort_line .border_right,#sort_line .sort_options,#sort_line .border_left{display:inline;float:left;height:26px;margin-top:5px;margin-bottom:5px;}
#sort_line .border_right{background-image:url(/img/front/default/library/sort/list_border_right.gif);background-repeat:no-repeat;width:12px;margin-left:1%;}
#sort_line .sort_options{background-image:url(/img/front/default/library/sort/list_middle.gif);background-repeat:repeat-x;overflow:hidden;width:94%;}
#sort_line .border_left{background-image:url(/img/front/default/library/sort/list_border_left.gif);background-repeat:no-repeat;width:16px;}
#sortForMessage .second_btn{float:left;width:37%;height:24px;overflow:hidden;}
#sortForMessage .title a{float:left;width:124px;height:18px;margin-top:3px;margin-left:56px;background-image:url(/img/front/default/library/sort/btn_message_title.gif);background-repeat:no-repeat;}
#sortForMessage .title a:hover{width:124px;height:18px;cursor:pointer;background-image:url(/img/front/default/library/sort/btn_message_title_rollovers.gif);background-repeat:no-repeat;}
#sortForMessage .created_date a{float:left;width:115px;height:18px;margin-top:3px;background-image:url(/img/front/default/library/sort/btn_dateCreate.gif);background-repeat:no-repeat;}
#sortForMessage .created_date a:hover{width:115px;height:18px;cursor:pointer;background-image:url(/img/front/default/library/sort/btn_dateCreate_rollovers.gif);background-repeat:no-repeat;}
#sortForDiaries .title a{float:left;width:109px;height:18px;margin-top:3px;margin-left:67px;background-image:url(/img/front/default/library/sort/btn_diaries_title.gif);background-repeat:no-repeat;}
#sortForDiaries .title a:hover{width:109px;height:18px;cursor:pointer;background-image:url(/img/front/default/library/sort/btn_diaries_title_rollovers.gif);background-repeat:no-repeat;}
#sortForDiaries .created_date a:hover{width:121px;height:18px;cursor:pointer;background-image:url(/img/front/default/library/sort/btn_dateCreate_rollovers.gif);background-repeat:no-repeat;}
#sortForRecipient .first_btn{float:left;width:54%;height:24px;overflow:hidden;}
#sortForRecipient .name a{float:left;width:111px;height:18px;margin-top:3px;margin-left:36px;background-image:url(/img/front/default/library/sort/btn_identity.gif);background-repeat:no-repeat;}
#sortForRecipient .name a:hover{width:111px;height:18px;background-image:url(/img/front/default/library/sort/btn_identity_rollovers.gif);background-repeat:no-repeat;}
#sortForRecipient .notifications{float:left;width:101px;height:18px;margin-top:3px;background-image:url(/img/front/default/library/sort/btn_notification.gif);background-repeat:no-repeat;}
#sortForRecipient .action{float:left;width:54px;height:18px;margin-top:3px;margin-left:7px;background-image:url(/img/front/default/library/sort/action.gif);background-repeat:no-repeat;}
#sortForPlaning .first_btn{float:left;width:59%;height:24px;overflow:hidden;}
#sortForPlaning .second_btn{float:left;width:31%;height:24px;overflow:hidden;}
#sortForPlaning .title a{float:left;width:148px;height:18px;margin-top:3px;margin-left:31px;background-image:url(/img/front/default/library/sort/btn_schedule_title.gif);background-repeat:no-repeat;}
#sortForPlaning .title a:hover{width:148px;height:18px;background-image:url(/img/front/default/library/sort/btn_schedule_title_rollovers.gif);background-repeat:no-repeat;}
#sortForPlaning .send_date{float:left;width:78px;height:18px;margin-top:3px;background-image:url(/img/front/default/library/sort/btn_schedule_send_date.gif);background-repeat:no-repeat;}
#sort_line .sortForScheduleLightBox .sortByCreateDate_Lightbox a:hover{float:left;width:121px;height:18px;margin-top:3px;background-image:url(/img/front/default/library/sort/btn_dateCreate_rollovers.gif);background-repeat:no-repeat;}
#sort_line .sortForScheduleLightBox .sortByIdentity_Lightbox a{float:left;width:111px;height:18px;margin-top:3px;margin-left:51px;background-image:url(/img/front/default/library/sort/btn_identity.gif);background-repeat:no-repeat;}
#sort_line .sortForScheduleLightBox .sortByIdentity_Lightbox a:hover{float:left;width:111px;height:18px;margin-top:3px;background-image:url(/img/front/default/library/sort/btn_identity_rollovers.gif);background-repeat:no-repeat;}
#sort_line .sortForScheduleLightBox .sortByDiaries_Lightbox a{float:left;width:109px;height:18px;margin-top:3px;margin-left:37px;background-image:url(/img/front/default/library/sort/btn_diaries_title.gif);background-repeat:no-repeat;}
#sort_line .sortForScheduleLightBox .sortByDiaries_Lightbox a:hover{width:109px;height:18px;cursor:pointer;margin-top:3px;background-image:url(/img/front/default/library/sort/btn_diaries_title_rollovers.gif);background-repeat:no-repeat;}
#sort_line .sortForScheduleLightBox .notifications span{float:left;width:108px;height:18px;margin-top:3px;background-image:url(/img/front/default/library/sort/btn_notification.gif);background-repeat:no-repeat;}
#sortForMessage .first_btn,#sortForDiaries .first_btn{float:left;width:52%;height:24px;overflow:hidden;}
#sortForMessage .action,#sortForDiaries .action,#sortForPlaning .action{float:left;width:54px;height:18px;margin-top:3px;background-image:url(/img/front/default/library/sort/action.gif);background-repeat:no-repeat;}
#sortForDiaries .second_btn,#sortForRecipient .second_btn{float:left;width:36%;height:24px;overflow:hidden;}
#sortForDiaries .created_date a,#sort_line .sortForScheduleLightBox .sortByCreateDate_Lightbox a{float:left;width:121px;height:18px;margin-top:3px;background-image:url(/img/front/default/library/sort/btn_dateCreate.gif);background-repeat:no-repeat;}
#sort_line .sortForScheduleLightBox .sortByIdentity_Lightbox,#sort_line .sortForScheduleLightBox .sortByDiaries_Lightbox{float:left;width:80%;height:24px;overflow:hidden;}
#sort_line .sortForScheduleLightBox .sortByCreateDate_Lightbox,#sort_line .sortForScheduleLightBox .notifications{float:left;width:20%;height:24px;overflow:hidden;}#listOfElements{height:auto;width:100%;display:inline-block;margin:0;}
#listOfElements .oneLineOfResult .border_right,#listOfElements .oneLineOfResult .line_content,#listOfElements .oneLineOfResult .border_left{display:inline;float:left;height:48px;margin-top:2px;}
#listOfElements .oneLineOfResult .line_content{display:inline;width:87%;background-repeat:repeat-x;overflow:hidden;}
#listOfElements .oneLineOfResult .line_content .message_title,#listOfElements .oneLineOfResult .line_content .created_date,#listOfElements .oneLineOfResult .line_content .action{float:left;height:20px;overflow:hidden;text-align:left;margin-top:15px;font-size:0.85em;color:#8f8f8f;}
#listOfElements .oneLineOfResult .line_content .message_title{margin-left:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:46%;}
#listOfElements .oneLineOfResult .line_content .created_date{text-align:center;width:26%;}
#listOfElements .oneLineOfResult .line_content .action{height:35px;width:26%;margin-top:7px;}
#listOfElements .oneLineOfResult .line_content .message_title a{color:#8f8f8f;text-transform:Uppercase;text-decoration:none;font-weight:700;}
#listOfElements .oneLineOfResult .line_content .message_title a:hover,#listOfElements .oneLineOfResult .line_content .message_title a:focus{text-decoration:none;}
#listOfElements .oneLineOfResult .line_content .action ul{float:right;text-decoration:none;margin:0;padding:0;}
#listOfElements .oneLineOfResult .line_content .action li{display:inline;margin:0;padding:0;}
#listOfElements .oneLineOfResult .line_content .action li a{float:right;height:31px;}
#listOfElements .oneLineOfResult .line_content .action .zoom a{background-image:url(/img/front/default/library/lists/zoom_picto.gif);background-repeat:no-repeat;margin-right:7px;width:34px;}
#listOfElements .oneLineOfResult .line_content .action .edit a{background-image:url(/img/front/default/library/lists/edit_picto.gif);background-repeat:no-repeat;width:35px;}
.delete_element{float:left;height:31px;background-image:url(/img/front/default/library/lists/delete_picto.gif);background-repeat:no-repeat;margin-top:7px;width:36px;}
#listOfElements .oneLineOfResult .border_right{background-image:url(/img/front/default/modules/messages/border_right_rollovers.gif);background-repeat:no-repeat;float:left;width:31px;overflow:hidden;margin-left:2%;}
#listOfElements .oneLineOfResult .border_left{background-repeat:no-repeat;overflow:hidden;float:rigth;width:46px;}
#listOfElements .border_bottom{height:5px;width:96%;float:left;margin-left:2%;background-image:url(/img/front/default/library/lists/underline_picto.gif);background-repeat:repeat-x;}
#listOfElements .border_bottom span{float:left;height:4px;width:2%;}
#ListOfAllRecipients{height:auto;width:100%;margin:0;padding:0;}
#ListOfAllRecipients .oneLineDatas{width:100%;float:left;overflow:hidden;position:relative;margin:0;padding:0;}
div.detailledSheetBackground{position:relative;height:365px;margin:0;padding:0;}
div.detailledSheetContent{position:absolute;width:100%;height:365px;background:transparent;margin:0;padding:0;}
.sheetBackgroundRight{float:left;width:15%;height:365px;background-color:#FFF;display:none;margin:0;padding:0;}
.sheetBackgroundMiddle{float:left;width:70%;height:365px;background-color:#FFF;display:none;margin:0;padding:0;}
.sheetBackgroundLeft{width:15%;float:left;height:365px;background-color:#FFF;display:none;margin:0;padding:0;}
div.sheetBackgroundRight span{float:left;height:365px;width:95px;background-image:url(/img/front/default/library/lists/deteriorateBorderRight.gif);background-repeat:repeat-y;display:block;margin:0;padding:0;}
div.sheetBackgroundLeft span{float:right;height:365px;width:95px;background-image:url(/img/front/default/library/lists/deteriorateBorderLeft.gif);background-repeat:repeat-y;display:block;margin:0;padding:0;}
#ListOfAllRecipients .underline{height:10px;width:100%;float:left;background-color:#f8f8f8;}
#ListOfAllRecipients .underline span{height:5px;width:98%;float:left;margin-left:1%;background-image:url(/img/front/default/library/lists/underline_picto.gif);background-repeat:repeat-x;}
.detailledSheetContent .recipientIdentity{width:100%;height:40px;}
.detailledSheetContent .recipientIdentity .nameAndPicto,.detailledSheetContent .recipientIdentity .contact,.detailledSheetContent .recipientIdentity .action{float:left;height:40px;margin:0;padding:0;}
.detailledSheetContent .recipientIdentity .nameAndPicto{width:50%;}
.detailledSheetContent .recipientIdentity .contact{width:37%;}
.detailledSheetContent .recipientIdentity .action{margin-top:4px;width:10%;}
.detailledSheetContent .recipientIdentity .nameAndPicto li,.detailledSheetContent .recipientIdentity .contact li,.detailledSheetContent .recipientIdentity .action li{display:inline;overflow:hidden;margin:0;padding:0;}
.detailledSheetContent .recipientIdentity .contact ul{float:left;text-align:center;width:130px;height:35px;}
.detailledSheetContent .recipientIdentity .nameAndPicto_Schedule .schedule_recipient_checkbox{margin-right:5px;}
.detailledSheetContent .recipientIdentity .action .RecipientZoom{width:35px;height:35px;display:inline-block;background-image:url(/img/front/default/library/lists/zoom_picto.gif);background-repeat:no-repeat;}
.detailledSheetContent .recipientIdentity .action .showRecipientDatas{width:35px;height:35px;display:inline-block;background-image:url(/img/front/default/library/lists/edit_picto.gif);background-repeat:no-repeat;}
.detailledSheetContent .recipientIdentity .action a.showRecipientDatas:hover{width:35px;height:35px;background-image:url(/img/front/default/library/lists/edit_picto_rollovers.gif);background-repeat:no-repeat;}
.detailledSheetContent .recipientIdentity .action .RecipientDelete{display:inline-block;width:35px;height:35px;background-image:url(/img/front/default/library/lists/delete_picto.gif);background-repeat:no-repeat;}
.detailledSheetContent .recipientIdentity .RecipientName{width:87%;float:left;margin-top:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;font-size:0.85em;font-weight:700;color:#8f8f8f;}
.detailledSheetContent .recipientIdentity .RecipientPicto{float:left;width:30px;height:34px;margin-left:10px;margin-right:10px;margin-top:10px;}
.detailledSheetContent .recipientIdentity .RecipientPicto span{float:left;width:22px;height:24px;margin-top:7px;background-image:url(/img/front/default/library/lists/recipients_picto.gif);background-repeat:no-repeat;}
.detailledSheet{width:100%;height:310px;float:left;overflow:hidden;margin:5px 0 0;padding:0 0 0 3%;}
div.detailledSheet .sheetBorderRight{float:left;height:310px;width:17px;background-image:url(/img/front/default/modules/recipients/borderRight.gif);background-repeat:no-repeat;}
div.detailledSheet .sheetContent{float:left;height:310px;width:90%;background-image:url(/img/front/default/modules/recipients/content.gif);background-repeat:repeat-x;}
div.detailledSheet .sheetBorderLeft{float:left;height:310px;width:17px;background-image:url(/img/front/default/modules/recipients/borderLeft.gif);background-repeat:no-repeat;}
div.detailledSheet .headerLine{width:100%;height:25px;}
div.detailledSheet .headerLine li{display:inline;margin:5px 0 4px;padding:0;}
.div.detailledSheet .headerLine{margin-left:3.2%;}
div.detailledSheet .headerLine .lineBorderRight{float:left;width:10px;height:25px;background-image:url(/img/front/default/modules/recipients/title_borderRight.gif);background-repeat:no-repeat;}
div.detailledSheet .headerLine .lineContent{float:left;width:96%;height:25px;background-image:url(/img/front/default/modules/recipients/title_content.gif);background-repeat:repeat-x;}
div.detailledSheet .headerLine .lineContent label{font-size:0.96em;font-weight:700;color:#000;width:100%;text-align:left;line-height:1.5em;}
div.detailledSheet .headerLine .lineBorderLeft{float:left;width:15px;height:25px;background-image:url(/img/front/default/modules/recipients/title_borderLeft.gif);background-repeat:no-repeat;}
div.detailledSheet .identityFieldset{float:left;width:55%;height:100px;}
div.detailledSheet .phonesFieldset{float:left;width:45%;height:100px;}
div.detailledSheet .phonesFieldset ul.phonesAndMmail{margin-top:40px;}
div.detailledSheet .addressFieldset{clear:both;width:100%;height:70px;float:left;margin:10px 0 0;padding:0;}
div.detailledSheet .groupsFieldset{float:left;width:70%;height:110px;}
div.detailledSheet .ActionArea{float:left;width:30%;height:77px;}
div.detailledSheet ul{overflow:hidden;list-style:none;margin:10px 0 0;padding:0;}
div.detailledSheet li{height:29px;overflow:hidden;margin:3px 0;padding:0;}
div.detailledSheet .identityFieldset label,div.detailledSheet .phonesFieldset label,div.detailledSheet .addressFieldset label{float:left;font-size:0.8em;text-align:left;margin-top:6px;overflow:hidden;}
div.detailledSheet .identityFieldset,div.detailledSheet .phonesFieldset{float:left;margin:0;padding:0;}
div.detailledSheet .addressFieldset span.leftDisposition{width:55%;height:27px;overflow:hidden;float:left;margin:0;padding:0;}
div.detailledSheet .addressFieldset span.leftDisposition select{margin-top:6px;}
div.detailledSheet .addressFieldset span.rightDisposition{width:45%;height:27px;float:right;overflow:hidden;margin:0;padding:0;}
div.identityFieldset input,div.addressFieldset span.leftDisposition input{width:280px;height:23px;padding-top:3px;padding-left:4px;float:left;overflow:hidden;background:transparent url(/img/front/default/modules/recipients/long_input_text.gif);background-repeat:no-repeat;border:none;}
div.phonesFieldset input,div.addressFieldset span.rightDisposition input{width:210px;height:23px;padding-top:3px;padding-left:6px;float:left;overflow:hidden;background:transparent url(/img/front/default/modules/recipients/short_input_text.gif);background-repeat:no-repeat;border:none;}
div.groupsFieldset ul{height:67px;float:left;width:100%;overflow:auto;list-style:none;margin:0;padding:0;}
div.groupsFieldset li{height:25px;width:auto;float:left;margin:0 0 4px 7px;padding:0;}
div.groupsFieldset li .groupBorderRight{height:24px;width:14px;float:left;border:none;background:url(/img/front/default/modules/recipients/bg_groupBorderRight.gif);background-repeat:no-repeat;}
div.groupsFieldset li .groupName{height:24px;width:auto;float:left;border:none;background:url(/img/front/default/modules/recipients/bg_groupName.gif);background-repeat:repeat-x;}
div.groupsFieldset li .groupName label{float:left;padding-top:4px;font-size:0.8em;color:#404040;}
div.groupsFieldset li .groupBorderLeft{height:24px;width:19px;float:left;border:none;background:url(/img/front/default/modules/recipients/bg_groupBorderLeft.gif);background-repeat:no-repeat;}
div.groupsFieldset li .delete_recipients_groups{height:7px;width:7px;float:left;margin-top:9px;margin-left:4px;background:url(/img/front/default/modules/recipients/btn_deleteGroup.gif);background-repeat:no-repeat;}
div.groupsFieldset .selectGroup{width:100%;}
div.groupsFieldset div.jquery-selectbox{float:left;width:200px;}
div.groupsFieldset .selectGroup .availableGroups{width:187px;align:center;}
div.groupsFieldset .selectGroup select{width:173px;height:19px;float:left;}
div.ActionArea .saveButtons{height:auto;display:inline-block;width:644px;margin:0;padding:0;}
div.ActionArea .saveButtons input{float:right;width:121px;height:33px;border:none;margin-top:50px;background:transparent url(/img/front/default/library/lists/btn_save.gif);background-repeat:no-repat;}
div.saveMandataryButtons input{float:right;width:121px;height:33px;border:none;margin-top:37px;margin-right:6px;background-image:url(/img/front/default/library/lists/btn_save.gif);background-repeat:no-repat;}
span.recipientContact{float:left;height:30px;width:30%;margin:9px 0 0;padding:0;}
#formIndexNewsletter input.error,#passwordUserForm input.error,#message_text span.error,#editMessageForm textarea.error,#editMessageForm input.error,form.rSheetContent input.error,form#updateReceiver input.error,form#editRecipient input.error,form#editRecipientInSchedule input.error,form#editRecipientLightbox input.error{border-color:#FF8106;border-style:dotted solid;border-width:1px;}
#block_messages #listOfElements{width:96%;display:block;clear:both;margin:0 auto;}
#block_messages .result{background:url("/img/front/default/library/lists/underline_picto.gif") repeat-x 0 100%;position:relative;}
#block_messages .result:hover{background-color:#FFF;}
#block_messages .infosPart{width:100%;margin:0;}
#block_messages .infosPart a{display:block;width:98%;text-decoration:none;color:#8F8F8F;min-height:27px;cursor:pointer;padding:7px 1% 10px;}
#block_messages .message_title{float:left;width:41%;background:url("/img/front/default/modules/messages/mail.gif") no-repeat 0 50%;font-weight:700;line-height:18px;text-transform:uppercase;font-size:0.85em;display:block;padding:0 5%;}
#block_messages .created_date{float:left;width:49%;line-height:18px;font-size:0.85em;display:block;}
#block_messages .action{position:absolute;top:5px;right:10px;width:150px;margin:0;padding:0;}
#block_messages .action li{display:block;float:right;width:35px;height:31px;margin:0 0 0 7px;}
#block_messages .action a{display:block;width:100%;height:100%;}
#block_messages .action .edit{background:url("/img/front/default/library/lists/edit_picto.gif") no-repeat 0 0;}
#block_messages .action .zoom{background:url("/img/front/default/library/lists/zoom_picto.gif") no-repeat 0 0;}
#block_messages .action .delete_element{margin-top:0;}
.hasJS .lifting_ListOfAllRecipients .detailledSheet{display:none;}
.lifting_ListOfAllRecipients div.detailledSheetContent,.lifting_ListOfAllRecipients div.detailledSheetBackground{position:static;height:auto;}
.lifting_ListOfAllRecipients .recipientIdentity{width:98%;height:auto;background:none !important;padding:7px 1% 10px;}
.lifting_ListOfAllRecipients #ListOfAllRecipients .oneLineDatas{background:#F8F8F8 url(/img/front/default/library/lists/underline_picto.gif) repeat-x 0 100%;}
.lifting_ListOfAllRecipients #ListOfAllRecipients{width:98%;margin:0 auto;}
.lifting_ListOfAllRecipients .detailledSheetContent .recipientIdentity .RecipientName{width:50%;line-height:26px;padding-left:4%;background:url("/img/front/default/library/lists/recipients_picto.gif") no-repeat 0 0;margin:0;}
.lifting_ListOfAllRecipients .detailledSheetContent .recipientIdentity .contact li{display:block;float:left;margin-left:3px;}
.lifting_ListOfAllRecipients .detailledSheetContent .recipientIdentity .contact{width:34%;height:22px;margin-top:3px;}
.lifting_ListOfAllRecipients .detailledSheetContent .action{width:11%;margin-top:0;height:30px;}
.lifting_ListOfAllRecipients .detailledSheetContent .recipientIdentity .action a{height:30px !important;}
.lifting_ListOfAllRecipients div.detailledSheet{margin-top:10px;padding:0;}
.lifting_ListOfAllRecipients div.detailledSheet .sheetContent{width:95%;}
.lifting_ListOfAllRecipients .recipientActive .RecipientName{color:#FC8A10;}
.lifting_ListOfAllRecipients .recipientActive .recipientIdentity{background-color:#f8f8f8;}
.lifting_ListOfAllRecipients .recipientActive .detailledSheetContent .recipientIdentity .action .showRecipientDatas{background-image:url(/img/front/default/library/lists/edit_picto_rollovers.gif);}
#listOfElements .oneLineOfResult,#listOfElements .oneLineOfResult:hover{float:left;width:100%;overflow:hidden;height:55px;}
#listOfElements .oneLineOfResult .line_content .message_title:hover,#block_messages .infosPart a:hover,#block_messages .message_title a:hover{text-decoration:underline;}
.detailledSheetContent .recipientIdentity .contact ul,.detailledSheetContent .recipientIdentity .nameAndPicto ul,.detailledSheetContent .recipientIdentity .action ul,div.detailledSheet .headerLine ul{list-style:none;margin:0;padding:0;}
.detailledSheetContent .recipientIdentity .noInformation,.elementDisplay .recipientContact .noInformation{width:21px;height:22px;margin-top:7px;margin-left:3px;display:inline-block;background-image:url(/img/front/default/library/lists/none_picto.gif);background-repeat:no-repeat;}
.detailledSheetContent .recipientIdentity .RecipientPhone,.elementDisplay .recipientContact .RecipientPhone{width:21px;height:22px;margin-top:7px;margin-left:3px;display:inline-block;background-image:url(/img/front/default/library/lists/phone_picto.gif);background-repeat:no-repeat;}
.detailledSheetContent .recipientIdentity .RecipientMail,.elementDisplay .recipientContact .RecipientMail{width:21px;height:22px;margin-top:7px;margin-left:3px;display:inline-block;background-image:url(/img/front/default/library/lists/mail_picto.gif);background-repeat:no-repeat;}
.detailledSheetContent .recipientIdentity .RecipientAddress,.elementDisplay .recipientContact .RecipientAddress{display:inline-block;width:21px;height:22px;margin-top:7px;margin-left:3px;background-image:url(/img/front/default/library/lists/adress_picto.gif);background-repeat:no-repeat;}
div.detailledSheet .identityFieldset label,div.detailledSheet .addressFieldset span.leftDisposition label{width:70px;}
div.detailledSheet .phonesFieldset label,div.detailledSheet .addressFieldset span.rightDisposition label{width:90px;}
#block_messages #listOfElements:after,#block_messages .infosPart a:after,.lifting_ListOfAllRecipients .recipientIdentity:after{content:".";clear:both;display:block;height:0;visibility:hidden;}.jquery-selectbox{position:relative;height:29px;z-index:0;float:right;display:inline;font-size:10px;color:#FFF;margin:4px 4px 4px 0;padding:0;}
.jquery-selectbox .jquery-selectbox-currentItem{height:27px;white-space:nowrap;float:right;overflow:hidden;width:121px !important;text-align:center;background-image:url("/img/front/default/library/lists/btn_select_content.gif");background-repeat:no-repeat;padding:7px 0 0 7px;}
.jquery-selectbox .jquery-selectbox-moreButton{float:right;background:url("/img/front/default/library/lists/btn_select_action.gif");background-repeat:no-repeat;width:26px;height:29px;cursor:pointer;}
.jquery-selectbox .jquery-selectbox-list{display:none;position:absolute;top:28px;left:0;background:#FFF;height:67px !important;width:210px !important;overflow-x:hidden;overflow-y:auto;z-index:1000;border:1px solid #fe8208;padding:2px;}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover{background:url("/img/front/default/library/lists/btn_select_action_rollovers.gif");background-repeat:no-repeat;}
.jquery-selectbox .jquery-selectbox-item.listelementhover{color:#fd8105;height:23px;}
.jquery-selectbox .jquery-selectbox-item{background-image:url("/img/front/default/library/lists/checkbox_picto.gif");background-repeat:no-repeat;color:#7E7E7E;cursor:default;display:block;font-size:1.3em;font-weight:700;height:23px;overflow:hidden;padding-left:25px;padding-top:5px;}
form .error .jquery-selectbox{color:#d00;background-image:url("/img/front/default/library/lists/bg-TextFieldError.gif");background-repeat:no-repeat;border-color:#d00;}
.item-0{display:none !important;}
