@charset "utf-8";
/* CSS Document */
body{
	background-color:#AD9897;
	background-image:url(../img/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	/*overflow:hidden;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
}
.print, .handheld {
	display: block;
}
.noprint, nohandheld {
	display: none;
}
.noprint{ 
	display:none;
	}
	
div.secondbackground{
	background-image:url(../img/background_image.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:1279px;
	height:1023px;
	float:inherit;
}
div.content, div.navigation, div.subnavigation, div.pagnavigation{
	/*margin-left:182px;*/
	width:800px;
	padding:5px;
}

div.content{
	background-image:url(../img/brown_bg.png);
	/*background-color:#150d06;
	filter:alpha(opacity=50);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
	color:#FFF;	
}

	
div.navigation{
	background-color:#a5967d;
}
div.navigation a, div.subnavigation a, div.navigation, div.subnavigation{
	color:#4c3d37;
	text-decoration:none;
}
div.navigation a:hover, div.subnavigation a:hover{
	text-decoration:none;
	/*font-weight:600;*/
}
div.navigation a:hover{
	color:#fff;
}
div.subnavigation a:hover{
	color:#A5967D;
}
div.subnavigation{
	background-color:#e8e3d1;
	font-size:80%;
}

div.pagnavigation{
	color:#CB6B3B;
	background-color:#FFFBEF;
	font-size:80%;
	
	}
h1{
	color:#575850;
	font-size:12pt;
}
h2{
	color:#80a231;
	font-size:10pt;
}
a, a:hover{
	color:#cb6b3b;
}
a {
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img, a:hover img{
	border:none;
}
table.styled {
	border: 0px solid #88A3AE;
	border-left: 0;
	border-bottom: 0;
	
	
	
}
	table.styled tr.theader td, table.styled td.theader {
		background-color: #F4F3F3;
		font-weight: 600;
	}
	table.styled tr td {
		background-color: #FFFFFF;
		/*border-bottom: 0px solid #C3D1D6;
		border-left: 0px solid #C3D1D6;*/
		padding: 5px;
	}
	tr.odd, table.styled tr.odd td, table.styled td.odd {
		/*background-color: #F5F5F5;*/
	}
	
	tr.odd2, table.styled tr.odd2 td, table.styled td.odd2, table.styled tr.odd td.odd2 {
		/*background-color: #F5F5F5;*/
		color:#80a231;
		background-color:#F4F3F3;		
		border:1px solid #FFF;
	}
	table.styled tr.odd3 td, table.styled td.odd3, table.styled tr.odd td.odd3 {
		background-color: #E5EAED;
	}
	table.styled tr.odd4 td, table.styled td.odd4, table.styled tr.odd td.odd4 {
		background-color: #FFF3D9;
	}
	td.fiche{ 
	font-size:64; 
	color:#F4F3F3;
	font-weight:bold;}
	
	
.red{color:#EA2E30;}
.dashedTable{
	border-top:1px dotted #80a231;
	color:#36393D;
}
