@media print {
	 * {
	   background-color: #ffffff; /* texte noir sur fond blanc */
	   color: #000000;
	 }
	 .bouton {
	 visibility:hidden;
	}
	.boutonVert {
	 visibility:hidden;
	}
	.boutonRouge {
	 visibility:hidden;
	}
}
@media screen {
	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: #696758;
		/*overflow:auto;*/
	}
	img{border:none;}
	form {
		margin: 0px;
		padding: 0px;
		border: 0px Aucune;
	}
	
	td {/*line-height:12px*/}
	li {
		margin:0 0 0 0px;
		list-style-image: url(images/point_2.gif);
		text-indent:-5px;
	}
	li.more {
		margin:0 0 0 0px;
		list-style-image:url(images/pixel.gif);
		text-indent:-5px;
	}
	.style1 {
		color:#FFFFFF;
		font-size: 11px;
		font-family: tahoma;
		text-decoration:none
	}
	.style1 a{
		color:#FFFFFF;
		text-decoration: underline;
	}
	.style1 a:hover{
		text-decoration:none
	}

	.style2 {
		color: #E4E1C4;
		font-size: 11px;
		font-family: tahoma
	}
	.style3 {
		color: #FBF8DC;
		font-size: 11px;
		font-family: tahoma
	}
	.style4 {
		color: #D3D1BD;
		font-size: 11px;
		font-family: tahoma
	}
	.style5 {
		color: #CECBAE;
		font-size: 11px;
		font-family: tahoma
	}
	.style6 {
		color: #FCF7C8;
		font-size: 11px;
		font-family: tahoma
	}
	.size12 {font-size: 12px}
	.gras{ font-weight: 800;}
	
	.champ {
		color:#333333;
		font-size: 11px;
		font-family: tahoma;
		line-height:11px;
		text-indent:1px;
		border: 1px solid #908D7A;
	}
	
	.bouton {
		color:#000000;
		font-size: 11px;
		font-family: tahoma;
		background-color:#FFCC00;
	}
	.boutonVert {
		color:#E1DEBF;
		font-size: 10px;
		font-family: tahoma;
		font-weight:bold;
		background-color:#5F5D4B;
		border: 0px;
		width:30px;
		height:15px;
	}
	.boutonRouge {
		color:#FFFFFF;
		font-size: 10px;
		font-family: tahoma;
		font-weight:bold;
		background-color:#990000;
		border: 0px;
		width:30px;
		height:15px;
	}
	.colonnes {color: #696758; font-weight: bold; }
	.style3Copie {
	
		color: #FBF8DC;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif
	}
	.google-maps{
		color:#E0EBCB;
	}
	.google-maps img{
		float:left;
		border:none;
		margin-right:5px;
	}
	
	#footer {
		padding: 30px 0 30px 0;
		width: 100%;
		text-align: center;
		color:#FFFFFF;
		font-size: 11px;
		font-family: tahoma;
		text-decoration:none
	}
	#footer a{
		color:#FFFFFF;
		text-decoration: none ;
	}
	#footer a:hover{
		text-decoration:underline;
	}
	
	.divaButton {
		background-color:#5f5d4b;
		color:#FFFFFF;
		cursor: pointer;
		border: none;
	}
	.divaButtonRouge {
		background-color:#990000;
		color:#FFFFFF;
		cursor: pointer;
		border: none;
	}
	
}
