/*---------------------------------------*/
/* Global                                */
/*---------------------------------------*/
#conteneur {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 974px;
	height: 610px;
	margin-top: -305px;
	margin-left: -487px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image:   url("../images/fond-page.gif");
	background-repeat: no-repeat;
	background-position: 0px 595px;
	background-color: #FFFFFF;
}
body {
	background-color: #CCCBAE;
}
/*---------------------------------------*/
/* Navigation page                       */
/*---------------------------------------*/
#navigation {
	z-index: 1;
	height: 17px;
	width: 959px;
	left: 7px;
	top: 566px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	visibility: visible;
}
#navigation ul {
	list-style-type: none;
	margin-top: 0px;
	/*margin-left: 70px;*/
	padding-left: 0px;
	padding-right:30px;
}
#versEN {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 40px;
	padding-left: 0px;
}
#versFR {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 40px;
	padding-left: 0px;
}
#navigation li {
	display: inline;
	float: left;
	height: 17px;
	padding-top: 3px;
	margin-right: 3px;
}
#navigation li a {
	text-decoration: none;
	color: #000000;
}
#navigation li a:hover {
	text-decoration: none;
	color: #CC6600;
}
#btEn {
	width: 29px;
	height: 17px;
	background-image: url(../images/btEn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btFr {
	width: 29px;
	height: 17px;
	background-image: url(../images/btFr.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btEn a, #btEn a, #btFr a, #btFr a, #btAccueil a{
	width: 29px;
	height: 17px;
	cursor: hand;
	display: block;
}
#btEn a:hover {
	background-image: url(../images/btEnOver.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	background-position: 0px -3px;
	margin-top: 0px;
}
#btFr a:hover {
	background-image: url(../images/btFrOver.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	background-position: 0px -3px;
	margin-top: 0px;
}
#btAccueil a:hover {
	background-image: url(../images/btAccueilOver.jpg);
	background-repeat: no-repeat;
	background-position: 0px -3px;
}
#btEn a span, #btFr a span {
	display: none;
	visibility:hidden;
}
#btAccueil span {
	display: none;
}
#btAccueil {
	width: 29px;
	height: 17px;
	background-image: url(../images/btAccueil.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.espace {
	width: 50px;
}
.puce {
	margin-left: 0px;
	padding-left: 15px;
	height: 17px;
	background-image: url(../images/puce_nav.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*---------------------------------------*/
/* Infos légales                         */
/*---------------------------------------*/
#infosLegales {
	background-color: #ffac74;
	position: absolute;
	width: 324px;
	left: 330px;
	top: 100px;
	visibility: hidden;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffac74;
	border-left-color: #ffac74;
	margin: 0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #ffac74;
	text-align: center;
	height: 410px;
}
#frameInfosLegales {
	border: none;
}
#infosLegales a {
	text-decoration: none;
	color: #000000;
	font-size: 1.2em;
	height: 15px;
}
#infosLegales a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
