/* Global Styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: justify;
	color:#000;
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	text-decoration: none;
}
h1 {
	font-size: 180%;
	color: #36c;
	line-height: 24px;
	letter-spacing: 3px;
	font-weight: normal;
}
h2 {
	font-size: 140%;
	color: #633;
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: normal;
}
h3 {
	font-size: 120%;
	line-height: 14px;
	color: #009;
	text-align: left;
	margin: 5px 0;
	font-weight: normal;
	padding: 5px 10px;
}
img {
	border: none;
}

/* ID Styles */

#conteneur {
	position: absolute;
	width: 100%;
}
#header {
	display: none;
}	
#gauche {
	display: none;
}
/*#centre {
	padding: 0;
}
*/#pied {
	text-align: center;
	padding-top: 30px;
}

/* CLASS Styles */

p.datedoc {
	margin: 10px 0;
	padding-left: 10px;
}
