/*fichier CSS pour le cadre*/
body
{
	background-color : #0000CC;
}
#limage
{
	width:800px;				/*taille de l'image*/
	margin-left:auto;			/*pour centrer*/
	margin-right:auto;			/*pour centrer*/
}
#superpo2
{
	margin-left:200px;			/*espace à gauche*/
	margin-right:15px;			/*espace à droite*/
	z-index:1;					/*sera par dessu limage*/
	background : transparent;	/*couleur de fond* (transparent si tu supprime) */
	overflow:auto;				/* pour faire la barre de défilement si le contenu est trop grand*/
	/*scrollbar-face-color: #0000CC;
	scrollbar-track-color: #FF9933;
	scrollbar-arrow-color:  ;
	scrollbar-shadow-color:  ;
	scrollbar-highlight-color:  ;
	scrollbar-3dlight-color:  ;
	scrollbar-darkshadow-color:  ;*/

	margin-top:-480px;			/*pour qu'il ne soit pas sous l'image*/
	height:450px;				/*hauteur du div*/
	/*border : double;*/
	border-color : pink;
	padding:5px;
}
#superpo3
{
	margin-left:200px;			/*espace à gauche*/
	margin-right:15px;			/*espace à droite*/
	z-index:1;					/*sera par dessu limage*/
	background : transparent;	/*couleur de fond* (transparent si tu supprime) */
	overflow:auto;				/* pour faire la barre de défilement si le contenu est trop grand*/
	margin-top:-580px;			/*pour qu'il ne soit pas sous l'image*/
	height:450px;				/*hauteur du div*/
	/*border : double;*/
	border-color : pink;
	padding:5px;
}
a:link 
{
	color: red;
	text-decoration:none;
}
a:visited 
{
	color: red;
	text-decoration:none;
	
}
a:hover 
{
	color: #004020;
	text-decoration:underline;
}
a:active 
{
	color: yellow;
	text-decoration:underline;
}


		


