/* 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/backgd.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;
	}
/* Calque de la bannière */
#toppage {
	padding: 0px 0px 0px 0px;
	width:808px;
	height:91px;
}
/*
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;
	color:1e0036;
	font-size:15pt;
	font-weight:bold;
}
/* calque du contenu central */
#ctn {
	padding: 15px 15px 0px 15px ;
}
/* div pied de page avec le copyright dans le div global mais pas dans le div ctn */
#topcopy {
background-color:#3f0071;
overflow:hidden;
color:#e4e4e4;
	text-align:center;
	width: 779px;
	margin-left: auto;
	margin-right: auto; /* -> les margin auto pour centrer la colonne dans la page */
}
/*  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 ;
}
.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;
}
/* 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 */
.topcopy A:link {text-decoration: none ; color:#e4e4e4;}
.topcopy A:visited {text-decoration: none ; color:#e4e4e4;}
.topcopy A:active {text-decoration: none ; color:#e4e4e4;}
.topcopy A: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; }

/* 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;
}