﻿/*Mon CSS perso*/
.strophe{
text-align:center;
color : #0000FF;
font-family : "Comic sans MS" ;
font-size : 15px ;
font-weight: bold;
	
}
.surligner {
color : purple; 	
font-weight: bold; 	
}

h1{
text-align :center; 	
color : white; 
background-color : blue;
font-family : "Comic sans MS" ;			
font-size : 28px ;			
font-style : italic ;
text-decoration :underline ; 	
}

.liens  {
		margin-left : 10%; 			/*marge gauche 310px*/
		padding : 15px 10px 15px 30px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 20%; 				/* largeur du bloc 60% de la page */
		height : auto; 				/*hauteur du bloc (automatique ici) */
		background-color : pink ; 		/*couleur de fond arbitraire afin de voir le bloc */
		border-color : black ;
		}
		
		
h4{
text-align :center; 	
color : purple;
font-family : "Comic sans MS" ;			
font-size : 24px ;
text-decoration :underline ;
}

h5{
text-align :center; 	
color : blue;
font-family : "Comic sans MS" ;			
font-size : 20px ;
font-style : italic ;
}

h6{
text-align :center; 	
color : blue;
font-family : "Comic sans MS" ;			
font-size : 18px ;
font-style : italic ;
}

