/* hors script */

html, body {
	margin:0px;
	padding:0px;
}

/* generique */

.txt_clic {
	cursor:pointer;
}

.invisible {
	display:none;
}

.erreur {
	color:red;
}

#cadre_recherche {
	width:100%;
	background:#E5E5E5;
	border-bottom:2px #810060 dotted;
	text-align:center;
}

#cadre_recherche #theme_selection {

}

#cadre_recherche #theme_selection .themes {
	display:inline;
	margin:0px 5px;
	padding:2px 5px;
	font-weight:bold;
}

#cadre_recherche #theme_selection .themes:hover {
	background:#AAA;
}

#cadre_recherche #theme_selection .theme_selected {
	background:#C10818;
	color:white;
	text-decoration:underline;
}

#cadre_recherche #moteur_recherche {
	text-align:right;
}

#cadre_recherche #moteur_recherche #mc_search {
	width:250px;
}

#order_selection {
	color:black;
}

#order_selection .order_desc, #order_selection  .order_asc {
	padding-right:12px;
	cursor:pointer;
	color:#AAA;
	margin:0px 10px;
}

#order_selection .order_desc:hover, #order_selection  .order_asc:hover {
	color:#434343;
}

#order_selection .order_asc {
	background:url("../images/order_asc.gif") center right no-repeat;
}

#order_selection .order_desc {
	background:url("../images/order_desc.gif") center right no-repeat;
}

#order_selection .order_selected, #order_selection .order_selected {
	color:black;
}

#cadre_video {
	text-align:center;
	width:460px;
	height:505px;
	padding:6px 30px 6px 15px;
	float:right;
}

#cadre_video .titre {
	font-size:16px;
	text-decoration:underline;
	font-weight:blod;
}

#cadre_video .accroche {
	margin:15px 0px;
}

#cadre_video .video {
	background:#E5E5E5;
}

#cadre_video .description {
	display:none;
}

#cadre_video .theme {
	display:none;
}

#cadre_video .stheme {
	display:none;
}

#cadre_video .langue {
	display:none;
}

#cadre_video .duree {
	display:none;
}

#cadre_video .vues {
	display:none;
}

#cadre_video #cadre_vote {
	margin-top:5px;
	text-align:left;
}

#cadre_video #cadre_comments {
	display:none;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:3px solid #999;
}

#cadre_video #cadre_comments .entete {
	background:#999;
	color:white;
	font-size:14px;
	text-align:left;
	padding:2px 5px;
}

#cadre_video #cadre_comments #form_comment {
	text-align:left;
	padding:5px;
}

#cadre_video #cadre_comments #form_comment label {
	text-decoration:underline;
	font-weight:bold;
	margin:2px 0px;
}

#cadre_video #cadre_comments #all_comments {
	font-size:12px;
}

#cadre_video #cadre_comments #all_comments .comment {
	border-bottom:1px solid #999;
	margin:5px 0px;
	text-align:left;
}

#cadre_video #cadre_comments #all_comments .auteur {
	font-style:italic;
	font-weight:bolder;
}

#cadre_video #cadre_comments #all_comments .texte {
	padding:5px 10px;
}

#cadre_video #cadre_comments #all_comments .date {
	text-align:right;
	font-size:10px;
}

#cadre_video #cadre_envois {
	text-align:right;
}

#cadre_videos {

}

.navigation_place {
	width:100%;
	height:25px;
	float:left;
}

#cadre_videos .navigation {
	position:absolute;
	top:156px;
}

#cadre_videos .vignette_video {
	float:left;
	border:1px solid #999;
	padding:2px;
	margin:2px;
}

#cadre_videos .vignette_video img {
	width:70px;
}

#cadre_videos #cadre_page {
	text-align:center;
	width:100%;
	clear:both;
	font-size:13px;
	font-weight:bold;
}

#cadre_videos #cadre_page .lien_page:hover {
	font-style:italic;
}

#cadre_videos #cadre_page .total_pages {
	
}

#cadre_videos #cadre_page .total_pages .current_page {
	font-size:15px;
	font-weight:bolder;
}

/* formulaire envois a un ami */

#form_envois {

}

#form_envois .titre {

}

#form_envois .accroche {

}

#form_envois .description {

}

#form_envois .image {

}

#form_envois .envois_fermer {

}

/* vote */

.star-rating .rated,
.star-rating .current-rating{
	background: url(../images/etoiles.gif);
}

.star-rating{
	position:relative;
	height:14px;
	overflow:hidden;
	list-style:none;
	margin:0px;
	padding:0px;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating span, 
.star-rating .rated,
.star-rating .current-rating{
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-1000em;
	height:14px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}

.star-rating span:hover,
.star-rating span:active,
.star-rating span:focus {
	background-position: left bottom;
}
.star-rating span.one-star {
	width:20%;
	z-index:6;
}
.star-rating span.two-stars {
	width:40%;
	z-index:5;
}
.star-rating span.three-stars {
	width:60%;
	z-index:4;
}
.star-rating span.four-stars {
	width:80%;
	z-index:3;
}
.star-rating span.five-stars {
	width:100%;
	z-index:2;
}
.star-rating .rated,
.star-rating .current-rating {
	top:0px;
	z-index:1;
	background-position: left center;
	
}

.small-star {
	width:75px;
	height:14px;
}

.small-star,
.small-star span:hover,
.small-star span:active,
.small-star span:focus,
.small-star .rated,
.small-star .current-rating{
	background-image: url(../images/etoiles.gif);
	line-height: 10px;
	height: 14px;
}
