.bande{
background-image: url(resources/fond.png);
background-repeat: no-repeat;
background-size: contain;
 
}

.nav a{
color : white;
background-color:rgb(51, 62, 143);
text-transform : uppercase;
}
.titres {
background-color:rgb(51, 62, 143)
}

.titres h1 {
   color:#FFCCFF;
   font-family : 'Shift',sans-serif;
   font-size : 48px;
   font-weight : bold;
}
	
.titres p {
   color:#FFCCFF;
   font-family : 'Shift',sans-serif;
   font-size : 30px;
   font-weight : bold;
}

.texte{
background-image: url(fond.jpg);
background-repeat: no-repeat;
background-size: contain;
min-height: 500vh;
 }
	
.texte h1{
 color : rgb(51, 62, 143);
 font-family : 'Shift',sans-serif;
 font-size : 15px;
 padding-top: 14px;
 text-align: center;
}
 .texte p{
 color : rgb(51, 62, 143);
 font-family : 'Shift',sans-serif;
 font-size : 15px;
 padding-top: 14px;
 padding-left: 20px;
 text-align: center;
 padding-right: auto;
}


.texte a {
 color: #5a5a5a;
 font-family : 'Shift',sans-serif;
 font-size : 15px;
 padding-top: 14px;
 padding-bottom: 14px;
 padding-left: 3px;
 padding-right: auto;

}
 