html,body {
	background-color: #8C8C8C;
	height: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	}
html, body { /* IE6 position: fixed */
	height: 100%;
	overflow: auto; 
}
div#global {
	width: 710px;
	position: relative;
   min-height: 100%;
	margin: 0 auto;
	background-color: #333233;
	}
div#header {
	height: 255px;
	/*background: url(../images/Header_2.jpg);*/
	background-repeat: no-repeat;
	margin: 0;
	}
div#header h1 {
	margin: 0 auto;
	color: #E6009C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bolder;
	text-align: right;
	padding-top: 180px;
	padding-right: 10px;
}
div#content {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	min-height: 100%;
	margin: 0;
	padding-top: 20px;
	height: 410px;
	background: #333233 center;
	overflow: auto;
	padding-bottom: 10px;
	position: relative;
	width: 710px;
	margin-bottom: 20px;
	}
div#content p {
	margin: 0;
	color: #FFFFFF;
	text-align: center;
	font-size: 1em;	
}
div#content p a {
	margin: 0;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
div#content p a:hover {
	margin: 0;
	color: #E6009C;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}
div#left1 {
	width: 60px;
	/*background: Yellow;*/
	/*float: left;*/
	position: fixed;
}
div#left2 {
	width: 240px;
	/*background: Yellow;*/
	/*float: left;*/
	position: fixed;	
	margin-left: 70px;
}
div#showtext {
	width: 240px;
	height: 240px;
	padding: 2px;
	border: thin; border-color: White;
	color: White;
	/*background: Yellow;*/
	/*float: left;*/
	position: fixed;	
	margin-left: 70px;
}
* html div#left2 { /* IE 6 seulement */
	margin-top: -62px;
}
div#right {
	/*background: green;*/
	/*float: left;*/
	width: 300px;
	margin: 0;
	padding: 15px 90px 0px 0px;
	/*overflow: auto;*/
	margin-left: 300px;
	position: absolute;
	top: 5px;
}
div#right h3 {
	color: #9FC47E;
	background: url(../images/fer-a-cheval.png) no-repeat left top;
	/*list-style-position: inside;*/
	padding-left: 30px;
	margin-bottom: 18px;
}
div#right p {
	margin-bottom: 15px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: justify;
}
div#footer {
	width: 706px; /* 710px - 2x2px (padding) */
	margin: 0 /*auto*/;
	padding: 2px 2px; 
	position: absolute;
	height: 15px;
	bottom: 0;
	background-color: #E60400;
	}
div#footer p {
	margin: 0;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
}
div#footer p a {
	margin: 0;
	color: #9FC47E;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
}
div#footer p a:hover {
	margin: 0;
	color: #9FC47E;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	font-size: 0.9em;
}

/*Menu*/
#navlang
	{
	/*padding: 1px 0px;*/
	width: 30px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navlang li 
	{
	background: #E60400;
	height: 30px;
	text-align: center;
	color: #000;
	font: bold 0.8em/3em arial;
	/*font-weight: bold;*/
	}
#navlang li a 
	{
	display: block;
	background: #E60400;
	height: 30px;
	text-align: center;
	color: #000;
	font: bold 0.8em/3em arial;
	/*font-weight: bold;*/
	text-decoration: none;
	/*font-size: 0.8em;*/
	}
#navlang li a:hover, #navlang li a:focus, #navlang li a:active
	{
	background: #FFF;
	text-decoration: underline;
}
#navmenu
	{
	/*padding: 1px 0px;*/
	width: 150px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navmenu li 
	{
	background: #000;
	padding-left: 15px;
	height: 30px;
	text-align: left;
	color: #FFF;
	font: bold 0.8em/3em arial;
	}
#navmenu li a 
	{
	display: block;
	background: #000;
	padding-left: 15px;
	margin-left: -15px;
	height: 30px;
	text-align: left;
	color: #FFF;
	font: bold 0.8em/3em arial;
	text-decoration: none;
	}
#navmenu li a:hover, #navmenu li a:focus, #navmenu li a:active
	{
	background: #E6009C;
	text-decoration: underline;
}
/*pour l'infobulle*/
.infobulle{
	position: absolute;
	top: 500px;
	left: 70px;
	width: 180px;
	height: 180px;
	visibility : hidden;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	text-align: justify;
	color: #FFF;
}

