@charset "utf-8";
/* :::::::::::::::::: */
/* ::::: search ::::: */
/* :::::::::::::::::: */
.common p.result-excerpt
{
	font-style: italic;
}

.common p.result-path
{
	font-size: .85em !important;
}

.common p.result-path a
{
	padding: 0 5px;
	color: #E5332B;
	text-decoration: none;
}

.common p.result-path a:hover
{
	text-decoration: underline;
}

.common p.result-path a:first-child
{
	padding-left: 0;
}

.common p.result-path strong
{
	padding: 0 5px;
	color: #E5332B;
}



/* --------------------------------------------------------------- */
/* ---------------------- pager data ----------------------------- */
/* --------------------------------------------------------------- */

div.pager-data
{
	margin-top: 25px;
	height: 22px;
}

div.pager-data ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

div.pager-data li
{
	display: inline;
	margin: 0 2px;
}

div.pager-data li span,
div.pager-data li a
{
	padding: 5px;
}

/* off */
div.pager-data li a
{
	border: 1px solid #ccc;
	background: #EFEFEF;
	text-decoration: none;
	color: #ccc;
}

/* on */
div.pager-data li span,
div.pager-data li a:hover
{
	border: 1px solid #AFD93C;
	color: #AFD93C;
}
div.pager-data li a:hover
{
	border: 1px solid #AFD93C;
}

/* boutons suivant et précédent */
div.pager-data li a.precedent,
div.pager-data li a.suivant
{
	border: 1px solid #93C2DA;
	background: #93C2DA;
	color: #FFFFFF;
}

div.pager-data li a.precedent:hover,
div.pager-data li a.suivant:hover
{
	border: 1px solid #93C2DA;
	background: #FFFFFF;
	color: #93C2DA;
}


/* ::::::::::::::: */
/* ::::: map ::::: */
/* ::::::::::::::: */

.common div.site-map ul
{
	margin-left: 0;
	list-style: none;
}

.common div.site-map ul li
{
	padding: 2ex;
	border: 1px solid #ddd;
	margin: .5em 0;
	background: #f5f5f5;
}

.common div.site-map ul li a
{
	font-family: din-medium, Arial, Helvetica, sans-serif;
	color: #457e9c;
	text-decoration: none;
	font-size: 1.4em;
	display: block;
}

.common div.site-map ul li a:hover
{
	color: #666;
}

.common div.site-map ul ul
{
	margin: 1em 0 1em 20px;
}

.common div.site-map ul ul li
{
	background: none;
	padding: 0;
	border: none;
	outline: none !important;
	margin: 0;
}

.common div.site-map ul ul li a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1em;
	background: url(../img/primary-links-arrow.gif) no-repeat 0 center;
	padding-left: 10px;
}

.common div.site-map ul ul li a:hover
{
	color: #9BCF06;
}

.common div.site-map ul ul ul
{
	margin: 0 4ex 1em;
}

/* ::::::::::::::::::::::: */
/* ::::: form-search ::::: */
/* ::::::::::::::::::::::: */
form.form-search
{
	background: #fafafa;
	border: 1px solid #eee;
	padding: 10px;
}

form.form-search p
{
	margin: 10px 0;
}

form.form-search strong
{
	color: #5990AD;
}

form.form-search button
{
	background: #5990AD url(../img/button-validate.gif) no-repeat 0 center;
	padding-left: 22px;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
	width: auto;
	display: inline;
}

form.form-search table
{
	border-collapse: collapse;
}

form.form-search table td
{
	padding-bottom: 5px;
}

form.form-search input
{
	padding: 2px;
	border: 1px solid #ddd;
	background: #fff;
	width: 300px;
}

form.form-search input[type='checkbox']
{
	width: auto;
}

form.form-search textarea
{
	padding: 2px;
	border: 1px solid #ddd;
	background: #fff;
	width: 300px;
	height: 70px;
}

form.form-search select
{
	padding: 2px;
	border: 1px solid #ddd;
	background: #fff;
	width: 306px;
}

div.pager
{
	text-align: center;
}

div.pager span
{
	background: #eee;
	padding: 0 5px;
	color: #AFD93C;
	border: 1px solid #ddd;
}

div.pager a
{
	background: #fafafa;
	padding: 0 5px;
	color: #AFD93C;
	font-weight: bold;
	border: 1px solid #ddd;
	text-decoration: none;
}

div.pager a:hover
{
	background: #eee;
}

/* :::::::::::::::: */
/* ::::: news ::::: */
/* :::::::::::::::: */
.common div.item-news
{
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 1em 0;
	zoom: 1;
}

.common div.item-news.default p
{
	margin: 1em 0;
}

.common div.item-news p.thumbnail
{
	float: right;
	margin: 0 0 0 10px;
}

.common div.item-news h3
{
	margin: 0;
	color: #AFD93C;
	font-size: 1.2em;
}

.common div.item-news h3 small
{
	display: block;
}

.common div.item-news h3 a
{
	color: #F0A90D;
}

.common div.item-news p
{
	margin: 0;
}


.common #news-machine .theme, 
.common div.item-news .theme, 
.news-detail .theme,
.common article .theme 
{	
	color:#FFFFFF;
	padding: 0px 5px;
	margin: 0px 5px 0px 0px;
	float: left;	
	font-weight:bold;
}


/* ::::::::::::::: */
/* ::::: box ::::: */
/* ::::::::::::::: */
.common div.box
{
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 1em 0;
	zoom: 1;
}

.common div.box h3
{
	color: #AFD93C;
	font-size: 1.2em;
	margin: 0;
}

.common div.box h4
{
	color: #AFD93C;
	font-size: 1em;
	margin: 0;
}

.common div.box h3 a
{
	color: #AFD93C;
}

.common div.box p.desc, .common div.box div.desc
{
	margin: 1em 0;
	font-size: .9em;
	line-height: 1.3em;
}

.common div.box p.lien-desc
{
	margin: 0 20px;
	font-size: .9em;
	line-height: 1.3em;
	font-style: italic;
	border-left: 1px solid #81B5D0;
	padding-left: 10px;
	color: #81B5D0;
}

.common div.box div.desc p
{
	margin: 0;
}

.common div.box p.breadcrumb
{
	margin: 0;
}

.common div.box p.breadcrumb a
{
	color: #AFD93C;
	text-decoration: none;
}

.common div.box p.breadcrumb a:hover
{
	text-decoration: underline;
}

.common div.box p.breadcrumb strong
{
	color: #AFD93C;
}

.common div.box p.breadcrumb span.sep
{
	padding: 0 3px;
	color: #AFD93C;
}

.common ul.phototheque
{
	margin-left: -10px;
	list-style: none;
	overflow: hidden;
}

.common ul.phototheque li
{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.common ul.phototheque li a
{
	display: block;
	/*height: 90px;*/
	width: 90px;
	padding: 10px;
	background: #fafafa;
	border: 1px solid #ddd;
}

.common ul.phototheque li a img
{
	display: block;
}

.trigger
{
	cursor: pointer;
}

div.collapse-me
{
	overflow: hidden;
}

div.collapse-me *:first-child
{
	margin-top: 0;
}

h3.trigger
{
	color: #AFD93C;
	margin: 0 0 .5em 0;
}

h3.categories
{
	color: #81B5D0;
	font-size: 1.2em;
	margin-top: 2em;
}

div.box ul.liste-simple li a
{
	color: #81B5D0;
	text-decoration: none;
}

div.box ul.liste-simple li a:hover
{
	text-decoration: underline;
}

/* --- videotheque --- */
#onglets-videos
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	border-bottom: 1px solid #ddd;
}

#onglets-videos li
{
	float: left;
	
}

#onglets-videos li a
{
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-right: 2px;	
	padding: 0 10px;
	background-color: #ccc;
	line-height: 32px;
	border-radius: 3px 3px 0 0;
}

#onglets-videos li a:hover,
#onglets-videos li a.selected
{
	color: #fff;
	background: #73aac8;
}


div.trigger-container
{
	background: url(../img/bg-trigger-container.gif) no-repeat 0 0;
	width: 480px;
	height: 29px;
	position: relative;
	cursor: pointer;
}

div.trigger-container h3
{
	position: absolute;
	margin: 7px 0 0 10px;
	padding-left: 8px;
	color: #8cd2ee;
	font-weight: normal;
	font-size: 11px;
	background: url(../img/bg-trigger-title.gif) no-repeat 0 5px;
}

div.trigger-container a
{
	position: absolute;
	right: 0;
	top: 6px;
	margin-right: 10px;
	background: url(../img/bg-trigger-box-open.gif) no-repeat 0 0;
	display: block;
	height: 0;
	width: 62px;
	padding-top: 17px;
	overflow: hidden;
}

div.trigger-container a.expanded
{
	background: url(../img/bg-trigger-box-close.gif) no-repeat 0 0;
}

ul.videotheque
{
	position: absolute;
	overflow: hidden;
	max-height: 364px;
	_height: 364px;
	overflow-y: scroll;
}

ul.videotheque li.playing,
ul.videotheque li.hovered
{
	background: #8cd2ee;
	border-bottom-color: #fff;
	cursor: pointer;
}

ul.videotheque li.playing a,
ul.videotheque li.hovered a
{
	color: #1c8cb9;
}

div.flash-container
{
	height: 398px;
	width: 480px;
	background: #181817;
	overflow: hidden;
}

div.flash-container *
{
	outline: none;
}

h2.video-title
{
	color: #1c8cb9;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Sans-Serif;
	margin-bottom: 15px;
	font-size: 17px;
}






ul.galeries
{
	margin-left: -5px;
	list-style: none;
}

ul.galeries li
{
	float: left;
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 10px;
	width: 90px;
	overflow: hidden;
	margin: 0 0 5px 5px;
}

ul.galeries li a
{
	display: block;
	position: relative;
	text-decoration: none;
}

ul.galeries li a span.label
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: .8em;
	color: #fff;
	background: url(../img/bg-black-70.png) repeat 0 0;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	padding: 3px 0;
	cursor: pointer;
}

ul.galeries li a img
{
	display: block;
}

div.link_type_liste_video
{
	float:left;
}
div.type_video {
	float:right;
}


div.fbSpe,
div.twitterSpe,
div.googleSpe 
{
	margin:10px 10px 10px 10px;
	height:40px;	
	float: left;
	width: 100px;
}

div.link_type_liste_video a {	
	display: block;
	width:150px;
	height:20px;
	padding:5px 10px;
	float:left;
	background:#9BCF06;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}


ul.liste-reportages,
{
	overflow: hidden;
	background: none;
	margin-left: -12px;
	list-style: none;
}

ul.liste-reportages li
{
	float: left;
	background: none;
	background: #fafafa;
	border: 1px solid #ddd;
	margin: 0 0 12px 12px;
	padding: 12px;
	
	height: 94px;
    width: 125px;
    overflow: hidden;
}

ul.liste-reportages li a
{
	display: block;
	position: relative;
	text-decoration: none;
	margin-bottom: 12px;
}

ul.liste-reportages li a span
{
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../img/bg-black-30.png) repeat 0 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: .8em;
	line-height: 1.3em;
	cursor: pointer;
}

ul.liste-reportages li a img
{
	display: block;
	height: 94px;
	width: 125px;
}

div.type_video span.type {
	display: block;
	width:100px;
	height:20px;
	padding:5px 10px;
	float:right;
	background:#1C8CB9;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.common #main-column div.inner div.titres h2 {
	color:#A04182;/*#1C8CB9;*/
	font-size:1.5em;
}
.common #main-column div.inner div.titres h2 span.type {
	color:#AFD93C;
	font-weight:bold;
	font-size:0.7em;
	text-transform: uppercase;
}

div.label
{
	padding: 10px 10px 10px 10px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-top:0px;
	border-bottom:0px;
	margin: 0em 0em 0em 0em;
	/*text-align: justify;*/
	color:#5f666b;
	font-family: Arial, Helvetica, sans-serif;
}

div.label p
{
	margin: 0;
}

div.links {
	padding: 10px 10px 10px 10px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-top:0px;
	margin: 0em 0em 0em 0em;
	text-align: center;	
	height:40px;
}
/*
div.linksshare {
	margin:10px 10px 10px 10px;
	height:40px;
}
div.linksshare div {
	float: left;
	height:40px;
}

div.linksshare .fb-like {
	float: left;
	width: 90px;
}
div.linksshare .twitter {
	float: left;
	width: 120px;
}
div.linksshare .google {
	float: left;
	width: 90px;
}
*/

.links a.video_sd {
	display: block;
	width:40px;
	height:0px;
	padding-top:40px;
	margin:0px 5px 0px 0px;
	overflow: hidden;
	float: left;
	background:url('../img/video_bd.png') no-repeat;
}
.links a.video_sd.over {
	background:url('../img/video_bd_over.png') no-repeat;
}
.links a.video_hd {
	display: block;
	width:40px;
	height:0px;
	padding-top:40px;
	margin:0px 5px 0px 0px;
	overflow: hidden;
	float: left;
	background:url('../img/video_hd.png') no-repeat;
}
.links a.video_hd.over {
	background:url('../img/video_hd_over.png') no-repeat;
}
.links a.link_video_youtube {
	display: block;
	float: left;
	width:40px;
	height:0px;
	padding-top:40px;
	margin:0px 5px 0px 0px;
	overflow: hidden;
	background:url('../img/video_youtube.png') no-repeat;
}
.links a.link_video_dailymotion {
	display: block;
	float: left;
	width:40px;
	height:0px;
	padding-top:40px;
	margin:0px 5px 0px 0px;
	overflow: hidden;
	background:url('../img/video_dailymotion.png') no-repeat;
}

span.textes_pdf {
	display:block;
	float:right;
}
span.textes_pdf a.pdf {
	background: url(../img/video_textes_pdf.png) no-repeat left top;
	display: block;
	text-align:right;
	min-height:40px;
	margin:0px 5px;
	padding:10px 0px 0px 40px;
	text-decoration:none;
	color:#5f666b;
	font-family: Arial, Helvetica, sans-serif;
}
span.textes_pdf a.pdf span.mise_en_valeur{
	color:#FF0000;
	text-decoration: underline;
}
div.player
{
	height: 327px;
	padding: 10px;
	background: #fafafa;
	border: 1px solid #ddd;
}

ul.liste-reportages-videos
{
	overflow: hidden;
	list-style: none;
	margin: 0 0 1em 0;
}

ul.liste-reportages-videos li
{
	border-top: 1px solid #ddd;
}

ul.liste-reportages-videos li:first-child
{
	border-top: none;
}

ul.liste-reportages-videos li a
{
	display: block;
	padding: 10px;
	text-decoration: none;
	overflow: hidden;
	padding-left: 145px;
	position: relative;
	min-height: 94px;
}

ul.liste-reportages-videos li a:hover
{
	background: #f5f5f5;
}

ul.liste-reportages-videos li a img
{
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
}

ul.liste-reportages-videos li span
{
	display: block;
}

ul.liste-reportages-videos li span.title
{
	font-weight: bold;
	color: #6293A5;
}

ul.liste-reportages-videos li span.intro
{
	color: #888;
	line-height: 1.3em;
}

ul.liste-reportages-videos li span.options
{
	overflow: hidden;
	margin-top: .4em;
	display: none;
}

ul.liste-reportages-videos li span.options br
{
	display: none;
}

ul.liste-reportages-videos li span.options i
{
	display: block;
	height: 17px;
	width: 24px;
	float: left;
	margin-right: .5ex;
	overflow: hidden;
	text-indent: -10000px;
	background-color: #73AAC8;
	background-position: center center;
	border-radius: 3px;
}

ul.liste-reportages-videos li span.options i.ico-transcript
{
	background-image: url(../img/ico-transcript.png);
}

ul.liste-reportages-videos li span.options i.ico-hd
{
	background-image: url(../img/ico-highdef.png);
}

div.mask-layer
{
	overflow: hidden;
}


.common div.evenement div.item-news h3 a
{
	color: #9BCF06;
}

form[name="form"] table + br
{
	display: none;	
}

form[name="form"] table
{
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 10px 0;
}

form[name="form"] .police_section
{
	color: #AFD93C;
	font-weight: bold;
}

form[name="form"] img
{
	display: none;
}

/*
 * alert actualités
 */

#global-container #zone_alerte_actu
{
	display: none;
}


/* --------------------------------------
 * actualités
 * ----------------------------------------
 */
.common div.item-news p.sous-titre {
	font-weight:bold;
	margin:0px 0px 10px 0px;	
}

form.form-search a.button {
	background: #5990AD url(../img/button-validate.gif) no-repeat 0 center;
	padding: 2px 10px 1px 22px;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
	width: auto;
	display: inline;
	text-decoration:none;
	font-size:12px;
	margin-left:5px;
}

div.detail-map,
div.detail-map
{
	padding: 15px;
	border: 1px solid #ddd;
	margin: 20px 0;
}

div.detail-map #map_canvas,
div.detail-map #map_canvas
{
	width: 100%!important;
	height:400px;
}


ul.liste-articles-compl {
	float: left;
	list-style: none;
	margin:0px;
	padding:0px;
}
ul.liste-articles-compl li {
	width:100px;
	min-height:210px;
	float: left;
	text-align: center;	
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 6px;
	margin: 1em 0.2em;
}
ul.liste-articles-compl li a {
	text-decoration:none;
}
ul.liste-articles-compl li a:hover {
	color:#e07a0d;
}
ul.liste-articles-compl li .image {
	display: block;
	height:150px;
}
ul.liste-articles-compl li .titre {
	display: block;
	height:60px;
}


/* -------------------------------------------*/
div.alert-closer
{
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../img/ico-close.png);
	height: 30px;
	width: 30px;
	cursor: pointer;
}

div.alert-layer
{
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

div.alert-container
{
	position: absolute;
	left: 50%;
	top: 50px;
	width: 500px;
	margin-left: -310px;
	background: #fff;
	padding: 50px;
	border: 10px solid #ddd;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.7);
	box-shadow: 0 0 20px rgba(0,0,0,0.7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.alert-container h1
{
	margin-top: 0;
	color: #93C2DA;
}

#bloc-modetexte
{
	position: absolute;
	right: 40px;
	top: 1em;
}

#bloc-modetexte a.mode-normal
{
	display: none;
}

#bloc-modetexte a.mode-texte
{
	display: block;
	text-decoration: none;
	background: url(../img/ico-text.png) no-repeat 0 5px;
	padding: 5px 5px 5px 25px;
	font-weight: bold;
}

span.zoom-text-more,
span.zoom-text-less
{
	display: block;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 0;

}

span.zoom-text-more a,
span.zoom-text-less a {
	display: block;
	width: 24px;
	padding-top: 24px;
	height: 0;
	overflow: hidden;
	background: url(../img/icon-zoom.png) no-repeat 0 0;
}

span.zoom-text-more
{
	right: 0;
}

span.zoom-text-more a {
	background-position: 0 0;
}

span.zoom-text-less
{
	right: 34px;
}

span.zoom-text-less a {
	background-position: -24px 0;
}

span.zoom-text-more a:hover
{
	background-position: 0 -24px;
}

span.zoom-text-less a:hover
{
	background-position: -24px -24px;
}


/* ------------ share ---------------- */
#bloc-share
{
    background: url(../img/pointilles.gif) repeat-x 0 bottom;
    margin: 20px 0px 20px 0px;
}
#bloc-share ul
{
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none;
    height: 50px;
}

#bloc-share li
{
    display: block;
    float: left;
    height: 39px;
    margin-left: 40px;
}
#bloc-share li.partager
{
    margin-left: 0;
}
#bloc-share li a
{
    display: block;
    height: 39px;
    padding-left: 42px;
    font-family: CenturyGothicRegular, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #405364;
    text-decoration: none;
    line-height: 34px;
}
#bloc-share li a:hover
{
    text-decoration: underline;
}
#bloc-share li.partager a
{
    background: url(../img/picto-partager.gif) no-repeat 0 3px;
}

#bloc-share li.envoyer a
{
    background: url(../img/picto-envoyer.gif) no-repeat;
}

#bloc-share li.commentaire a
{
    background: url(../img/picto-commentaire.gif) no-repeat;
}

#bloc-share li.print a
{
    background: url(../img/picto-imprimer.gif) no-repeat;
}

/* -------- afficher / masquer commentaire ------------- */
#bloc-share li.commentaire
{
    display: none;
}

body.comment #bloc-share li.commentaire,
body.comment div.comment
{
    display: block;
}

/* ------------------------------------ */
/* ---------- share add this ---------- */
/* ------------------------------------ */

#main-container div.share,
#main-container div.comment
{
    overflow: hidden;
    background: url("../img/fond-bloc-int-3.gif") repeat-x scroll 0 0 #C8DBE5;
    padding: 0 17px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color:#36202E;
}

#main-container div.share p,
#main-container div.comment p
{
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: .9em;
    color:#36202E;
}
#main-container div.share h3,
#main-container div.comment h3
{
	color:#36202E;
}
#main-container div.comment form
{
    background: none;
    color:#36202E;
}

#main-container div.comment h3.titre-paragraphe
{
    color: #36202E;
}

#main-container div.share label
{
    display: block;
    margin: 0 0 10px 0;
    height: 24px;
}

#main-container div.share label span
{
    display: block;
    float: left;
    background: url(../img/link.png) no-repeat;
    width: 24px;
    height: 0;
    padding-top: 24px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 5px;
}
#main-container  div.share label span:hover
{
    background: url(../img/link-over.png) no-repeat;
}

#main-container div.share input
{
    width: 350px;
    padding: 3px 10px;
    border: 1px solid #557f9e;
    color: #557f9e;
    font-family: CenturyGothicRegular, Arial, Helvetica, sans-serif;
    font-size: .9em;
}

div.addthis_toolbox
{
    height: 34px;
    margin: 10px 0;
}

div.addthis_default_style a
{
    padding: 0!important;
    margin-right: 5px;
}

/* -------------------------------------- */
/* ----------- commentaire -------------- */
/* -------------------------------------- */
div.texte-commentaire
{
    border: 1px solid #C8DBE5;
    margin: 0 0 40px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-bottom: 10px;
}

div.texte-commentaire div.item
{
    margin-bottom: 10px;
}

div.texte-commentaire h3
{
    background: #C8DBE5;
    padding: 5px 10px;
    color: #91278F !important;
    font-family: CenturyGothicRegular, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0;
}

div.texte-commentaire div.item p
{
    margin: 0;
    padding: 0 10px;
}

div.texte-commentaire div.item p.auteur
{
    background: url(../img/picto-commentaire-small.png) no-repeat 10px 0;
    padding-left: 40px;
    min-height: 19px;
    _height: 19px;
    color: #62809A;
    font-style: italic;
    margin-top: 10px;
}

div.texte-commentaire div.item p.texte
{
    margin-left: 30px;
    line-height: 1.1em;
    font-size: .9em;
}

/* ---- print ---- */

div.print-content {
	padding: 30px;
}

div.print-content h2 {
    color: #9BCF06;
    font-size: 1.5em;
    margin-bottom: 25px;
}

div.logo {
	margin-bottom: 30px;
}

div.footer-infos {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	text-align: center;
	margin-top: 25px;
}

body.print #bloc-share,
body.print a.print,
body.print a.button-back {
	display: none;
}

/*
**

SLIDER

**
*/

.bg-slider 
{
	position:relative;
	height:11px;
	width:220px;
	margin-top:5px;
	
	border-radius:3px;
	
	-moz-box-shadow: 1px 2px 0 #111 inset, 1px 2px 3px #111 inset, 0 7px 24px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .05);
	-webkit-box-shadow: 1px 2px 0 #111 inset, 1px 2px 3px #111 inset, 0 7px 24px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .05);
	box-shadow: 0 7px 24px rgba(0, 0, 0, .17) inset;
	
	background-color: #ffffff;
	border:1px solid #ccc;
}

.result-slider
{
	width:0px;
	margin:1px;
	height:9px;
	border-radius:2px;
}

.cursor-slider
{
	position:absolute;
	top:-15px;
	background:url('/admin/img/slider.png') no-repeat;
	width:13px;
	height:20px;
	cursor:pointer;
}

.cursor-slider span
{
	position:absolute;
	left:15px;
	top:3px;
	font-size:9px;
	color:#3c3c3c;
}
