/* un poème  */

*
{
	margin:0px;
	padding:0px;
}

/*****************/

html,
body
{
	cursor:default;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.84em;
	width:100%;
	background:#1B1404 url(S02.jpg) repeat-x;
	color: #990000;
	scrollbar-track-color:#9D8D6B;
	background-color: #510001;
	letter-spacing: 0.1em;
}

/*****************/


a {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #717F76;
}

h1
{
	padding-top: 0px;
}

h1 span
{
	display:none;
}

h2
{
	margin:0px 0px 28px 0px;
	font-size:2em;
	letter-spacing:2px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	text-align: center;
}

h2 span
{
	display:none;
}



/*********************/

#container
{
	 position:absolute;
     left: 50%; 
     top: 0%;
	 margin-top: 0px; /* moitié de la hauteur */
     margin-left: -390px; /* moitié de la largeur */
	width: 740px;
	height:500px;
	background-image: url(mainacc2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#pageHeader
{
	text-align:center;
}

#mainz
{
     width: 740px;
     height: 500px;
}



#menuacc
{
	margin-left: 6px;
	margin-top: 263px;
	width: 149px;
	font-size:0.85em;
}




ul
{
	border:0px none;
	list-style-type:none;
}

li
{
	margin: 0px;
	line-height: 20px;
	text-indent: 5px;
}


#menuacc a   {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	width: 149px;
}

#menuacc a:hover   { 
		color: #660000; text-decoration: none; 
		background-color: #C1B39E; 
		display: block; width: 148px }

#lang
{
	font-size:0.9em;
	height: 17px;
	margin-left: 608px;
	margin-top: 17px;
	font-variant: small-caps;
}


#domaines
{
	
	font-weight: normal;
}


#footer
{
	font-size:0.78em;
	height: 17px;
	margin-left: 10px;
	margin-top: 5px;
	font-weight: normal;
}
/* ce height, solution tempo pour avoir le scroll vertical, vu que overflow:scroll créé en plus de l'horizontal Puis non j'enleve height: 265px*/
