/*******************************************************************************
   Balises HTML générales sur le site
*******************************************************************************/
body{
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Arial,verdana;
	font-size: 12px;

	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
h1{
	font-family: verdana;
	font-size: 17px;
}
h2{
	font-family: verdana;
	font-size: 16px;
}
h3{
	font-family: verdana;
	font-size: 15px;
}
h4{
	font-family: verdana;
	font-size: 14px;
}
h5{
	font-family: verdana;
	font-size: 13px;
}
h6{
	font-family: verdana;
	font-size: 12px;
}
a{
	font-weight: bolder;
	text-decoration: none;
	font-size: 10px;
	color: #111fff;
}
.a_intext{
	color: #fff2a1;
	font-weight: bolder;
	text-decoration: underline;
	font-size: 12px;
}
/*******************************************************************************
   block de contenu general
*******************************************************************************/
.B1{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 80%;
	height: 50%;
	color: #ffffff;
	background-color: #000000;
	border-right: 1px solid #898a89;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity:0.50;
}
/* sous bloc de contenu (inclus dans le B1) */
.content{
	width: 96%;
	height: 80%;
	position: relative;
	left: 2%;
	top: 2%;
	overflow: auto;
}
/*******************************************************************************
  blok d'en tête des pages (header)
*******************************************************************************/
.B2{
	width: 50%;
	position: absolute;
	top: 30%;
	left: 300px;
	background-color: transparent;
}
/* sous bloc d'en-tête */
.header{
}
/*******************************************************************************
   bloc de menu principal (menu)
*******************************************************************************/
.B3{
	position: absolute;
	top: 50%;
	right: 0px;
	width: 80%;
	height: 50%;
	color: #0000ff;
	background-color: #ffffff;
	border-right: 1px solid #898a89;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity:0.50;
}
/* sous bloc de menu */
.menu{
	width: 96%;
	height: 80%;
	position: relative;
	left: 2%;
	top: 2%;
	text-align: right;
}
/*******************************************************************************
   Champ de recherche Google
*******************************************************************************/
.google_search{
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.google_search table{
	background-color: transparent;
}
/*******************************************************************************
   Indicateur XHTML
*******************************************************************************/
.validator{
}
.validator img{
	display: none;
	border: none;
	width: 44px;
	height: 17px;
}


/*******************************************************************************
   Hack XHTML
*******************************************************************************/
.center{
	text-align: center;
}
