/*Toute la page*/
*
{
margin:0;
padding:0;
}

 body
{
background-color:#d4d1d2;
}

img 
{
border:none;
}

#conteneur
{
width:840px;
height:850px;
margin:auto;
background-image:url('../images/conteneur.gif');
background-repeat:no-repeat;
}

/*Haut de page_________________________________________________________________________________________________________________________________________*/
	
	/*Header (logo)*/
#header
{
width:840px;
height:200px;
}

#barre_bas
{
width:650px;
height:0px;
margin-left:75px;
border-top:1px solid #c0c0c0;
}


#fil_ariane
{
margin-top:2%;
margin-left:1%;
font-size:12px;
font-family:"Trebuchet MS",Arial,Verdana,serif;
color:#C0C0C0;
}

	/*Menu*/
#menu
{
width:750px;
height:25px;
margin-left:30px;
border-top:1px solid #c0c0c0;
}

#menu ul li
{
float:left;
padding-left:15px;
list-style:none;

}

#menu ul li a 
{
font-size:16px;
font-family:"Trebuchet MS",Arial,Verdana,serif;
color:#C0C0C0;
font-variant:small-caps;
text-decoration:none;
padding-right:15px;
}


#menu a:hover 
{
color:#FFFFE0;
color:red;
text-decoration:underline;
}

#menu a:active
{
color:red;
}

/*Corps de texte_________________________________________________________________________________________________________________________________________*/
#main
{
width:840px;
height:600px;
}

#txt_haut
{
width:840px;
height:auto;
margin-top:5%;
}

#txt_haut p
{
font-size:16px;
font-family:"Trebuchet MS",Arial,Verdana,serif;
color:#C0C0C0;
text-align:center;
}

#photo_ref1
{
width:570px;
height:100px;
margin-left:17%;
margin-top:2%;
}

#photo_ref1 a
{
padding-right:10px;
}

#photo_ref2
{
width:460px;
height:100px;
margin-left:23.5%;
margin-top:2%;
}

#photo_ref2 a
{
padding-right:10px;
}

#txt_info
{
width:840px;
height:auto;
margin-top:2%;
}

#txt_info p
{
font-size:12px;
font-family:"Trebuchet MS",Arial,Verdana,serif;
color:#C0C0C0;
text-align:center;
text-decoration:underline;
}

#txt_ref1
{
width:auto;
height:auto;
margin-top:6%;
margin-left:17%;
}

#txt_ref1 p
{
font-size:14px;
font-family:"Trebuchet MS",Arial,Verdana,serif;
color:#C0C0C0;
}

#txt_ref2
{
width:auto;
height:auto;
margin-left:20%;
}

#txt_ref2 p
{
font-size:14px;
font-family:"Trebuchet MS",Arial,Verdana,serif;
color:#C0C0C0;
}
/*Passage a la page suivante*/
		
#page
{
width:111px;
float:right;
margin-top:2%;
margin-right:0.75%;
}
#page a
{
font-family:"Comic sans MS",Arial,Verdana,serif;
color:#C0C0C0;
font-size:16px;
font-variant:small-caps;
text-decoration:none;
}

#page a:hover
{
color:white;
text-decoration:underline;
}
/*Bas de page_________________________________________________________________________________________________________________________________________*/

#footer
{
text-align:center;
}

#footer p
{
font-family:"Comic sans MS",Arial,Verdana,serif;
font-size:14px;
}


