body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#F6EEDB;
	margin: 0px;
	padding: 0px;
}

#ombre {
	width:920px;
	left:50%;
	margin-left:-460px;
	position:absolute;
	background-image: url(ombre-fond.png);
	background-repeat: repeat-y;	
}

.ombre-haut {
	height:16px;
	background-image: url(ombre-haut.png);
	background-repeat: no-repeat;	
}
.ombre-bas {
	height:16px;
	background-image: url(ombre-bas.png);
	background-repeat: no-repeat;	
}

#container {
	width:900px;
	height:615px;
	margin-left:10px;
	margin-right:10px;
	
}

/*
--------------------------
Bandeau et menu
--------------------------
*/

#container .bandeau {
	height:114px;
	background-image:url(bandeau01.jpg);
	background-repeat:no-repeat;
	padding:0px;
	padding-right:10px;
}

#container .bandeau dt, dl, dd, ul, li {
list-style-type: none;
margin: 0 10px 0 0;
padding: 0;
}




/*
--------------------------
Nouveau menu
--------------------------
*/



#mainMenu1 {
	color: #000;
	margin: 0;
	padding: 0;
	top: auto;
	left: auto;
	z-index: 1;
	position: static;
  /* do not use a 'relative' position */
  /* do not use a 'static' position if the menu is vertical */
  /* do not set height to other than 'auto' */
  /* set width to other than 'auto' if position is 'absolute' and its children
   * are 'float: left' or 'float: right' (for Opera 7 compatibility) */
}

#menuList1 {
	margin: 0;
	padding: 0px;

	/* always set margin to '0' */
  /* border-left-width must be equal to border-right-width */
  /* padding-left must be equal to padding-right */
  height: 17px;

}

#menuList1 li {
	display: inline;
	padding: 0;
	list-style: none;
	line-height: 17px;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
  /* do not change anything here */
}

#menuList1 li a {
	color: #000;
	float: left;
	display: block;
	margin: 6px 3px 0 0;
	/* always set margin to '0' */
  /* if display is set to 'inline', padding won't be considered in Win/IE5.0 */
  text-decoration: none;
	exwidth: 95px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #FEFEFE;
}

#menuList1 li a:hover, #menuList1 li a:focus {
	color: #000;
}

#menuList1 li a.actuator {

	background: url(menu_droite2.gif) no-repeat right center;
	color: #FFFFFF;
	margin-top:95px;
	display: block;
	float: right;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	height: 15px;
	margin-right: 6px;
	padding-right: 6px; /* sliding doors padding */
	text-decoration: none;
	text-transform: uppercase;
}

a.actuator span {
    background: url(menu_gauche2.gif) no-repeat left center;
    display: block;
    line-height: 15px;
    padding: 0px 0 0px 6px;
}

.active {
	

}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {

  color: #FFFFFF;
		
}

#menuList1 .menu {
	background-color: #FDFDFD;
	color: #000000;
	margin: 0px;
	padding: 0px;
	/* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
	position: absolute;
	visibility: hidden;
	line-height: 14px;
	font-weight: normal;
	background-image: none;
		background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;

  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu li a {
	float: none;
	border-bottom: 1px solid #CCCCCC;
	line-height: 14px;
	padding-top:3px;
	padding-bottom:3px;
	width:120px;
	text-align:left;
	padding-left:7px;
	padding-right:7px;
	color: #000000;
	background-image: none;

		font-weight: normal;
		font-size:10px;
			margin: 0;



}
#menuList1 .menu li a:hover {
	color: #000000;
	background-image: none;
	background-color: #CCCCCC;



}

#menuList1 .menu li a.actuator{


}

#menuList1 .menu li a.actuator:hover, #menuList1 .menu li a.actuator:focus {

}


.menu ul {
margin:0;
padding:0;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/*
--------------------------
Hierarchie
--------------------------
*/

#container .hierarchie {
	height:14px;
	padding:5px 15px 5px 15px;
	text-align:right;
	color:#00638A;
	background-color:#FFFFFF;
}

#container .hierarchie a {
	color:#00638A;
	text-decoration:none;
}
#container .hierarchie a:hover {
	text-decoration:underline;
}

#container .hierarchie .actif {
	color:#80410C;
	font-weight:bold;
}

/*
--------------------------
Contenu
--------------------------
*/

#container .contenu .photo {
	float:right;
	margin-right:50px;
	margin-top:20px;
}

#container .contenu .photo img {
	border:2px solid #00638A;
}

#container .contenu .texte {
	width:360px;
	height:255px;
	padding-left:20px;
	margin-top:12px;
	color:#00638A;
	font-weight:bold;
	
}

#container .contenu .texte-accueil {
	width:340px;
	height:400px;
	padding-left:20px;
	margin-top:12px;
	color:#00638A;
	font-weight:bold;
	overflow: scroll;	
	overflow-x: auto;
	overflow-y: auto;
}

p {
	line-height: 14px;	
	
}

.texte a {
	color: #003366;
	text-decoration: underline;

}

.texte a:hover {
	text-decoration: none;

}

#container .contenu .galerie {
	clear:both;
	width:830px;
	height:115px;
	margin:auto;
	margin-top:5px;
	display: block;
	
	/*overflow:scroll;*/

	padding-left:70px;
}

#photos {
	clear:both;
	height:120px;
	margin:0 0 0 20px;
	padding:0;
	exdisplay: block;
/*	overflow:auto;
	overflow-x: auto;
	overflow-y: hidden;
	overflow : -moz-scrollbars-horizontal;
	overflow: auto;
*/	

}

#photos-deroule {
	margin:0;
	padding:0;
}


#photos-deroule a { 
	text-decoration:none;
}

#photos-deroule img {
	border:1px solid #00638A;
	margin-right:10px;
	margin-bottom: 5px;
}

#container .contenu h1 {
	margin:0;
	padding-top:10px;
	margin-left:10px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#00638A;
	font-weight:normal;
}

#container .contenu h2 {
	margin:0;
	text-transform:uppercase;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	padding-left:30px;
	color:#00638A;
	font-weight:normal;
}

/*
--------------------------
Footer
--------------------------
*/

#container .footer {
	background-color:#C07025;
	color:#FFFFFF;
	height:18px;
	padding-right:10px;
}

#container .footer a {
	text-decoration:none;
	color:#FFFFFF;
	float:right;
	padding:3px;
}

#container .footer span {
	float:left;
	padding:3px
}
