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


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

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

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

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

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

