/* STRUCTURE
-----------------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000;
	background : #f6f6f6 url(../../image/background.png);
	font-size: 12px;
	font-family: helvetica, Arial, sans-serif;
	/* .822 = 10; .91 = 11 ; .95 = 12; 1.1 = 13; 1.15 = 14; 1.35 = 16 (px)*/
}

.site_full { margin: 0 10px; }

.site {
	width: 1024px;
	margin: 0 auto;
}
	.contenu_externe_site {
	}
		.contenu_site {
			background-color: #f5f5f5;
		}
			.col_principale {
				margin: 8px 0 0;
			}
				.col_gauche {
					width: 170px;
				}
				.col_milieu {
					width: 780px;
				}
					.col_conteneur {
					}
					.col_contenu {
						width: 695px;
						position : relative;
					}
				.col_droite {
					width: 304px;
				}
				.contenu_pied {
					background : url(../../image/fond_footer.png);
					border-radius : 10px;
					color : white;
					margin : 20px 0 25px 0;
				}
					.contenu_pied .partenaire ul{
						list-style-type: none;
						line-height: 90px;
						margin : 0px;
						padding : 0px;
					}
						.contenu_pied .partenaire ul li{
							display : inline-block;
							text-align : center;
							width : 24%;
						}
						.contenu_pied .pied_de_page {
							padding : 25px;
							margin : 0px;
							line-height : 1.4em;
						}
						.contenu_pied .pied_de_page strong{
							font-family: helvetica, Arial, sans-serif;
							font-weight : bold;
						}
/*** LIEN VERS MOBILE ***/
.btn_lien_vmobile  {
	background-color: #4E89C5;
	background-image: -webkit-linear-gradient( #4E89C5, #2567AB); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #4E89C5, #2567AB); /* FF3.6+ */
	background-image:     -ms-linear-gradient( #4E89C5, #2567AB); /* IE10+ */
	background-image:      -o-linear-gradient( #4E89C5, #2567AB); /* Opera 11.10+ */
	background-image:         linear-gradient( #4E89C5, #2567AB);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#4E89C5, EndColorStr=#2567AB);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	text-align: center;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 -1px 1px #145072;
	font-weight: bold;
	outline: 0 none;
	padding: .8em;
	font-size: .6165em;
	width: 140px;
	border: 1px solid #456F9A;
	position: relative;
}
.btn_lien_vmobile:hover {
	color: #FFF;
	background-color: #4596CE;
	background-image: -webkit-linear-gradient( #85bae4, #5393c5); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #85bae4, #5393c5); /* FF3.6+ */
	background-image:     -ms-linear-gradient( #85bae4, #5393c5); /* IE10+ */
	background-image:      -o-linear-gradient( #85bae4, #5393c5); /* Opera 11.10+ */
	background-image:         linear-gradient( #85bae4, #5393c5);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#85bae4, EndColorStr=#5393c5);
}
.btn_lien_vmobile:hover span { display: block; }
.btn_lien_vmobile img { vertical-align: middle; }
.btn_lien_vmobile span {
	display: none;
	position: absolute;
	top: 0;
	left: 170px;
	z-index: 5;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0, .5);
	box-shadow: 0 0 5px rgba(0,0,0, .5);
	background-color: #bbb;
	background-image: -webkit-linear-gradient( #fff, #bbb); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff, #bbb); /* FF3.6+ */
	background-image:     -ms-linear-gradient( #fff, #bbb); /* IE10+ */
	background-image:      -o-linear-gradient( #fff, #bbb); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff, #bbb);
}
.btn_lien_vmobile span:after {
	content: "";
	display: block; /*FF3.0*/
	position: absolute;
	z-index: -1;
	top: 12px; /* value = - border-top-width - border-bottom-width */
	left: -15px; /* controls horizontal position */
	width: 0;
	height: 0;
	border-width: 10px 15px 10px 0; /* vary these values to change the angle of the vertex */
	border-style: solid;
	border-color: transparent #fff;
}

/* CONTENU
-----------------------------------------------------------------------------------------------------------*/
.contenu  { /* ne pas troucher */ }
.contenu_page { clear: both; }
.contenu .image {
	margin: 5px;
}

/*** ENTETE ****/
.contenu .contenu_entete {
	margin: 0;
	padding: 0;
}
.contenu  .contenu_entete  h2.groupe {	margin: 3px 0 0; }
.contenu  .contenu_entete .sous_titre {
	font-size: 1.1em;
	color: #000;
	margin: 0;
	padding: 0;
}


/*** FIL D'ARIANE ***/
.contenu .fildariane {
	padding : 5px;
	border-radius :  5px 5px 0 0;
	background : #ededed;
	margin : 0 10px;
	font-size : 0.9em;
	height : 13px;
}
.contenu .fildariane .fildariane_start {
	float : left;
}
.contenu .fildariane ul {
	margin : 0; padding : 0;
}
.contenu .fildariane ul li {
	list-style: none;
	float : left;
	padding : 0 0 0 15px;
	background : url(../../image/fleche_droite.png) no-repeat 5px center;
}

/*:LVHA
.contenu .fildariane a { color: #DFDFDF; }
.contenu .fildariane a:visited { color: #DFDFDF; }
.contenu .fildariane a:hover { color: #DFDFDF; }
.contenu .fildariane a:active { color: #6bc3e9;}
*/

/*** TITRE ****/
.contenu h2 {
	padding : 0 10px;
	margin : 0px;
	background : #D60175;
	line-height: 32px;
	font-size: 16px;
	border-radius : 3px;
	color : white;
	font-family: helvetica, Arial, sans-serif;
}
.sous_titre {
	background: none repeat scroll 0 0 #D3D3D3;
	border-radius: 0 0 3px 3px;
	color: white;
	font-family: helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 25px;
	margin: 0 5px;
	padding: 0 5px;
}
.contenu h3 {
	padding : 0 10px;
	margin : 10px 0px;
	background : #353D41;
	line-height: 32px;
	font-size: 16px;
	border-radius : 3px;
	color : white;
	font-family: helvetica, Arial, sans-serif;
}
.contenu h4 {
	color: #353D41;
	font-size: 16px;
	margin: 0;
	line-height: 32px;
}
.contenu h5 {
	color: #444;
	font-size: 1em;
	margin: 0;
}
.contenu h6 {
	color: #444;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}
.contenu h2 span, .contenu h3 span, .contenu h4 span, .contenu h5 span, .contenu h6 span { font-weight: normal; }

/**** LISTE ****/
.contenu ul, .contenu ol { margin: 0 2em 2em; padding: 0; }
.contenu ul li {
	list-style-image: url(../../image/puce.png);
	margin: 0 0 .3em;
}
.contenu dl {
	font-size: 1em;
	font-weight: 100;
	position: static;
	padding: 0;
	margin-bottom: 10px;
}
.contenu dt {
	font-size: 1em;
	color: #747474;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.contenu dd {
	/*font-size:1em;
	padding : 2px 5px 15px 20px;*/
}

/*** LIEN: LVHA ***/
a {
	color: #504c86;
	color : #D60175;
	text-decoration: none;
}
/*a:visited { color: #557891; }*/
a:hover { color: #555; text-decoration: underline; }
a:active { color: #557891; }

a.suite_droite, a.suite_gauche, a.precedent_droite, a.precedent_gauche { padding-left: 16px; }
a.suite_droite {	background: url(../../image/fleche_droite.png) 100% 60% no-repeat; }
a.suite_gauche {	background: url(../../image/fleche_droite.png) 0 60% no-repeat; }
a.precedent_droite {	background: url(../../image/fleche_gauche.png) 100% 60% no-repeat; }
a.precedent_gauche {	background: url(../../image/fleche_gauche.png) 0 60% no-repeat; }
a.lien_popup {
	padding-right: 20px;
	background: url(../../../commun/image/ico_popup.png) 100% 60% no-repeat;
}

/* Extension */
a.fichier_doc, a.fichier_txt, a.fichier_xls, a.fichier_rss , a.fichier_app, a.fichier_pdf, a.fichier_zip, a.fichier_pic , a.fichier_mov, a.fichier_snd {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}
a.fichier_doc { background-image: url(../../../commun/image/icofile/css_doc.png); }
a.fichier_txt { background-image: url(../../../commun/image/icofile/css_txt.png); }
a.fichier_xls { background-image: url(../../../commun/image/icofile/css_xls.gif); }
a.fichier_rss { background-image: url(../../../commun/image/icofile/css_rss.gif); }
a.fichier_app { background-image: url(../../../commun/image/icofile/css_app.gif); }
a.fichier_pdf { background-image: url(../../../commun/image/icofile/css_pdf.gif); }
a.fichier_zip { background-image: url(../../../commun/image/icofile/css_zip.gif); }
a.fichier_pic { background-image: url(../../../commun/image/icofile/css_pic.gif); }
a.fichier_mov { background-image: url(../../../commun/image/icofile/css_mov.gif); }
a.fichier_snd { background-image: url(../../../commun/image/icofile/css_snd.gif); }

/*** TEXTE ****/
.normal-text { font-size: 1em; }
.medium-text { font-size: .9em; }
.small-text { font-size: .8em; }
.date-text {
	font: normal .8em arial, Helvetica, sans-serif;
	color: #666;
}

.info-text {
	font-size: 1em;
	color: #c00;
}

pre {
	border-left: 5px solid #EFECE2;
	padding: 1em;
	margin: 1em 0;
	font-size: 1.2em;
	background: #FaF9F5;
	overflow: auto;
}
code {
	background-color: #fff;
	border-bottom: 1px solid #CCC;
	color: #060;
	padding: 2px 4px;
}
kbd {
	background-color: #FAF6F6;
	border-color: #EDD;
	font-size: 1.1em;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	color: #222;
	padding: 0 2px;
}
strong {
	font-weight : normal;
	font-family: helvetica, Arial, sans-serif;
}
blockquote {
	border-radius : 3px;
	margin : 0px;
	padding : 1px 20px 1px 60px;
	background : #EDEDED url(../../image/blockquote.png) no-repeat top left;
}
.contenu_page {
	padding : 10px 0;
}
.contenu_page table {
	border : 1px solid #D3D3D3;
}
.contenu_page table {
	border : 1px solid #D3D3D3;
	border-collapse: collapse;
}
.contenu_page tr {
	border : 1px solid #e4e4e4;
}
.contenu_page caption {
	background :  #e4e4e4;
	padding : 5px;
}
.contenu_page > .vignette {
	float : left;
	margin : 0 10px 10px 0
}
.contenu_page ul {
	list-style-image: url(../../image/puce_a.png);
}
.contenu_page ul ul {
	list-style-image: url(../../image/puce_b.png);
	padding : 5px 0;
	margin : 0 15px;
}

/* FORMULAIRE
-----------------------------------------------------------------------------------------------------------*/
form {}
fieldset {
	padding: 10px;
	border: 1px solid #bbb;
	margin: 10px 0;
	border-radius : 3px;
}
legend {
	color: #557891;
	font-size: 1.15em;
	font-weight: bold;
}
fieldset.groupe {
	margin: 0 3em;
	border: 1px solid #bfb8bf;
}

.contenu_form {}
.obligatoire { font-weight: bold; }

.xInput:focus, .fInput:focus, .gInput:focus, .nInput:focus, .mInput:focus, .sInput:focus, .lInput:focus, .tInput:focus, .spinInput:focus, select:focus, textarea:focus {
	border: 1px solid #F7941D;
}
textarea, select, search, .xInput, .fInput, .gInput, .nInput, .mInput, .sInput, .lInput, .tInput, .spinInput {
	border: 1px solid #bbb;
	padding: 2px;
	border-radius: 3px;
}
input { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }

/*** BOUTON ***/
.bouton, .bouton:focus {
	font-size: 1em;
	cursor: pointer;
	border-radius: 3px;
	padding: 0 25px 2px 25px;
	color: #fff;
	text-decoration:none;
	display: inline-block;
	background-color: #D60175;
	border: none;
}
.bouton:hover {
	text-decoration: underline;
}

.xInput:focus, .fInput:focus, .gInput:focus, .nInput:focus, .mInput:focus, .sInput:focus, .lInput:focus, .tInput:focus, .spinInput:focus, select:focus, textarea:focus {
	border: 1px solid #F7941D;
}
textarea, select, search, .xInput, .fInput, .gInput, .nInput, .mInput, .sInput, .lInput, .tInput, .spinInput {
	border: 1px solid #bbb;
	padding: 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input { }

/* Bouton identification facebook_twitter */
a.connect_facebook, a.connect_twitter {
	padding: 6px 4px 6px 26px;
	border: 1px solid #7F9DB9;
	border-radius: 4px;
	display: inline-block;
	margin: 2px 0;
	min-width: 150px;
	color: #666;
}
a.connect_facebook{ background: #DDEEF6 url(../../../commun/image/connect_facebook_min.png) no-repeat 4px 50%; }
a.connect_twitter{ background: #DDEEF6 url(../../../commun/image/connect_twitter_min.png) no-repeat 4px 50%; }

/*** RECHERCHE ***/

fieldset.form_recherche { border: none; }
fieldset.form_recherche  > div {
	padding: 10px;
	border-top: 1px dotted #919b9c;
	background-color: #f8fafe;
}
fieldset.form_recherche > legend  {
	color: #6189b7;
	font-size: 1.35em;
}

/* LISTE DE RESULTAT
-----------------------------------------------------------------------------------------------------------*/
.table_liste {
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
	background-color: #FFF;
}
.table_liste th {
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-collapse: collapse;
	white-space: nowrap;
	padding: 2px 4px;
	background-color: #F0F0F0;
	color: #999;
}

.table_liste td {
	border: 1px solid #DFDFDF;
	padding: 2px 4px;
}

/*** TABLEAUX ASSISSTES ***/
.table_couleur1 {
	border: 2px solid #fff;
	border-collapse: collapse;
	background-color: transparent;
	font-size: .9em;
}
.table_couleur1 th {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-collapse: collapse;
	white-space: nowrap;
	padding: 2px 4px;
	background-color: #999;
	color: #fff;
	font-weight: bold;
}
.table_couleur1 td {
	border: 2px solid #fff;
	padding: 2px 4px;
	background-color: #F0F0F0;
}

/* A virer */
dl.resultats { margin-bottom: 0; }
dl.resultats dt {
	padding: 1px .5em !important;
	border: 1px solid #eee;
	border-bottom: none;
	background-color: #eee;
}
dl.resultats dt a{
	color: #F2000B !important;
	text-decoration: none !important;
}
dl.resultats dt a:hover{
	color: #ff8300 !important;
	text-decoration: underline !important;
}
dl.resultats dd{
	border: 1px solid #eee;
	border-top: none;
	margin : 0 0 1.5em;
	padding: 1em 1em 0 !important;
	background-color: #f9f9f9;
}

dl.resultats .resultno { padding-right: .3em; }
dl.comments {
	font-size: 1em;
	line-height: 1.6em;
}
dl.comments dt {
	padding: .5em;
	background: #f9f9f9;
	font-weight: normal;
}
dl.comments dd {
	padding: .2em 1.5em 1em;
	margin-bottom: 1em;
	background: #f9f9f9;
	font-size: .9em;
}
dl.comments .postno {
	padding-right: .2em;
	border-right: 1px solid #ccc;
	margin-right: 2px;
	font-size: 1.7em;
}

/* INFORMATION, ALERTE
-----------------------------------------------------------------------------------------------------------*/
.note {
	margin-top: 1em;
	font-size: .9em;
}
.info {
	padding-left: 18px;
	background: transparent url(../../image/info.gif) 0 50% no-repeat;
}

/*** BOITE INFO (information) et AIDE (helpBox) ***/
.helpBoxInfos-ON {
	color: #000;
	background: #F8FAFC url(../../image/help-information.png) 15px 50% no-repeat;
	text-align: left;
	padding: 5px 10px 5px 45px;
	border: 1px solid #B5D4FE;
	margin: 0 0 1em;
	border-radius: 5px;
}
.help-interrogation { background: #F8FAFC url(../../image/help-interrogation.png) 15px 50% no-repeat; }
.help-attention {
	background: #FFF7C0 url(../../image/help-attention.png) 15px 50% no-repeat;
	border-color: #ffd324;
}
.help-critique {
	background: #FFF7C0 url(../../image/help-critique.png) 15px 50% no-repeat;
	border-color: #ffd324;
}
.help-form-echec {
	background: #ECD4D4 url(../../image/help-form-echec.png) 15px 50% no-repeat;
	border-color: #E94E4A;
}
.help-form-ok {
	background: #D4ECD5 url(../../image/help-form-ok.png) 15px 50% no-repeat;
	border-color: #84DA54;
}

.information, .information_marge {
	margin: 0;
	border: 1px solid #C93;
	background-color: #FFC;
	padding: .5em;
}
.information_marge { margin: .5em 0; }
.information_interieur { padding: .5em 1em; }

.message_aucun_resultat {
	color: #000;
	background: #F8FAFC url(../../image/help-information.png) 15px 50% no-repeat;
	text-align: left;
	padding: 5px 10px 5px 45px;
	border: 1px solid #B5D4FE;
	margin: 0 0 1em;
	border-radius: 5px;
}
.message_module_vide {}

/* AJAX
-----------------------------------------------------------------------------------------------------------*/
.ajaxloading_small, .ajaxloading_medium, .ajaxloading_big,
.ajaxloading_small_dialog, .ajaxloading_medium_dialog, .ajaxloading_big_dialog {
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.ajaxloading_small, .ajaxloading_small_dialog { background-image: url(../../image/ajax_small.gif) !important; }
.ajaxloading_small { min-height: 16px !important; }
.ajaxloading_medium, .ajaxloading_medium_dialog { background-image: url(../../image/ajax_medium.gif) !important; }
.ajaxloading_medium { min-height:  32px !important; }
.ajaxloading_big , .ajaxloading_big_dialog {	background-image: url(../../image/ajax_big.gif) !important; }
.ajaxloading_big { min-height: 128px !important; }

.ajaxloading_disableForm   {
	padding: 8px 0 0 8px;
	float: left;
}
.ajaxloading_medium_spin, .ajaxloading_medium_spin_ie {
	display: inline-block;
	width: 32px;
	height: 32px;
	float: left;
}
.ajaxloading_medium_spin { background-image: url(../../image/ajax_medium_spin.png); }
.ajaxloading_medium_spin_ie { background-image: url(../../image/ajax_medium.gif); }

/* ELEMENT
-----------------------------------------------------------------------------------------------------------*/

/*** PAGINATION ***/
.pagination {
	margin-top: 20px;
	padding: 5px 5px;
	border-radius : 5px;
	background : #EDEDED;
}
.pagination a {
	background : white;
	padding: 0 6px;
	text-decoration: none;border-radius : 5px;
}
.pagination a:hover { background-color: #3577d2; color : white; }
.pagination_courant { padding: 0 4px; background-color: #D60175; border-radius : 5px; color : white; font-weight : normal;}
.pagination_navigation { float: right; }
.pagination_cesure { padding: 0; }
.pagination .fleche { border: none; padding: 0; background-color: transparent; }
.pagination .fleche:hover { background-color: transparent; }
.pagination img {
	border: none;
	height: 16px;
	margin-bottom: 2px;
	vertical-align: middle;
	width: 16px;
}

/*** LANGUE ***/
.drapeau_langue {
	padding-right: 7px;
    /*position: absolute;
    right: 527px;*/
    text-align: right;
	float : right;
    top: 13px;
    z-index: 6;
	height : 20px;
	line-height : 20px; padding : 0 10px;
}
.identification {
	float : right;
}
/*** MESSAGE VALIDATION ***/
.ok h3 {
	font-weight: bold;
	font-size: 14px;
	color: #54be48;
	margin: 0;
}
.ok {
	padding: 1em ;
	margin: 1em;
	min-height: 80px;
	border: 4px solid #54be48;
}
.ok a { color: #54be48; }
.ok ul { margin: 2em; }
.ok ul li {
	list-style: square;
	list-style-image: none;
}

/*** 404 ***/
.p404 h3 {
	font-weight: bold;
	border-color: #de2523;
	font-size: 14px;
	color: #de2523;
	margin: 0;
}
.p404 {
	padding: 1em;
	margin: 1em;
	min-height: 100px;
	border-left: 4px solid #DE2523;
}
.p404 a { color: #de2523; }
.p404 ul { margin: 2em; }
.p404 ul li {
	list-style: square;
	list-style-image: none;
}

/*** Bas de contenu ***/
.contenu_bas {
	margin: 10px 0 0;
	background-color: #ededed;
	padding: .5em;
	height: 20px;
	border-radius: 5px;
}
.contenu_bas ul {	margin: 0;}
.contenu_bas li, .boutons_bas li{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
/*** DATE PICKER ***/
.embed + img { position: relative; margin-left: -21px; top: 3px; padding-right: 5px }

/*** OVERLABEL  ***/
.overlabel-defaut {
	color: #666;
	cursor: text;
	margin: 4px 0 0 4px;
}

/*** CAPTCHA ***/
table.captcha {
	padding: 0;
	margin: 0;
	width: 210px;
}
img.captcha {
	padding: 3px;
	border: 1px solid #DFDFDF;
}
.captchaInput { width: 210px; }

/*** TOP ***/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	text-indent: -999px;
	background: #D60175 url(../../image/totop.png) center center no-repeat;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0, .5);
	box-shadow: 0 0 5px rgba(0,0,0, .5);
}
#toTop:hover { background-color: #C8CDD0; }
#toTop:active, #toTop:focus { outline: none; }

/* PRINT
-----------------------------------------------------------------------------------------------------------*/
@media print {
	/*** GENERAL ***/
	body {
		color: #000;
		background: #fff;
		width: auto;
	}

	/*** STRUCTURE ***/
	.site, .contenu_externe_site, .bandeau_haut, .contenu , .col_contenu, .col_milieu {
		width: auto !important;
		height: auto !important;
		margin: 0;
		padding: 0;
		float: none;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	/*** NE PAS IMPRIMER ***/
	noscript, .flash, .captcha,
	#menu_evitement, .menu_gauche, .menu_interne, .menu_pied, .menu_haut,
	.col_gauche, .col_droite,
	.fildariane, .fildariane_start, .pagination,
	.suite_gauche, .suite_droite, .precedent_droite, .precedent_gauche,
	.identification, .identification_titre, .identification_bienvenue,
	.com:after, a.comc:after, a.comc10:after,
	.recherche_generale, #toTop {
		display: none !important;
	}

	#print { display:block; }
	.pagebreak { page-break-after: always; }
	kbd {
		border: 1pt solid #000;
		padding: 0 2pt;
	}
}

/*** Artistes ***/
.artiste_module .vignette_artiste .infos_artiste {
	height: 150px;
}
.artiste_module .vignette_artiste {
	height: 192px;
	border-bottom: 1px solid #C8CDD0;
}
.fiche_artiste .infos {
	float: left;
	font-weight: bold;
	margin-left: 10px;
}
.fiche_artiste .description {
	clear: both;
	overflow: hidden
}
.fiche_artiste .description p {
	margin: 0;
}
.fiche_artiste .readmore {
	margin: 10px;
}

.vote_help {
	font-size: 10px;
}
.img_artiste img {
	margin: 0;
}
.img_artiste .a_artiste img {
	border: 5px solid #E5E5E5;
}

.img_artiste {
	float: left;
}
.img_artiste_fiche {
	float: left;
	width: 700px;
}
.img_artiste_fiche img {
	display: block;
	margin: 0 auto;
}
.suite_artiste {
	float: right;
	font-size: 10px;
	margin: 2px 20px;
}
.vignette_artiste {
	float: left;
	width: 230px;
	margin-top: 10px;
	height: 135px;
}
.vignette_artiste .infos_artiste p.infos {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 10px;
}
.vignette_artiste .infos_artiste span {
	padding: 0;
	margin: 0;
	font-size: 10px;
}
.vignette_artiste .vote_rating_form {
	float: left;
	font-size: 10px;
	margin-left: 85px;
}
.vignette_artiste .vote_rating .vote {
	display: inline-block;
	margin-left: 8px;
	margin-top: 3px;
}
.article_web_tv_accroche .vote_rating .vote {
	font-size: 10px;
	margin-left: 5px;
}
.vignette_artiste .vote_rating {
	margin-left: 85px;
	font-size: 10px;
	float: left;
}
.vignette_artiste .infos_artiste {
	margin: 0 0 0 5px;
	float: left;
	width: 130px;
	height: 100px;
	overflow: hidden;
}
.artiste {
	padding: 10px 0;
}
.artiste .titre a {
	color: #FFF;
}
.artiste .titre {
	/*background: none repeat scroll 0 0 #504C86;*/
}
.song_artiste thead tr:first, .song_artiste thead tr:first th {
	background-color: #FFF !important;
	background: #FFF !important;
	color: #000 !important;
	text-align: left;
}

.comming {
	font-size: 15px;
	text-align: center;
	color: #999999;
	height: 30px;
}

/*** Radio Show ***/

.artiste_liste div:nth-child(2n+2) {
	padding: 0 0 0 10px;
	margin: 0 0 10px;
}
.artiste_liste div {
	float: left;
	width: 330px;
	padding: 0 10px 0 0;
	border-bottom: 1px solid #C8CDD0;
	margin: 0 0 10px;
}

.artiste_liste div p {
	margin: 5px 0;
}


