@charset "UTF-8";


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||| ADRESSE |||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauAdresse *{
	color:#000000;
}
.tableauAdresse {
	background-image: url(../images/background-pied-promotions.png);
}
.tableauAdresse a {
	color: #000000;
	font-weight: bold;
}
.tableauAdresse a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}



/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||| CREDITS ||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.tableauLiensOfficiels *{
	color:#000000;
}
.tableauLiensOfficiels {
	background-image: url(../images/background-pied-promotions.png);
}
.tableauLiensOfficiels a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.credits_lien_emailing {
	background-image: url(../images/background-pied-promotions.png);
}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||| PARTIE ADMINISTRABLE |||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.blocTexte a{
	color: #03C;
	text-decoration: underline;
}
.blocTexte a:hover{
	color: #555555;
	text-decoration: underline;
}

.blocTexte {
	padding-left:10px;
}

hr {
	border-bottom-width: 1px;
}

.tableau {
	color: #000;
	border: 1px solid #555555;
}

.tableauBlanc {
	color: #FFF;
	text-align: center;
}

.tableauTexte {
	color: #000;
	border-right-color: #555555;
	border-bottom-color: #555555;
	border-left-color: #555555;
}


