* { margin: 0; padding: 0;}
img  {
margin: auto;
border: 0px;
display: block;
}
html{ font-size: 100%;  }
body {
margin: 10px;
background-color: #A19B86;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: .625em;
text-align: center;
}
#global_frame {
width: 1012px;
margin: 8px auto;
background-color: #FAF7ED;
border: 2px solid Silver;
}
ul {
 list-style-position: inside;
 text-align: left;
}
table {
text-align: center;
margin: 0 auto;
}
/* -------------------------------------------------------- */
h1  {	font-size: 2.8em; font-weight: normal;}
h2  {	font-size: 1.4em; font-weight: normal;}
h3  {	font-size: 2em; font-weight: normal;}	
h4  {	font-size: 1.6em; font-weight: normal; font-style: italic;}
h5  {	font-size: 1.8em; font-weight: normal; font-style: italic;}
h6  { font-size: .1em; font-weight: normal;}
/*---------------------------------------------------------*/
.division, .titre {
position:relative;
width:100%;
font-size: 1.3em;
color: #483D8B;
}
.titre {
font-family: "Times New Roman", Times, serif;
color: Maroon;
}
.left1 {
position: absolute; top: 10px; left:10px;
width: 240px;
}
.right1 {
position: absolute; top: 10px; right: 10px;
width: 240px;
}
.left2 {
position: absolute; top: 10px; left:10px;
width: 200px;
}
.center2 {
margin: 0 220px;
background-color: #f6eada;
border: 1px solid Silver;
}
.center2 p {
font: italic 2.4em Georgia, serif ;
text-align: left;
color: #887766;
}
.right2 {
position: absolute; top: 10px; right: 10px;
width: 205px;
/*border: 1px solid lime;*/
}
.cadre {
margin:6px 3px;
padding:2px;
width: auto;
font-family: "Times New Roman", Times, serif;
color: #887766;
border: 1px solid Silver;
}
/*---------------------------------------------------------*/
.partner {
	margin: 2px 0px;
	padding: 4px 0px;
	background-color: #f4e8d8;
   font-size: 1.2em;
}
.partner a{
	text-decoration: none;
}
/*-----------------------------------------------------------*/
.footer {
	margin: 2px auto;
   width: 1012px;
   padding: 2px;
   background-color: #dddad1;
   font-size: 1em;
   color: Maroon;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #445588;
	text-decoration: none;
}
.footer a:hover {
	color: maroon;
	text-decoration: underline;
}
.text_ref {display: none;}

/*---- menus ------------------------------------------------*/
.menu-h {
	margin: 2px;
	padding: 4px 0 0 0;
	background-color: #FFE2c4;
	border-bottom: 4px solid #FFE2C4;
	font-size: 1.1em;
	text-align: center;
}
.menu-h a {
	color: Maroon;
	background-color: #f3fff0;
	margin: 0 6px;
	padding: 0 4px;
}
.menu-h a:hover {
	background-color: #dddad1;
   text-decoration: none;
   font-weight: bold;
	font-size: larger;
}
/* LIENS ------------------------------------------------------ */
a {
   color: Maroon;
}
a:hover {
   background-color: #f3fff0;
	color: maroon;
	text-decoration: none;
}
