@charset "utf-8";
/* CSS Document */

			/*********************************/
			/* textes */
			/*********************************/

	 
		.orange{
				font-family: Trebuchet MS;
				background-color:#FAF9F6;
				font-size:12px;
				}
				
 		 		a.orange:link {
				text-decoration: none;
				color: #FF6600;
				background-color:#FAF9F6;
				}
 		 		a.orange:active {
				text-decoration: none;
				color: #FF6600;
				background-color:#FAF9F6;
				}
				a.orange:hover {
				text-decoration: none;
				color: #FFFFFF;
				background-color: #B1A084;
				}
				a.orange:visited {
				text-decoration: none;
				color: #FF6600;
				background-color:#FAF9F6;
				}