body
{
font-family: quicksandbook;
color: rgb(235,235,235);
background-color: rgb(35,35,39);
font-size: 17px;
}

@font-face
 {
 font-family: 'quicksandbook';
 src: url("quicksand_book-webfont.ttf");
 src: url("quicksand_book-webfont.eot");
 src: url("quicksand_book-webfont.woff"); 
}

@font-face
{
font-family: 'Roading Night';
src: url('Roading Night.otf');
}

@font-face
 {
 font-family: 'Garet-Book';
 src: url('Garet-Book.woff');
 }
 
@font-face
 {
 font-family: 'GeosansLight';
 src: url('GeosansLight.ttf');
 }
 
@font-face
 {
 font-family: 'Juergen';
 src: url('Juergen.ttf');
}

#site
{
margin-top: 0px;	
left: 16px;
font-weight: bold;
color: rgb(204,102,0);
}

h1
{
margin-left: 200px;
margin-top: 200px;
font-family: 'Juergen';
font-size: 55px;
}


#texte
{
width: 35.4%;	
margin-left: 62%;
padding-top: 50px;
padding-bottom: 45px;
padding-left: 20px;
padding-right: 20px;
margin-top: 126px;
line-height: 26px;
border-style: solid;
border-width: 2px;
border-color: rgb(235,235,235);
column-count: 2;
column-gap: 40px;
-webkit-column-count: 2;
-webkit-column-gap: 40px;
-moz-column-count: 2;
-moz-column-gap: 40px;
text-align: justify;
}

#texte a
{
text-decoration: none;
color: rgb(204,102,0);
}

img
{
position: absolute;
top:445px;
margin-left: 0.5%;
width: 60%;
border-style: solid;
border-width: 2px;
border-color: rgb(235,235,235);
}

#menu ul
{
position: fixed;
text-align: center;
top: 1155px;
width: 100%;
z-index: 1;
}

#menu li
{	
display: inline;
font-family: quicksandbook;
color: rgb(204,102,0);
font-size: 16px;
margin-right: 3%;
margin-left: 3%;
}

li a
{
text-decoration: none;
color: rgb(235,235,235);

}

li a:hover
{
color: rgb(204,102,0);
}

h3 a
{
text-decoration: none;
color: rgb(204,102,0);
}

#bandeau
{
margin-top: 15px;	

}


#bandeau a
{	
margin-left: 0px;
color: rgb(204,102,0);
box-shadow:  0px 4px 4px #848484;
border-radius: 21px;
background-color: rgb(235,235,235);
font-size: 16px;
font-weight: bold;
color: rgb(204,102,0);
text-decoration: none;
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;

}

#bandeau a:hover
{
font-size: 16px;
color: rgb(98,169,2);

}