@charset "iso-8859-1";
/* auteur: francis Arrowbase */
/* Date de création: 10/06/2003 */
	.cadre
		{
			border-left:solid 1px black;
			border-bottom:solid 1px black;
			border-top:solid 1px black;
			border-right:solid 1px black;
			
		}
		.cadre2
		{
			
			border-left:solid 1px #ffffff;
			border-top:solid 1px #ffffff;
			border-bottom:solid 2px #aaaaaa;
			border-right:solid 2px #aaaaaa;
		
		}
	body { scrollbar-3dlight-color: #000000;; scrollbar-arrow-color: #ffffff;; scrollbar-darkshadow-color: #ffffff;; scrollbar-face-color: #1176bd; scrollbar-highlight-color: #1176bd;; scrollbar-shadow-color: #ffffff;; scrollbar-track-color: #ffffff; }

/*********************** bouton  ************************************/
.bouton_jaune
	{
					text-decoration:none;
					font-weight:bold;
					font-family:arial;
					font-size:12;
					color:#006699;
					background-image: url(img/titre/titre_jaune.jpg);
					background-repeat:no-repeat; 
					width:174;
					height:20;
					text-align:center;
	}
.bouton_jaune:hover
	{
					text-decoration:none;
					font-weight:bold;
					font-family:arial;
					font-size:12;
					color:#ffffff;
					background-image: url(img/titre/titre_rouge.jpg);
					background-repeat:no-repeat; 
					width:174;
					height:20;
					text-align:center;
	
	}


a{text-decoration:none;}