/* CSS Document */
/* taille du cadre */
.cadre695 { 
	width:695px;
}

/* propriétés communes à l'ensemble des 4 coins */
.hautCadre695 {
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	width: 675px;	
	height: 10px; 
	
}

 .basCadre695 {
	padding-left:10px;
	padding-right:10px;
	width: 675px;	
	height: 10px; 

}

/* propriétés spécifiques à chaque coin */
.hautCadre695 {
	background: url(../img/bordure_695_haut.png);
		background-repeat: no-repeat;
}
.basCadre695 {
	background: url(../img/bordure_695_bas.png);
	background-repeat: no-repeat;
	background-position:bottom;
	
}


.centreCadre695 {
	background: url(../img/bordure_695_centre.png);
	background-position:top left;
	width: 675px;
	background-repeat: repeat;
	padding-left:10px;
	padding-right:10px;
}

.contenuHautCadre695 {
	background: url(../img/fond_titre_cadre675.png);
	width: 675px ;
	height:35px;
	line-height:35px;
	background-color:#FFFFFF;
	
}

.hautContenuCadre695 {
	width: 675px ;
	height: 5px;
	background-color:#FFFFFF;
	
}

.basContenuCadre695 {
	width: 675px ;
	height: 5px;
	background-color:#FFFFFF;
	
}


.contenuCadre695  {
	
	background-repeat:repeat;
	background-color:#FFFFFF;
	text-align:justify;
	width: 665px ;
	padding:5px;
}


