@charset "utf-8";

* html>body {
	display: inline-block; 
	width: 100%;
}

* {
	font-family: sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size:100%;
	background: #f9f9f9;
}

a {
	color: rgba(0,71,237,0.75);
}

.DivEnTete {
	background-color:#3f5163;
	color: #fff;
	margin-bottom: 16px;
	font-size: 150%;
	width: 100%;
	display: block;
}

.DivEnTete2 {
	background-color:#3f5163;
	color: #fff;
	vertical-align:middle;
	padding: 16px 0 16px 16px;
	display: inline-block;
}

.DivEnTete a {
	color: #fff;
}

.DivPage {
	color: #000;
	padding: 0 0px 0px 0px;
	margin: 0 auto;
	width: 90%;
}

.DivBloc {
	background:#fff;
	padding: 0 10px 10px 10px;
	margin: 20px 0 10px 0;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-sizing: border-box;
	border-top: 6px solid #dd9933;
}

h1 {
	font-weight: bold;
	color: #dd9933;
	letter-spacing: 1.2px;
	font-family: sans-serif;;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 10px;
}

.DivBlocAdmin {
	border-top: 6px solid #0CF;
}

.h1Admin {
	color: #0CF;
}

h2 {
	font-weight: bold;
	color: #000;
	letter-spacing: 1.2px;
	font-family: sans-serif;;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
}

.PiedDePage {
	color: #888;
	text-align: center;
	padding: 32px 0 16px 16px;
	display: inline-block;
	font-size: small;
	xposition: fixed;
	xleft: 0;
	xbottom: 0;
}
