body{
	color: #333;
	margin:0;
	padding:0;
	min-height:100%;
	width:100%;

}
#main
{
	
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.langue {
	text-align:center;
}


img.logo {

	width:90%;
	max-width:350px;
	margin-bottom:5px;
}

a img {
	border:none !important;
	margin:0 auto;
}

img.position{
	margin:0 auto;
	padding:0;
	width:100%;
	height:auto;
}



.nav{
	width:100%;
	text-align:center;
}

.titleA{
	display: block;
	height: 90px;
	width: 100%;	
	background-color: #af9a68;
	overflow:hidden;
	margin-top:10px;
	}
h1{
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	padding: 5px 15px 60px 25px;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	color: #FFF;
	height: auto;
    margin: 5px 0;

}


.container{
	display: block;
	float: none;
	margin: 10px auto;
	padding: 10px;
	width: 90%;
	max-width:750px;
	background-color: #FFF;
	border: 1px solid #CCC;
	}
.container2{
	display:block;
	float:left;
	margin-right: 0px;
	margin-bottom: 0px;
	width:80%;
	}
img.map[usemap]{
   height: auto;
   max-width: 100%;
   width: auto; 
	
}
img.map a{
	border:none;}

	
ul.navlieu li{
	display: block;
	float: left;
	height: 30px;
	min-width: 300px;
	width:auto;
	padding: 10px 5px 0 10px;
	margin: 5px 10px 5px 5px;
	list-style-type: none;
	border-radius: 20px;
	background-color: #f3f3f3;
	border: 1px solid #CCC;
	font-size:15px;
}


.box_nav a{
	color:#003366;
}
.box_nav {
	margin: 0 auto;
	width: 92%;
	display: block;
	max-width: 300px;
}

.box_nav li {
	background: linear-gradient(#dad9d9, #f3f3f3) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #d3d2d2;
	border-radius: 8px;
	display: block;
	height: auto;
	padding: 10px 8px 10px 18px;
	margin: 5px 0 ;
	font-size: 15px;

}

ul li, li
{
	list-style-type: none;	
}

/*ul.box_nav
{
	width:100%;
	margin:0 auto;
	height:auto;
	display:block;
	clear:both;
	
}*/

.nbr{
	border-radius: 20px;
	color: #FFF !important;
	background-color: #036;
	width: 30px;
	min-width:18px;
	padding: 3px 0 5px 0;
	display: block;
	float: left;
	margin-right: 5px;
	margin-top:-4px;
	font-weight: bold;
  	text-align:center;
}
	
a{
	font-weight: bold;
	color: #006;
	text-decoration: none;
}

.footer{

	text-align:center;
	font-size:14px;
	color:#FFF;
	background-color: #af9a68;
	position:relative;
	bottom:0;
	width:100%;
	height:40px !important;
	padding-bottom:1%;
	padding-top:1%;
	display:block;
	clear:both;
}


/*lecteur audio*/

audio{display:none}
.audiocontrols{
	margin: 0 auto;
	text-align:center;
}
.audiocontrols > .volume {
	width:140px; 
	position:relative; 
	height:14px}
.audiocontrols > .volume > .slider{
	position:relative;
	border-radius:5px;
	background:#dedede; 
	width:100px;
	height:10px;
	display:inline-block}
.audiocontrols > .volume > .slider > .knob{
	position:absolute;
	top:0;left:0;
	background:#999;
	border-radius:10px; 
	width:10px; 
	height:10px;
	cursor:pointer}

audio:not([controls]) {
  display: none;
}
img.imgcontrols
{
	max-width:90px;
	width:31%;
	height:auto;
}