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

	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
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;
}
.a_intext{
	color: #fff2a1;
	font-weight: bolder;
	text-decoration: underline;
	font-size: 12px;
}
/*******************************************************************************
   block de contenu general
*******************************************************************************/
.B1{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height:auto;
	height: 50%;
	overflow: auto;
	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: 220px;
	height: 80%;
	position: relative;
	left: 10px;
	top: 10px;
}
/*******************************************************************************
  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%;
	left: 0px;
	width: 250px;
	height: 50%;
	overflow: auto;
	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: 220px;
	height: 80%;
	position: relative;
	left: 10px;
	top: 10px;
}
/*******************************************************************************
   Champ de recherche Google
*******************************************************************************/
.google_search{
	position: absolute;
	bottom: 5px;
	left: 260px;
}
.google_search table{
	background-color: transparent;
}
/*******************************************************************************
   Indicateur XHTML, bloc de partenariat accueil
*******************************************************************************/
.validator{
}
.validator img{
	display: none;
	border: none;
	width: 44px;
	height: 17px;
}
.partenariat{
	font-size: 9px;
	background-color: #ffffff;
	padding: 2px;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity:0.70;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #626060;
}
.partenariat a{
	font-size: 9px;
	color: #626060;
}


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

