@font-face {
    font-family: 'top_secretbold';
    src: url('Top_Secret-webfont.eot');
    src: url('Top_Secret-webfont.eot?#iefix') format('embedded-opentype'),
         url('Top_Secret-webfont.woff') format('woff'),
         url('Top_Secret-webfont.ttf') format('truetype'),
         url('Top_Secret-webfont.svg#top_secretbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body
{
	background: url(images/tuile.png) repeat;
	position: relative;	
	font-family: Times New Roman;
	font-style: italic;
	text-align: center;
}
header
{
	display: inline-block;
	position: absolute;
	width: 600px;	
	height: 91px;
	left: 50%;
	margin-left: -300px;
	
}
#bleauHt
{
	display: inline-block;
	width: 598px;	
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.5em;
}
.gauche
{
	width: 149px;
}
.milieu
{
	width: 300px;
}
.droit
{
	width: 149px;
}
nav
{	
	position: absolute;
	width: 680px;
	height: 44px;
	top: 120px;
	left: 50%;
	margin-left: -340px;
	text-align: center;
	background-color: rgb(255,245,223);
}
.dbouton /*Faux-boutons*/
{	
	display: inline-block;
	width: 120px;
	height: 32px;
	margin-top: 4px;
	margin-left: 10px;
	border-radius: 5px;
	box-shadow: 4px 4px 4px gray;
	background-color: rgb(171,159,140);
	vertical-align: middle;	
}
.dboutonActif
{	
	display: inline-block;
	width: 120px;
	height: 32px;
	margin-top: 4px;
	margin-left: 10px;
	border-radius: 5px;
	box-shadow: 4px 4px 4px gray;
	background-color: rgb(240,226,196);	
	vertical-align: middle;	
}
.pbouton
{
	color: rgb(255,245,225);
	font-family: Times New Roman;
	font-style: italic;
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	position:relative; /*Pour placer le paragraphe à mi-hauteur du faux-bouton*/
	top:50%;
	margin-top:-8px; /*Soit la moitié de la moitié de la hauteur!*/ 	
}
.pbouton:hover
{
	color: rgb(171,159,140);
}
.abouton
{
	display: block; /*Ainsi c'est le conteneur du lien, c.a.d. ici le paragraphe qui est rendu cliquable*/
	width: 100%; /*Pour étendre au maximum du conteneur cette zone cliquable*/
	height: 100%; /*id*/
	text-decoration: none; /*Evite les pointillés et autres changements de couleur*/
	color: rgb(255,245,225);
}
.aboutonActif
{
	display: block; /*Ainsi c'est le conteneur du lien, c.a.d. ici le paragraphe qui est rendu cliquable*/
	width: 100%; /*Pour étendre au maximum du conteneur cette zone cliquable*/
	height: 100%; /*id*/
	text-decoration: none; /*Evite les pointillés et autres changements de couleur*/
	color: rgb(171,159,140);
}
.dbouton:hover
{	
	background-color: rgb(255,245,225);
	color: rgb(171,159,140);
}
.abouton:visited
{
	text-decoration: none;
	color: rgb(255,245,225);
}
.abouton:hover
{
	color: rgb(171,159,140);
}
#sect
{	
	position: absolute;
	width: 700px;
	height: 500px;
	top: 200px;
	left: 50%;
	margin-left: -350px;
	text-align: justify;
}
#chMetier
{	
	color: maroon;
}
#chMetier a
{
	color: maroon;
}
footer
{
	position: absolute;
	width: 700px;
	height: 120px;
	top: 650px;
	left: 50%;
	margin-left: -350px;
}
a
{
	text-decoration: none;
	color: gray;
}
a:visited
{
	text-decoration: none;
	color: gray;
}
#pied
{
	font-family: 'Times New Roman';
	font-style: italic;
	font-size: 0.8em;
	text-align: center;
	color: gray;
}
.ligne
{
	text-decoration: overline;
}
.espace
{
	margin-left: 2em;
}
#legal
{
	font-family: Georgia;
	font-size: 0.6em;
	text-align: center;
	color: gray;
}