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


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

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

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

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

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

