p {
	margin:0;
	padding:0;
	margin-bottom:8px;
	}	
a {
	text-decoration: none;
	
	color : #000000;
	
	}
a:hover {
	text-decoration: underline;
	
}

img {
	border: 0;
	
	}
body {
	
	background-color:#cfcfcf;
	
	}


#link_index a {
	position: absolute;
	
	width: 150px;
	height: 90px;
	
	right: 282px;
	top: 42px;
	
	/*border: 1px solid red;*/
}

#page {
	position:absolute;
	left: 50%;
	top: 5px;
	
	width:970px;
	height:100%;
	/*margin-top: -290px; /* moitié de la hauteur */
	margin-left: -485px; /* moitié de la largeur */
	
	/*background-image: url("images/fond.gif");
	background-repeat: repeat-y;*/
	
	border : 2px solid green;
	font-family:Verdana;

}



#top_bar {
	position:absolute;
	left: 0px;
	top: 0px;
	
	
	height: 200px;
	width : 970px;
	
	background-image: url("images/bandeau01.jpg");
	background-repeat: no-repeat;
	
	
}

#bottom_bar {
	position:absolute;
	left: 0px;
	bottom: 0px;
	
	height: 22px;
	width : 970px;
	
	border-top: 2px solid green;
	
	background-color: #565957;
	
	font-size: 11px;
	
	text-align: center;
	padding-top: 4px;
	
	color: #f6f2ce;
	
	/*background-image: url("images/barre_bas.gif");
	background-repeat: no-repeat;
	*/
}

#bottom_bar a {		
	color: #f6f2ce;	
}


/* NAV - top horizontal nav */
#top_menu {
	position:absolute;
	left:50%;
	
	margin-left: -307px;
	
	width: 970px;
	
	top : 137px;
	font-family: Verdana;
	
	
		
	text-align:left;
	font-weight: bold;
}

	
#top_menu a {
	
	font-weight: bold;
	
}


#top_menu, #top_menu ul {
	padding: 0;
	list-style: none ;
	
}


#top_menu ul {
	font-family:Verdana;
	font-size:14px;
}
	
#top_menu li {
	position:relative;
	float: left;
	width: 10em;
	
	display:block;
	
	background: #565957;	
	margin: 0;
	border-bottom: 2px solid #666;
	border-right: 2px solid #252525;
	padding:0;
	
}

#top_menu ul li,  #top_menu a:link, #top_menu a:visited, #top_menu a:hover, #top_menu a:active {
	text-decoration:none;
	cursor:pointer;
	color:#f6f2ce;
	
	/*font-weight:normal;*/
	
	display: block;
	padding: 1px 7px 2px;
}

#top_menu ul li {
	cursor:default;	
}

#top_menu a:hover {
	color: white;
}

/*
#top_menu li.here a {
	color: white;
}*/

/* sub item picture */ 
#top_menu li ul {
	display:none;	
}
	
	
#top_menu li:hover ul, #top_menu li.sfhover ul {
	
	font-family:Verdana;
	/*background: #f6f6f6 url("images/featurebox_bg.gif") no-repeat 100% 100%;*/
	background-color: #999;
	
	width:13em;

	position:absolute;
	
	
	left: -1px;
	top: 24px;
	
	z-index:10;
	display:block;
	
}
	
#top_menu li li {
	background:none;
	
	float:none;
	/*border: 1px solid #999;*/
	/*border-top:1px solid #333333;*/
	border-bottom: none;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	padding-left:0;
	
	
	font-size:12px;	
	font-weight:normal;
	
}

#top_menu li li.last {
	border-bottom: 1px solid #333333;
}

#top_menu li li a, #top_menu li li a:link, #top_menu li li a:visited, #top_menu li li a:hover {
	color: #f6f2ce;
	padding: 1px 10px 2px;	
}
	
/* sub item color while hover */
#top_menu li li a:hover {
	color: white;
}


#top_menu li {
	width:auto
}
	
	
/* END MENU ****************************/


#menu_title {
	position:absolute;
	
	left:210px;
	top:150px;
	
	font-size:16px;
	color : #669a0a;
	
	}
	
#content_block {
	
	position:absolute;
	background-color: #E6E6E6;
	
	border-top : 2px solid green;
	
	width:970px;
	left:0px;
	top:200px;
	
	height:100%;
	overflow: auto;
	
}
	
#content {	
	
	position: absolute;	
	left: 20px;
	top: 45px;
	
	right: 20px;
	
	
	font-size: 12px;	
	line-height: 15px;
	
}
	
/*
* Mandatory for firefox
*/

#content p {
	
	margin:0;
	padding:0;	
	margin-bottom: 8px;
}



#content_right {
	position: absolute;	
	left: 270px;
	top: 10px;
	
	right: 10px;
	
	font-size: 12px;	
	line-height: 15px;
	
}
#content_right p {
	margin:0;
	padding:0;	
	margin-bottom: 8px;
	
}

/*
*
* top announce title
*
*/

#top_announce_title {
	position : absolute;	
	left: 10px;
	top: 10px;
	
	width: 940px;
	height: 27px;
	
	background-color: #565957;
	
	text-align: center;
	
}
#top_announce_title p {
	font-family:Verdana;
	font-size: 15px;
	
	font-weight: bold;
	color: white;
	
	font-style: italic;
	
	padding-top: 4px;
}

/*
*
* left bar
*
*
*/

#left_bar {
	position:absolute;
	left: 10px;
	top: 10px;
			
	border: 1px solid #565957;
	
	width:250px;	
	
	background-color: #ccc;
}


#left_menu {	
	
	/*border: 1px solid red;*/
	
}

.leftBarTitle {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 7px;
	
	margin-bottom: 0px;
	
	font-size:15px;
	font-weight: bold;
	font-style: italic;
	
	text-align: right;
	
	
	color: white;
	background-color: #565957;
}

#left_menu .backLink {
	padding-top: 5px;
	padding-bottom: 5px;
	
	font-size:15px;
	font-weight: bold;
	
	text-align: center;
}




#ulLeftMenu{
	
	font-family:Verdana;
	font-size:12px;
	
	color:white;
	
	margin:0;
	margin-left: 16px;
	list-style: none;
	
	padding-left: 15px;
	padding-top: 10px;
	
	list-style-image: url("images/puce.gif");
	/*list-style-position: outside;*/	
}

#ulLeftMenu li {
	padding-bottom:15px;
}

#ulLeftMenu li.here {
	list-style-image: url("images/puce_on.gif");
	
}

#ulLeftMenu li.here a {
	color: green;
}

#ulLeftMenu li:hover {
	list-style-image: url("images/puce_on.gif");
}

#ulLeftMenu a {
	color: black;	
}

#ulLeftMenu a:hover{
	text-decoration: underline;
}		

/***************************
*
*    Puces 
*
*****************************/


#content li, #content_right li {
	list-style-image: url("images/puce01.gif");
	margin-bottom: 8px;
	}
#content li ul li, #content_right li ul li{
	list-style-image: url("images/puce_green.gif");
	margin-bottom: 8px;
	}