/* Global Styles */

html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-color: #fff;
	color:#036;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image: url(images/fond.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
p, script {
	margin: 0;
	padding: 0;
}
a {
	color: #f60;
	text-decoration: none;
}
a:hover {
	color: #36c;
	text-decoration: underline;
}
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;
	padding: 0;
	margin: 0;
}

/* ID Styles */

#conteneur {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(images/fond_gauche.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	height: 128px;
	background-color: #fff;
}
#logo {
	position: absolute;
	left:0;
	width: 127px;
}
#texteban, #slogan {
	font-family: "Times New Roman", Times, serif;
	color: #754C1E;
}
#texteban {
	font-size: 300%;
	letter-spacing: 3px;
	line-height: 30px;
	text-align: center;
	padding: 10px;
	margin: 0 127px;
	height: 27px;
}
#slogan {	
	font-size: 200%;
	letter-spacing: 6px;
	line-height: 18px;
	text-align: center;
	height: 53px;
	margin: 0;
}
#menuh {
	background-color: #cf9;
	letter-spacing:3px;
	text-align: left;
	font-size: 90%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #036;
	border-bottom-color: #036;
	margin-top: 5px;
	padding: 5px 10px;
	height: 14px;
}	
#gauche {
	position: absolute;
	left:0;
	top: 133px;
	width: 160px;
	padding: 104px 5px 0 5px;
	background-color: #754C1E;
	font-size: 90%;
	background-image: url(images/menu_gauche.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#gauche ul {
	margin: 0;
	padding: 0;
}
#gauche li {
	border-bottom: 2px solid #fff;
	list-style-type: none;
}
#gauche a {
	color: #fff;
	line-height: 16px;
	letter-spacing: 2px;
	display: block;
	padding: 8px 6px 10px 26px;
}
#gauche a:hover {
	background: #fff url(images/mm_arrow.gif) 14px 45% no-repeat;
	color:#754C1E;
}
#centre {
	margin-left: 170px;
	width: auto;
	height: 60%;
	overflow: auto;
	padding: 10px 10px 0 10px;
	line-height:20px;
}
#pied {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

/* CLASS Styles */

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