@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 5px 0;
    overflow:hidden;
}

.list_video a:hover, .list_video a:hover .titre_video, .list_video a:hover .texte_video{
    text-decoration:none;
}

span.vignette_video{
    display:block;
    float:left;
    width:140px;
}
span.vignette_video a{
    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 a img{
    max-width:122px;
    max-height:92px;
    padding:1px 0 0 1px;
}
span.vignette_video a:hover{
    background:url(../img/cadre_video_small.png) top right no-repeat;
    cursor: pointer;
}
a span.texte_video{
    display:block;
    color:black;
    float:right;
    width:500px;
    font-size: 1.1em;
    padding:0 15px 5px 0;
    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:right;
    width:500px;
    padding:0 15px 5px 0;
}
a:hover span.titre_video{
   text-decoration: none;
   cursor: pointer;
}
p.voir_le{
    background:url(../img/voir_le.png) no-repeat;
	background-position:top left;
    float:right;
    width:500px;
    padding:0;
    line-height:1.8em;
    height:2em;
}
span.voir_le{
    background:url(../img/voir_le.png) no-repeat;
	background-position:top left;
    line-height:1.8em;
    height:2em;
    display:block;
    float:right;
    width:500px;
    padding:0;
}
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:right;
    width:500px;
    padding:0;
	padding-left:19px;
}
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:right;
    width:500px;
    padding:0;
	padding-left:19px;
    cursor: pointer;
}


/*ENSEIGNER par françois, octobre 2011 ################################################################################# */
ul.titres_chapitres{
	float:right;
	margin-top:10px;
	margin-bottom:5px;
	width:500px;
    padding:0;
	padding-left:0px;
}

ul.titres_chapitres li{
	background:url(../img/bg_li_chapitre.gif) no-repeat;
	line-height:1.3em;
	color:#8a8683;
	margin-bottom:5px;
	margin-left:-15px;
	font-size:1.1em;
	padding-left:16px;
}

ul.titres_chapitres li a, ul.titres_chapitres li a:hover{
	color:#8a8683;
	font-weight:normal;
	text-decoration:none;
}

ul.titres_chapitres li a:hover{
	text-decoration:underline;
}


