html, body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color:#FFF4D8;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:black;
}

div, p, ul, ol, li, a, h1, h2, h3, h4, h5 , img
{
	margin:0;
	padding:0;
}
#menu
{
	background-color: black;
	height: 37px;
}
#logo
{
	position: absolute;
	left:0;
	top:0;
	z-index:900;
}
#reserveG
{
	position:absolute;
	top:37px;
	left:0;
	width: 210px;
	height: 100%;
	background-color:black;
	border-top:1px solid white;
}

#titre 
{
	position:absolute;
	top:37px;
	left:210px; /*A MODIFIER POUR METTRE LA BONNE TAILLE DE MARGE*/
	width:100%;
	height:60px;
	overflow: auto;
	background-color:black;
	border-top: 1px white solid;
}
#boiteAngle
{
	position: absolute;
	top:98px;
	left:210px; /*A MODIFIER POUR METTRE LA BONNE TAILLE DE MARGE*/
	height:40px;
	width:8px;
	background: url('http://www.point-afrique.com/style/img/coin-gauche.gif') no-repeat;
	z-index:2;
}

/*-- CONTENU DE PAGE --*/

#contenu 
{
	position:absolute;
	top:98px;
	left:210px; /*A MODIFIER POUR METTRE LA BONNE TAILLE DE MARGE*/
	overflow: auto;
	background-color:#FFF4D8;
}
#data
{
	position:relative;
	max-width:850px;
	margin-right:30px;
	margin-left:40px;
	margin-bottom:40px;  /*annule et remplace le <p> vide de fin */
}

h1
{
	font-size: 1.6em;
	font-weight: bold;
	color:#F9A033;
	background-color:black;
	padding:20px 40px 8px 20px;
}

h2
{
	/*padding: 2.5em 0 1em 0;*/
	padding: 1.5em 0 1em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #767603;
	text-indent:-0.7em;
}

h3
{
	font-size: .9em;
	padding:2.2em 0 1.2em 0;
	color: #767603;
	line-height: 140%;
}
p, ul, ol
{
	font-size: .8em;
	padding:0.4em 0;
	line-height : 140%;
}
ul 
{
	padding-left: 16px;
}
ol 
{
	padding-left: 20px;
}
li 
{
	line-height:normal;
	padding-bottom:5px;
}
a:link 
{
	color: black;
	text-decoration:none;
	border-bottom: 1px dashed olive;
}

a:hover, a:active , a:visited 
{
	color: black;
	text-decoration:none;
	border-bottom: 1px solid olive;
}

/*-- CLASSES et ID --*/
.bord_img
{
	border:1px solid #433f39;
}
.illusDR, .illusGA
{
	float:right;
	margin:10px;
	background: url('http://www.point-afrique.com/style/img/fond_image.jpg');
}
.illusDR {
	margin-right:0;
}
.illusGA
{
	margin-left:0;
	float:left;
}
.illusDR img, .illusGA img
{
	margin:2px 2px 0 2px;
}
.illusDR .legende, .illusGA .legende {
	margin:0;
	padding:0 6px 2px 6px;
	font-size:10px;
	line-height:11px;
	font-style:italic;
	color:#FFF4D8;
}
.illusDR .legende {
	text-align:right;
}
.txtorange 
{
	color:#ea6b11;
}
.txtvert 
{
	color: #767603;
}

.txtbleu 
{
	color: #0e95d1
}

em.nul 
{
	font-weight:normal;
	font-style:normal;
}
.nb
{
	font-size: .7em;
	font-style: italic;
	color:#d2691e;
}
.signature
{
	text-align:right;
	font-size: .7em;
}
#message /* Messages erreur connection BDD */
{
	color:#ea3308;
	font-weight:bold;
	font-size: .8em;
	line-height : 150%;
	text-align:center;
}

.exposant
{
	font-size:.70em;
	vertical-align:super;
}

/* --- Liens de texte en couleur --- */

.txtbleu a:link, .txtbleu a:visited, .txtbleu a:hover, .txtbleu a:active
{
	color: #0E95CF;
}
.txtvert a:link, .txtvert a:visited, .txtvert a:hover, .txtvert a:active
{
	color: #767603;
}
.txtorange a:link, .txtorange a:visited, .txtorange a:hover, .txtorange a:active
{
	color:#ea6b11;
}

/* --- Liens avec petite fleche rouge --- */

a.fleche:link, a.fleche:visited {
	background: url('img/lien_1fleche.png') left center no-repeat;
	padding-left: 16px;
	color:black;
	font-weight:bold;
	border:0 none;
}
a.fleche:hover, a.fleche:active {
	color:#db2e11;
	border:none;
}


/* --- Liens nb (texte rouge) --- */

.nb a:link, .nb a:visited, .nb a:hover, .nb a:active
{
	color:#d2691e;
}

/* ---- Lien particulier: logo --- */

a[class="logo"]:link, a[class="logo"]:visited, a[class="logo"]:hover, a[class="logo"]:active
{
	border:0;
}


/* --- pseudo-boutons (spans) --- */
.bouton 
{
	background:url('http://www.point-afrique.com/style/img/fond_bouton_ou.gif');
	padding:3px 6px;
	border:1px solid black;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	font-size:11pt;
	font-weight:bold;
	cursor:pointer;
	white-space: nowrap;
}

.bouton:hover 
{
	background-image:url('http://www.point-afrique.com/style/img/fond_bouton_ov.gif');
}


/* --- Fieldset et legend --- */
fieldset{
	margin:20px 0px;
	border: 2px solid #D2691E;
	background-image:url('http://www.point-afrique.com/style/img/fond_orange_form.jpg');
	background-repeat:repeat-x;
}

legend
{
	font-size: 1.2em;
	font-weight: bold;
	color: #7F8108;
	padding:0px 10px;
}

form 
{
	margin:10px 0;
}

input, textarea, select
{
	border: 1px solid #D68D48;
	background-color: #FFF4D8;
	padding:0 2px;
}
select 
{
	padding-right:0;
}

/*--- liste ра puce ---*/

ul.puce_orange
{
	list-style-type:none;
	padding-left:0;
}

ul.puce_orange li 
{
	background:url('http://www.point-afrique.com/style/img/puce-orange.gif') left 4px no-repeat;
	line-height:normal;
	padding-left: 18px;
	padding-bottom:5px;
}
ul.puce_orange  ul li
{
	background:none;
	list-style-type:disc;
	list-style-position:inside;
	line-height:normal;
	font-size: 12px;
}


/*--- TABLEAU ---*/

table.pa
{
	font-size:9pt;
	margin:1.5em auto;
	border-collapse:collapse;
	border: 1px solid #8D8C16;
}
table.pa .vert 
{
	background-color:#C0BA6C;
}
.pa thead
{
	font-weight:bold;
	text-align:center;
}
.pa td
{
	padding:1px 6px 2px 6px;
	border: 1px solid #8D8C16;
}
.pa td.titreLigne 
{
	font-weight:bold;
}
.pa td.bt_table
{
	background:url('http://www.point-afrique.com/style/img/fond_bouton_ou.gif');
	cursor:pointer;
}
.pa td.bt_table:hover
{
	background:url('http://www.point-afrique.com/style/img/fond_bouton_ov.gif');
}

/*--- ONGLET ---*/

.boiteOnglet {
	position:relative;
	margin:40px 0 0 0;
	padding-bottom:50px;
}
.onglet {
	height:39px;
	position:absolute;
	top:0;
	right:20px;
	background:url('http://www.point-afrique.com/style/img/fond_titreonglet.gif') top right no-repeat;
	padding-left:25px;
	cursor:pointer;
}
.ongletTitre {
	height:39px;
	margin:0;
	padding:0;
	background:url('http://www.point-afrique.com/style/img/fl_down_onglet_OU.gif') right top no-repeat;
	color: #767603;
	font-weight:bold;
	font-size:14px;
	padding-top:6px;
	white-space:nowrap;
	padding-right:57px;
	text-align:right;
}
.ongletTexte {
	display:none;
	margin-top:18px;
	background: #FDDBA6 url(http://www.point-afrique.com/style/img/fond_texteonglet.gif) repeat-x; 
	
	color:#4b300f;
	line-height:normal;
	padding:50px 45px 18px 45px;
	/* margin-bottom:20px; */
}
