/* CSS Document */

body {
	font-family: "Courier New", Courier, mono;
	padding: 0px;
	margin: 0px;
	background-color: #A10D0C;
	font-size: 12px;
}
h1 {
	margin-top: 0px;
	padding-top: 0px;
	color: #C8840D;
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	font-style: oblique;	
}
h2 {
	margin-top: 0px;
	padding-top: 0px;
	color: #A10D0C;
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
	font-size: 17px;
}
h3 {
	margin-top: 0px;
	padding-top: 0px;
	color: #A10D0C;
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
}
.navbar {
	list-style-type: none;
	margin: 0;
	padding:0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}
.navbar li {
	display: inline;
	margin-right: 20px;
}
.navbar a:link {
	text-decoration: none;
	color: #D8D187;
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	font-weight: bold
}
.navbar a:active	{
	text-decoration: none;
	color: #D8D187;
	font-family: "Courier New", Courier, mono;
	font-size: 12pt
}
.navbar a:visited	{
	text-decoration: none;
	color: #D8D187;
	font-family: "Courier New", Courier, mono;
	font-size: 12pt
} 
.navbar a:hover	{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12pt
}
.content  {
	font-family: "Courier New", Courier, mono;
	margin: 0;
	padding:0;
}
.content li {
	list-style-position: inside;
	list-style-type: square;
	//*font-weight: bold;*//
}
.footer	{
	list-style-type: none;
	margin: 0;
	padding:0;
	text-align: center;
	font: 11px "Times New Roman", Times, serif;
	color: #000000;
}
.footer a:link {
	text-decoration: none;
	font: 11px "Times New Roman", Times, serif;
	color: #000000;
}	
.footer a:active  {
	text-decoration: none;
	color: #000000;
	font: 11px "Times New Roman", Times, serif;
}
.footer a:visited	{
	text-decoration: none;
	color: #000000;
	font: 11px "Times New Roman", Times, serif;
} 
.footer a:hover	{
	text-decoration: none;
	color: #FFFFFF;
	font: 11px "Times New Roman", Times, serif;
}

div#bandeau {
	left:0px;
	width:750px;
	height:170px;
	background-color: #C8840D;
	top: 0px;
	position: absolute;
	vertical-align: top;
}
div#navbar {
	width:748px;
	height:20px;
	position: relative;
	top: 170px;
	background-image:url(img/fond_navbar.png);
	border-right-color: #C8840D;
	border-right-style: solid;
	border-right-width: thin;
	border-left-color: #C8840D;
	border-left-style: solid;
	border-left-width: thin;	
}
div#wrapper {
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	top: 20px; 
	width:750px;  
	background-color: #C8840D; 
}
div#columns {
	width: 750px;
	position: relative;
	top: 165px;
	margin-top: 20px;
	background-color: #C8840D;
}
div#side1 {
	position:absolute;
	left:0px;
	width:140px;
	background-color: #C8840D;
	top: 20px;
}
div#content {
	background-color: #EFE4B2;
	width: 450px;
	position: static;
	margin-left: 150px;
	border: 2px solid #A10D0C;
	padding: 5px;
	padding-bottom: 10px;
	border-left-style: outset;
	border-top-style: inset;
}
div#side2 {
	position:absolute;
	width:135px;
	background-color: #C8840D;
	left: 615px;
	top: 20px;
}
div#foot {
	background-color: #C8840D;
	width: 750px;
	clear: both;
	position: relative;
	margin-top: 200px;
	margin-bottom: 100px;
}
.clear {
	clear:both;
}

