html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;	
}

body{
	background:#EDF2FA top url(../img/bgBody.gif) repeat-x;
	vertical-align:top;
	font-family: Arial;
	color:#0B245B;
	font-size:11px;	
}
img {
	border:none;
	vertical-align:middle;
}
h1, h2 , h3 {margin-bottom:8px;}
h1{
	display:block;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
h1.underligne{
	height:53px;
	line-height:53px;
	background:bottom left url(../img/underlineH1.gif) no-repeat;
}
h2 {
	color:#7A8187;
	font-size:16px;
	margin-bottom:5px;
	text-transform:uppercase;
}
h2.underligne{
	color:#7A8187;
	display:block;
	height:25px;
	line-height:25px;
	background:bottom left url(../img/underlineH2.gif) no-repeat;
}
h2.underligneGris{
	color:#7A8187;
	display:block;
	height:25px;
	line-height:25px;
	background:bottom left url(../img/underlineGris.gif) no-repeat;
}
h3{
	color:#82898E;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
}
h3.underligne{
	display:block;
	height:25px;
	line-height:25px;
	background:bottom left url(../img/underlineH2.gif) no-repeat;
}
h3.underligneGris{
	display:block;
	height:25px;
	line-height:25px;
	background:bottom left url(../img/underlineGris.gif) no-repeat;
}
h4{
	display:block;
	width:100%;
	height:26px;
	background: url(../img/bgH4.gif) no-repeat;
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:5px;
}

.gris {color:#7A8187;font-weight:bold;}
.flLeft{ float:left; }
.flRight{ float:right; }
.cleaner{ clear:both; }
.cleanerL{ clear:left; }
.cleanerR{ clear:right; }
.uppercase{text-transform:uppercase;}
.conteneur{margin:15px;}

/** BALISE */
#all{
	position: relative;
	border-left:2px solid #EEF0F1;
	border-right:2px solid #EEF0F1;
	min-height: 100%;	
}
#conteneur{
	width:940px;
}
a.bt{
	display:block;
	text-decoration:none;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	line-height:20px;
	width:81px;
	height:20px;
	background: transparent url(../img/bt.gif) no-repeat;	
}

#footer{
	clear:both;
}
#footerBas{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#loginName, #header #connexion a{
	font-size:9px;
}