/* 
 * Feuilles de style d'Euridice Opera
 * v4, 10/2010
 */
 
body
{	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#ffffff;
	border-spacing:0;
}

img
{	border:0;
}

/* Corr. bug Explorer */
form
{	margin:0;
	padding:0;
}


/************ Liens *************/

a,
a:link,
a:visited
{	text-decoration:none;
	color:#000000;
}

a:hover
{	text-decoration:underline;
}

/************ la page *************/

#principal
{	position:relative;
	border:0;
	padding-top:5px;
	padding-bottom:10px;
	border-spacing:0;

  margin-left:auto;		/* pour centrer */
	margin-right:auto;
}

#fondPage
{	width:640px;
	margin:0;
	padding:0;
	border:0;
	border-spacing:0;
	border:1px solid #cccccc;
}


/************ L'image du haut ***************/

#imageHaut
{	position:relative;
	border-bottom:1px solid #666666;
}


/************ Boite de contenu *************/

#bloc_contenu
{	width:620px;	
	margin:10px;
}


/************ filet *************/

.filet
{	padding-top:10px;
/*	padding-bottom:8px; */
}

/************ les textes *************/

.texte,
.texteGras,
.texteDroite,
.texteJustif,
.texteCentre
{	font-size:10px;
	color:#000000;
	line-height:150%;
	font-weight:normal;
	margin-top:10px;
}

.texteGras
{	font-weight:bold;
}

.texteDroite
{	text-align:right;
}

.texteJustif
{	text-align:justify;
}

.texteCentre
{	text-align:center;
}

.gdTitre
{	font-size:22px;
	font-weight:normal;
	color:#000000;
}

.titre
{	text-align:center;
	font-size:16px;
	font-weight:normal;
	line-height:120%;
	color:#003399;
}

.titre_2,
.sous_titre
{	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003399;
}
.titre_2
{	text-align:center;
}
.sous_titre
{	text-align:left;
	margin-top:10px;
}


/************ les variations *************/

#noir
{	color:#000000;
}

#bleu
{	color:#003399;
}

#beige
{	color:#BFBFA9;
}

#blanc
{	color:#FFFFFF;
}

#gras
{	font-weight:bold;
}

#maigre
{	font-weight:normal;
}

#bleu_gras
{	color:#003399;
	font-weight:bold;
}

#noir_gras
{	color:#000000;
	font-weight:bold;
}

#gris_gras
{	color:#666;
	font-weight:bold;
}

#ital
{	font-style:italic;
}

#centre
{	text-align:center;
}

#droite
{	text-align:right;
}

.gris
{	color:#666666;
}

.bleu
{	color:#003399;
}

.noir
{	color:#000000;
}


