﻿
/**
	tous les liens visibles a gauche de l'index
*/
*{
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	font-size:14px;
	padding:0px 0px 0px 0px ;
	margin:0px 0px 0px 0px ;

}
body{
	overflow:hidden;
}

/*style des conteneurs (tableau, div, ...)*/

/* annule le hack "fixed" pour les autres navigateurs que IE */
.Tableau_01{
	top:0px;
	left:0px;
	width:800px;
	height:579px;
	overflow:auto; /*permet de remettre l'ascensseur que l'on à perdu dans le body*/
}

.lien td{
	background-image:url('../images/cartouche.png');
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	width:100%;
	height:25px;
	vertical-align:top;
}

.entete{
	background-repeat:no-repeat;
	background-image:url('../images/banniere11.png');
	background-position:center 3px;
	left:-5px;
}

.content2{
	overflow:auto;
	overflow-x:hidden;
	width:760px;
}

.titre{
	font-size:24px;
	text-align:center;
	margin:5px 5px 5px 5px;
	width:90%;
}
/**
	style des liens
*/

a{
	text-decoration:none;
	color:navy;		
}
a:link {
	font-size:12px;
}

a:visited{
	font-size:12px;
}

a:hover {
	/*border-left: thin;*/
	font-size:12px;
	font-weight:bold;
	color:navy;	
}
.menu a:hover {
	/*border-left: thin;*/
	font-size:14px;
	font-weight:bold;
	color:navy;	
}

.gras{
	font-size:14px;
	font-weight:bold;
	color:navy;	

}
ul{
	width:733px;
	margin-left:30px; 
	text-align:left;	
}
li{
	margin-left:20px; 
}

p{
	margin-left: 25px;
	margin-right: 25px;
}
