div {
	text-align: center;
	}
	

	
body{
	background-color:  #F8D0F8;
}




.onglet { /* style des onglets inactifs */
  margin:5px 5px 0px 6px ; /* marge extérieure */
  padding:11px 0px 0px 0px ; /* marge intérieure */
  font-size : 16px ; /* taille de la police des onglets */
  float:left ; /* boite en mode float, pour pouvoir en définir la largeur */
  width:100px ; /* largeur de la boite float */
  background : url(ongletrose.gif) bottom no-repeat ; /* image de fond de la boite float, calée en bas */
  text-decoration:none ; /* les lien dans les onglets ne sont pas soulignés */ 
  text-align:center;
  color: #00FF00;
  } /* Le texte des onglets est centré */

a.onglet:hover {
	color:orange
} /* lors du survol d'un lien, la police devient verte */

.onglet-actif { /* style de l'onglet de la page active */
  position:relative ; /* l'onglet inactif est mis en position relative */ 
  top:2px ; /* pour pouvoir baisser l'onglet de 2 pixels */
  border-bottom : solid 0px white;
  color:#FFFF00;
  } /*on efface le trait inférieur du menu */


.General{
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
}

.bandeau {
	width: 900px;
	height: 155px;
	background-color:  #F8D0F8;
	font-family:"Monotype Corsiva","Script MT Bold";
	font-size: 66px; 
	}
	
.miniarticle {
	float: left;
	width: 204px;
	height: 100px;
	border-top:2px;
	border-bottom:2px;
	border-left:2px;
	border-right:2px;
	border-style:groove;
	border-color:#FF6699;
	background-color: #D981C6;
	margin-bottom: 15px;
	margin-right: 11px;
	
	}
	

	
.img {
	float: left;
	width: 100px;
	height: 100px;
	
	/*border-top:2px;
	border-bottom:2px;
	border-left:2px;
	border-right:0px;
	border-style:groove;
	border-color:#FF6699;*/
	/*background-color: #FFD877;*/
	/*margin-bottom: 15px;*/
	
	}
	


	
.desc {
	float: left;
	width: 100px;
	height: 100px;
	font-family:"Script MT Bold";
	font-size: 16px; 
	/*border-top:2px;
	border-left:0px;
	border-bottom:2px;
	border-right:2px;
	border-style:groove;
	border-color:#FF6699;*/
	/*background-color: #FFD877;*/
	/*margin-bottom: 15px;
	margin-right: 15px;*/
	color:#FFFF00;
}
.desc2{
	float: left;
}
a.desc2:link{
	color:#009900;
}
a.desc2:hover{
	color:orange;

}
a.desc2:visited{
	color:#C4C400;

}
a.desc2:active{
	color:#orange;

}
	
.conteneurmini {
	width: 900px;
	height: 700px;
	background-color: #F8D0F8
	}
	
.contenu {
	width: 900px;
	height: 600px;
	overflow:auto;
	background-color: #F8D0F8
	}
	
.Liens {
	float:left;
	width: 180px;
	background-color: #F8D0F8;
	font-family:"Monotype Corsiva","Script MT Bold";
	font-size: 20px; 
}
	
.mini {
	float: left;
	width: 880px;
	height: 100px;
	background-color: #F8D0F8
	}
.spacer{
	clear:both;
}
.pied_page {

	width: 900px;
	height: 50px;
	background-color: #F8D0F8
	}
.separation{
	margin : 0px;
	background-image: url("border-top.png") ;
	background-repeat: repeat-x ;
}
.catalogue {
	width: 900px;
	height: 800px;
	background-color: #F8D0F8
	}
.catalogue1 {
	
	width: 860px;
	height: 50px;
	background-color: #F8D0F8
	}
.catalogue2 {
	
	width: 860px;
	height: 300px;
	background-color: #F8D0F8
	}
.catalogue3 {
	
	width:  860px;
	height:  100px;
	background-color: #F8D0F8
}
.catalogue4 {
	text-align: left;
	width:  860px;
	/*height:  240px;*/
	background-color: #F8D0F8
}	
.catalogue5 {
	text-align: left;
	width: 860px;
	height: 30px;
	background-color: #F8D0F8
}	
.catalogue6 {

	width: 860px;
	height: 100px;
	background-color: #F8D0F8
}	
.catalogue6_previous {
	float: left;
	text-align: left;
	width: 280px;
	height: 100px;
	background-color: #F8D0F8
}	
.catalogue6_next {
	float: left;
	text-align: right;
	width: 280px;
	height: 100px;
	background-color: #F8D0F8
}
.catalogue6_middle {
	float: left;
	width: 300px;
	height: 100px;
	background-color: #F8D0F8
}