/* CSS Document */
/* taille du cadre */
.cadre900 { 
	width:900px;
	margin-top:10px;
	/* background-color:#FFFFFF; */
}
.cadre900Transparent { 
	width:900px;
}
/* propriétés communes à l'ensemble des 4 coins */
.hautCadre900, .basCadre900 {
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	width: 880px;	
	height: 10px; 
	background-color:#FFFFFF;
	
}
/* propriétés spécifiques à chaque coin */
.hautCadre900 {
	background: url(../img/bordure_900_haut.png);
	background-repeat: no-repeat;
	background-position:top;
}
.basCadre900 {
	background: url(../img/bordure_900_bas.png);
	background-repeat: no-repeat;
	background-position:bottom;
	
}
.contenuHautCadre900 {
	background: url(../img/fond_titre_cadre900.png);
	width: 900px ;
	height:30px;
	line-height:30px;
}
.centreCadre900 {
	background-color:#FFFFFF;
	background: url(../img/bordure_900_centre.png);
	background-position:top left;
	width: 880px;
	background-repeat: repeat;
	padding-left:10px;
	padding-right:10px;
}
.contenuHautCadre880 {
	width: 880px ;
	height:30px;
	line-height:30px;
}
.hautContenuCadre900, .basContenuCadre900  {
	width: 890px ;
	height: 5px;
}
.contenuCadre900  {
	text-align:justify;
	width: 880px ;
}
.contenuHautCadre880 {
	width: 880px ;
	height:30px;
	line-height:30px;
}
