﻿*
{
	margin:0;
	padding:0;
}
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	border:0;
	height:100%;
}
#global{
	position:absolute;
	width:100%;
	height:100%;
}
#global .fond
{
	position:absolute;
	width:100%;
	height:100%;
}
#global .fond .souscouche
{
	position:absolute;
	width:68%;
	height:100%;
	left:32%;
}
#global .fond .frise
{
	position:absolute;
	width:154px;
	height:100%;
	left:32%;
}
#blocGauche
{
	height:100%;
	width:32%;
	position:absolute;
	background:url(../images/bord_gauche.jpg) center 20% no-repeat;
}
#corps
{	
	position:absolute;
	width:545px;
	left:48%;
	height:80%;
	z-index:99;
	top:10%;
}
#corps div
{
	height:50%;
}
#corps div h1 a 
{
	display:block;
	height:137px;
	width:545px;
}
#blocPro 
{
	background:url(../images/espace-pro.png) no-repeat;
}
#blocPublic 
{
	background:url(../images/espace-public.png) no-repeat;
}
#corps div h1 a span
{
	display:none;
}
#corps div p,
#corps div p a
{
	color:#fff;
	text-decoration:none;
}