/* --------------- BODY --------------- */
body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #000000;
}
a img {border:2px solid black} /* défini l'encadrement des images dans les liens hors survol */
a:hover {border:0px } /* hack pour IE - ne sert sinon à rien */
a:hover img {border:2px #E52F8D dotted} /* défini l'encadrement des images lors du survol */

/* --------------- TEXTES --------------- */
.texte_gris {
font-family: Arial, sans-serif;
	align: left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #686868;
}
.texte_gris:hover{
font-family: Arial, sans-serif;
	align: left;
	font-size: 11px;
	font-weight: normal;
	/*background: #E52F8D;
	color: #FFFFFF;*/
	color:#E52F8D;	
}

.texte_gris2 {
font-family: Arial, sans-serif;
	align: left;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #787878;
}

.texte_gris_date {
font-family: Arial, sans-serif;
	align: left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #505050;
}

.texte_blanc {
font-family: Arial, sans-serif;
	align: left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.texte_blanc:hover {
font-family: Arial, sans-serif;
	align: left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.texte_blanc_commentaires {
font-family: Arial, sans-serif;
	align: left;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.texte_blanc_commentaires:hover {
font-family: Arial, sans-serif;
	align: left;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #E52F8D;
}

.texte_noir {
font-family: Arial, sans-serif;
	align: left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.texte_blanc_titre{
font-family: Arial, sans-serif;
	align: left;
	font-size: 11px;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;	
}
.texte_blanc_fd_noir{
font-family: Arial, sans-serif;
	align: left;
	font-size: 11px;
	font-weight: normal;
	background: #000000;
	color: #FFFFFF;	
}
.texte_rose {
font-family: Arial, sans-serif;
	align: left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #E52F8D;
}
.texte_rose:hover{
font-family: Arial, sans-serif;
	align: left;
	font-size: 11px;
	font-weight: normal;
	background: #E52F8D;
	color: #000000;	
}

.texte_titre {
font-family: Arial, Helvetica, sans-serif;
	align: left;
	font-size: 50px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.texte_titre_rose {
font-family: Arial, Helvetica, sans-serif;
	align: left;
	font-size: 35px;
	font-weight: normal;
	text-decoration: none;
	color: #E52F8D;
}

.texte_titre2 {
font-family: Arial, sans-serif;
	align: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #F21E8C;
}

.texte_liens{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	color: #999999;	
}

.texte_liens:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:normal;
	background: #F21E8C;
	color: #FFFFFF;	
}
.texte_liens_blanc{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;	
}

.texte_liens_blanc:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	background: #FFFFFF;
	color: #999999;	
}
.texte_liens_www{
font-family: Arial, sans-serif;
	align: left;
	font-size: 11px;
	text-decoration:none;
	font-weight: normal;
	color: #000000;	
}
.texte_liens_www:hover{
font-family: Arial, sans-serif;
	align: left;
	font-size: 11px;
	text-decoration:none;
	font-weight: normal;
	background: #000000;
	color: #FFFFFF;	
}

.texte_www {
font-family: Arial, sans-serif;
	align: left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #686868;
}
.texte_www:hover{
font-family: Arial, sans-serif;
	align: left;
	font-size: 11px;
	font-weight: normal;
	color: #E52F8D;	
}


	
/* --------------- FONDS --------------- */
.bgr_titre_rub {
font-family: Arial;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
background-image:url(degrade_rub.gif);
background-repeat:repeat-x;
}
.bgr_titre_rub2 {
font-family: Arial;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
background-image:url(degrade_rub2.gif);
background-repeat:repeat-x;
}

.bgr_form1 {
font-family: Arial;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: #FF3399;
background-color:#504F53;
border-color:#1E1E1E;
shadow: no-shadow;
}


/* --------------- BORDURES --------------- */
.solid
{
   border: 2px solid #999999;
}


