<style>{  }
/* image d'arrière-plan*/
BODY { 
	background : #CCC6BC;  
	background-image: url('../images/fond.gif');
	

/* couleurs barre de défilement*/
scrollbar-face-color: #CCC6BC;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #666633;
scrollbar-3dlight-color: #737373;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #000000;
}

/* attention j'ai besoin de ces paramètres pour mon texte à l'intérieur du tableau global de 600 pixels*/

table, td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align: justify;
	padding : 5px;
	margin : 3px;
}

/* Tableau d'un programme */
.tablepgm {
	font-family : Arial;
	font-size : 15;
	color : white;
        background-color: #CC3300;
	text-align: left;
}
.tablepgm2 {
	font-family : Arial;
	font-size : 15;
	color : white;
        background-color: #CC3300;
	text-align: right;
}
.tablenote {
	font-family : Arial Narrow;
	font-size : 13;
	color : black;
        background-color: white;
        text-align: justify;
}
/* Tableau des cours */
.tablecours-header {
	font-family : Arial;
	font-size : 11;
	font-weight : bold;
	color : black;
        background-color: #CCC6BC;
	text-align: center;
	border-color: #CCC6BC;
}
.tablecours {
	font-family : Arial Narrow;
	font-size : 13;
	color : black;
        background-color: white;
	text-align: left;
	border-color: #CCC6BC;
}
.tablecours-center {
	font-family : Arial Narrow;
	font-size : 13;
	color : black;
        background-color: white;
	text-align: center;
	border-color: #CCC6BC;
}

/* couleurs des liens des cours */
A.liencours { color: #0194AE ;font-weight:bold;text-decoration:underline;}
A.liencours:link { color:  #0194AE;font-weight:bold;text-decoration:underline;}
A.liencours:visited { color:  #0194AE;font-weight:bold;text-decoration:underline; }
A.liencours:hover { color: #CC4200;font-weight:bold;text-decoration:underline; }
A.liencours:active { color: #CC4200 ;font-weight:bold;text-decoration:underline;}

/* couleurs des liens des programmes */
A.lienpgm { 	color:  white;font-weight:bold;text-decoration:underline;}
A.lienpgm:link		{ 	color:  white;font-weight:bold;text-decoration:underline;}
A.lienpgm:visited	{ 	color:  white;font-weight:bold;text-decoration:underline; }
A.lienpgm:hover		{	color: black;font-weight:bold;text-decoration:underline; }
A.lienpgm:active	{ 	color:  black;font-weight:bold;text-decoration:underline;}

.titre1 {  font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #0194AE} 

.titre2 {  font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #CC4200;font-style:italic;} 

.titre3 {  font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #0194AE;} 

.InfoImp { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000 } 

.amphasesimple { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;  color: #000000 } 
	
/* couleurs éléments du menu*/
A.menulink:link		{
    font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #ffffff;
	font-size: 15px;
	font-weight:bold;
	text-decoration: overline underline;
	}
A.menulink:visited	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	color:  #ffffff;
	font-size: 15px;
	font-weight:bold;
	text-decoration: overline underline;
	}
A.menulink:hover		{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight:bold;
	text-decoration: overline underline;
	}
	
A.menulink:active		{
    font-family: Verdana, Arial, Helvetica, sans-serif;
 	color:  #000000;
	font-size: 15px;
	font-weight:bold;
	text-decoration: overline underline;
	}

/* couleurs des liens ordinaires*/
A.lien { 	color:  #CC4200;font-weight:bold;text-decoration:underline;}
A.lien:link		{ 	color:  #CC4200;font-weight:bold;text-decoration:underline;}
A.lien:visited	{ 	color:  #996633;font-weight:bold;text-decoration:underline; }
A.lien:hover		{	color: #0194AE;font-weight:bold;text-decoration:underline; }
A.lien:active		{ 	color:  #0194AE;font-weight:bold;text-decoration:underline;}

/* couleurs des liens de type bouton */
A.lienbouton { color: #0194AE ;font-weight:bold;text-decoration:underline;font-size: 15px;}
A.lienbouton:link { color:  #0194AE;font-weight:bold;text-decoration:underline;font-size: 15px;}
A.lienbouton:visited { color:  #0194AE;font-weight:bold;text-decoration:underline;font-size: 15px;}
A.lienbouton:hover { color: #CC4200;font-weight:bold;text-decoration:underline;font-size: 15px;}
A.lienbouton:active { color: #CC4200 ;font-weight:bold;text-decoration:underline;font-size: 15px;}

-->
</style>