/*LES POLICES UTILISEES SUR LE SITE*/
@font-face{
font-family:"Wide_awake_black";
src:url("Wide_awake_Black-webfont.woff");
}

@font-face{
font-family:"Wide_awake";
src:url("Wide_awake-webfont.woff");
}

/*définition style principaux de l'ensemble des pages*/
body{
background-color:rgb(35,71,139);
font-family:tahoma,arial,serif; 										
color: white;
text-align:center;
}

header{
width:800px;
height:200px;
background-image:url("banniere.png"); 								
background-repeat:no-repeat;
margin:auto;
}

h1{
font-family:"wide_awake",arial,serif;												
font-size:40px; 
text-align:center;													
color:rgb(242;242;243);	
margin-bottom:-20px;											
}

.liens {
color:rgb(245,205,47);
text-decoration:none;
font-size:30px; 
}

.liens:hover{
color:rgb(35,71,139);
background-color:rgb(242,242,243);
font-size:30px; 
}

.article_large{
width:900px;
border: 1px solid rgb(242,242,243);
box-shadow: 0px 2px 5px rgb(0,0,0);
border-radius:10px;
margin-top:20px;
margin-bottom:20px;
font-size:18px;
margin-left:auto;
margin-right:auto;
padding:10px;
}

