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


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

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

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

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

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

