/* CSS Document */
html, body {
	height: 100%;
}
body {
	font-color:#000099;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	/*background-color: #333333;*/
	margin-top:15px;
	padding:0;
	background:url(../images/bgd2011.jpg);
	background-attachment:fixed;
}
/* Calques toutes pages  */
#global {
	/* min-height: 100%; /* -> rempli la page grace au height du body et html ci-dessus */
	width: 808px;
	overflow: hidden; /* -> bloque la fusion des marges des blocs enfants */
	margin-right:auto;
	margin-left:auto; /* -> les margin auto pour centrer la colonne dans la page */
	/*background-color:#e4e4e4;*/
	background-image:url(../images/fondgris2.png);
	background-repeat:repeat-xy;
    -moz-border-radius: 10px 10px 0 0; 
    -webkit-border-radius: 10px 10px 0 0; 
    border-radius: 10px 10px 0 0;
	}
/* Calque de la banni�re */
#toppage {
	background:url(../images/index-bar.png);
	padding: 0px 0px 0px 0px;
	width:808px;
	height:91px;
    -moz-border-radius: 10px 10px 0 0; 
    -webkit-border-radius: 10px 10px 0 0; 
    border-radius: 10px 10px 0 0;
}
/*
Container for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics.
*/
#menuwrapper {
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #4e008d;
	background-image: url(../menus/images/p7exp_mbar.jpg);
	background-repeat: repeat-x;
	height:25px;
}
/* Calque du bandeau titre */
#bandtitre {
	padding-left:15px;
	background-color:#fe7428;
	text-align:left;
	color:1e0036;
	font-size:15pt;
	font-weight:bold;
}
/* calque du contenu central */
#ctn {
	padding: 15px 15px 0px 15px ;
	overflow: hidden; /* -> bloque la fusion des marges des blocs enfants */
}
/* div pied de page avec le copyright dans le div global mais pas dans le div ctn */
#topcopy {
background-color:#3f0071;
color:#e4e4e4;
	margin-left: auto;
	margin-right: auto; /* -> les margin auto pour centrer la colonne dans la page */
overflow:hidden;
}
.topcopy {
	clear:both;
}

/*  Bordures pour les tableaux de textes et pr�sentations */

.tdidrga { BORDER-RIGHT: #000033 2px solid;
BORDER-LEFT: #330066 1px solid ; }
.tdidr { BORDER-RIGHT: #000033 2px solid } /* Cellule tableau bord�e droite */
.tdidrba { BORDER-RIGHT: #000033 2px solid; /* Cellule tableau bord�e droite bas */
BORDER-BOTTOM: #000033 2px solid }
.tdiga { BORDER-LEFT: #330066 1px solid } /* Cellule tableau bord�e gauche */
.tdigaba { BORDER-BOTTOM: #000033 2px solid; /* Cellule tableau bord�e gauche et bas */
BORDER-LEFT: #330066 1px solid }
.tdiba { BORDER-BOTTOM: #000033 2px solid } /* Cellule tableau bord�e en bas */
.tbltot { BORDER-RIGHT: #000033 2px solid; /* Tableau bord� 4 cot�s */
BORDER-BOTTOM: #000033 2px solid;
BORDER-LEFT: #330066 1px solid;
border-top: #330066 1px solid; }
.tbltdg { BORDER-RIGHT: #000033 2px solid; /* Tableau bord� 3 cot�s */
BORDER-LEFT: #330066 1px solid;
border-top: #330066 1px solid; }
.tblist { /* format tableau liste de chansons pages d�tails */
border-collapse:collapse;
}
.tdlist { /* format cellule liste de chansons pages d�tails */
padding:0px;
border:#694969 1px solid ;
}
.tdlisdr { /* format cellule liste de chansons sans bordure à droite */
padding:0px;
border-left:#694969 1px solid ;
border-top:#694969 1px solid;
border-bottom:#694969 1px solid;
}
.tdlisgc { /* format cellule liste de chansons sans bordure à gauche */
padding:0px;
border-right:#694969 1px solid ;
border-top:#694969 1px solid;
border-bottom:#694969 1px solid;
}
.tdhead { /* ent�te g�n�rale de tableaux */
background-color:#3f0071;
color:#e4e4e4;
font-style:italic;
border-left:#e4e4e4 1px solid ;
border-right:#e4e4e4 1px solid ;
border-top:#694969 1px solid;
border-bottom:#694969 1px solid;
}
.tdhdgch { /* ent�te g�n�rale de tableaux */
background-color:#3f0071;
color:#e4e4e4;
font-style:italic;
border-left:#694969 1px solid ;
border-right:#e4e4e4 1px solid ;
border-top:#694969 1px solid;
border-bottom:#694969 1px solid;
}
.tdhddrt { /* ent�te g�n�rale de tableaux */
background-color:#3f0071;
color:#e4e4e4;
font-style:italic;
border-left:#e4e4e4 1px solid ;
border-right:#694969 1px solid ;
border-top:#694969 1px solid;
border-bottom:#694969 1px solid;
}
hr { /* Style du trait hr */
color: #330033;
background-color: #330033;
height: 1px;
border: 0;
}
/* Cellule d'onglet titre des tableaux */
.toptabindex {
	color: #e4e4e4;
	font-weight: bold;
	font-size: 14pt;
background-image: -moz-linear-gradient(top, #000000, #3f0071);
background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#3f0071));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#3f0071);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#3f0071)";
    -moz-border-radius: 10px 10px 0 0; 
    -webkit-border-radius: 10px 10px 0 0; 
    border-radius: 10px 10px 0 0;
}
/* Style par d�faut des liens */
A:link {text-decoration: none ; color:#000099;}
A:visited {text-decoration: none ; color:#4e008d;}
A:active {text-decoration: none ; color:#000099;}
A:hover {text-decoration: underline; color: #000099;}
/* Style lien toppage */
a.topcopy:link {text-decoration: none ; color:#e4e4e4;}
a.topcopy:visited {text-decoration: none ; color:#e4e4e4;}
a.topcopy:active {text-decoration: none ; color:#e4e4e4;}
a.topcopy:hover {text-decoration: underline; color: #e4e4e4;}
/* Style lien bas titre news sur page index */
a.undern:link {text-decoration: none ; color:#e4e4e4; font-weight: bold; font-size: 14pt }
a.undern:visited {text-decoration: none ; color:#e4e4e4; font-weight: bold; font-size: 14pt }
a.undern:active {text-decoration: none ; color:#e4e4e4; font-weight: bold; font-size: 14pt }
a.undern:hover {text-decoration: underline; color: #e4e4e4; font-weight: bold; font-size: 14pt }
/* Style lien sommaire finales nationales par ann�es */
a.final:link {text-decoration: none ; color:#330033; font-weight: bold; font-size: 12pt }
a.final:visited {text-decoration: none ; color:#330033; font-weight: bold; font-size: 12pt }
a.final:active {text-decoration: none ; color:#330033; font-weight: bold; font-size: 12pt }
a.final:hover {text-decoration: underline; color:#330033; font-weight: bold; font-size: 12pt }
/* Style lien choix de tri pour tableaux */
a.tri:link {text-decoration: none ; color:#e4e4e4; font-style:italic; }
a.tri:visited {text-decoration: none ; color:#e4e4e4; font-style:italic; }
a.tri:active {text-decoration: none ; color:#e4e4e4; font-style:italic; }
a.tri:hover {text-decoration: underline; color:#e4e4e4; font-style:italic; }
/* Style liens box titre index */
a.boxtit:link {text-decoration: none ; color:#330033; font-weight: bold; font-size: 12px }
a.boxtit:visited {text-decoration: none ; color:#330033; font-weight: bold; font-size: 12px }
a.boxtit:active {text-decoration: none ; color:#330033; font-weight: bold; font-size: 12px }
a.boxtit:hover {text-decoration: underline; color: #330033; font-weight: bold; font-size: 12px }

/* polices */
.cprg { font-size:smaller; /* Police pour mention de copyright externes */
text-align:right; }
.fontbl {color: #e4e4e4} /* Couleur gris clair pour texte sur fond photo */
.titre { /* Gros titre des pages Eurovision */
font-size : 13pt;
font-weight : bold;
color : #330033;
font-style:italic;
}
.titre2 { /* 2e titre rubrique etc */
font-size : 11pt;
font-weight : bold;
color : #330033;
font-style:italic;
text-align:center;
}
.chanson { /* Titre et interpr�te fiche indiv d�tails */
font-size : 12pt;
font-weight : bold;
color : #330033;
}
.traduc { /* Traduction titre fiche indiv d�tails */
font-weight : bold;
color : #330033;
font-style:italic;
}
.lgatcp { /* langue, auteur, compos., fiche indiv d�tails */
font-size : 8pt;
font-weight : bold;
color : #330033;
}
select.select { /* Couleur et largeur des selects des pages junior et histoire */
width:268px;
color:#330033;
background-color:#fe7428;
}
p.bulac a span
{
	position: absolute;
	text-align:left;
	left: 30ex;
	margin-top: 10px;	
	background-color: #fe7428;
	font-size: small;
	color: #330033;
	text-decoration: none;
	width: 50ex;
	padding: 3px;
	border: 1px outset #330033;
	z-index: 5;
	display:none;
}
p.bulac a:hover span
{
	display: block;
}
