@charset "utf-8";
/* CSS Document */

/* body  et texte*/

body
{
background-color:#696969;
width:1000px;
   margin: auto; 
   margin-top: 5px; 
   margin-bottom: 10px;   
border-top: 1px ridge white;
}
/* début page */

.entete
{
width:1000px;
height:200px;
border-bottom: 1px ridge white;
float:left;
clear:left;
}

.menu
{
width:150px;
height:580px;
float:left;
border-bottom: 1px ridge white;
background-color:#696969;
}

.corps
{
width:850px;
height:580px;
float:left;
border-bottom: 1px ridge white;

}

.bas
{
width:1000px;
height:40px;
float:left;
border-bottom: 1px solid white;
text-align:center;
padding-top:10px;
padding-bottom:5px;

}

/* fin page*/

/* début style*/

p
{
margin:5px;
font-family: Georgia;
font-size:14px;
color: white;
}

h1
{
font-family:Georgia;
font-size:18px;
color:#000000;
text-decoration:underline;
}

h2
{
font-family:Georgia;
font-size:14px;
color:#000000;
text-decoration:underline;
}

a
{
color:#FF9933;
text-decoration:none;
font-family:Georgia;
}

a:hover
{
color:#FF9933;
font-weight:bold;
font-family:Georgia;
}

/* fin style */

/*spécial index*/

.image
{
width:302px;
height:301px;
float:left;
border: 1px solid white;
}

.image2
{
width:302px;
height:301px;
float:left;
border: 1px solid white;
background-color: black;
}

.nouvelle
{
width:528px;
height:530px;
float:left;
text-align:center;
}

.nouvelle_index
{
width:528px;
height:300px;
float:left;
text-align:center;
}


.nouvelle2
{
width:528px;
height:350px;
float:left;
text-align:center;
}


/*fin index*/

/*book*/
.article
{
width:302px;
height:301px;
float:left;

}

/*fin book*/

/*page index rapport */

.rapport
{
width:302px;
height:301px;
float:left;
border: 1px solid white;
}

.chasse
{
width:528px;
height:530px;
float:left;
}


