/*@CHARSET "ISO-8859-1";*/

html {
     font-size:12px;
}

body {
	background:#000000;
	background-repeat:repeat-x;
	font-family:verdana;
	color:#3f3d32;
	font-size:12px;
	text-align: center;
	height:100%;
	margin-left: 20px;
	margin-right: 20px;
}


/*LINKS
------------------------------------- */
a{text-decoration:none;
}

a:link {
	text-decoration: none;
	color: #37665F;
}
a:visited {
	text-decoration: none;
	color: #37665F;
}

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

a:active {
	text-decoration: none;
}

/*IMAGES
--------------------------------------*/
img {
	text-decoration: none;
	background-position: center;
	list-style-type: none;
	border: 0;
}


/* CONTENEUR
------------------------------------- */
.conteneur {
        background: #7d7d7d url(img/degrade.jpg);
        background-repeat:repeat-y;
	/*padding:10px;*/
	width:809px;
	height:700px;
	margin:0px auto;

}
.centre {

	/*padding:10px;*/
	width:600px;
	height:700px;
	margin-left:200px;
        

}
.centre {

	/*padding:10px;*/
	width:500px;
	height:700px;
	margin-left:230px;
        text-align:justify;
        

}
.erreur
{
     color : red;
}
.motpasse
{
     text-align:center;
     background-color:white;
     width:250px;
     position: fixed;
     margin-top: 100px;
     margin-left : 150px;
     border-color:black;

     border:solid 1px;
}
/* BANNIERE
------------------------------------- */
ul#accessibilite { margin-left:-25px; margin-bottom:0px;}
ul#accessibilite li { list-style:none; display:inline; font-size:10px;}
ul#accessibilite li a { color:#d8d8d8;text-decoration:none; }
ul#accessibilite li a:hover { color:#d8d8d8;text-decoration:underline; }

/* MENU
------------------------------------- */
.menugauche {
	background:transparent;
	float:none;
        position:fixed;
        top:180px;
	width:207px;
	height:auto;
	text-align: left;	
}

.pied {
     text-align:center;
     color:White;
     
}
.titremenu {
	background:#7d7d7d;
	width:180px;
	
	color:#CDD1DA;
	padding-top:2px;
	margin-left:5px;
	font-family:trebuchet MS;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

.menu {
    font-family:trebuchet MS;
	font-size:14px;
	margin-left:10px;
	margin-right:1px;
	padding: 0;		
	list-style-type:none;	
}


ul.menu a {
	background:none;
	text-decoration:none;
	text-align: left;	
	display: block;
	padding: 0;		
}

ul.menu a:hover {
	text-decoration:none;	
	text-align: left;
	display: block;
}
 

