 /*corps general de la page*/
       
/*POur les */
.body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:13px;
        text-align:justify;
	}

TABLE.interaction { 
/*	background-position: top left;
	background-image: url("mig_3.gif");
	background-repeat: no-repeat; */
}
TD.interaction { 
	background-image: url("pix_noir.png");
	background-repeat: no-repeat; 
	background-position: bottom left;
	padding:7px;
}
/*POur les chapitres*/

TABLE.chapitre {
	background-color:#F5F5F5;
	table-layout:auto;
	border-spacing:5px;
	font-size:inherit;
}

TH.chapitre {
	background-color:#DCDCDC;
	color:#B22222;
	font-size:14pt;
	text-align: left;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
}

TD.chapitre {
	background-color:inherit;
	text-align: justify;
}
/*POur les inscriptions*/

TABLE.inscription {
	background-color:#DCDCDC;
	font-size:inherit;
	text-align:center;
	color: #B22222;
	padding: 10px;
 	border: 4px solid #DCDCDC;
}

TH.inscription {
	font-size:14pt;
	background-color:#DCDCDC;
	text-align:center;
	color: #B22222;
	padding: 10px;
 	border: 4px solid #DCDCDC;
}

TD.inscription {
	font-size:12pt;
	background-color:#DCDCDC;
	text-align:center;
	color: #B22222;
	padding: 2px;
 	border: 4px solid #DCDCDC;
}

/*Pour les liens*/
a.l_menu:link{ 
	color: #000000;
	text-decoration: none;
   	font-weight : bold;
	font-size: 12px;
}

a.l_menu:visited{ 
	color: #000000;
	text-decoration: none;
   	font-weight : bold;
	font-size: 12px;
}

a.l_menu:active{
	color: #FF4500;
	text-decoration: none;
	font-weight : bold;
	font-size: 12px;
}

a.l_menu:hover{ 
	color: #FF4500;
	font-weight : bold;
	text-decoration: none;
	font-size: 12px;}

a.l_titre:link{ 
	text-decoration: none;
	font-weight : bold;
	color: #B22222;
	font-size:14pt;
}

a.l_titre:visited{ 
	text-decoration: none;
	font-weight : bold;
	color: #B22222;
	font-size:14pt;
}

a.l_titre:active{
	text-decoration: none;
	font-weight : bold;
	color: #B22222;
	font-size:14pt;
}

a.l_titre:hover{ 
	text-decoration: none;
	font-weight : bold;
	color: #B22222;
	font-size:14pt;
}

a.l_text:link{ 
	color: #003399;
	text-decoration: none;
	font-weight : bold;
}

a.l_text:visited{ 
	color: #003399;
	text-decoration: none;
	font-weight : bold;
}

a.l_text:active{
	color: #FF4500;
	text-decoration: none;
	font-weight : bold;
}

a.l_text:hover{ 
	color: #FF4500;
	text-decoration: none;
	font-weight : bold;
}

/* POLICES DE CARACTERES UTILISE DANS LES PAGES */
.texte-verdana-11 {
	font-size: 11px;
}
.small {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
}