/*
CSS Document - PB-Web Concept
Tous droits réservés
media = print
*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 125%;
}

/*  Définition des zones
    ----------------------------------------------------------------------------------------
*/

#page {
	padding: 0;
	border: 0;
	margin: 0;
}

#logo {
	margin: 1em 0 0 2em;
	top: 20px;
	text-align: center;
}

#choix-langue {
	display: none;
}

#options {
	display: none;
}

#links {
	display: none;
}


h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:17pt;
	line-height: 200%;
	border-bottom: 2pt solid #000000;
}

h2 {
	font-size:15pt;
}

h3 {
	font-size:13pt;
}

h4, h5 {
	font-size:10pt;
}

table, td {
	padding: 3pt;
	border: 1pt solid #666666;
	border-collapse: collapse;
}

#info-v {
	display: none;
}

#baspage {
	clear: both;
	color: #FFFFFF;
	margin-top: 20px;
	padding-top: 0px;
}

#baspage-gauche {
	display: none;
}

#baspage-centre {
	width: 100%;
	text-align: center;
}

#baspage-droit {
	display: none;
}

#liens-standards {
	display: none;
}

#liens-standards ul {
	margin-top: 1em;
	margin-bottom: 1em;
}

/*  Définition générales
    ----------------------------------------------------------------------------------------
*/

img {
	border: 0;
}

hr {
	clear: both;
	visibility: hidden;
}

/*  Définition des classes
    ----------------------------------------------------------------------------------------
*/

.heps {
	color: #66CC00;
}

.clear-both {
	clear: both;
}
