@charset "utf-8";
/* CSS Document */

/* anulation des marges par defaut pour éviter les difference des navigateurs */

body, p, h1, h2, h3, h4, h5, h6, fieldset, legend, ul, li, dl, dt, dd, img, form
{
	margin:0;
	padding:0;
	border:0;
}

hr, .masque, #logo span, #langue legend, #loading, #print, #print legend,
fieldset legend, #contenuflash
{
	display:none;
}


.wrap
{
	clear:both;
}

/*********** STYLE GENERAL *********/

body
{
	/*background:#2B2826;  #665750 422E17 4A1511 544741 */
	background:url(../img/fond.jpg) repeat-x left top #2B2826;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 80%;
	color: #ccc;
	text-align:center; /* center pour ie 5 */
	margin:0 0 0 0;
}
/* Largeur élément général de la page */

#bandeau, #fondflash, #mh, .largeur
{
	width:960px;
}
.largeur
{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-480px;
	z-index:5;
}

/*** Popup ***/
.rubon
{
	position:absolute;
	z-index:5;
	top:20px;
	left:50%;
	margin-left:-450px;
	width:550px;
	height:480px;
	overflow-y:auto;
	border:#121110 1px solid;
	border-bottom-width:2px;
	border-right-width:2px;
	background:url(../img/fond.jpg) repeat-x left top #2B2826;
	/*opacity: 0.9;   standard w3c */
	/*filter: alpha(opacity=90);  ie7.css  desactivé dans ie6 > png */
	display:none;
	text-align:left;
	padding:20px 30px;
	font-size:90%;
}
.rubon p
{
	text-align:justify;
}

/***** HEADER ACCES *****/
#acces, #langue
{
	position:absolute;
	top:0;
	z-index:2;
}
#acces
{ /* acces rapide haut page */
	left:1em;
}
#langue
{ /* langue haut page */
	right:1em;
}

/********** BANDEAU ***********/
#bandeau
{
	position:relative;
	height:92px; /* 126 */
	margin:auto;
	z-index:1;
}

#logo
{
	position:absolute;
	left:5px;
	margin:0 auto;
	/*border:#c00 1px solid;*/
}
#bloclogo
{
	text-align:center;
	font-size:85%;
	color:#999694;
	margin:1em 0;
}
/* Fond Sonore */
#fondsonore
{
	position:absolute;
	width:auto;
	top:67px;
	right:18px; /* 18 */
	opacity: 0.50; /*  standard w3c */
	filter: alpha(opacity=50); /* ie */
	z-index:5;
}

/***** PAGE *****/
#fondflash
{
	margin:auto;
	height:480px;
	background:url(../img/fond.flash.png) no-repeat center center;
}
#flash
{
	position:relative;
	margin:auto;
	top:5px;
	/*border:#00FF00 1px solid;*/
}
/***** PAGE *****/

#contenu
{
	width:80%;
	text-align:left;
	margin:auto;
	padding: 0px 0px 10px 0px;
}
#contenu p
{
	margin: 0.3em 0 0.3em 0;
	text-align:justify;
}
#conteneur
{
	position:relative;
	margin:20px 50px;
}


/********** MENU ***********/
#mh
{
	position:relative;
	margin:10px auto 5px auto;
	z-index:1;
}

/*** MOTS BAS PAGE ***/


/*** Signature Kyxar ***/
.kyxar
{
	position: absolute;
	z-index:10;
	white-space: nowrap;
	right:30px;
	margin-top:1em;
	padding: 5px 0px 3px 0px;
}

.kyxar a
{
	color: #555;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}

.kyxar a:hover
{
	color: #999;
}




