/* CSS - ESAMUSE 2008 */
body {background-color:black;}

.global {
     margin-left: auto;
     margin-right: auto;
     top:0px;
     width: 800; /* largeur obliga re pour être centré */
     text-align: left;
     }

.conteneur1 {
text-align: center;
}

.header { position:relative; top:0; background-image:url("http://www.esamuse.com/images/frise_01.jpg"); width:800; height:144; }

.ecran { background-image:url("http://www.esamuse.com/images/frise_02.jpg"); width:800; height:456; background-repeat:no-repeat; }

.liena{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:underline;
	color: yellow;
}
	 
.txt_01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align:center;
	color: yellow;
}
.txt_02 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	text-align:left;
	color: yellow;
}
.txt_03 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align:center;
	color: yellow;
}
.txt_04 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	color:yellow;
}
a:link {color: darkyellow;}
a:visited {color: #993300;}
a:hover {color: #FFFF00;}