@charset "utf-8";
/* CSS Document */

.ariane{
    z-index:3;
    position:relative;
    background:#f2f0eb;
    height:23px;
    width:690px;
    margin-left:auto;
    margin-right:auto;
    margin-top:-54px;
    -margin-top:-71px;
    color:#1CC0FB;
    font-size:1em;
}
.ariane_liens{
    padding-left:25px;
}
.ariane a {
    height:23px;
    line-height:23px;
    color:#1cc0fb;
    font-weight:normal;
    text-decoration:underline;
}
.ariane a:hover {
    color:#db6209;
    text-decoration:underline;
}
.cont_text{
    margin-top:20px;
    position:relative;
    z-index:4;
    margin-right:20px;
}
.list_video{
    background:url(../img/barre_listvid.png) top no-repeat;
    padding:20px 0 0 0;
    overflow:hidden;
}
span.vignette_video{
    display:block;
    float:left;
    width:140px;
}
a span.vignette_video {
    display:block;
    width:122px;
    height:102px;
    background:url(../img/cadre_video_small.png) top left no-repeat;
    padding:4px 4px 4px 4px;
}
span.vignette_video img{
    max-width:122px;
    max-height:92px;
    padding:1px 0 0 1px;
}
a:hover span.vignette_video {
    background:url(../img/cadre_video_small.png) top right no-repeat;
    cursor: pointer;
}
a span.texte_video{
    display:block;
    color:black;
    float:left;
    width:500px;
    font-size: 1.1em;
    padding:0 0 5px 10px;
    font-weight: normal;
}
a:hover span.texte_video{
    text-decoration: none;
    cursor: pointer;
}
span.titre_video{
    color:#db6209;
    font-size:1.3em;
    font-weight: bold;
    display:block;
    float:left;
    width:500px;
    padding:0 0 5px 10px;
}
a:hover span.titre_video{
   text-decoration: none;
   cursor: pointer;
}
p.voir_le{
    background:url(../img/voir_le.png) no-repeat;
    margin-left:140px;
    padding:0px 0 0 19px;
    line-height:1.8em;
    height:2em;
}
span.voir_le{
    background:url(../img/voir_le.png) no-repeat;
    line-height:1.8em;
    height:2em;
    display:block;
    float:left;
    padding:0 0 5px 19px;
    margin-left: 10px;
}
p.voir_le a {
    color:#1cc0fb;
    text-decoration:underline;
    font-weight: bold;
    font-size:1em;
    display:block;
}
a span.voir_le {
    color:#1cc0fb;
    text-decoration:underline;
    font-weight: bold;
    font-size:1.1em;
    display:block;
    float:left;
    width:500px;
}
p.voir_le a:hover{
    color:#db6209;
    text-decoration:underline;
    display:block;
    cursor: pointer;
}
a:hover span.voir_le{
    color:#db6209;
    text-decoration:underline;
    display:block;
    float:left;
    width:500px;
    cursor: pointer;
}
