
html, body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#reserveG
{
	position:absolute;
	top:37px;
	left:0;
	width: 210px;
	height: 100%;
	background-color:black;
	border-top:1px solid white;
}

#contenu {
	margin: 0;
	padding: 0;
	position:absolute;
	top:37px;
	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;
}

#menu
{
	background-color: black;
	height: 37px;
}

#logo
{
	position: absolute;
	left:0;
	top:0;
	z-index:900;
}

#boiteAngle
{
	position:absolute;
	top:37px;
	left:210px; /*<- A MODIFIER SELON TAILLE ReserveG */
	height:20px;
	width:8px;
	background-image: url('http://www.point-afrique.com/style/img/coin-gauche.gif');
	background-repeat: no-repeat;
	z-index:2;
}

h1
{
	font-family: verdana, arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: olive;
	text-align: center;
	padding-top:30px; /* A MODIFIER selon hauteur titre */
	margin:0 1em 0 1em;
	font-variant:small-caps;
	margin:0; /* inactive l'apparition de l'ascenceur vertical... */
}

h2
{
	font-family: verdana,arial,sans-serif;
	font-size: 1em;
	font-variant:small-caps;
	font-weight: bold;
	margin:0 1em 0 1em;
	color: olive;
}

h3
{
	font-family: verdana,arial,sans-serif;
	font-size: .8em;
	margin:0 1em 0 1em;
	color: olive;
	font-style: italic;
	line-height : 150%;
	text-indent:1.5em;
}

p
{
	font-family: verdana,arial,sans-serif;
	font-size: .8em;
	margin:0 1em 0 1em;
	color: black;
	line-height : 150%;
	text-indent:1.5em;
}

p.nb
{
	font-family: verdana,arial,sans-serif;
	font-size: .7em;
	font-style: italic;
	margin:0 1em 0 1em;
	color: black;
	line-height : 100%
}

#message /* Messages erreur connection BDD */
{
		border:1px solid crimson;
		font-family: verdana,arial,sans-serif;
		font-size: .8em;
		margin:0 1em 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;

}

/* ---- Lien particulier: logo --- */

a[class="logo"]:visited, .bouton a:visited
{
	border:0;
}

a[class="logo"]:link, .bouton a:link
{
	border:0;
}

a[class="logo"]:hover, .bouton a:hover
{
	border:0;
}

/* ----- pseudo-boutons de formulaires (spans) ----- */

.bouton{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	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;
	font-size:11pt;
	font-weight:bold;
	color:black;
	cursor:pointer;
}

.bouton:hover{
	background-image:url('http://www.point-afrique.com/style/img/fond_bouton_ov.gif');
}
