@charset "UTF-8";
@import url("../rsr/modal.css?cKey=1");


/* CSS Document */

.line-header-share {
    float:right;
    display:inline;
    width:413px;
    padding:1em 0;
}

.line-header-share a {
    float:right;
    display:inline;  
    height:16px; 
    font-size:10px;
    color:#3f3f3f;
    margin:0 0 0 10px;
}
.line-header-share a:hover {
    color:#AF001E;
}

/* PODCAST */
.line-header-share a.podcast {
    width:61px;
}
.line-header-share a.podcast span.img {
    background:transparent url('/img/general/pictos-rts.png') no-repeat -266px -33px;
    float:left;
    display:inline;
    width:14px;
    height:16px;
}
.line-header-share a:hover.podcast span.img {
    background:transparent url('/img/general/pictos-rts.png') no-repeat -266px -57px;
}
.line-header-share a.podcast span.label {
    float:left;
    display:inline;
    width:42px;    
    margin:1px 0 0 5px;
}

/* RSS */
.line-header-share a.rss {
    width:46px;
}
.line-header-share a.rss span.img {
    background:transparent url('/img/general/pictos-rts.png') no-repeat -480px -33px;
    float:left;
    display:inline;
    width:16px;
    height:16px;
}
.line-header-share a:hover.rss span.img {
    background:transparent url('/img/general/pictos-rts.png') no-repeat -480px -57px;
}
.line-header-share a.rss span.label {
    float:left;
    display:inline;
    width:25px;    
    margin:1px 0 0 5px;
}

/* AMIS */
.line-header-share a.send-to-friend {
    width:120px;
}
.line-header-share a.send-to-friend span.img {
    background:transparent url('/img/general/pictos-rts.png') no-repeat -156px -35px;
    float:left;
    display:inline;
    width:18px;
    height:12px;
    margin-top: 2px;
}
.line-header-share a:hover.send-to-friend span.img {
    background:transparent url('/img/general/pictos-rts.png') no-repeat -156px -59px;
}
.line-header-share a.send-to-friend span.label {
    float:left;
    display:inline;
    width:97px;    
    margin:1px 0 0 5px;
}

/* IMPRIMER */
.line-header-share a.print {
    width:70px;
}
.line-header-share a.print span.img {
    background:transparent url('/img/general/pictos-rts.png') no-repeat -200px -33px;
    float:left;
    display:inline;
    width:14px;
    height:16px;
}
.line-header-share a:hover.print span.img {
    background:transparent url('/img/general/pictos-rts.png') no-repeat -200px -57px;
}
.line-header-share a.print span.label {
    float:left;
    display:inline;
    width:50px;    
    margin:1px 0 0 5px;
}

/*************************
    Popup envoyer a un ami
*************************/

#modalContainer .formContact .left {
    padding-right: 10px;
    width: 95px;
    float:left;
}
#modalContainer .formContact td {
    font-size: 12px;
    height: 20px;
    padding-bottom: 15px;
    vertical-align: top;
}
#modalContainer .formContact {
    margin-left:35px;
    margin-top:30px;
}
#modalContainer .mandatory {
    color:#A50127;    
}
#modalContainer .formContact input {
    background-image: url("/img/rsr/background/fond_form_input.gif");
    background-repeat: repeat-x;
    border: 1px solid #CFCFCF;
    height: 17px;
    width: 290px;
    display:block;
}
#modalContainer .formContact textarea {
    background-image: url("/img/rsr/background/fond_form_textarea.gif");
    background-repeat: repeat-x;
    border: 1px solid #CFCFCF;
    height: 97px;
    width: 290px;
}
#modalContainer .formContact .btn_form {
    text-align: right;
}
#modalContainer .formContact .btn_form_effacer {
    float: left;
    padding-right: 45px;
}
#modalContainer .formContact .btn_left {
    float: left;
    height: 20px;
    width: 8px;
}
#modalContainer .formContact .btn_body {
    background-image: url("/img/rsr/btn/btn_form_body.gif");
    background-repeat: repeat-x;
    float: left;
    font-size: 11px;
    height: 17px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 3px;
}
#modalContainer .formContact .btn_right {
    float: left;
    height: 20px;
    width: 9px;
}
#modalContainer .formContact .btn_form_validation {
    float: left;
}


#modalContainer .formContact label.error, #modalContainer .formContact p.error {
    color: red;
    display: none;
    float: none;
    padding:0; 
    border:none;
    background:#fff;
    vertical-align: top;
    padding:0 !important;   
    font-family:Verdana !important;
}
#modalContainer .formContact input.error {
    padding:0 !important;   
}
