/* CSS Document */

/* Pour le corps principal du texte */
body {
	background-color: #181d3a;
	color : #2f2f2f;
	font-size : 12px;
	font-family : Tahoma;
	text-align: justify;
	margin-left: 0px;
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:none;}

/* Pour la forme des liens */
a{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#2f2f2f;
	text-decoration:none;}

/* Lorsque les liens sont survoles */
a:hover{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#4071a0;
	letter-spacing:2px;
	text-decoration:none;}
	
h1{
background-color:#333333;
color:#FFFFFF;
font-family:Georgia;
font-size:20px;
text-align:center;
}

.tab{
	color : #2f2f2f;
	font-size : 12px;
	font-family : Tahoma;
	text-align: justify;
	margin-left: 0px;
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:none;
	}
	
a img {border-style:none;}

a.img:hover {border-style:none;
text-decoration:none;}


/* --------------- CLASSES ---------------- 
#neuropuce a.img {display:block;
width:198px;
height: 126px;
background-image:url(images/blank.gif)
}
#neuropuce a.img:hover{display:block;
width:198px;
height: 126px;
background-image:url(images/neuropuce.jpg);
}


#accueil a {display:block;
width:198px;
height: 126px;
background-image:url(images/blank.gif)
}
#accueil a:hover{display:block;
width:198px;
height: 126px;
background-image:url(images/accueil.jpg);
}
*/