/*  ------------------------------------------
/*  feuille de style AVATARIA
/*  ------------------------------------------ */

body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background: #000000;
        margin: 1.5em;
        text-align: center;
        color: #ffffff;
}

a {
        font-size: 12px;
        color: #FC3000;
	text-decoration: none;
}

a:visited { text-decoration: none; }

.texte {
        font-size: 12px;
        text-align: justify;
}

.menu {
        font-size: 10px;
}

.maj {
        font-size: 10px;
        text-align: center;
}

#left-menu {
	font-size: 10px;
	text-align: right;
}

#left-menu a {
	color: #FFFFFF;
        text-decoration: none;
}

#left-menu a:visited {
	text-decoration: none;
}

#edito {
        font-size: 12px;
        text-align: justify;
}

#edito a {
	color: #FC3000;
        text-decoration: none;
}

#edito a:visited {
        text-decoration: none;
}

#edito .titre {
	color: #FC3000;
	font-size: 16px;
	font-weight: bold;
}

#edito .date {
	font-size: 10px;
}


#right-menu table {
        border: 1px solid #FC3000;
        border-collapse: collapse;
        width : 800;
        margin:auto;
}


#right-menu .titre {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#right-menu td {
        border: 1px solid #FC3000;
        vertical-align : top;
	font-size: 10px;
	text-align: center;
}

#right-menu tr.date {
        background-color: #FC3000;
        color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

/*-------------------- Corps page principale ------------------*/

#contenu table {
	border: 1px solid #FC3000; 
        border-collapse: collapse;
        width : 800;
	margin:auto;
}

#contenu td {
        text-align: center;
	border: 1px solid #FC3000;
	vertical-align : top;
}

#contenu tr.date {
	background-color: #FC3000;
	color: #000000;
}

/*-------------------- Corps page la storia ------------------*/

#lastoria table {
        border: 1px solid #FC3000;
        border-collapse: collapse;
        margin:auto;
}

#lastoria td {
        text-align: center;
        vertical-align : top;
}

#lastoria table.groupes {
        border: 0px solid #FC3000;
        margin:auto;
}

#lastoria tr.groupes {
        background-color: #FFFFFF;
        color: #000000;
	font-size: 18px;
	font-weight: bold;
}

#lastoria .artiste {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#lastoria .style {
	font-size: 12px;
	text-align: center;
        font-family: Courier New, Courier, mono;
