
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;
}

div, p, ul, li, a, h1, h2, h3, h4, h5 {
	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:61px;
	width:expression(document.body.offsetWidth - 210); /* Uniquement IE */
	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-image: url('http://www.point-afrique.com/style/img/coin-gauche.gif');
	background-repeat: no-repeat;
	z-index:2;
}

#contenu {
	position:absolute;
	top:98px;
	left:210px; /*A MODIFIER POUR METTRE LA BONNE TAILLE DE MARGE*/
	width:auto;
	width:expression(document.body.offsetWidth - 210); /* Uniquement IE */
	overflow: auto;
	background-color:#FFF4D8;

}

#data{
	max-width:850px;
	/*margin:auto;*/
	margin-left:5%;
	margin-bottom:40px;
	padding:40px 20px;
}

h1
{
	font-family: verdana, arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color:#F9A033;
	background-color:black;
	padding:20px 40px 8px 20px;
	/*margin:0;*/ /* inactive l'apparition de l'ascenceur vertical... */
}

h2
{
	font-family: verdana,arial,sans-serif;
	padding-bottom: 2em;
	font-size: 1.2em;
	font-weight: bold;
	color: #7F8108;
	text-align:center;
}

h3
{
	font-family: verdana,arial,sans-serif;
	font-size: .9em;
	padding:1em 0px;
	color: olive;
	line-height : 150%;
	text-indent:1.5em;
}

p
{
	font-family: verdana,arial,sans-serif;
	font-size: .8em;
	padding:0.2em 0px;
	color: black;
	line-height : 140%;
	text-indent:1.5em;
}

.nb
{
	font-family: verdana,arial,sans-serif;
	font-size: .7em;
	font-style: italic;
	color:#d2691e;

}

.notice{
	font-weight:bold;
	color: #0E95CF;
	text-decoration:none;
}


#message /* Messages erreur connection BDD */
{
		border:1px solid crimson;
		font-family: verdana,arial,sans-serif;
		font-size: .8em;
		margin:0 1em;
		padding:3px 5px 1em 5px;
		color: black;
		line-height : 150%;
		text-indent:1.5em;
}

.exposant
{
	font-size:.65em;
	vertical-align: super;
}


/* --- Liens --- */

a:link
{
	color: black;
	text-decoration:none;
	border-bottom: 1px dashed olive;
}

a:hover
{
	text-decoration:none;
	border-bottom: 1px solid olive;
}

a:visited
{
	color: black;
	text-decoration:none;
	border-bottom: 1px solid olive;

}


/* --- Liens notice (texte bleu) --- */

.notice a:link, .notice a:hover, .notice a:visited
{
	color: #0E95CF;
}

/* --- Liens nb (texte rouge) --- */

.nb a:link, .nb a:hover, .nb a:visited
{
	color:#d2691e;
}

/* ---- Lien particulier: logo --- */

a[class="logo"]:visited
{
	border:0;
}

a[class="logo"]:link
{
	border:0;
}

a[class="logo"]:hover
{
	border:0;
}


/* ----- pseudo-boutons (spans) ----- */
.bouton{
	background-image:url('http://www.point-afrique.com/style/img/fond_bouton_ou.gif');
	background-repeat:repeat-x;
	padding:3px 6px;
	border:1px solid black;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:black;
	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-family: verdana,arial,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #7F8108;
	padding:0px 10px;
}

input, textarea, select{
	border: 1px solid #D68D48;
	background-color: #FFF4D8;
}



/* liste ра puce */

li{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}

ul {
	margin:0 0 0 0;
	padding:0 0 0 16px;
}

ol{
	margin:0 0 0 0;
	padding:0 0 0  20px;
}

ul.puce_orange{
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
}

ul.puce_orange li{
	background-image: url('http://www.point-afrique.com/style/img/puce-orange.gif');
	background-repeat:no-repeat;
	background-position:0px 3px;
	-height:1%;
	list-style-type:none;
	padding: 0px;
	padding-left: 20px;
	line-height:normal;
	padding-bottom:5px;
}


