/* CSS Document */

/**************************************************** Mise en forme global */
/* Arrière plan de toutes les page */
body {
	background-color:#000;
	margin-top:5px;
}
/* Mise en forme de message d'informations */
.message {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	width:75%;
	background-color:#FFF;
	margin-top:25px;
}
.fermer_fenetre
{
	text-align:center;
}
.fermer_fenetre a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
}
.fermer_fenetre a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:underline;
}	

/******************************************************* MENU HAUT Navigation */
.menu_navigation {
	text-align:center;
	height:20px;	
	color:#000;
	background-color:#B9944B;
}
	/* Liens */
.menu_navigation a {
	color:#000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
	/* Liens hover*/
.menu_navigation a:hover {
	color:#000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
	/* Bordure du cadre */
.menu_cadre {
	background:#B9944B;
	height:5px;
	width:100%;
}
/******************************************************** Image haut  et bas*/
.image_haut_left {
	background:url(../images/interface/squelette/top_left.jpg) no-repeat;
	width:450px;
	height:200px;
}
.image_haut_right {
	background:url(../images/interface/squelette/top_right.jpg) no-repeat;
	width:550px;	
	height:200px;
}
.image_bas_left {
	background:url(../images/interface/squelette/bas_middle.jpg);
	width:450px;
	height:120px;
}
.image_bas_right {
	background:url(../images/interface/squelette/bas_middle.jpg);
	width:550px;
	height:120px;
}

/********************************************************* Contenu centre */
.contenu_centre {
	background:#D4BF8A;
	vertical-align:text-top;
}
	/* Liens de base du contenu  */
.contenu_centre a {
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	color:#FFF;
}
	/* Liens de base du contenu hover */
.contenu_centre a:hover {
	text-decoration:underline;
	color:#FFF;
	font-weight:bold;
}
/* **********************************************************Copyright */
.copyright_bas {
	text-align:center;
	color:#FFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	/* Liens */
.copyright_bas a {
	color:#FFF;
	text-decoration:underline;
}
	/* Liens hover*/
.copyright_bas a:hover {
	color:#FFF;
	text-decoration:none;
}
