/* Couleurs des fonds du site */

body 	{
	background-color: black;
	}

.bas_p	{
	background-color: #a2a2a2;
	}

.col_g	{
	background-color: #c2c2c2;
	}

.page	{
background-color: #e2e2e2;*/
/* background-image: url(../image/fondrouge.jpg);*/
	}
	
	

/* liste à puces */



.puce	
	{
	font-family: Arial, sans-serif;
	font-size: 14pt;
	list-style-type: none;
	background-image: url(../image/puce.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
	
	}


.puce1	
	{
	font-family: "Times New Roman", sans-serif;
	font-size: 14pt;
	display : list-item;
	list-style-type: square;
	list-style-position: outside;
	}
	
	
.puce2	
	{
	font-family: "Times New Roman", sans-serif;
	font-size: 12pt;
	list-style-type: none;
	background-image: url(../image/puce2.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	padding-left: 48px;
	}
	
	

/* style écriture */

h1	{
	font-family: Arial, Times, serif;
	font-size: 22pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #F78B15;
	}

h2	{
	font-family: Arial, Times, serif;
	font-size: 14pt;
	font-style: normal;
	text-align: center;
	color: black;
	}
	
h3	{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	color: black;
	}

h4	{
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: normal;
	color: black;
	}


h5	{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	text-decoration:underline;
	color: black;
	}

h6	{
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-style: normal;
	color: black;
	}





.texte	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color: black;
	}
	
 
 
 /* Pour le survol des images */
 
a {
text-decoration: none; /* définition du lien qui affichera le "calque" */
}
a:hover {
background: none; /* correction d'un bug IE */
}
a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
a:hover span { /* définition de la balise <span> au survol */
display: inline;
position: absolute;
top: 250px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
left: 375px;
width: 300px;
height: 437px;
background: green;
text-align: center;
color: white;
z-index:100;
}

.decal_tab {
margin-left:20px;
margin-top: 20px;

}
.info  {
	background-color: #ff0404;
	color: #ffffff;
	text-align: center;
}
.encart {
	font-size: 12px;
	color: #009;
	background-color: #F90;
	line-height: normal;
	text-align: center;
	vertical-align: top;
	
}


	

