/* Tous droits réservés © 2007-2009 | http://www.RenePaul.net */

body {
	width:100%;
	height:100%;
	max-height:100%;
	background:#000;
	/*background:#000033 url(../images/fond01.gif) repeat;*/
	color:#fff;
	text-align:justify;
	font-family:Arial,Helvetica,sans-serif; /*georgia, palatino linotype, times new roman, serif;*/
	font-size:76%;
	/*line-height:1.3em;*/
	/*letter-spacing:-1px;*/
	margin:0;
	padding:0;
	border:0;
	overflow:hidden;
}

/***** FOND *****/
#fondnoir {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
}

/***** LOGO *****/
#logo {
	display:block;
	position:absolute;
	left:5px;
	top:5px;
	width:200px;
	height:105px;
	background:transparent url(../images/gen_logo.gif) left top no-repeat;
	/*background:#000;*/
	z-index:1;
	/*border:1px solid #f00;*/
}

/***** IMAGE DÉCORATIVE *****/
#img_left {
	display:block;
	position:absolute;
	left:5px;
	top:5px;
	bottom:5px;
	width:200px;
	background:transparent;
	/*border:1px solid #f00;*/
	/*cursor:move;*/
	overflow:hidden;
	/*z-index:1;*/
}

/***** MENU DÉROULANT *****/
#dropdown {
	display:block;
	position:absolute;
	z-index:9;
	left:215px;
	top:5px;
	width:auto;
	/* height:auto; /* donne 18px */
	height:auto;
	border:solid 1px #800000;
	/*overflow:hidden;*/
	background:#222;
}
#dropdown:hover {
	border:solid 1px #f00;
}

/***** CONTENU *****/
#article {
	display:block;
	position:absolute;
	left:210px;
	top:30px;
	bottom:29px; /* FF et autres */
	right:5px; /* FF et autres */
	color:#fff;
	/*padding:0.5em;*/
	padding:5px;
	overflow-y:auto;
	overflow-x:hidden;
	/*outline:0;*/
	/*border:1px solid #f00;*/
	/*z-index:0; /* IMPORTANT avec FLEXSCROLL */
}
#article .cadre {
	display:block;
	/*position:relative; /* IMPORTANT IE6 */
	background:#222;
	margin:0.4em 0;
	padding:0.4em;
	border:solid 1px #444;
}
#article .section1{
	padding:0.2em 0;
	/*border:solid 1px #0f0;*/
}
#article .section{
	color:#fff;
	background:#333;
	padding:0 0.2em;
	cursor:pointer;
	font-size:1.1em;
	font-weight:bold;
	border:solid 1px #800000;
	/*text-align:left;*/
}
#article .section:hover{
	background:#f00;
	border:solid 1px #f00;
}
#article a img {
	border:solid 1px #fff;
	/*outline:none;*/
	outline:0;
}
#article a img:hover {
	border:solid 1px #f00;
	outline:solid 1px #f00;
}
#article a {
	color:#f00;
	background:transparent;
	text-decoration:none;
	/*text-decoration:underline;*/
	/*outline:0;*/
}
#article a:hover {
	color:#fff;
	background:#f00;
	text-decoration:none;
	/*font-weight:normal;*/
}

/***** FOOTER *****/
#footer {
	display:block;
	position:absolute;
	left:205px;
	bottom:5px;
	right:0;
	/*width:100%;*/
	/* height:auto; /* donne 18px */
	height:18px;
	/*border:1px solid #faecbb;*/
	text-align:center;
	color:#fff;
	font-size:0.9em;
	/*padding:2px;*/
	/*	margin-left:100px; /* moitié du menu et/ou img_left */
	overflow:hidden;
}
#footer a {
	color:#f00;
	background:transparent;
	text-decoration:none;
	/*font-weight:normal;*/
	/*outline:0;*/
}
#footer a:hover {
	color:#fff;
	background:#f00;
	text-decoration:none;
	/*font-weight:bold;*/
}

/***** DIVERS *****/
* {
  outline:0;
}
.sepa{
	color:#f00;
}
ul {
	margin:0;
	padding:0;
}
li{
	list-style:none;
	font-size:1em;
	/*margin:0;*/
}
img,.flash{
	border:solid 1px #fff;
}
.noborder {
	border:none;
}
.nondispo {
	cursor:default;
}
.hp {
	/*display:block;*/
	position:relative;
	top:2px;
	/*right:2px;*/
	border:none;
}
.imgleft{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.imgright{
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}
.clearfloat {
	clear:both;
	height:0;
	line-height:0; 
	visibility:hidden;
}

