html, body {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: verdana, arial, sans-serif;
	overflow: auto;
	}
ul {
	border:0;
	margin:0;
	padding:0;
	}
#g_page {
	width: 100%;
	height: 100%;
	}
/* --------------- Menu de gauche */
#g_gauche {
	float: left;
	overflow: auto;
	height: 100%;
	width: 20%;
	background-color: #ccc;
	}
#g_gauche ul {
	clear: both;
	width: 100%;
	margin: 0;
	list-style-type: none;
	}
#g_gauche li {
	margin: 0;
}
#g_gauche a {
	display: block;
	width: 100%;
	padding: 3px 0;
	border-bottom: 1px solid #fff;
	background-color: #369;
	color: #fff;
	text-decoration: none;
	text-indent: 8px;
	font-weight: bold;
	font-size: small;
	}
#g_gauche a:hover {
	background-color: #036;
	color: #fff;
	}
#g_gauche li li a {
	text-indent: 17px;
	background-color: #69C;
	font-weight: normal;
	}
/* --------------- Ligne titre */
div#g_titre {
	float: right;
	width: 75.8%;
	}
div#g_back-1, div#g_back-2 {
	float: right;
	width: 12%;
	}
div#g_titre a, div#g_back-1 a, div#g_back-2 a {
	background-color: #f90;
	background-repeat: no-repeat;
	background-position: 50% 60%;
	}
div#g_back-1 a {
	background-image: url(../utildoc/back-1.gif);
	}
div#g_back-2 a {
	background-image: url(../utildoc/back-2.gif);
	}
/* --------------- Menu dépliant */
#g_gauche .invisible ul {
	clear: both;
	display: none;
	}
#g_gauche a.carre_p, #g_gauche a.carre_m {
	background-repeat: no-repeat;
	background-position: 93% 50%;
	}
#g_gauche a.carre_p {
	background-image: url(../utildoc/carre_p.gif);
	}
#g_gauche a.carre_m {
	background-image: url(../utildoc/carre_m.gif);
	}
/* --------------- Contenu de droite */
#g_droite {
	float: left;
	overflow: auto;
	width: 80%;
	height: 100%;
	background-color: #ffc;
	color: #03c;
	font-size: small;
	}
.g_marge {
	margin-left: 10px;
	}
.marge {
	margin-left: 20px;
	}
pre {
	margin-left: 20px;
	font-size: small;
	font-weight: bold;
	}
h1 {
	width: 100%;
	padding: 3px 0;
	text-align: left;
	text-indent: 20px;
	font-size: small;
	background-color: #ccc;
	color: #03c;
	}
.g_clear {
	clear: both;
	}

/* --------------- Colonnes */
.g_xcol {
	width: 100%;
	margin: 0 0 0 20px;
	padding: 0;
	}
.g_xcol div, .g_xcol pre {
	display: inline-block;
	margin: 0 3% 0 0;
	vertical-align: top;
/*	background-color: #add8e6; */
	}
.g_2col { width: 45%; }
.g_3col { width: 29%; }
.g_4col { width: 21%; }
.g_5col { width: 16%; }

.g_xcol a {
	text-decoration: none;
	font-weight: bold;
	}
.g_xcol a:hover  {
	background-color: #036;
	color: #fff;
	}
.g_3colgris {
	width: 28%;
	padding-left: 1%;
	background-color: #ccc;
	}	
 
/* --------------- Marges */
.g_marge0 {
	margin: 0;
	}

div.marge10 pre{
	margin-left: 10px;
	}

/* --------------- xxx */
div.g_item {
	width: 100%;
	height: 100%;
	min-height: 100%;
	}
div.g_first {
	margin-top: 0;	}
div.g_last {
	margin-bottom: 0;
	clear: both;
	}
