/* Import des styles séparés */
@import url(style-textes.css);
@import url(style-liens.css);


/* Mise en forme générale */
body {
	margin:0;
	font-family:verdana;
	font-size:10px;
	text-align:center;
	background:#5B698B url(images/fond_accueil_right.gif) top repeat-x;
}

.fond_gauche_acc{
	background:url(images/fond_accueil_left.gif) top repeat-x;
}

.fond_etoiles_acc{
	background:url(images/etoiles_accueil.gif) top right no-repeat;
	text-align:left;
}

.fond_accueil{
	background:url(images/img_accueil.jpg) no-repeat;
}

.formlogin {
background-color:#788ECB;
color:#ffffff;
font-size : 10px;
font-family : verdana;
border:1px solid #92AAE2;
}