/*
 * notice/habillage.css
 * habillage module "notice"
 *
 *
 * @author EIIDM
 * @date 2008-11-25
 * @media screen
 * @site www.ina.fr
 */


/* Menu Module "notice"
 ********************************************************/

div.menu-nav-player {
	background-color:#fff;
}

table.menu-player td {
	background:url("/images/visio/notice/bg_menu_player.jpg") repeat-x;
	cursor:pointer;
}

table.menu-player td.corner-gauche {
	background:url("/images/visio/notice/gauche_both_longue.jpg") no-repeat left;
}

table.menu-player td.corner-droit {
	background:url("/images/visio/notice/droit_both_longue.jpg") no-repeat right;
}

table.menu-player td.corner-gauche:hover,table.menu-player td.corner-gauche.on {
	background:url("/images/visio/notice/gauche_both_longue_hover.png") no-repeat left;
}

table.menu-player td.corner-droit:hover,table.menu-player td.corner-droit.on {
	background:url("/images/visio/notice/droit_both_longue_hover.png") no-repeat right;
}


table.menu-player td:hover,table.menu-player td.on  {
	background:#999900 url("/images/visio/notice/bg_menu_player_hover.jpg") repeat-x;
}

.content_actif {
	background:#fff;
}

table.menu-player td.inactif {
	background:url("/images/visio/notice/bg_menu_player.jpg") repeat-x;
	cursor:auto;
}

table.menu-player td.corner-droit.inactif {
	background:url("/images/visio/notice/droit_both_longue.jpg") no-repeat right;
	cursor:auto;
}


/* info "notice"
 ********************************************************/

div.container-infos-notice {
	background-color:#ebeded;
}

div.container-infos-notice .bouron {
	background-color:#99cc00;
}

div.bt-info-playlist {
	background:url("../../../../images/visio/notice/bt_info_playlist.jpg") no-repeat;
}

div.bt-info-dossier {
	background:url("../../../../images/visio/notice/bt_info_dossier.jpg") no-repeat;
}


/* Notice contenu >> Revoir pour ID avec Dev
 ********************************************************/
 
.notice_contenu {
	background-color:#fff;
}


/* voir les commentaires
********************************************************/

div.container-commentaires {
	border-bottom:solid;
	border-bottom-color:#d8d8d8;
	border-bottom-width:1px;
	border-top:solid;
	border-top-color:#d8d8d8;
	border-top-width:1px;
}

div.container-qr textarea {
	background:none;
	border:none;
}


/* avis
********************************************************/

div.choix-avis div.interessant {
	background:url(../../../../images/visio/notice/picto-interessant.png) center 0 no-repeat;
}

div.choix-avis div.insolite {
	background:url(../../../../images/visio/notice/picto-insolite.png) center 0 no-repeat;
}

div.choix-avis div.drole {
	background:url(../../../../images/visio/notice/picto-drole.png) center 0 no-repeat;
}

div.choix-avis div.emouvant {
	background:url(../../../../images/visio/notice/picto-emouvant.png) center 0 no-repeat;
}

div.choix-avis div.interessant:hover,div.choix-avis div.insolite:hover,div.choix-avis div.drole:hover,div.choix-avis div.emouvant:hover,div.choix-avis div.on {
	background-position:center -34px;
}
