/* --- STYLES DE BASE --- */ 
@font-face {
	font-family: RockwellPerso;
	src: url('../font/Rockwell_Std_Italic.ttf');
}

/* Page */ 
html { 
  font-size: 100%; /* ƒvite un bug d'IE 6-7. (1) */ 
} 
body { 
  font-family: Verdana, Geneva, Tahoma, sans-serif; 
  margin: 0; 
  padding: 0; /* Remettre ˆ zŽro si nŽcessaire. */ 
  /* Pensez ˆ utiliser une collection de polices (2), par ex: 
  font-family: Arial, Helvetica, FreeSans, sans-serif; */ 
  font-size: 12px; /* Ë adapter pour la police choisie. (3) */ 
  line-height: 1.3; /* Ë adapter au design. (4) */ 
  color: #252525;
  background-repeat: repeat-x; 
  background-image: url(../img/bg_header_simple.jpg);
  background-position-x: 1400px;
  font-weight: 100;
} 

#main_page {
  background-repeat: no-repeat; 
  background-image: url(../img/BG_header2.jpg);
}

/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: normal; /* Valeur par dŽfaut. (6) */ 
  font-style: normal;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
} 
h1 { 
  font-size: 1.7em;
} 
h2 {
  font-size: 1.3em;
} 
h3 { 
  font-size: 1em; 
} 
h4 { 
  font-size: 1em; 
} 
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
  list-style: none;
}
 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par dŽfaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: none; 
} 
a:link { 
color:black;
} 
a:visited { 
color:black;
} 
a:hover, a:focus, a:active { 
 color:black;
  text-decoration: none;
} 
/* Pas de bordure pointillŽe ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers ŽlŽments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
}

.strong { 
  font-weight: bold; 
}

.track_number {
	font-family: Impact;
	font-size: 24px;
	color: #e6e6e6;
	position: absolute;
	top: -2px;
	left: 10px;
}

/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
  position: relative;
}

input {
	background: white;
	border: 2px solid rgb(231, 231, 231);
	color: #535353;
	font: normal normal normal 0.92em/normal;
}

.downlight_track {
	color: #8e8e8e;
}

.input {
	width: 570px;
}

.input_block {
	position: relative;
}

.input_error {
	position: absolute;
	right: 0px;
	z-index: 1000;
	background-image: url(../img/bg_error_red.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: white;
	padding: 8px 10px 0px 10px;
	font-size: 14px;
	display:none;
	margin-top: -35px;
}

.textarea_error {
	margin-top: -153px;
}

.left {
	float: left;
	margin-right: 5px;
}

.center {
	margin: 0 auto;
}

.big {
	font-size: 1.2em;
	margin: 5px 0px 0px;
	padding: 7px 8px;
}

.clear-both {
	clear: both;
}

.submit {
	background-color: #33bb11;
	border: 0px solid #339911;
	-webkit-border-bottom-left-radius: 3px 3px;
	-webkit-border-bottom-right-radius: 3px 3px;
	-webkit-border-top-left-radius: 3px 3px;
	-webkit-border-top-right-radius: 3px 3px;
	-moz-border-radius: 3px 3px;
	color: white;
	cursor: pointer;
	font-size: 14px;
	padding: 8px 13px;
	width: auto;
	margin-top: 10px;
}

.submit_vote {
	background-color: #eee;
	border: 0px solid #ddd;
	-webkit-border-bottom-left-radius: 3px 3px;
	-webkit-border-bottom-right-radius: 3px 3px;
	-webkit-border-top-left-radius: 3px 3px;
	-webkit-border-top-right-radius: 3px 3px;
	-moz-border-radius: 3px 3px;
	color: #777;
	cursor: pointer;
	padding: 0px 6px;
	width: auto;
	text-align: center;
	font-size: 10px;
}

.nb_vote {
	font-size: 18px;
	font-family: Impact;
}

.bouton_droite {
	margin-left: 487px;
}

#ajouter_bo {
	height: 30px;
}

.petit {
	font-size: 80%;
}

.medium_size {
	width: 183px;
	margin-bottom: 10px;
}

.gris_clair {
	color: #555555;
}

.message {
	display: none;
	font-weight: bold;
	width: 100%;
	padding: 5px 0px 5px 0px;
	text-align: center;
	margin-bottom: 15px;
}

.error {
	border: 1px solid red;
	color: red;
	background-color: #ED9D91;
}

.ok {
	border: 1px solid green;
	color: green;
	background-color: #AEED9A;
}

.awesome {
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.08, rgb(214,214,214)),
	    color-stop(0.77, rgb(240,240,240)),
	    color-stop(0.95, rgb(240,240,240)),
	    color-stop(0.99, rgb(255,255,255))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(214,214,214) 8%,
	    rgb(240,240,240) 77%,
	    rgb(240,240,240) 95%,
	    rgb(255,255,255) 99%
	);
	border: 1px solid #d1d1d1;
	display: inline-block;
	padding: 5px 10px 6px;
	margin-right: 5px;
	color: #666!important;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 1px 1px white;
	position: relative;
	cursor: pointer;
}

.awesome:hover {
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.08, rgb(201,201,201)),
	    color-stop(0.77, rgb(230,230,230)),
	    color-stop(0.95, rgb(230,230,230)),
	    color-stop(0.99, rgb(245,245,245))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(201,201,201) 8%,
	    rgb(230,230,230) 77%,
	    rgb(230,230,230) 95%,
	    rgb(245,245,245) 99%
	);
	color: #fff;
}

.awesome:active {
	top: 1px;
}

.badge {
	height: 15px;
	width: 21px;
	background-image: url(../img/badge.png);
	position: absolute;
	color: white;
	top: -15px;
	right: -1px;
	text-shadow: 0 0px 0px white;
	text-align: center;
	padding-top: 6px;
	font-size: 10px;
}

.tuto 												{ color: #33CC00; font-size: 100%; 	border: 2px solid #33CC00; background-color: white; text-align: center;
																padding: 0 8px; margin-right: 5px;
																																-webkit-border-bottom-left-radius: 30px 30px;
																																-webkit-border-bottom-right-radius: 30px 30px;
																																-webkit-border-top-left-radius: 30px 30px;
																																-webkit-border-top-right-radius: 30px 30px;
																																-moz-border-radius: 30px 30px; }

.return_movie									{ border-top: 1px solid #e2e2e2;}
.return_movie	.first_step			{ padding-top: 5px; cursor: pointer}
.return_movie	.propo					{ padding-top: 10px}
.return_movie .content 				{ padding-bottom: 10px; }
.return_movie .bouton_droite	{	margin-left: 76%; }
.return_movie ul							{ margin: 0; }
.return_movie .video					{ height: 90px; }
.return_movie	.info						{ padding: 10px 0 0 5px; display: inline; }
.return_movie	h3							{ margin-top: 10px; }
.return_movie .colored				{ color: #33BB11; }
.return_movie .first_step:hover{ background-color: #eee; }

.loading {
	display: none;
	padding: 20px 0 20px 10px;
} 

.loading img {
	margin: 0 10px 0 0;
	float: left;
}

.loading p {
	padding: 10px 0 0 0;
	margin: 0;
	height: 32px;
}

.loading .video {
	clear: left;
	margin-top: 10px;
}

.under-title {
	color: #555555;
	font-size: 90%;
	font-style: italic;
}

.under-title a { 
  text-decoration: none; 
} 

.under-title a:link { 
  color: #555555; 
} 

.under-title a:visited { 
  color: #555555; 
} 

.under-title a:hover, .under-title a:focus, .under-title a:active { 
  color: #555555;
  text-decoration: underline;
} 

.notification {
	-webkit-border-bottom-left-radius: 4px 4px;
	-webkit-border-bottom-right-radius: 4px 4px;
	-webkit-border-top-left-radius: 4px 4px;
	-webkit-border-top-right-radius: 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	background:url("../img/add.png") no-repeat scroll 6px 5px #FFFFFF;
	border:1px solid #DDDDDD;
	color:#666452;
	font-weight:bold;
	margin:10px 0 10px 240px;
	padding:5px 5px 5px 30px;
	width:292px;
}

#affiche {
	position: relative;
}

#affiche #big_play {
	width: 92px;
	height: 92px;
	background-image: url(../img/big_play-hover.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 300;
	left: 45px;
	top: 87px;
	-moz-opacity: 0.6; /*pour firefox */
	-khtml-opacity: 0.6;/* pour safari et konkeror */
	opacity: 0.6; /* pour opera et safari */
	-webkit-transition-property: opacity 0.5s linear;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.5s;
}

#affiche #big_play:hover {
	-moz-opacity: 1; /*pour firefox */
	-khtml-opacity: 1;/* pour safari et konkeror */
	opacity: 1; /* pour opera et safari */
}

#affiche.little #big_play {
	width: 40px;
	height: 40px;
	background-image: url(../img/play-hover.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 300;
	left: 18px;
	top: 30px;
	-moz-opacity: 0.6; /*pour firefox */
	-khtml-opacity: 0.6;/* pour safari et konkeror */
	opacity: 0.6; /* pour opera et safari */
	-webkit-transition-property: opacity 0.5s linear;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.5s;
}

#affiche.little #big_play:hover {
	-moz-opacity: 1; /*pour firefox */
	-khtml-opacity: 1;/* pour safari et konkeror */
	opacity: 1; /* pour opera et safari */
}

.search-page_form input {
	height: 12px;
	width: 500px;
}

.search-page_form {
	margin-bottom: 20px;
}

.resultats .title {
	margin-bottom: 20px;
}

.resultat {
	margin-bottom: 20px;
	min-height:110px;
}

.resultat h2 {
	padding-top: 10px;
}

.resultat a {
	color: #2200C1;
	text-decoration: underline;
}

.imdb_resultats .resultat {
	min-height:50px;
}

#music_tracks {
	margin: 15px 0 0 0;
}

.music-track {
	padding-top: 30px;
}

.music-track_home {
	padding: 5px 0;
	position: relative;
}

.music-track_home img { line-height: 30px; }

#bo img {
	position:relative;
	z-index: 200;
}

#post img {
/*	border: 0px solid black; */
}

#post #parent {
	width: auto;
}

#post .post_image {
	max-width: 588px;
	border: 1px solid rgba(255, 255, 255, 0.40);
	z-index: 10;
}

#post #bordure_interne {
	top: 2px;
	left: 2px;
	border: 1px solid red; /* rgba(255, 255, 255, 0.40) */
	z-index: 11;
	display: inline-block;
}

#post .post_content {
	margin-bottom: 40px;
}

#bo li:first-child, #post li:first-child {
	background-color: white;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
}

#bo li:last-child, #post li:last-child {
	background-color: white;
	border-bottom: 0;
}

#bo li:hover, #post li:hover {
	background-color: #f2f2f2;
}

#bo li, #post li {
	background-color: white;
	border-bottom: 1px dotted #ddd;
	margin-left:190px;
	padding-left:35px;
	-webkit-transition-property: backgound-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: backgound-color;
	-moz-transition-duration: 0.5s;
}

#bo #speaker, #post #speaker {
	position: absolute;
	right: 0px;
	bottom: 5px;
}

/*****************************
* main css 
******************************/

#page {
	width: 1000px;
	margin: 0 auto;
}

#header {
	height: 150px;
	color: #ededed;
	position: relative;
}

#header a {
	color: white;
	text-decoration:none;
}

#logo {
	margin-top: 30px;
}

#ticket_cine {
	position: absolute;
	right: 190px;
	bottom: 0px;
}

#cliquez_ici {
	position: absolute;
	right: 120px;
	bottom: 80px;
}

#menu {
	height: 30px;
	color: white;
}

#main_content {
	float: left;
	width: 590px;
	padding: 30px 10px 0 0;
}

#ok {
	float: left;
}

#info {
	background-image: url(../img/info.png);
	background-repeat: no-repeat;
	background-position-y: -1px;
	padding-left: 20px;
}

/*****************************
* Navigation css 
******************************/
nav						{color: #777}
nav ul				{margin: 0; padding: 0}
nav li				{float: left; margin-right: 15px;}
nav li:hover	{color: #999}

/*****************************
* BO css 
******************************/

#bo, #post {
	position: relative;
	text-align: justify;
	clear: left;
	padding-bottom: 30px;
}

#bo .title, #post .title {
	margin-bottom: 20px;
	margin-right: 60px;
}

#bo .bouton, #post .bouton {
	margin-top: 30px;
	margin-left: 0px;
}

#bo .achat {
	position: relative;
}

#bo .pochette {
	position: absolute;
	top: 10px;
	left: 10px;
}

.music-track a {
	font-size: 70%;
	color: #AAA;
}

/* Publicite / Advert */

#advert {
	background-color: #f3f3f3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #b8b8b8;
	margin: 0 0 20px 0;
	font-size: 16px;
	padding: 20px 50px 0 20px;
	position: relative;
}

#advert #titre {
	font-size: 14px;
	color: #444;
}

#advert a {
	text-decoration: underline;
}

#ribbon {
	position: absolute;
	right: -5px;
	top: -5px;
}

#vinyl {
	margin: 15px 20px 17px 0;
	position: relative;
}

#cover {
	position: absolute;
	left: 5px;
	top: 20px;
}

#itunes-advert {
	margin-top: 25px;
	height: 40px;
	line-height: 40px;
}

#itunes-advert img {
	margin-right: 15px;
}

#amazon-advert {
	margin: 10px 0 30px 0;
	height: 40px;
	line-height: 32px;
}

#amazon-advert img {
	margin-right: 15px;
}

/*autre bo meme artistes */

#siblings {
	margin-top: 10px;
}
/* voir #sidebar .content img */

/* commentaires */
#comments {
	margin-top: 40px;
}

#comments a {
	color: inherit;
}

#comments a:hover {
	text-decoration: underline;
}

#comments ul {
	list-style: none;
	margin: 0px 0 0 0;
}

#comments li {
	margin-top: 10px;
}

#comments h2, #siblings h2 {
	border-bottom: 1px dotted #AAA;
	border-top: 1px dotted #AAA;
	margin-bottom: 20px;
}

#comments h3 {
	font-size: 130%;
	margin-left: 15px;
}

textarea {
	border: 2px solid rgb(231, 231, 231);
	color: #535353;
}

#comments .url {
	font-size: 60%;
	color: #AAA;
	padding-left: 5px;
}

#comments .date {
	width: 100%;
	text-align: right;
	font-size: 50%;
	color: #AAA;
}

#comments .text {
	padding: 5px;
	background-color: #eeeeee;
	position: relative;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 2px solid #eeeeee;
  text-align: justify;
}

#comments .arrow {
 width: 0;
 height: 0;
 line-height: 0;
 border-bottom: 10px solid #eeeeee;
 border-right: 50px solid #FFF;
 position: absolute;
 top: -12px;
 left: 20px;
}

#comments .button {
	display: inline-block;
	margin-right: 50px;
}

#etiquette {
	position: absolute;
	color: #e4ffcf;
	font-size: 0.5em;
	left: 12px;
	top: 8px;
	font-weight: normal;
	z-index: 201;
	-moz-transform:rotate(345deg);
	-webkit-transform:rotate(345deg);
	-o-transform:rotate(345deg);
}

#musiques {
	clear: left;
}

.ombre {
  -webkit-box-shadow: 0px 0px 5px #999;
  -moz-box-shadow: 0px 0px 5px #999;
  border: 3px solid white;
  margin-right: 30px; 
}

#returns_movies h1 {
	margin-bottom: 20px;
}

/*****************************
* sidebar css 
******************************/

#sidebar {
	float: right;
	width: 399px;
	margin: 35px 0 0 0;
	border-left: 0px dotted #CCC;
	background-image: url(../img/bg_sidebar.jpg);
	background-repeat: repeat-y;
	background-position-y: -50px;
}

#sidebar .titre {
	margin-left: 2px;
}

#sidebar .titre h2 {
	font-family: RockwellPerso, Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.5em;
	/*font-style: italic;
	font-weight: bold;*/
}

#sidebar a { 
  text-decoration: none;
} 
#sidebar a:link { 
} 
#sidebar a:visited { 
} 
#sidebar a:hover, a:focus, a:active {
	text-decoration: underline;
} 
#sidebar a:active { 
  outline: none; 
}

#sidebar #recherche {
	margin-bottom: 0px;
}

#sidebar #champs-recherche {
	width: 300px;
	height: 12px;
}

#loupe {
	background-image: url(../img/loupe.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 45px;
	border: 0 !important;
	cursor: pointer;
	margin-right: 15px;
	margin-top: 3px;
	float: right;
}

#sidebar #toutes_bo .content {
	background-image: url(../img/alphabetic_background.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 381px;
	padding: 2px 0px 0px 10px;
}

#sidebar #toutes_bo .content a {
	color: white;
	font-weight: normal;
	font-size: 13px;
	margin-left: 1px;
}

#sidebar #connect {
	margin-bottom:10px;
	margin-left:150px;
	margin-top:-15px;
	color: gray;
	text-align: right;
}

#sidebar #connect #connect_us {
	margin-right: 10px;
}

#sidebar #connect .titre .social {
	height: 26px;
	width: 28px;
	float: right;
	background-repeat: no-repeat;
}

#sidebar #connect .titre #facebook {
	background-image: url(../img/social_logo.png);
}

#sidebar #connect .titre #twitter {
	background-image: url(../img/social_logo.png);
	background-position: -33px 0px;
}

#sidebar #connect .titre #rss {
	background-image: url(../img/social_logo.png);
	background-position: -66px 0px;
	width: 58px;
}

#sidebar .input {
	width: 75%;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 0 10px;
}

#sidebar .content ul {
	list-style: url(../img/point_li.png);
}

#sidebar .titre h2 {
	padding-top: 3px;
}

#sidebar .titre img {
	margin-top: 2px;
	margin-right: 6px;
}

#sidebar .content {
	margin-bottom: 5px;
	font-size: 11px;
}

#sidebar .content img, #siblings img, .allobo_resultats img { 
	margin-top: 5px;
	margin-left: 4px;
	height: 100px;
	width: 70px;
  -webkit-box-shadow: 0px 0px 3px #999;
  -moz-box-shadow: 0px 0px 3px #999;
}

#sidebar #posts_blog .content img { 
	margin-top: 5px;
	margin-left: 4px;
	width: 382px;
  -webkit-box-shadow: 0px 0px 3px #999;
  -moz-box-shadow: 0px 0px 3px #999;
  position: relative;
}

#sidebar #posts_blog .content .parent { 
  position: relative;
}

#sidebar #posts_blog .content .image_subtitle { 
  position: absolute;
  padding: 4px 8px;
  bottom: 4px;
  left: 4px;
  right: 3px;
  background-color: rgba(0, 0, 0, 0.70);
  color: #c9c9c9;
  font-size: 12px;
}


#sidebar #ombre_lecteur_sup {
	background-image: url(../img/ombre_lecteur.png);
	height: 4px;
	width: 388px;
	background-position: 0px 4px;
	margin-bottom: 5px;
	margin-top: 5px;
	display: none;
}

#sidebar #ombre_lecteur_inf {
	background-image: url(../img/ombre_lecteur.png);
	height: 4px;
	width: 388px;
	margin-top: 5px;
	display: none;
}

#sidebar #player {
	display: none;
}

#sidebar .controls {
	width: 389px;
	height: 32px;
	background-image: url(../img/bg_video-player-controllers.png);
	border: 0;
	padding: 0;
	margin-top: -3px;
	position: relative;
}

#sidebar .controls input {
	height: 32px;
	background-image: url(../img/bg_video-player-controllers.png);
	border: 0;
	top: 0;
	position: absolute;
}

#sidebar .controls input:hover {
	background-position-y: -32px;
}

#sidebar .controls input:active {
	background-position-y: -64px;
}

#sidebar .controls #btpause {
	width: 57px;
	left: 0;
}

#sidebar .controls #btnext {
	width: 46px;
	background-position-x: 46px;
	right: 0;
}

#sidebar .controls #btprevious {
	width: 48px;
	background-position-x: 94px;
	right: 46px;
}

#sidebar .controls #btplay {
	width: 57px;
	background-position-y: -96px;
	left: 0;
}

#sidebar .controls #btplay:hover {
	background-position-y: -128px;
}

#sidebar .controls #btplay:active {
	background-position-y: -160px;
}

#clear {
	clear: both;
}

#footer 						{	color: white;
											margin: 20px 0 0 0;
											padding: 20px 0 0 0;
											height: 333px;
											background-image: url(../img/bg_footer.jpg);
											background-repeat: repeat-x;
											background-color: black; }
											
#footer a { color: gray;}											
											
#footer #content 		{ width: 1000px;
											margin: 0 auto; }
#footer .li_content	{	float: left;
											color: gray;
											width: 333px;
											height: 250px; }
#footer .titre			{	height: 20px;
											color: white; }
#footer #copyright	{ text-align: center;
											font-size: 80%;
											color: gray; }


.bouton {
	color: white;
}

.bouton a:hover {
	text-decoration: none;
}

.voter {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #535353;
}

/*****************************
* page d archives / lettre
******************************/
#lettre {
	font-size: 100px;
	font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;;
  margin-top: -30px;
}

/*
#fish {
	font: 16px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #FFF;
	border: 1px solid #333;
	background: #eee;
	margin: 12px; padding: 12px;
	position: relative;
	line-height: 50px;
}

#fish span {
	margin: 0; padding: 0;
}
*/

#bo_archive {
	margin-bottom: 0;
}

#bos_archive 					{ margin: 0; }
#bos_archive .date 		{ float: left; color: #888; font-size: 90%; }
#bos_archive .titre 	{ margin-left: 15px; display: inline; }
#bos_archive .info 		{ color: #888; font-size: 90%; font-style: italic; }

/*****************************
* page de resultat google
******************************/

.resultat-google {
	width:590px; position:relative; overflow:hidden;
}
