body {
	background: #666;
	line-height: 1.3em;
	font-family: 'Raleway', sans-serif;
}

/* EN-TETE 
*******************************************************************************************/
#header {
	background: url(../img/header-bg.jpg) center right no-repeat #00A0E0;
	background-size: cover;
  height: 600px;
}

#header h1 {
	margin: 50px 0 0 0;
	color:yellow;
	font-weight: 700;
	font-size: 400%;
	font-family: 'Raleway', sans-serif;
}

#header h2 {
	color:white;
	font-weight: bold;
	font-size: 300%	;
	font-family: 'Raleway', sans-serif;	
}

#header h3	 {
	color:white;
	font-weight: 500;
	font-size: 500%;
  margin: 260px 0 0 0;
 	font-family: 'Raleway', sans-serif; 
}

	/* MOBILE */
	@media screen 
	and (min-device-width : 320px) 
	and (max-width: 568px) {
	  
	  #header h1 { margin: 0px 0 0 0; font-size: 200%}
	  #header h2 { margin-top: 0px; font-size: 150%}
	  #header h3{margin-top: 420px; font-size: 250%; text-align: center}
	
	}

/* TITRES 
*******************************************************************************************/
.title {
	background: white;
  height: 150px;
	text-align: center;
}

.title h1 {
	color:red;
	font-weight: bold;
	padding: 20px auto;	
	text-transform: uppercase;
	line-height: 4em;
	font-size: 250%;
  font-family: 'Raleway', sans-serif;	
}

/* PROGRAMME 
*******************************************************************************************/
.program {
	background: white;
	text-align:start;
  font-size: 90%;
  padding-top: 20px;	
  padding-bottom: 20px;	 
	font-family: 'Raleway', sans-serif;	   
}

.program h5 {
	text-align: center;
	color:red;
	margin: 12px auto 0;
	font-weight: bold;	
	font-family: 'Raleway', sans-serif;		
}

 h4 {
	text-align: center;
	color:#00A0E0;
	font-weight: bold;
	margin: 0 auto 12px;
	font-size:170%;
	font-family: 'Raleway', sans-serif;		
}

.program a {
	font-size: 90%;
	font-weight: bold;
	padding-top: 24px;
	color:#00A0E0;
	border-bottom: 1px dotted #00A0E0;
}

.program p {
	margin-top: 12px;
}



/* INFOS 
*******************************************************************************************/
.infos {
	background: white;
	text-align:start;
  font-size: 74%;
  padding-top: 20px;	
  padding-bottom: 20px;	  
}


