@charset "utf-8";
/* CSS Document */

body {
	/*background-color:#501E0D;*/
	font-size:11px;
	color:#000000;
	margin: 0px;
	text-align: center;
	width: 100%;
	border: none;
	font-family:"Bell Gothic Std Light, Verdana, Arial, Helvetica, sans-serif";
	font-size:12px;
	/*border-color:#011633;*/
	text-decoration:none;
background: #f7f6ef; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #f7f6ef 0%, #f7f6ef 50%, #dbcc9c 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f7f6ef), color-stop(50%,#f7f6ef), color-stop(100%,#dbcc9c)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #f7f6ef 0%,#f7f6ef 50%,#dbcc9c 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #f7f6ef 0%,#f7f6ef 50%,#dbcc9c 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #f7f6ef 0%,#f7f6ef 50%,#dbcc9c 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #f7f6ef 0%,#f7f6ef 50%,#dbcc9c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6ef', endColorstr='#dbcc9c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
#global {
	top:10px;
	border:none;
	border-width: 0px;
	width:1080px;
	/*background-color:#FF9E00;*/
	background-color:transparent;
	margin: 5px auto 20px auto;
	padding:0px 0px;
}
#droit{
	position: absolute;
	left:1460px;
	top:640px;
	width:80px;
	text-decoration:none;
	background-color:transparent;
	display:block;
	color:#FFC;
}
#logo{
	position:absolute;
	float:none;
	left:4px;
	top:42px;
	text-decoration:none;
	background-color:transparent;
	display:block;
	width:72px;
	height:70px;
}
#titre{
	position:absolute;
	float:none;
	top:26px;
	left:200px;
	background-color:transparent;
	display:block;
	width:640px;
	height:20px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
#top{
	position:relative;
	float:left;
	left:0px;
	margin:0px;
	padding:0px;
	text-decoration:none;
	display:block;
	width:1080px;
	height:122px;
	background-color:transparent;
}	
#contenu {
	float:left;
	background-color:transparent;
/*	background-color:#FFC;*/
	width:1050px;
	height:100%;
	margin: 0px 0px;
	padding: 20px 15px 30px 15px;
}
#plume {
	position:relative;
	float:left;
	display:block;
	left:20px;
	background-image:url(../images/plumeG.png);
	background-repeat:no-repeat;
	background-position:left;
	width:90%;
	height:400px;
}
#plume P {
	display:block;
	text-align:left;
	padding-left:400px;
	line-height:20px;
	font-size:14px;
	text-decoration:none;
}
#pied {
	float:left;
	margin-top:80px;
    text-align:center;
	width:100%;
	height:12px;
	padding:0px 0px 5px 0px;
}
#contenu ol {
	padding-right:40px;
	padding-left:60px;
}
#notes{
	text-align:justify;
}
.relief{
	font-style:italic;
	font-size: 14px;
	/*font-weight: 600;*/
	font-stretch:200%;
}
/************onglets***************/
/*bleu 696  fonce #9CDBE9 lum #B7FFFF*/
/*vert 538  fonce  #98F118 lum #BBFF1E*/
/*or  374 fonce #FF8500 lum #FF9E00 */
/*jaune 216 fonce #F2ED06  lum #FFFF54 */
/*rouge 56 fonce #F70101 lum #FF3E00*/
/* liens 501E0D */

/***************************/
.texte{
	text-align:justify;
	font-size:12px;
	line-height:18px;
}
.notes{
	font-size:0.9em;
}
.soustitre{
	display:block;
	font-style:oblique;
	font-weight:bold;
/*	text-align:left;*/
	line-height:24px;
	padding-left:60px;
	padding-right:50px;
}
sup {
font-size:8px;;
vertical-align:super;
position: relative;
bottom: 2px;
line-height: 8px;
text-decoration:none;
} 
hr {
	color:#501E0D;
}
#notes a{
	color:#501E0D;
	font-weight:600;
}
/***********infosbulles********/
a.infos, a.infos2, a.infos3, a.infos4 {
  color: black;
  text-decoration: none;
  background      : transparent ;/*si bulle image url ('.gif') no-repeat right center;*/
  position        : relative; /* Indispensable pour le bon positionnement de l'info-bulle */ 
}
a.infos span,a.infos2 span,a.infos3 span,a.infos4 span {
    position       :  absolute;
    top            :  -2000em;
    left           :  -2000em;
    width          :  1px;
    height         :  1px;
    overflow       :  hidden; 
    background     :  #BBFF1E;   /* Définition du fond, sinon on a le même que notre lien */
    border         :  1px solid #6699FF; /* Définition des bordures */
	padding:  2px 12px 2px 12px;;
    border: 1px solid green;
    border-left: 4px solid green;
	color:#000000;
	font-size:10px;
	line-height:14px;
}
a.infos:hover span, a.infos:focus span, a.infos:active span 
 {
/*  white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
	/*bottom     :  20px;*/
 /*   top        :  14px; */
	bottom     :  16px;
    top        :  auto;
    left       :  -120px;
    width      :  300px;
    height     :  auto;
    overflow   :  visible;
}
a.infos2:hover span, a.infos2:focus span, a.infos2:active span 
 {/***grand***/
/*  white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
	bottom     :  16px;
    top        :  auto;
    left       :  -2px;
    width      :  460px;
    height     :  auto;
    overflow   :  visible;
}
a.infos3:hover span, a.infos3:focus span, a.infos3:active span 
 {/***bout de ligne***/
/*  white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
	bottom     :  16px;
    top        :  auto;
    left       :  -220px;
    width      :  300px;
    height     :  auto;
    overflow   :  visible;
}
a.infos4:hover span, a.infos4:focus span, a.infos4:active span 
 { /***petits****/
/*  white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
	bottom     :  16px;
    top        :  auto;
    left       :  -2px;
    width      :  100px;
    height     :  auto;
    overflow   :  visible;
}
/*****************liens*/
a, a:hover, a:visited, a:active{
	text-decoration:none;
	}
a:link, a:visited, a:hover, a:active { outline:none } 
/**********images************/
img {
	border:none;
	border-width:0px;
	}
/*************************/
p.Retraitcorpsdetexte21 {
margin:0cm;
margin-bottom:.0001pt;
text-align:justify;
text-indent:35.45pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
font-style:italic;
}
p.MsoNormal {
margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
}