@charset "UTF-8";
/* CSS Document */
  @-webkit-keyframes pulse {
	  
 from {
   background-color:#FF9;
 }
 to {
   background-color:#333;
 }
}



body
 {
	font-family:Georgia, "Times New Roman", Times, serif;
/*	background-color:#FF9;*/
/*	background-image:url(images/fond-en-attendant.jpg);
*/	margin: 0;background-color:#AAA;
color:#FF9;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
 }
 
h1
 {color:#333;
	 font-size:50px;
 }
 
 div
 {
	
	margin:40px;
 }
 
 h2
 {	 font-size:50px;

 font-weight: lighter; margin-bottom: 20px;
 }
 h2 span{font-size:20px;font-style:normal; line-height: 25px;
	 
 }
 h2 a{ font-size:50px; font-style:normal; color:#FF9; border-bottom-color:#FF9;}
 
 h3
 {	 font-size:30px; color:#333;

 font-weight:normal;
 line-height:1px;
 font-style:italic;
 margin-top:-10px;
 }
 
 h4,a
 {	 font-size:20px;

  font-weight:normal;
  text-decoration:none;color:#333;
  background-color:none;
  padding:4px 6px 0px 4px;
  margin-left:-4px;
  margin-right:-4px;
  margin-top:-10px;
  border-bottom:solid 1px #333;

  }
 .jaune{ color:#FF9;
  border-bottom-color:#FF9;
  }
  
a:hover {	  
background-color:#FF4800;
border-bottom:solid 1px #FF4800;


  }
  
  

