<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stellarnav { display: flew;
              flex-direction: row;
		      background-color: #142F4D;
              height: 190px; }
			  
li a:hover { text-decoration: underline #EE690D 3px; }

#flag { height: 20px;
        width: 20px;
        border-radius: 50px; 
		border: none;
        margin-right: 5%; }

#paysage { background-image: url(voyage/voyage.png);
           background-size: cover;
		   background-attachment: fixed;
           /*height: 1660px;*/
           width: 100%;
           padding-bottom: 50px;  } 
			  
h1 { font-family: verdana;
     font-size: 1.1em;
     color: #EE690D;
     letter-spacing: 7px;
	 margin-top: 10%;
     margin-right: 5%;
     margin-left: 10%; }
	 
img { margin-right: 125px;
      margin-left: 10%;
	  margin-top: 2%;
      height: 150px;
      width: 150px;
	  border: 2px solid #EE690D;
      border-radius: 75px; }
	  
p { font-family: verdana;
    font-size: 0.95em;
	color: #1A2F3A;
    letter-spacing: 1px;
    margin-right: 12%;
    margin-left: 10%;
    margin-top: 5%; }
	
.site { text-decoration: none; 
        font-family: verdana;
        font-size: 15px;
        color: #EE690D; }
		
.presse { text-decoration: none; 
          font-family: verdana;
          font-size: 15px;
          color: #EE690D;
          font-style: italic; }
		
#imgvoy { display: flex;
          flex-wrap: wrap;
          margin-top: 5%;
		  margin-left: 5%;
          margin-right: 20%; }
		   
.go { flex: auto;
      width: 190px;
      height: 190px; }
	  
#or { display: flex;
      flex-direction: row;
      height: 25px;
      width: 25px;
	  border: 1px solid black;
	  border-radius: 50px;
	  margin: auto; 
      margin-top: 5%; }
	  
#end { background-color: white;
       max-height: 70px;
       width: 100%; }

#logo { display: flex;
        flex-direction: row;
        width: 100%; 
        height: 80px;
        width: 200px; 
		margin: auto;
		margin-top: -1%; 
        border: none; }</pre></body></html>