

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	
	background-color: #919E61}
	

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}
/***********************************************/
/* ENTETE                              */
/***********************************************/
#entete{

height: 38px;
}




#bloc-menuhorizontal{
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
height: 38px;
}
#main-menu {
	margin:0;
	bottom:0;
	right:0;
	font-family: Verdana,sans-serif;
	white-space:nowrap;
	font-size: 80%;
	
}

#main-menu li {
display:block;
float:left;
list-style-type:none;
margin:5px;
padding:0;
text-transform: uppercase; 
}

/*Les liens normaux*/
#main-menu a {
	display:block;
	float:left;
	padding:4px 16px 4px 16px;
	background-color:#FFFFFF;
	border-bottom: 3px solid;
	color: #908B72;
	font-weight: normal;
	text-decoration: none;
	border-bottom-color: #CC9933;
}

/*Les liens au survol et rubrique en cours*/
#main-menu a:hover, #main-menu #selected a {
color:#D1481B;
background: #EAE8E1;
border-bottom: 3px solid #D1481B;
font-weight: normal;
text-decoration: none;
}
/**************news*********/
.news {
  table-layout: fixed;
  width: 200px;
  border: 1px solid white;
  background-color: #D6D2BA;
  font-size: 80%;
  }
.pictindex {
border: solid 0.1em;
border-color:#FFFFFF;
}



/************* #siteInfo pied de page avec stats ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 70%;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	width: auto;
	
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

/*********** #navBar link styles ***********/
#navBar{
	padding: 0px;
    background-color: #D6D2BA;
 	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	float: right;
	width: 20%;
	margin-right: 12px;
	margin-top: 30px;	
		height: 100%;
		width: 100%;
}
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}






