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


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

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

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

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

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

