/* mise en place du code pricipal */
html { background: #ddd url(img/html.png); } /* img répétée */
html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 100%;
	margin: 0;
	}
img { border:0px; }
div#global {
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(img/global.png) center repeat-y;
	}
div#header {
	background:url(img/header.png) no-repeat;
	height: 108px;
	}
div#barre {
	background:url(img/barre.png) no-repeat;
	height: 27px;
	}
div#header h1 {
	margin: 0;
	}
/* mise en place du milieu */
div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px; 
	overflow: auto;
	}
/* Le footer */
div#footer {
	font-size:10px;
	text-align:center;
	position: absolute;
	height:26px;
	width:750px;
	bottom: 0;
	background: url(img/footer.png) repeat-x;
	}
/* mise en place du menu */
div#content {
	float: right;
	width: 580px;
	} /* les floats déterminent droite/gauche, ne pas oublier de modifier les 2 ! */
div#menu {
	padding-left:4px;
	padding-top:4px;
	float: left;
	width: 150px;
	}
/* fin menu */
/* gestion liens */
a:visited {
	color: #6A9BDD;
}
a:hover {
	color: #6A9BDD;
}
a:active {
	color: #6A9BDD;
}
a:link {
	color: #6A9BDD;
}
/* gfestion des titres */
h2 {
	margin:0;
	padding:0;
    text-align: center;
	font-size: x-large;
	font-weight: bold;
}
h3 {
	margin:0;
	padding:0;
    text-align: center;
	font-size: 15px;
	font-weight: bold;
}
div#content h4 {
	color:#CC0000;
	font-variant: small-caps;
	}
/* Style */
.souligne
{
   text-decoration: underline;
}
.souligne-pt {
border-bottom: 1px dotted black;
}
.italique {
font-style: italic;
}
/*  GESTION de la BARRE pour Vt Net !!!! Vt-net.org */ 
#barre p {
margin:0;
text-align:center;
padding-top:2px;
}
#barre a:visited {
	color:#000000;
	text-decoration: none;
}
#barre a:hover {
	color:#000000;
	text-decoration: none;
}
#barre a:active {
	color:#000000;
	text-decoration: none;
}
#barre a:link {
	color:#000000;
	text-decoration: none;
}
#intro {
text-align:right;
margin:0;
}
/* FIN des paramètres externes de la BARRE */