@font-face 
{
    
font-family: 'OpenDyslexic-Regular';
    
src: url('polices/OpenDyslexic-Regular.ttf') format('ttf'),
	
	url('polices/OpenDyslexic-Regular.woff') format('woff'),
         

font-weight: normal;
    
font-style: normal;
}
@font-face 
{
    
font-family: 'mounth';
    
src: url('polices/mounth.ttf') format('ttf'),
         
     url('polices/mounth.woff') format('woff'),

font-weight: normal;
    
font-style: normal;
}

@font-face 
{
    
font-family: 'astrolab';
    
src: url('polices/astrolab.ttf') format('ttf'),
         
     url('polices/astrolab.woff') format('woff'),

     url('polices/astrolab.woff2') format('woff2');

font-weight: normal;
    
font-style: normal;
}

@font-face 
{
    
font-family: 'college';
    
src: url('polices/college.ttf') format('ttf'),
         
     url('polices/college.woff') format('woff'),

     url('polices/college.woff2') format('woff2');

font-weight: normal;
    
font-style: normal;
}

body
{
	width: 99%;	
	font-family: "Gill Sans", sans-serif;
  background-image: url(images/eoliennes.jpg) ;
  background-attachment: fixed;
}

#bloc_page
{
justify-content: center;
}

header
{	
	width: 75%;    	
	display: flex;
	justify-content: space-evenly;
	height: 160px;
 	background-color: #CEE9CF;
  	border-radius: 10px;
  	border-right: 0.1em solid;
	border-right-color:#419045;
	border-left: 0.1em solid;
	border-left-color:#419045;
	margin-bottom: 10px;
}


/* Mise en forme du texte */

.t1
{
	font-size:400%;
	color:#000000;
  font-family: 'mounth';
  text-align:center;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: bold;
}

.t2
{
	margin-top: 15px;
	font-size:175%;
	color:#000000;
	font-family: 'mounth';
	text-align:center;
	font-weight: bold;
}

.t3
{
	font-size:250%;
	color:#000000;
	font-family: 'OpenDyslexic-Regular';
	font-weight: bold;
	text-align:center;
	padding: 0px 0px 0px 5px;
	margin: 5px 0px 0px 5px;
}


.t4
{
	font-size:110%;
	color:#000000;
	font-family: 'OpenDyslexic-Regular';
	font-weight: bold;
	text-align:center;
	padding: 0px 0px 0px 5px;
	margin: 5px 0px 0px 5px;
}


.t_article
{
font-family: 'OpenDyslexic-Regular';
font-weight: bold;
font-size: 200%;
margin:10px 10px 10px 10px;
text-align: center;
}


.texte_article
{
font-family: 'OpenDyslexic-Regular';
font-size: 125%;
margin:10px 10px 10px 10px;
line-height: 2;
text-align: justify;
}


.liens
{
	text-align:center;
	font-size: 100%;
	color: #478F8F;
	font-family: 'OpenDyslexic-Regular';
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
}

 /* titre */

#titre
{
	margin-bottom: 10px; 
}


/* section principale */


#principale
{
    display: block;
    margin-top: 5px;
    width:75%;
    background-color: #FFFFFF;
    justify-content: space-evenly;
    border-radius: 10px;
}

/* actus */

#actualites
{
	width:75%;
	border-top-style: solid;
	border-top-color: #3CB06E;
	border-bottom-style: solid;
	border-bottom-color: #3CB06E;
	margin-top:10px;
	margin-bottom:25px;
}


#block_actus
{
	display: inline-flex;
	margin: 10px 0px 10px 0px;
	width: 100%;
	
}

#actus
{
	border: solid;
	border-top-left-radius: 35px 35px;
	border-bottom-right-radius: 35px 35px;
	border-color: #419045;
	margin: 10px 10px 10px 10px;
	padding: 0px 5px 0px 5px;
	overflow: auto;
	height: 380px;
	width: 80%;
	background-color: #D4FAE6;
}


#img_actus
{
	width: 325px;
	margin: 0 auto;
}


/* dossiers */


#dossiers
{
	width:75%;
	border-top-style: solid;
	border-top-color: #3CB06E;
	border-bottom-style: solid;
	border-bottom-color: #3CB06E;
	margin-top:10px;
	margin-bottom:10px;
}


#block_attenuations
{
	display: inline-flex;
	margin: 10px 0px 10px 0px;
	width: 100%;
}

#attenuations
{
 	 border: solid;
  	border-top-left-radius: 35px 35px;
  	border-bottom-right-radius: 35px 35px;
  	border-color: #419045;
  	margin: 10px 10px 10px 10px;
  	padding: 5px 5px 0px 5px;
  	overflow: auto;
	height: 325px;
	width: 80%;
	background-color: #D4FAE6;
}

#img_attenuations
{
	display:block;
	width: 200px;
	margin: 0 auto;
}

/* articles / dossiers */

#section_articles
{
	display: block;
}

#article
{
	display:inline-flex;
	margin:20px 0px 20px 0px;
}

#article_img
{
	margin:10px 10px;
}

#article_img
{
	margin:10px 10px;
}

#article_texte
{
}

#img_articles
{
	display:block;
	margin: 0 auto;
}


/* Pied de page */

footer
{
	border-radius: 10px;
	background-color: #CEE9CF;
	display: flex;
	justify-content: space-around;
	padding-top: 25px;
	margin: 15px 10px 0px 10px;
	width: 75%;
	text-align: justify;
	padding: 5px;
}

#div_footer
{
	width: 33%;
}




