html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
}
a.linktohome {
	position:absolute;
	top:8px;
	left:10px;
	width:233px;
	height:101px;
}
a.linktohome span {
	display:none;
}
.clearboth {
	clear:both;
}
.geniecubecontenu a{text-decoration:underline;}

div#cadre {
	background-image:url(../images/repeat-vertical.gif);
	background-position:42px 0px;
	background-repeat:repeat-y;
	min-height:100%;
	_height:100%;
	width:921px;
	margin:auto;
	margin-top:-56px;
}

div#global {
	background-image:url(../images/fond-page.jpg);
	background-position:50% 56px;	
	background-repeat:no-repeat;
	height:100%;
	_background-position:center top; /* hack ie6 */
}

*+html div#global {
	background-position:center top;
}

div#header {
	background-image:url(../images/bandeau.jpg);
	background-repeat:no-repeat;
	height:147px;
	width:887px;
	position:relative;
	top:56px;
	margin-left:10px;
	padding:97px 0 10px 0;
	background-color:#FFFFFF;
}

div#footer {
	background-image:url(../images/footer-repeat.gif);
	background-repeat:repeat-x;
	height:56px;
	width:100%;
	clear:both;
	display:block;
}

div#footer div#pourcentrer {
	width:895px;
	margin:auto;
	position:relative;
}

div#container {
	/*background-color:#FFFFFF;*/
	min-height:200px;
	_height:200px;
	margin-top:56px;
	margin-left:13px;
	/*padding-top:10px;*/
	/*padding-bottom:10px;*/
}

div#geniecube {
	margin: 0 0 10px 10px;
	padding-left:13px;
	border-left:1px solid #0067b1;
}

div#chemin {
	background-color:#FFFFFF;
	padding: 0 0 10px 24px;
	color:#959595;
}

div#chemin a {
	color:#959595;
}

div#menugauche {
	/*display:none;*/
	width:235px;
	float:left;
}
div#menugauche ul {
	margin:0;
	padding:0px;
	list-style-type:none;
}
div#content {
	/*display:none;*/
	float:left;
	width:615px;
	margin-left:13px; /* 28px � gauche */
	/*background-color:#FF0000;*/
}
div#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
	position:absolute;
	top:20px;
	left:270px;
}

div#footer ul#liensaddonline {
	position:absolute;
	top:12px;
	left:auto !important;
	right:0px;
}

div#footer ul  a {
	color:#ffffff;
}

div#footer ul li {
	display:inline;
	border-right:1px solid #ffffff;
	padding-right:10px;
	margin-left:10px;
}
div#footer ul li.last {
	border-right:none;
}
div#footer img {
	border:none;
	vertical-align:middle;
}

div#footer div#logos {
	position:absolute;
	left:0px;
	top:5px;
	background-image:url(../images/footer-logo.gif);
	background-repeat:no-repeat;
	width:238px;
	height:51px;
	text-align:center;
}

div#footer div#logos  a {
	margin-right:10px;
}



.noLien{
	text-decoration:none;
	cursor:default;
}
.noLien:hover{
	text-decoration:none;
}
