p, td {
   font-family: Arial, Helvetica, sans-serif; font-size: 13px;
   color: black;
 }

.small{
   font-family: Arial, Helvetica, sans-serif; font-size: 10px;
   color: black;
 }


.question	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: black;
	text-decoration: none;
	/*font-weight: bold*/
	}

.titre1 {
	background-color: white;
	border-bottom: 1px solid #000000;

}


/* GESTION DES ONGLETS */
table.tabs td {
    border-bottom: 1px solid black; // Ligne de base
}

table.tabs td.tab {
	background-attachment: fixed;
	background-image: url(../img/onglet_off.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 1px none black;
	border-right: 1px none black;
	border-bottom: 1px solid black;
	border-left: 1px none black;
	
/*   onglet non actif  */
}

table.tabs td.active {
	background-attachment: fixed;
	background-image: url(../img/onglet_on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px none black;
	/*   onglet  actif  */

}

table.tabs td a {
   font-family: Arial, Helvetica, sans-serif; font-size: 11px;
   /* color: #007FC4;  */
   color: black;
   text-decoration: none; 
   font-weight: bold
}

table.tabs td a:hover {
   font-family: Arial, Helvetica, sans-serif; font-size: 11px;
   color: #007FC4; 
   text-decoration: none; 
   font-weight: bold
}

table.tabs td.incomplete a {
  color: red;
}


/* GESTION DES SOUS MENUS */
a.menu {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif; font-size: 11px;
color: black;
font-weight: bold;

}

/* TEMOIGNAGES */
a.temoignage{
font-family: Arial, Helvetica, sans-serif; font-size: 13px;
color: #E70008;
font-weight: bold;

}

#dropcontentsubject{
width: 475px;
	text-decoration: none;
	text-align=right;
	font-weight: bold
	
}

.dropcontent{
width: 475px;
display:block;
}

/* FIN TEMOIGNAGES */

/* DEONTOLOGIE */
a.deontologie{
font-family: Arial, Helvetica, sans-serif; font-size: 13px;
color: black;
font-weight: bold;
text-decoration:none;

}

a.plan {
   font-family: Arial, Helvetica, sans-serif; font-size: 13px;
   color: black;
   text-decoration:none;
 }


/* ANIMATIONS */
.anim_pixel{
filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=100,Duration=1);
}


