
.Normal { 
font-family: Verdana,Arial,Helvetica,sans-serif; 
font-size: 12px; }

h3 {
font-family: Verdana,Arial,Helvetica,sans-serif; 
font-size: 15px;
}

h4{
font-family: Verdana,Arial,Helvetica,sans-serif; 
font-size: 13px;
text-decoration:italic;
}


#text_accueil {
font-family: Verdana,Arial,Helvetica,sans-serif; 
font-size:13px;
}


td a.lien_header {
    display: block;
    background:url(images/ressources/unselect.gif);
    width: w_image;
    height: h_image;
    padding: 0px;
	padding-top:4px;
	padding-bottom:4px;
    margin: 0px;
    border: 0px;
	color:000;
}
 

 
td.header{
    background:url(images/ressources/unselect.gif);
}

td.header_spare {
background:url(images/ressources/spare.gif);
}
 
td a.lien_header:hover {
    background:url(images/ressources/select.gif);
	color:000;
}
td a.lien_header:visited{
	color:000;
}	
td a.lien_header:active{
	color:000;
}


div#header table td.ban {
cursor:pointer;
background-image:url(images/ressources/ban.jpg); 
}



a:link { 
font-family: Verdana,Arial,Helvetica,sans-serif; 
text-decoration: none; 
color: #630; 
font-size: 12px; }

a:visited { 
font-family: Verdana,Arial,Helvetica,sans-serif; 
text-decoration: none; 
color: #630; 
font-size: 12px; }

a:hover { 
font-family: Verdana,Arial,Helvetica,sans-serif; 
text-decoration: none; 
color: #630; 
font-size: 12px; 
}

a:active { 
font-family: Verdana,Arial,Helvetica,sans-serif; 
text-decoration: none; 
color: #630; 
font-size: 12px; }


p { margin-top:0px }

img {
border:0;
}


.header { 
font-family: Arial; 
FONT-WEIGHT: bold;
font-size: 10px; 
text-decoration: none; 
color: #000000; 
}

/*partie du css permettant de placer correctement le footer */
/* ça a pas été de la tarte :D */
*{
margin:0;
padding:0;
}
* html #footer{
margin:-30px 0 0;
}
* html #nonfooter{
height:100%;
}
body{
height:100%;
text-align:center;
font-family: Verdana,Arial,Helvetica,sans-serif; 
text-decoration: none; 
font-size: 12px;
border-bottom:1px solid #cccccc;/* keep opera happy */
}

html{
height:100%;
margin-bottom:1px;
}

#content{
padding:0 10 20px;
text-align:center;
width:800;
bottom:0;
}
#footer{
margin:-30px auto 0;
position:relative;
width:800;
text-align: center;
background: url(images/ressources/back.gif);
font-size:10px;
}
#nonfooter{
border-bottom:1px solid #cccccc;/* keep opera happy */
margin:0 auto;
min-height:100%;
text-align:center;
width:800;
background: url(images/ressources/back.gif);
}
/*fin du placement du footer. Mission accomplis :DDDD */



