﻿/* CSS layout */
#principal {
	border: thin solid #C0C0C0;
	width: 800px;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#entete {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #A3C578;
	background-color: #FFFFFF;
}
#masthead {
	background-color: #A3C578;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
	color: #FFFFFF;
}

#navigation {
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left: 200px;
	position: relative;
	height: 19px;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #FF6666;
}
#navigation a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFCCFF;
}
#container {
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #33CC33;
}

#left_col {
	width: 180px;
	position: absolute;
	top: 0px;
	margin-left: 10px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#page_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-right: 5px;
	padding-left: 5px;
	width: 790px;
}

#page_contentLC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 200px;
	padding-right: 5px;
	width: 595px;
}

#footer {
	text-align: center;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#NomStyle {
	font-family: "Monotype Corsiva";
	font-size: x-large;
	text-align: right;
}
#titrepage {
	margin-top: 0px;
	z-index: 3;
	font-family: Georgia;
	font-size: 36px;
	color: #990000;
}
h2 {
	font-family: Georgia;
	font-size: 24px;
	color: #800000;
	font-weight: normal;
}
