hr {
    border-color : #eaeaea;
}

div.menu a.youAre {
    font-size: 14px;
    width: 92%;
    margin-left: 2%;
    margin-bottom: 5px;
    color: #666;
    padding : 6px;
    background-color: #eaeaea;
    transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-property: background-color;
    -moz-transition-property: background-color;
    -webkit-transition-property: background-color;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    text-decoration: none;
    text-shadow: 1px 1px 0px #fff;
        filter: dropshadow(color=#fff, offx=1, offy=1);
}

div.menu a.youAre:hover {
    color: #333;
    background-color: #dadada;
    text-shadow: 0px 1px 1px #fff;
            filter: dropshadow(color=#fff, offx=0, offy=1);
}

div.menu a.youAre.selected {
    color: #0b4499;
    background-color: #dadada;
    text-shadow: 0px 1px 1px #fff;
            filter: dropshadow(color=#fff, offx=0, offy=1);
    -webkit-box-shadow: inset 0px 0px 5px 2px #999;
                    box-shadow: inset 0px 0px 5px 2px #999;
}

div.info {
    padding : 8px 35px 8px 35px;
    background-color : #eaeaea;
    -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
          border-radius: 4px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eaeaea' ); /* for IE */

        background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#eaeaea) ); /* for webkit browsers */

            background: -moz-linear-gradient(top, #fcfcfc, #eaeaea);


    border : 1px solid #eaeaea;

    -webkit-box-shadow:  0px 0px 1px 0px #eaeaea;;
    -moz-box-shadow:  0px 0px 1px 0px #eaeaea;

        box-shadow:  0px 0px 1px 0px #eaeaea;;
}

h1.titlePage { margin : 10px 0 20px 0; padding-bottom : 10px; color : #4D4D4D; border-bottom : 1px solid #aaaaaa; }

#js_interview .interview_name {
    cursor  : pointer;
    background : #F0F0F0;
    border : 1px solid #DDDDDD;
    width : 100%;
    height : 40px;
    margin : 0 auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#js_interview .interview_name .picto-date {
    background : transparent url('/images/vdsl/cas-client/picto-date.jpg') no-repeat 0 0;
    width : 30px;
    height : 32px;
    display : block;
    float : left;
    margin : 3px 0 0 10px;
    text-align : center;
}

#js_interview .interview_name .picto-date span.month {
    color :#000;
    font-size : 10px;
    font-weight : bold;
    display : block;
    text-align : center;
    height : 10px;
}

#js_interview .interview_name .picto-date span.day {
    color :#000;
    font-size : 10px;
    font-weight : bold;
    display : block;
    text-align : center;
    height : 10px;
    margin-top : 4px;
}

#js_interview .interview_name .sep {
    float : left;
    color : #AAAAAA;
    font-size : 24px;
    line-height : 36px;
    margin : 0 10px;
}

#js_interview .interview_name img {
    float:left;
    margin : 3px 10px 3px 0;
}

#js_interview .interview_name h2 {
    line-height : 40px;
    margin-left : 15px;
    color : #4f4f4f;
    font-size : 18px;
}

#js_interview .interview_name.blue h2,
#js_interview .interview_name:hover h2 {
    color : #285579;
    font-size : 18px;
}

#js_interview .interview_name h2 b.arrow { 
    background : transparent url('/images/vdsl/cas-client/arrow-itw.png') no-repeat 0 100%;
    width : 22px;
    height : 22px;
    float : right;
    margin-right : 15px;
    margin-top : 8px;
    display : block;
}

#js_interview .interview_name.blue h2 b.arrow,
#js_interview .interview_name:hover h2 b.arrow {
    background-position : 0 0;
}

#js_interview .interview_answer { 
    padding : 0 30px;
}    
