/* ************************************** DIV CONTENU GALERIE */
#contenu_galerie_list{
	position:relative;
	float:left;
	width:905px;
	margin-top:5px;
	margin-left:-5px;
	/* border:1px solid #000; */
}

/* ************************************** BARRE HAUT */

.float_left{
	position:relative;
	float:left;
}

.float_right{
	position:relative;
	float:right;
}

#input_search_visu{
	width:55px;
	border:none;
	background:none;
	margin-left:3px;
	font-weight:bold;
	color:#fff;
	text-indent:4px;
}
#selection_roll a{
	background:url(../images/_interface/btn_selection_jury_off.jpg) top left no-repeat;
	display:block;
	width:317px;
	height:36px;
	text-indent:-5000px;
	overflow:hidden;
	color:#F3BE02;
}

#selection_roll a:hover{
	background:url(../images/_interface/btn_selection_jury_on.jpg) top left no-repeat;
}
#visuel_roll a{
	float:left;
	background:url(../images/_interface/btn_visuels_votes_off.jpg) top left no-repeat;
	display:block;
	width:289px;
	height:36px;
	text-indent:-5000px;
	overflow:hidden;
	color:#F3BE02;
}

#visuel_roll a:hover{
	background:url(../images/_interface/btn_visuels_votes_on.jpg) top left no-repeat;
}

/* ************************************** BARRE AFFICHE INFOS  */
.affiche_infos{
	text-align:center;
	font-weight:bold;
	font-size:11px;
	margin-top:3px;
}

.txt_important{
	color:#dd1c01;
}

/* ************************************** BOX DES VISUELS DU LISTING  */
#list_visus{
	width:905px;
	height:auto;
	padding-left:12px;
}

.box_lisiting_visu {
	position:relative;
	float:left;
	width:220px;
	height:256px;
}

.box_lisiting_visu .img_fond_box_visu{
	position:absolute;
	z-index:1;
	width:220px;
	height:256px;
	background:url(../images/_interface/fond_box_visu_liste.png) top left no-repeat;
}

.titre_listing_visu{
	position:absolute;
	z-index:2;
	height:20px;
	padding-top:15px;
	padding-left:17px;
	padding-right:19px;
	font-weight:bold;
	font-size:12px;
	width:182px;
}

.lien_visu{
	position:absolute;
	z-index:4;
	width:179px;
	height:179px;
}

.lien_visu a{
	width:179px;
	height:179px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	color:#dd1c01;
}

.infos_listing_visu{
	position:absolute;
	z-index:3;
	top:220px;
	padding-left:17px;
	padding-right:19px;
	padding-top:3px;
	font-weight:bold;
	width:182px;
}

.plus_visuel{
	position:absolute;
	z-index:4;
	background:url('../images/_interface/plus_visuel.png');
	width:48px;
	height:46px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
}
.plus_visuel a {
	display:block;
	width:48px;
	height:46px;
}

.img_visu_listing {
	position:absolute;
	z-index:3;
	top:35px;
	margin-left:18px;
	border:2px solid #DD1C01;
	width:179px;
	height:179px;
}

/* ************************************** DETAILS DES VISUELS  */
.detail_visu{
	text-align:center;
	margin-top:20px;
	border:2px solid #dd1c01;
}

.barre_info_detail{
	text-align:center;
	background:url('../images/_interface/fond_info_visu.jpg');
	width:478px;
	height:33px;
	margin-left:214px;
	margin-top:6px;
	font-weight:bold;
}

.radio_vote{
	margin-top:15px;
	width:265px;
	margin-left:325px;
}

#retour_roll a {
	background:url(../images/_interface/btn_retour_galerie_off.jpg) top left no-repeat;
	display:block;
	width:131px;
	height:36px;
	text-indent:-5000px;
	overflow:hidden;
	color:#F3BE02;
}
#retour_roll a:hover {
	background:url(../images/_interface/btn_retour_galerie_on.jpg) top left no-repeat;
}

/** ******************************* DIVER */
.txt_jaune{
	color:#eaa101;
}

.txt_blanc{
	color:#fff;
}

.txt_rouge{
	color:#dd1c01;
}

.txt_13{
	font-size:13px;
}

