/***********divers************/
.div_class {position:absolute;left:50px;top:30px;z-index:2;}
.tableau_principal{	width : 450px;	border : none;}

/*********** style texte **************/
.texte_titre{
	font-family : "Arial Black";
	font-size: 15px;
}
.texte_gros{font-family : "Comic Sans MS"; font-size: 11px;}
.texte_normal{font-family : "Comic Sans MS"; font-size: 9px;}
.texte_normal_gras{
	font-family : "Comic Sans MS";
	font-size: 9px;
	font-weight : bold;
}
.texte_petit{	font-family : "Comic Sans MS";	font-size : 8px;}

/*********** style cellule **************/
.cellule_titre{
	background : #FF8000;
	height : 10px;
	
}


/************ style lien **************/
.texte_link 			{	text-decoration : none;	color : #336633;}
.texte_link:hover {	text-decoration : underline;	color: #336633;}

.accueil_link 			{	text-decoration : none;color : #FFFF33;}
.accueil_link:hover {	text-decoration : underline;	color: #FFFF33;}

.menu_haut_link 			{	text-decoration : none;	color : Black;}
.menu_haut_link:hover {	text-decoration : underline;	color: Black;}

.menu_gauche_link 			{
	text-decoration : none;
	color: White;
} 
.menu_gauche_link:hover {
	text-decoration : underline;
	color: Yellow;
} 

.style_menu_gauche 			{
	background-color : #7C0000;
	border-style : groove;
	text-align : center;
} 


.logiciels_link {			text-decoration : none;				color: White;}
.logiciels_link:hover {	text-decoration : underline;	color: yellow;}

.book_link {			text-decoration : none;				color: Blue;}
.book_link:hover {	text-decoration : underline;	color: Red;}







