@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

body {
	font-family: verdana;
	color: #4b4942;
	background: #f1f1e9 url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	position: relative;
	height:100%;
	width:100%;
	background-position: top;
}

div#site {
    text-align:left;
    width: 996px;
    margin : auto;
	margin-bottom:30px;
}

div#header {
    background: url(../images/top_header.jpg) no-repeat;
    height : 203px;
	margin-top:0px;

}


ul#navbar{
    list-style:none;
	text-decoration:none;	
	text-align:center;
    padding-left:65px;
    padding-top:157px; 
	margin:0px;
}


ul#navbar li{
    font-family:verdana; 
	font-size:12px;	
	float: left;	
}

ul#navbar li span {	
	    position: relative;
		z-index:1;
		margin: 2px 1 0 2px;		
		float: inherit;
		background: url(../images/spacer.jpg) right  no-repeat ;
		margin-left:2px;
		height:30px;
		padding-right: 10px;
		padding-top:7px;
	    padding-left:10px;
}	

ul#navbar span:hover,#navbar span.active {
	color: #0000FF; 
	text-decoration: none;
	background-image:url(../images/px_blanc.jpg);
	background-repeat:repeat;
}
ul#navbar li a{color: #000000;}
ul#navbar li a:hover,#navbar li.active a{color: #0000FF; text-decoration:none;}

#txt_dir1 {
	background-image: url(../images/dv_jaune.jpg);
	background-repeat: repeat;
	padding-top:12px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	font-family:Verdana;
	font-size:11px;
	color:#533c0c;
	width:46%;
	left : 10px;
	position:absoulute;
	height:280px;
	overflow:auto;
	padding-right:5px;
	margin-top:10px;
}

#txt_dir2 {

	background-image: url(../images/dv_jaune.jpg);
	background-repeat: repeat;
	font-family:Verdana;
	font-size:11px;
	padding-top:12px;
	padding-left:10px;
	padding-bottom:10px;
	color:#533c0c;
	width:46%;
	left:472px;
	position:absolute;
	padding-right:5px;
    height: 280px;
	overflow:auto;
	top:0px;

	}
	
	div#right {
    margin-left: 3px;
	margin-right: 3px;
}

#rightbk {
    margin-left:0px;
	widht: 665px;
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 5px;
	position: relative;
}

#dv_trait 
	{
	background-image: url(../images/dv_jaune.jpg);
	background-repeat: repeat;
	top : 523px;;
	left: 3px;
	height: 3px;
	margin-left:0;
	min-width: 968px;
	width:100%;
	position: absolute;

	
	}
	
	
div#left {
    width:308px;
	float:left;
	margin-top:5px;
}
#dv_titre 
	{
    background-image: url(../images/menu_top.jpg)	;
	font-family:Arial; 
	font-size:18px;	
	font-weight: normal;
	text-transform: uppercase;
    text-align: center;
    width:305px;
    height:40px;
	

	}
#dv_border
	{
	font-family:Verdana;
	font-size:12px;
	float:left;
	margin-left:3px;
	padding-left:3px;
	background-image:url(../images/px_blanc.jpg);
	background-repeat: repeat;
	display: block;
	border: 0.1em solid #CCCCCC;

	color: #000000;
	width:288.5px;
	height: auto;
	padding-right:5px;
	
	}
#presentation {
	margin-left: 10px;
	padding-left:8px;
	margin-right:10px;
	margin-top:30px;
	font-family:Verdana;
	font-size:11.6px;
	font-style:normal;
	text-align:justify;
	float:left;
	position: relative;
	width: 580px;
}
#leftbk {
    margin-left:0px;
	widht: 310px;
	padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
	position: relative;
}
div#footer {
	background: url(../images/footer_bg.jpg) repeat-x #f1f1e9;
	height : 61px;
	clear: both;
	margin:0px;
    min-width: 968px;
	z-index: 1;
	bottom:0px;



}

div#footer p {
    text-align: center;
    font-size: 12px;
    padding-top:25px; 
    clear:none;
	color:#000000;
}

div#footer a {
color:#0000FF;
    text-decoration:none;
}
#container {
    position: relative;
        }

.txt_in
	{
		font-family: Arial, Helvetica, sans-serif;font-size:10px;
		color:gray;
	}
	.hide
	{
		display:none;
	}
	.see
	{
		display:block;
	}

