/*Style général*/
body
{
      background-color	: #AAAAAA;
      height:100%;
      text-align: center;
}
h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
	text-align:center;
}
h5
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
}
hr
{
	width				: 100%;
	height				: 5px;
	text-align			: center;
	background-color	: #F5BAC5;
	border: none;
}
img
{
	border				: none;
}

/*Style Tableaux*/
.tableau_0
{
	border-color		: #000000;
	background-color	: #FFFFFF;
	border-width		: medium;
	width				: 950px;
	height				: 100%;
	
}
.tableau_1
{
	background-color	: #999999;
	border				: none;
	width				: 150px;
}
.tableau_2
{
	background-color	: #FFFFFF;
	border				: none;
}
.tableau_3
{
	border				: none;
}
.tableau_4
{
	border				: none;
	height				: 100px;
}
.tableau_5
{
	background-color	: #F5BAC5;
	border				: none;
	font-size			: 2px;
}
.tableau_6 
{
	border-color		: #999999;
	border-width		: medium;
	width				: 950px;
	height				: 100%;
}

/*Style Titre*/
.Titre_1
{
	font-size			: 36px;
	font-family			: Garamond;
	color				: #000000;
	text-align			: center;
}
.Titre_2 
{
	color				: #A4A286;
}
/*Style Texte*/
.Style1 
{
	font-weight			: bold;
	text-decoration		: underline;
	font-size			: 16px;
	font-family: Garamond;
}
.Style_2
{
	color				: #000000;
	font-size			: 14px;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-weight			: normal;
	line-height			: normal;
	font-variant		: normal;
	font-style			: normal;
}
/*Style Menus*/
.Menu_
{
	color				: #000000;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	font-style			: normal;
	font-variant		: normal;
	font-weight			: normal;
	line-height			: normal;
	text-decoration		: none;
	text-transform		: none;
}
.Menu_Index
{
	color				: #000000;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 14px;
	font-style			: normal;
	font-variant		: normal;
	font-weight			: bold;
	line-height			: normal;
	text-decoration		: none;
	text-transform		: none;	
}
.Menu_Index:link 
{
	color				: #000000;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 14px;
	font-style			: normal;
	font-variant		: normal;
	font-weight			: bold;
	line-height			: normal;
	text-decoration		: none;
	text-transform		: none;	
}
.Menu_Index:hover
{
	color				: #FF0000;	
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 14px;
	font-style			: normal;
	font-variant		: normal;
	font-weight			: bold;
	line-height			: normal;
	text-decoration		: none;
	text-transform		: none;
}
.Menu_bottom
{
	color				: #000000;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	font-style			: normal;
	font-variant		: normal;
	font-weight			: normal;
	line-height			: normal;
	text-decoration		: none;
	text-transform		: none;	
}
.Menu_bottom:link 
{
	color				: #000000;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	font-style			: normal;
	font-variant		: normal;
	font-weight			: normal;
	line-height			: normal;
	text-decoration		: none;
	text-transform		: none;	
}
.Menu_bottom:hover
{
	color				: #FF0000;	
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	font-style			: normal;
	font-variant		: normal;
	font-weight			: normal;
	line-height			: normal;
	text-decoration		: none;
	text-transform		: none;
}
/*Style Liens*/
.lien a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#F5BAC5;
	text-align:center;
}
.lien a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#F5BAC5;
	text-align:center;
}
.lien a:hover 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#F56AC5;
}

