@font-face {
    font-family: 'segoe_printregular';
    src: url('segoepr-webfont.eot');
    src: url('segoepr-webfont.eot?#iefix') format('embedded-opentype'),
         url('segoepr-webfont.woff') format('woff'),
         url('segoepr-webfont.ttf') format('truetype'),
         url('segoepr-webfont.svg#segoe_printregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	color: #333;
	background: #bcb5a5;
	margin: 0 auto;
}

#main
{
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	min-height:100%;
	width:100%;
	margin:0;

}

.langue {
	display:block;
	margin: 5px 10px 0 0 auto;
	text-align:center;


}



img.logo {
	margin: 0 auto;
	max-width:340px;
	width:90%;
}

a img {
	border:none !important;

}

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

.nav{
	width:100%;
	display:block;
	height:auto;
	background:#FFF;
	text-align:center;
	margin-bottom:15px;
}

h1.titleA{
	display: inline-block;
	height: 65px;
	width: 100%;	
	background-color: #af9a68;
	margin:0;
	text-align:center;
	font-size: 28px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	color: #FFF;
	padding-top:15px;
	}


.container{
	display: block;
	float: none;
	margin: 10px auto;
	padding: 0;
	width: 95%;
	max-width:640px;
	background-color: #af9a68;
	border: 1px solid #5a1e2a;
	}
.container2{
	display:block;
	float:left;
	margin-right: 0px;
	margin-bottom: 0px;
	width:80%;
	}
	
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;
}

.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:10px;
	color:#5a1e2a;
	background-color:#FFF;
	font-family: 'segoe_printregular', Verdana, Geneva, sans-serif;
	font-size:16px;
	position:relative;
	bottom:0;
	width:100%;
	height:80px !important;
	padding-bottom:1%;
	
	
}

.navFooter
{
	width:100% !important;
	margin:0 auto;
	text-align:center;
	font-size:16px;
}

.navFooter ul
{
	list-style-type: none;
	padding: 15px 0 0 0;
	text-align:center;	
	
}
.navFooter ul li
{
	width: 35px;
	height:35px;
	padding-top:15px;
	display:inline-block;
	margin:1.5%;	
	background:#FFF;
	border-radius:5px;
}


/*lecteur audio*/

audio{display:none}
.audiocontrols{
	margin: 0 auto;
	text-align:center;
	width:100%;
	height:auto;
}
.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;
	
}
