/* CSS Document */
:focus{
outline: 0;
}
html {
	height: 101%; 
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;

}
h1{
	display:none;
}
body {
	margin: 5px;
	background-color:#547268;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;	
}

#wrapper{
	width:800px;
	margin:auto;
	background-color: #99b4a7;

}
#header{
	width:800px;
	height:200px;
}
#logo{
	background-image:url(images/logo.jpg);
	width:800px;
	height:50px;
}
#sous_header{
	background-color: #fffde8;
	font-size: 10px;
	height: 29px;
	color:#777;
	border-bottom:1px solid #99b4a7;
	text-align: center;
}
#sous_header_l{
	float:left;
	padding-top:5px;
	padding-left:35px;	
}
#sous_header_r{
	float:right;
}
#sous_header a,img{
	text-decoration:none;
	border:0;
}
#contain{
	background-color: #99b4a7;
}
#col_l {
	float:left;
	background-color: #99b4a7;
	width: 210px;
	padding:10px;
	padding-left:0px;
	vertical-align: top;
	height:100%;
}
.hnav{
	color: #fff;
	background-color: #fff;
	height: 1px;
	border: 0;
}
.menu{
	list-style-type: none;
}
.menu a{
	color:#fff;
	text-decoration:none;
}
.menu_current {
	font-weight: bold;
	font-style:italic;
}
#col_r{
	float:left;
	background-color: #fffde8;
	width: 570px!important;
	width:569px;
	min-height:395px;
	padding: 0px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	color: #808080; 
	text-align: justify;	
}
.text:first-letter {
 	margin-top:5px;
	font-size:52px;
	float:left;
	margin-right:2px;
	line-height:40px;
	display:block;
	padding:0;
	height:40px;
	font-family:serif;
}	
#footer{
	clear:both;
	width:800px;
	height:30px;
	background-color: #fffde8;
	border-top:1px solid #ccc;
	text-align: center;
	font-size: 10px;
	color:#777;
}
#footer a{
	font-size: 10px;
	color:#777;
}

.page{
	color: #808080;
	background-color: #808080;
	height: 1px;
	border: 0;
}