/* ************************* */
/*  Main Arenophile Style    */
/* ************************* */
body {
	font-family: verdana, arial, sans-serif;
	background-image: url(../img/backgrd.jpg);
	background-repeat: repeat;
}

.header {
	height: 125px;
	width: 100%;
	background-image: url(../img/desert_banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}

.menu_top {
	float: right;
	margin-right: 10px;
	}
	
.lang {/* bloc language */
	height: 26px;
	width: 100%;
	border-bottom:solid black 1px;
	} 

div.menu { /* bloc menu gauche */
	position: absolute;
	left:0;
	padding-left: 15px;
	width: 20%;
	height: auto;
	}

div.frame {
	margin-left: 20%;
	width: auto;
	height: auto;
	padding: 12px;
	overflow: auto;
	}

/* *********************** */
/* links                   */
/* *********************** */
a:link {
    color: #3952AE;
	 }
a:hover {
    color: #FB9650;
	 height: 5px;
	 }
a:visited {
    color: purple;
	 }
a:visited:hover {
    color: #FB9650;
	 }
		
/* ********************* */
/* language menu         */
/* ********************* */

a.menu_top{
	background-color:white;
	color:black;
	border: solid #4678C5 1px;
	width : 80px; 
	height: 18px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	padding-right: 4px;
	padding-left: 4px;
	margin-top:3px;
	margin-right: 10px; /* espacement entre chaque sous-menu */
	}

a.menuhaut:hover {
	background-image:url(../img/backgrd_lang2.gif); 
	color:white;
	border: solid black 1px;
	}


/* ********************************* */
/* left menu */
/* ********************************* */

a.menu_left {
	width : 95% ;
	height : 30px ;
	text-decoration:none ;
	display:block ;
   margin-top: 12px ;
	font-size : 18px;
	color:#000055 ;
	text-align:center;
	font-weight : 600;
	border : solid white 1px;
	background-image:url(../img/backgrd_menu1.jpg) ; 
	background-repeat: no-repeat;
	background-position: center;
	line-height : 28px;
	}

a.menu_left:hover {
	width : 95% ;
	height : 30px ;
 	color:#B22222 ;
	font-weight : 650;
	background-image:url(../img/backgrd_menu2.jpg) ; 
	background-repeat: no-repeat;
	background-position: center;
	border : solid #B22222 1px;
	}

a.menu_left:visited {color:#000055}
a.menu_left:visited:hover {color:#B22222}

ul.links {
	color:#000055 ;
	list-style: disc;
	list-style-position: inside;
	padding: 1px;
   margin-bottom: 20px;
   }
ul.links li {
    margin: 5px;
	 text-decoration: none;
	 }
ul.links a {
    text-decoration: none;
	 }

/* ********************************* */
/* header image
/* ********************************* */
img.banner {
	width: 100%;
	height: 100%;
	border: none;
	}
a.banner-img {
	border: none;
	text-decoration: none;	
	}
	
p {
	font-size : 14px;
	color : #000055;
	font-family :  Arial, SansSerif ;
	text-align: justify;
	line-height : 22px;
	margin-bottom : 4px;
	}

h1 {
	margin-top : 8px;
	margin-bottom : 3px;
	color : #000055;
	font-size : 30px;
	font-weight : bold;
	text-align: center;
	font-family : Arial, SansSerif;
	line-height : 50px;
	}
h2 {
	margin-top : 8px;
	margin-bottom : 2px;
	color : #000055;
	text-align: center;
	font-size : 25px;
	font-weight : bold;
	font-family : Arial, SansSerif;
	line-height : 40px;
	}
h3 {
	margin-top : 8px;
	margin-bottom : 2px;
	font-size : 18px;
	text-align: center;
	color : #000055;
	line-height : 30px;
	}
h4 {
	margin-top : 6px;
	margin-bottom : 1px;
	font-size : 16px;
	color : #000055;
	text-align: left;
	line-height : 25px;
	margin-left: 10px;
	}

h5 {
	margin-top : 6px;
	margin-bottom : 1px;
	font-size : 15px;
	color : #000055;
	text-align: right;
	font-weight : bold;
	line-height : 25px;
	}


h6 {
	margin-top : 5px;
	margin-bottom : 0;
	font-size : 14px;
	color : #000055;
	font-weight : bold;
	text-decoration: underline;
	line-height : 24px;
	text-align: left;
	}
	
.legend {
	margin-top : 0;
	margin-bottom : 1px;
	font-size : 13px;
	color : #000055;
	line-height : 24px;
	text-align: center;
	}
