/*--------------------------> général */
a{
	border-width:0px;
	text-decoration:none;
}
body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}
img{
	border:0px;
	margin:0px;
	padding:0px;
}
/*--------------------------> Tab & cell (les 3 parties) */
.block{
	width:800px;
	height:422px;
	border-top: 1px solid #BFBFBF;
}
.gauche{
	border-right: 1px solid #BFBFBF;
}
.droit{
	border-left: 1px solid #BFBFBF;
}
/*--------------------------> les 3 div */
#centre{
	position:relative;
	margin:0px;
	padding:0px;
	width:700px;
	height:400px;
}
#g{
	position:relative;
	overflow:hidden ;
	margin:0px;
	width:50px;
	height:400px;
}
#c{
	top:0px;
	left:0px;
}
#d{
	position:relative;
	overflow:hidden;
	margin:0px;
	width:50px;
	height:400px;
}
#gI{
	position:absolute;
	left:-650px;
}
/*--------------------------> le calque 'info' (pages semi-statiques)  */
#info{
	position:absolute;
	top:0px;
	left:0px;
	width:325px;
	height:400px;
}
#info div{
	padding:0px;
	width:300px;
	height:376px;
	margin-top:12px;
	margin-bottom:12px;
	margin-left:25px;
	overflow:auto;
}
/*--------------------------> le calque 'menu'  */
#menu{
	position:absolute;
	z-index:5;
	top:0px;
	right:0px;
	background-image:url(menu_trans.png);
	width:232px;
	height:400px;
	overflow:auto;
}
#menu p{
	margin:0;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:15px;
	padding-right:0;
}
#menu a,#menu a:link,#menu a:visited{
	font-size:10px;
	font-family: Andale Mono, mono;
	background-color:#FF0000;
	line-height:22px;
	color:#000000;
	text-decoration:none;
}
#menu a:focus,#menu a:hover{
	background-color:#A8B566;
}
.coucheA{
	background-color:#EEEEEE;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/*--------------------------> Typo  */
* {
	font-family: Andale Mono, mono;
	font-size:10px;
	color:#000000;
	line-height:13px;
}
.titre{
	text-transform:uppercase;
	background-color:#A8B566;
	padding-left:4px;
	padding-top:2px;
}
.texte{
	font-style: normal;
}
.sombre{
	font-style: normal;
}
.clair{
	background-color:#FF0000;
}
.zoneCommun{
	position:absolute;
	border-width:0px;
	visibility:visible;
	z-index:2;
}
.mailto, .mailto:link, .mailto:visited{
	color:#000000;
	text-decoration:none;
}
.mailto:focus, .mailto:hover{
	color:#000000;
	text-decoration:none;
}

