body {
	FONT-SIZE: 12px; 
	FONT-FAMILY: arial
}
table.gen, tr, td {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}


a:link{
	color: #000000;
}
a:visited{
	color: Black;
}
.menu{/*marges et alignement du menu gauche*/
	vertical-align: text-top;
	text-align: center;/*ne marche ke ss ie...*/
	padding-right: 15px;
	padding-left: 15px;
}

.contenu{/*marges et alignement ds cellule centrale*/
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

td.text{
 font-family: Verdana, Arial;
 font-size:12; 
 	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
 vertical-align: top;
 }
div.imgleft{
margin-left: 20px;
float: left;
margin-right: 10px;
}
div.imgright{
margin-left: 5px;
float: left;
margin-right: 0px;
}
h1{/*titres de session, etc.*/
	font-size: 20px;
	font-weight: bold;
	color: #6666CC;
	margin: 10px 10px 10px 30px;
	}
h2{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin: 5px 0px 8px 0px;
}
table.showref {/*table de présentation sites*/
	margin-left: 30px;
	margin-right: 30px;
	width:90%;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border: 0px;
}
table.showref td{
		/*impossible de gérer totalement les borders au niveau des td : il reste tjs un espace entre les border de td... ???*/
}


table.programme {/*table avec cadre violet*/
	border:thick #6666CC;
	margin-left: 30px;
	margin-right: 30px;
	width:90%;
	padding: 0px;
	background-color: #6666CC
}

td.nom_c{/*titre dans table programme*/
	padding: 10px;
	color: #FFFFFF;
	background-color: #6666CC;
	font-weight: bold;
	font-size:12px;
	text-align: center;
}
table.ligne{/*'cellule' blanche pour le contenu de la table programme*/
	background-color: White;
	padding: 10px;
	width: 100%;
	border-color: Blue;
	border-width: 1px;
	border-style: solid;
}

a.ouvrir{
	font-size: small;
	font-style: italic;
	color: #6666CC;
}

/*STYLES PROG.HTM*/
td.ss_chap{
	vertical-align:middle;
	background-color: White;
	
	text-indent: 80pt;
	padding: 10px;
}
a.ss_chap_lien{
	color: #000000;
		text-decoration: none;
}
/*style petit lien fermer lorsque contenu d'un ss-chap visible*/
td.fermer{
		text-align: right;
}
a.fermer{
	font-size: x-small;
	font-style: italic;
	color: #FF0000;
}
/*fin style petit lien fermer lorsque contenu d'un ss-chap visible*/
td.cont{
	background-color: White;
	padding: 10px;
	text-align: left;
}
/*FIN STYLES PROG.HTM*/
/*STYLES PETIT TABLEAU BONUS*/
table.petit_tableau_rond{
	width:90px;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}
td.petit_tableau_centre{
	border-left: 1px solid #6666cc;
	border-right: 1px solid #6666cc;
	padding: 0;
}
td.text1{
   font-family: Verdana, Arial;
   font-size:12; 
 	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
   vertical-align: top;
 }
 /*FIN STYLES PETIT TABLEAU BONUS*/
 /*STYLES WEB ET TEMPLATES*/
 table.showcase{
 	position: relative;
	float: left;
	margin: 10px;
 }
 /*FIN SYTLES WEB ET TEMPLATES*/
 
 /*STYLES WEB_OPTIONS*/
 td.opt1{/*titre dans table programme*/
	
	padding: 10px;
	color: #FFFFFF;
	background-color: #6666CC;
	font-weight: bold;
	font-size:12px;
	
}
td.opt2{/*titre dans table programme*/
	
	padding: 10px;
	color: Black;
	
	font-weight: bold;
	font-size:12px;
	
}
 /*FIN STYLES WEB_OTPIONS*/