@charset "UTF-8";
/* CSS Document */



body
{
	margin:0;
	cursor:auto;
	background-color: #f4e0ef;
	font-family: Calibri, gill sans, verdana, arial, sans-serif;
	font-size: 14px;
}

div{border: 0px solid;}

.ordre
{
	color: #999;
}

a, a:visited, a:hover
{
	 color: #999;
	 text-decoration:none;
}

#fiche
{
	margin: 30px auto 30px 20px;
	
}

#wave-top
{

	width: 826px;
	height: 85px;
	background: url(../img/wave-top-rose.png);
}

#wave-bottom
{
	width: 826px;
	height: 85px;
	float: right;
	background: url(../img/wave-bottom-rose.png);
}

.gallerie_cadres {
        width: 930px;
        height: 930px;
		margin: auto;

}

h1
{
	margin-left: 20px;
	color: #c353a7;	
	font-size: 24px;
	font-style:italic;
	font-weight: normal;
}

h2
{
	color: #c353a7;	
	font-size: 22px;
	font-style:italic;
	font-weight: bold;
}
                        
.hg, .hd, .bg, .bd {
        width: 11px;
        height: 11px;
}

.td_color
{
	background-color: #c353a7;
}
                
.haut, .bas {
        width: 900px;
        height: 11px;
}
                        
.gauche, .droite {
        width: 12px;
        height: 1100px;
		background-repeat:repeat-y;
}
                        
.contenu {
        width: 900px;
        height: 1180px;
		background-color:#FFF;
}

.gallerie_cadres div { float: left; } /* S'apllique à tous les divs de .gallerie_cadres */
.hg, .gauche, .bg { clear: left; } /* Pour passer outre le float des blocs précédents */

.hg 
{ 
	background-image:url('../img/hg.png'); 
}

.hd 
{ 
	background-image:url('../img/hd.png'); 
}

.bg 
{
	background-image:url('../img/bg.png'); 
}
 
.bd 
{ 
	background-image:url('../img/bd.png'); 
}
                        
.haut      
{ 
	background-image:url('../img/haut.png'); 
}

.bas        
{ 
	background-image:url('../img/bas.png'); 
} 

.droite 
{ 
	background-image:url('../img/border-right.png'); 
}

.gauche 
{ 
	background-image:url('../img/border-left.png'); 
}

