
/*Valeur de texte par défaut*/
body , p , div , span , a{
  font-family: Helvetica, Verdana, Arial, sans-serif;	
  font-size:13px;
  line-height:17px;	
	color: #838383;
	margin:0;
	padding:0;  
}

p{
  margin:2px 0 15px 0;
  
}

h1{
  margin:15px 0 15px 0; 
	font-size:15px;
	color:#00A4E8;  
	font-weight:normal;
}

h2{
  margin:20px 0 5px 0; 
  color:#00A4E8;
  font-size:14px; 
  font-weight:normal;
}

h3{
  margin:15px 0 2px 0; 
  font-weight:bold;
  font-size: 13px;
  color: #838383;
}

h4{
  font-weight:normal;    
  font-size: 13px;
  color: #838383;
}

body {
	background-color: #EEEEEE;	
	margin:0;
}

a{
  text-decoration:none;
  border:0px;
  /*font-size:1.2em;*/
}
 
a:hover{
  color: #6ac3e8;
}

strong, a strong {
	font-weight:bold;
}

form{
display:inline;
}

input{
display:inline;
}

img{
  margin :0;
  
}


