/**************************************************
/*	STRUCTURE   
**************************************************/
body
{
  color:#7A0C52;
}

#CONTENT 
{
  background: url(../images/commun/fond-01.jpg) no-repeat top right;
}

#PAGE-1colonne h2
{
  color:#E535A5;
}

#PAGE-1colonne h3
{
  color:#e535a5;
}
#PAGE-1colonne h4
{
  color:#e535a5;
}

/**************************************************
/*	BLOCS de contenus   
**************************************************/

.BG-color-01
{
  background-color:#FDF5FE;
}

.BLOC-border-bgcolor-01
{
  background-color:#FDF5FE;
  border: 1px solid #F59FD6; 
  padding: 20px 30px 20px 30px;
}

.BORDER-01
{
  border: 1px solid #7A0C52; 
}

.TITRE-01 {
  	font-size: 16px;
	font-weight: bold;
	color: #e535a5;
	text-decoration: none; 
}

.LIENS-01 {
	font-size: 11px;
	font-weight: bold;
	color: #e535a5;
	text-decoration: underline;
}
A.LIENS-01:hover {
	text-decoration: none;
}

.LIENS-02 {
	font-size: 11px;
	color: #747474;
	text-decoration: underline;
}
A.LIENS-02:hover {
	text-decoration: none;
}
