/**************************************************************************/
/*  Gestion de l'impression                                               */
/**************************************************************************/

@charset "iso-8859-1";

@media all {
/***************************************************************************/
/* Page                                                                    */
/***************************************************************************/

BODY 				{ 
						background-color: #F3F8FB; 		/* Couleur de fond */
						margin: 0px 0px 0px 0px;		/* Espacement */
					}
			
BODY, TD, P			{	
						font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
						font-size: 11px;
						color: #0D6190;
					}

/***************************************************************************/
/* Document                                                                */
/***************************************************************************/
			
#Document			{ 
						border-left: 1px solid #0D6190;
						border-right: 1px solid #0D6190;
						border-bottom: 1px solid #0D6190; 		/* Bordure */
						background-color: #FFFFFF; 		/* Couleur de fond */
						background-image: url('images/commun/band0.jpg');
						background-repeat: no-repeat;
						background-position: bottom;
					}
			
#Band1				{   background-image: url('images/commun/band1.jpg'); background-repeat: no-repeat; }
#Band2				{   background-image: url('images/commun/band2.jpg'); background-repeat: no-repeat; }
#Band3				{   background-image: url('images/commun/band3.gif'); background-repeat: no-repeat; padding-left: 43px; }
#Band4				{   background-image: url('images/commun/band4.gif'); background-repeat: no-repeat; }
#Band5				{   background-image: url('images/commun/band5.jpg'); background-repeat: no-repeat; background-position: bottom; }
#Band6				{ 	background-color: #0D6190; }
#Band7				{   text-align: center; }


#Contenu			{   background-color: #FFFFFF; color: #0D6190; padding: 30px; text-align: left; vertical-align: top; }

A.Menu				{	color: #0D6190; font-weight:bold; text-decoration:none; }
A.Menu:hover		{ 	color: #5BAEDD; }
.MenuDown			{	color: #08364F; font-weight:bold; }

A.Actisens			{ 	color: #0D6190; text-decoration: none; }
A.Actisens:hover	{ 	color: #5BAEDD; }

.Titre				{ 	font-size: 18px; font-weight:bold; color: #DDA915; }  /*FFDC48*/
.Titre2				{ 	font-size: 18px; font-weight:bold; color: #5BAEDD; }
.TitreImpression	{ 	font-size: 26px; font-weight:bold; color: #5BAEDD; }
.Legend				{	font-size: 10px; font-style:italic;	color: #0D6190;}

.Bleu				{ 	color: #08364F; }
.Bleu1				{ 	color: #0D6190; }
.Bleu2				{ 	color: #5BAEDD; }
.Bleu3				{ 	color: #E7F9FF; }
.Jaune				{ 	color: #FFDC48; }

A.Mail				{ 	color: #08364F; font-weight:bold; text-decoration:none; }
A.Mail:hover		{ 	text-decoration:underline; }
}

@media screen {
.onlyPrint { display: none }
}

@media print {
.onlyScreen { display: none }
#Document			{ 
						border: 0px; /*suppression de la bordure de page pour l'impression */
					}
}

/**************************************************************************/
/*  Fin de la gestion de l'impression                                     */
/**************************************************************************/