/*==========================================================*/
/*			TAGS - BALISES									*/
/*==========================================================*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: black;
	color: white;
	margin: 0;
	padding: 0;
}

table, tr, td, th{
	vertical-align: top;
	text-align: left;
	font-size: 10pt;
}

th {
	background-color: #C8D2B9;
}

h1{
	font-size: 16pt;
	color: #ff6404;
	border-bottom: 1px solid white;
	font-weight: normal;
	padding: 0;
	margin: 15px 0 10px 0;
}

h2{
	font-size: 16pt;
	color: #ff6404;
	border-bottom: 1px solid white;
	font-weight: normal;
	padding: 0;
	margin: 15px 0 10px 0;
}

h3{
	font-size: 13pt;
	color: #ff6404;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

form {
	display: inline;
}

input, select, textarea {
	margin: 0;
}

.button {
	background-color: #b24602;
	border: 1px solid white;
	padding-left: 2px;
	padding-right: 2px;
}

a img{
	border: 0;
}

label {
	font-weight: bold;
}

hr {
	border: 1px solid grey;
}

ul, li {
	padding: 0;
	margin: 0; 
}


/*==========================================================*/
/*			TOUTES LES PAGES 								*/
/*==========================================================*/



/*########################### HEADER #############################*/

#general {
	width: 980px;
	background-color: black;
	
	/* centrer */
	position: absolute;
	left: 50%;
	margin-left: -490px;
}

#logo {
	float: left;
	width: 196px;
	height: 49px;
	margin: 10px 0 10px 0;
}

#title {
	float: left;
	width: 530px;
	color: white;
	font-size: 16pt;
	margin: 7px 0 0 20px;
}

#headerlinks {
	float: right;
	color: white;
	font-size: 10pt;
	margin: 0;
	text-align: right;
}

#headerlinks a:link {
	color: white;
	text-decoration: none;
}

#headerlinks a:hover {
	color: white;
	text-decoration: underline;
}



/*########################### NAVBAR #############################*/


#nav {
	clear: both;
	background-image: url(images/navline.png);
	background-repeat: repeat-x;
	margin: 0;
}

#nav ul, #nav li {
	display: inline;
}

#nav ul a:link {
	display: block;
	float: left;
	width: 129px;
	height: 27px;
	background-image: url(images/navpassive.png);
	background-repeat: no-repeat;
	color: white;
	margin: 0 5px 0 0;
	text-align: center;
	text-decoration: none;
	line-height: 27px;
}

#nav ul a:visited {
	display: block;
	float: left;
	width: 129px;
	height: 27px;
	background-image: url(images/navpassive.png);
	background-repeat: no-repeat;
	color: white;
	margin: 0 5px 0 0;
	text-align: center;
	text-decoration: none;
	line-height: 27px;
}

#nav ul a:hover , #nav ul a.active {
	background-image: url(images/navactive.png);
	background-repeat: no-repeat;
	color: black;
}

#search {
	float: right;
	width: 186px;
	height: 24px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
}

#search input {
	background-color: transparent;
	border: 0;
	font-size: 12pt;
	
}

#recherche {
	width: 145px;
}

#btnSubmit {
	width: 25px;
}

/*########################### COLONNE DE GAUCHE #############################*/

#left {
	float: left;
	width: 550px;
	margin: 0;
	padding: 0;
}

.video {
	background-color: #151515;
	padding: 5px;
	margin: 0 0 5px 0;
}

.video img {
	float: left;
	border: 2px solid white;
}

.video img:hover {
	border: 2px solid #fff600;
}

.video div {
	float: right;
	width: 345px;
}

.video em {
	font-size: 9pt;
	color: #777777;
	margin: 1px 0 1px 0;
}

h3 a:link {
	display: inline;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

.pagination {
	background-color: #151515;
	padding: 5px;
	margin: 0 0 5px 0;
	text-align: center;
}


/*########################### COLONNE DE DROITE #############################*/

#right {
	float: right;
	width: 410px;
	margin: 0;
	padding: 0;
}

.grille img {
	float: left;
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.grille img:hover {
	border: 1px solid #fff600;
}

.promoright {
	background-color: #151515;
	text-align: center;
}




/*########################### FOOTER #############################*/

#bottom {
	clear: both;
}

/*########################### FOOTER #############################*/

#footer {
	clear: both;
	text-align: center;
}

#footer a:link {
	color: #25de00;
	text-decoration: none;
}

#footer a:visited {
	color: #25de00;
	text-decoration: none;
}

#footer a:hover {
	color: #25de00;
	text-decoration: underline;
}



/*==========================================================*/
/*			HOMEPAGE										*/
/*==========================================================*/



/*==========================================================*/
/*			CATEGORIES										*/
/*==========================================================*/

#categories {
	float: left;
	width: 780px;
}

.categorie {
	float: left;
	width: 172px;
	height: 142px;
	padding: 0;
	margin: 5px;
	border: 2px solid #333333;
}

.categorie a.title {
	display: block;
	background-color: #333333;
	text-align: center;
	line-height: 25px;
}


/*==========================================================*/
/*			FICHE VIDEO										*/
/*==========================================================*/

.rc {
	background-color: #333333;
	padding: 10px;
	margin: 10px 0 0 0;
	border: 1px solid grey;
}

.rc label {
	color: aaaaaa;
	font-weight: normal;
}

.square {
	float: left;
	width: 35%;
	height: 70px;
	background-color: black;
	margin: 10px;
	padding: 10px;
	text-align: center;
	border: 1px solid grey;
}

.spimage {
	border: 1px solid grey;
}

.vidgrid {
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px;
	text-align: center;
	color: grey;
}

.vidgrid img {
	float: left;
	border: 2px solid white;
}

.vidgrid img:hover {
	border: 2px solid #fff600;
}


/*==========================================================*/
/*			CLASSES & LIENS									*/
/*==========================================================*/

a:link {
	color: #fff600;
	text-decoration: none;
}

a:visited {
	color: #fff600;
	text-decoration: none;
}

a:hover {
	color: #fff600;
	text-decoration: underline;
}



.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

.bclear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.mrst {
	margin-right: 30px;
}

.center {
	text-align: center;
}

.big {
	font-size: 14pt;
}






















/*==========================================================*/
/*			LIVESHOW										*/
/*==========================================================*/

/* Menu */
#menu { 
	border-top: 1px solid #F7308C; 
	border-bottom: 1px solid #F7308C;
}
#menu a, #menu a:link  { 
	color: #F7308C; 
	text-decoration: none; 
	font-weight: bold; 
	padding: 0 30px 0 30px; 
}
#menu a:hover { 
	color: #F7308C; 
	text-decoration: underline; 
	font-weight: bold; 
}

#container { clear: both; }
#container table, #container td { margin: auto; text-align: center; }
#container table, #container td, #container2 table, #container2 td { font-size: 11px; }
#container table, #container2 table { border: 0; }
#container input, #container2 input { border: 1px solid #F7308C; font-size: 14px; }
#container td.pseudo { width: 82px; height: 25px; text-align: left; font-weight: bold; }
#container td.profile, #container td.empty { width: 122px; text-align: right; }
#container td.profile a {
	background-image: url('http://media.eurolive.com/images/new_details.gif'); 
	padding-left: 25px; 
	background-repeat: no-repeat; 
	background-position: left; 
	color: #F7308C; 
	font-weight: bold; 
}
#container td.profile a:hover { text-decoration: none; }
#container2 td.coeur { text-align: right; }
#container2 table.profile { width: 800px; margin: auto; }
#container2 table.profile td.image { width: 200px; }
#container2 table.profile td.infos { width: 250px; }
#container2 table.profile td.astro { width: 250px; border: 1px solid #F7308C; padding: 5px; }
#container2 td.right { border-right: 1px solid #F7308C; }

/* pages */
.pages { text-align: center; }
.pages a {
	padding: 0 2px 0 2px; 
	text-decoration: none; 
}
.pages a:hover { color: #FF007E; }
.pages .active { color: #FF007E; font-weight: bold; }
.next span, .prec span { visibility: hidden; }
a.next, a.prec { width: 11px; height: 5px; }
a.prec { background: transparent url('http://media.eurolive.com/images/week1.gif') no-repeat center center; }
a.next { background: transparent url('http://media.eurolive.com/images/week2.gif') no-repeat center center; }


/* view_show */
.view_show { display: block; width: 80%; background: #F7308C; color: #FFFFFF; text-align: center; font-weight: bold; padding: 3px; }
a.view_show { text-decoration: none; text-transform: uppercase; margin: auto; text-align: center; }

/* Images */
img { border: 0; vertical-align: bottom; }
.thumb { border: 1px solid #F7308C; }

/* separation */
.clear { display: block; height: 1px; clear: both; line-height: 1px; width: 100%; margin-top: 10px; }
.hr { background: white url(http://media.eurolive.com/images/hr.gif) repeat-x top center; height: 21px; }

/* over */
.pic { background: transparent url(http://media.eurolive.com/images/border_pic.gif) no-repeat center center; padding: 8px; }
.over { position: absolute; margin-top: 150px; margin-left: 0; padding: 3px 0 2px 0; width: 52px; }
.over img { border: 1px solid #ccc; background: #fff; z-index: 2000; position: relative; margin-right: 2px; }
.over .transp { 
	position: absolute;
	width: 52px; 
	height: 25px; 
	top: 0; 
	background: transparent url(http://media.eurolive.com/images/pic_bg.gif) no-repeat right top; 
	padding: 0 10px 0 0;
	left: 0;  
	filter: alpha(opacity=50); 
	display: block;   
	-moz-opacity: .50; opacity: .50;
}

/*status*/
.status { position: absolute; margin-top: 155px; margin-left: 181px; width: 19px; height: 19px; display: block; padding: 0; }
.online { background: transparent url(http://media.eurolive.com/images/status/over1.gif) no-repeat center center; }
.offline { background: transparent url(http://media.eurolive.com/images/status/over2.gif) no-repeat center center; }
.one2one { background: transparent url(http://media.eurolive.com/images/status/over3.gif) no-repeat center center; }

/* Popup Thumbs */
table.body { 
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
table.body td { 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
table.body img { border: solid 1px black; }

/* others */
.nopad { padding: 0; margin: 0; }
#drap { margin: 1px; text-align: left; }
#drap img { margin: 2px; }
#drap a { display: block; float: left; width: 20px; height: 30px; }
#drap a:hover, #drap a.active { background-image: url(http://media.eurolive.com/images/up.gif); }
#synergie { text-align: right; margin: 2px; }
