/*******************************************
Feuille CSS - Design/Structure
*******************************************/

body {
background-image:url("../img/bg2.png");
background-position:center;
background-repeat:repeat;
background-color:#111111;
font-family:Tahoma;
}

#div_titre {
width:1000px;
height:175px;

margin-left:auto;
margin-top:-15px;
margin-right:auto;

background-image:url("../img/bg_titre.png");
background-position:top;
background-repeat:no-repeat;

text-align:center
}

#div_bg_haut {
width:1000px;
height:56px;

margin-top:-15px;
margin-left:auto;
margin-right:auto;

background-image:url("../img/bg_haut.png");
background-position:top;
background-repeat:no-repeat;
}

#div_bg {
width:1000px;

margin-left:auto;
margin-right:auto;

background-image:url("../img/bg_contenu.png");
background-position:top;
background-repeat:repeat-y;
}

#div_bg_bas {
width:1000px;
height:47px;

margin-left:auto;
margin-right:auto;

background-image:url("../img/bg_bas.png");
background-position:top;
background-repeat:no-repeat;
}

#div_principal {
margin-left:auto;
margin-right:auto;
padding: 1px 0 0 1px ;
overflow:auto;
width:900px;

color:white;
font-size:100%;
font-size:0.8em;
padding-top : -15px;
}



/***************************/
#time_exec {
color:white;
font-size:0.6em;
text-align:center;
}

/* choix des series */
#table_st td {
border-bottom : solid 1px #333 ;
}

/* Separation des tableaux */
div.demi_div {
float:left;
width:50%
}

/*derniers sous titres*/
a{
color : #666 ;
text-decoration : none ;
}

a:hover {
text-decoration : underline ;
}

#last_subs td {
font-size: 0.85em ;
color : #666 ;
}


/* Tous les sous titres */
#all_subs td {
font-size: 0.85em ;
color : #666 ;
cursor : pointer;
}

#all_subs .toggle_title td {
font-weight : bold;
}

#all_subs .toggle_season td {
padding-left : 20px;
color : white;
}
#all_subs .toggle_td td {
padding-left : 40px;
}

a img {
	border : none ;
}

table#gestion_series {
	border-collapse : collapse ;
}

table#gestion_series td, table#gestion_series th{
	border: solid 1px #666 ;
}

/* Erreurs
****************************/
#newSerie {
color:#f00
}
