/*
*fond de texte
*/
h4 {	
	font-family: verdana, Arial, Helvetica, sans-serif;	
	font-size: 0.8em;	
	background-color: #006666;
	}
/*
*tableau index
*/
#IDpageindex { width: 780px;
height: 800px;
}

/*
*overflow des pages trop longues (à positionner dans la page index)
*/
#IDcentre {
overflow: auto;
height: 600px;
width: 780px;
}
/*
*overflow des Infos
*/
#IDinfo {
overflow: auto;
height: 155px;
width: 350px;
}
/*
*fond de page
*/
body {
	background-color: #000000;
}


/*
*txt accueil, écriture des txts courants
*/
span.fonte1 {
	font-family: Roboto, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
}

/*
*les titres dans les Pages
*/
span.fonte2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #009966;
	font-weight: bold;
}


/*
*ma signature
*/
span.fonte3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}

/*
*txt cliquez sur l'image
*/
span.fonte4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.6em;
	color: #FFFFFF;
}

/*
*les titres des Infos
*/
span.fonte5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #009966;
	font-weight: bold;
}

/*
*txt date d'ajout de l'info
*/
span.fonte6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #FFFFFF;
}

