/****************************************************************************
* STYLE COMMUN A TOUTES LES PAGES
****************************************************************************/
body {
	background: #F7F4E6 url(../images/fond_bleu.gif) repeat-x top left;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/****************************************************************************
* FONDS SPECIFIQUES
****************************************************************************/

.fondgammebleu {
	background: url(../images/services/fond_gamme_bleu.gif) no-repeat top left;
}

.fondlistebleu {
	background: url(../images/services/fond_liste_bleu.gif) no-repeat top left;
}

/****************************************************************************
* POLICES SPECIFIQUES
****************************************************************************/

/* lien bleu1 */
.bleu1{
color:#007DB3;
text-decoration:none;
}
a.bleu1{
color:#007DB3;
text-decoration:none;
}
a.bleu1:hover{
color:#007DB3;
text-decoration:underline;
}

/* lien bleu2 */
.bleu2{
color:#267598;
text-decoration:none;
}
a.bleu2{
color:#267598;
text-decoration:none;
}
a.bleu2:hover{
color:#267598;
text-decoration:underline;
}