/* subscription */

.subscription_layer{
    text-align:center;
    overflow:hidden;
    height:420px;
}
.subscription_layer div.title_text{
    font-weight:bold;
    font-size:1.2em;
}
.subscription_layer div.footer_text{
    font-size:0.95em;
    color: #696A6C;
}
#layer_subscription{display:none;position:absolute;background:transparent url(../images/layer_article_bc.png) top left no-repeat;width:697px;height:479px;font-size:1em;z-index: 800; }
#layer_subscription_content{margin:20px; margin-top:40px;}

.subscription_layer .lable{
    float:left;
    width:290px;
    text-align:right;
    color: #696A6C;
    font-size:1em;
    padding-right:10px;
}
.subscription_layer .input{
    float:left;
}
.s_space{
    line-height:7px;
}
.s_civilite_options input{
    height:15px;
    margin:3px;
}
/* lecture d'un article */
#article_close { float:right; margin-right: 13px; margin-top: 12px}
#article_close img{ height:16px; width:16px;}
#article_close a img{background:transparent url(../images/but_closed.png) 0 0  no-repeat;}
#article_close a:hover img{background: transparent url(../images/but_closed.png) 0 -16px no-repeat; }

.but_envoi_subscribe {height:20px; width: 83px; margin-top: 10px;background:transparent url(../images/fr_FR/but_envoyer.png) 0 0 no-repeat; border:0}
.but_envoi_subscribe:hover { background: transparent url(../images/fr_FR/but_envoyer.png) 0 -20px no-repeat;}

.but_annuler_subscribe {height:20px; width: 83px; margin-top: 8px; background:transparent url(../images/fr_FR/but_annuler.png) 0 0 no-repeat; border:0}
.but_annuler_subscribe:hover { background: transparent url(../images/fr_FR/but_annuler.png) 0 -20px no-repeat;}

#fond_subscribe { display: none;	position: absolute;	top: 0;	left: 0;background-color:#333;opacity:0.5;filter:alpha(opacity=50);height: 1435px; width: 1663px;z-index: 499;}

#scroll-track-top-4 {
	background-image:url(../images/scrollbar_up.png);
	height:10px;
	width:10px;
}
#scroll-track-bot-4 {
	background-image:url(../images/scrollbar_down.png);
	height:10px;
	width:10px;
}
#scroll-handle-top-4 {
	background-image:url(../images/scrollbar_top.png);
	background-repeat:no-repeat;
	height:8px;
	width:10px;
}
#scroll-handle-bot-4 {
	background-image:url(../images/scrollbar_bot.png);
	height:8px;
	width:10px;
}