<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body
{

background: url('image/fondtest.png') no-repeat top center;
background-color: #a7a096;
margin:0;
padding: 0;
font-family: 'police';
}

.corps
{
width:920px;
margin: 485px auto;
background-color: rgba(255,255,255, 1);
padding : 0;
box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.4);
border-radius: 10px;
}

.header
{
margin : 0 auto;
padding: 0;
width : 820px;
}

@font-face
{
    font-family: 'police';
    src: url('police.ttf');
}

h2
{
margin-left : 100px;
}
p
{
z-index: 99;
text-align: justify;
line-height: 30px;
white-space: -moz-pre-wrap; 
white-space: -pre-wrap;     
white-space: -o-pre-wrap;   
word-wrap: break-word;
margin: auto;
text-indent: 40px;
font-size:22px;
}

.copyright img
{
height : 20px;
width: 20px;
}

.copyright
{
margin-left : 700px;
}

a
{
text-decoration:none; 
color: black;
}

a:hover
{
color: #a7a096;
}


a img{
 border: none;

}

.barremenu
{
position : relative;
width: 920px;
z-index:1;
}

.barremenu img{
position: absolute;
top : -65px;
left : -104px;
overflow:hidden;
z-index:1;
}


			.btn div
			{
			position : absolute;
			width : 185px;
			height: 50px;
			z-index: 100;
			}

					.btn-journal
				{
				background : url('image/btnjournaldef.png') no-repeat;
				top: 10px;
				left : 0px;
				}
					.btn-journal:hover
				{
				background-image : url('image/menu-journal-hover.png');
				}
					.btn-qui
				{
				background : url('image/qui-on.png') no-repeat;
				top: 10px;
				left : 180px;
				}
					.btn-qui:hover
				{
				background-image : url('image/menu-qui-hover.png');
				}
					.btn-book
				{
				background : url('image/menu-book.png') no-repeat;
				top: 10px;
				left : 380px;
				}
					.btn-book:hover
				{
				background-image : url('image/menu-book-hover.png');
				}
					.btn-trajet
				{
				background : url('image/menu-trajet.png') no-repeat;
				top : 10px;
				left : 530px;
				}
					.btn-trajet:hover
				{
				background-image : url('image/menu-trajet-hover.png');
				}
					.btn-photo
				{
				background : url('image/menu-photo.png') no-repeat;
				right: 25px;
				top: 8px;
				}
					.btn-photo:hover
				{
				background-image : url('image/menu-photo-hover.png');
				}


				
.qui
{
padding-top: 100px;
width : 820px;
}

.personne
{
padding-top: 20px;
width : 820px;
}</pre></body></html>