BODY{

scrollbar-face-color:#5F5F73;

scrollbar-arrow-color:#FF0000;

scrollbar-track-color:#DDDDE1;

scrollbar-highlight-color:#F3F3F5;

scrollbar-3dlight-color:#DDDDE1;

scrollbar-shadow-color:#7D7D8D;

scrollbar-darkshadow-color:#020121;

}



table, body {

	font-family: Times New Roman, Times, serif;

	font-size: 15px;

	font-style: normal;

	font-weight: normal;

	line-height: 17px;

}



					/* Texte Time normal */

.titre01 {

	font-family: Times New Roman, Times, serif;

	font-size: 25px;

	font-style: italic;

	font-weight: normal;

	line-height: 25px;

	color: #333743;

}


.titre02 {

	font-family: Times New Roman, Times, serif;

	font-size: 25px;

	font-style: italic;

	font-weight: normal;

	line-height: 25px;

	color: #ffffff;

}







					/* Petit texte Time */

.textepetit {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 16px;

}





					/* Très petit texte Time */

.texteminus {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	line-height: 13px;

}







					/* Lien gris gras avec survol non souligné */

.lien01 {

	text-decoration:none;

	font-family: Times New Roman, Times, serif;

	font-size: 12px;

	font-style: normal;

	font-weight: bold;

	color: #333743;

}

.lien01:hover {

	text-decoration:underline; 

	font-family: Times New Roman, Times, serif;

	font-size: 12px;

	font-style: normal;

	font-weight: bold;

	color: #333743;

}

.prelien01 {

	font-family: Times New Roman, Times, serif;

	font-size: 12px;

	font-style: normal;

	font-weight: bold;

	color: #333743;

}



					/* Lien gris gras minus avec survol souligné */

.lien02 {

	text-decoration:underline;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-style: normal;

	font-weight: bold;

	color: #000000;

}

.lien02:hover {

	text-decoration:none; 

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-style: normal;

	font-weight: bold;

	color: #000000;

}







					/* Bouton gris */

.bouton{

         color: #FFFFFF;

         background-color:#5F5F73;

         border-bottom:thin solid #020121;

         border-right:thin solid #020121;

         border-top:thin solid #DDDDE1;

         border-left:thin solid #DDDDE1;

         font-size:11px;

         font-family:Arial,Helvetica,sans-serif;

         font-weight:normal;

}





					/* Bouton rouge */

.bouton2{

         color:white;

         background-color:#CC3300;

         border-bottom:thin solid #7D0C0F;

         border-right:thin solid #7D0C0F;

         border-top:thin solid #E57F7F;

         border-left:thin solid #E57F7F;

         font-size:11px;

         font-family:Arial,Helvetica,sans-serif;

         font-weight:normal;

}

