html{ /* pour IE */
font-size:100%;
}

body, html{ /* config des balises body et html */
background:url(fond_fonce.jpg) top center no-repeat;
background-color:#000;
width:100%;
height:100%;
text-align:center;
padding:0;
margin:0;
font-family:Verdana;
}

/*#conteneur{  conteneur principal
background-color:#CC6600;
background:url(fond_fonce.jpg) top center no-repeat;
}*/

#flash{ /* conteneur du flash pour les pages flash */
background:url(fond_fonce.jpg) top center no-repeat;
margin:0 auto;
width:1070px;
}
#flash table {
	width:100%;
}
#flash table .logo {

}
		#flash_text{ /* conteneur du texte pour le site map ce conteneur dois etre mis dans le conteneur #flash */
		/*background-color:#996666;*//* couleur de test */
		position:absolute;
		left:15%;
		top:10%;
		width:70%;
		height:75%;
		text-align:left;
		color:#FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
		overflow:auto;
		}

		#flash_admin{ /* conteneur du de la partie admin ce conteneur dois etre mis dans le conteneur #flash */
		/*background-color:#996666;*//* couleur de test */
		position:absolute;
		left:21%;
		top:42.5%;
		width:58%;
		height:40%;
		text-align:left;
		color:#FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
		overflow:auto;
		}


#footer{ /* footer */
	height:20px;
	text-align:center;
	color:#777;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
}


/*-------------- réglage des liens html ----------------*/
a{
color:#777;
text-decoration:underline;
outline: none;
}

:focus{
-moz-outline-style:none;
}

a:hover{
color:#777;
text-decoration:none;
}


/*-------------- réglage des balise typographique ----------------*/
h1{
font-size:1.5em;
font-style:italic;
}

/*p{
font-size:0.9em;
}*/

/* ------------------------------------------------------------------------ */

.menuGauche div {
	margin-top:30px;
}
.menuGauche {
	vertical-align:top;
}

.mainPage {
	/*
	height:470px;
	overflow:scroll;
	*/
	text-align:left;
	font-size:1.5em;
	color:black;
}

.textetop {
	background:url(textetop.png) left bottom no-repeat;
	width:634px;
	height:38px;
}

.textemiddle {
	background:url(textemiddle.png) left top repeat-y;
}

.textemiddle ul {
	font-size:.7em;
	text-align:justify;
	padding:5px 30px 5px 50px;
	margin:0;
}

.textemiddle table {
	font-size:.7em;
	text-align:justify;
	padding:5px 30px 5px 10px;
	margin:0;
}

.textemiddle p {
	font-size:.7em;
	text-align:justify;
	padding:5px 30px;
	margin:0;
}

.textebottom {
	background:url(textebottom.png) left top no-repeat;
	width:634px;
	height:38px;
}

.noStyleButtons input {
	border:none;
	background:none;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}
