#Accueil {
	  position: absolute;
      top : 50px;           /* la moitié de la hauteur du bloc qui la contient  */
      left : 50%;          /* la moitié de la largeur du bloc qui la contient  */
      margin-top : -50px;  /* la moitié de la hauteur de l'image  */
      margin-left : -512px; /* la moitié de la largeur de l'image  */
      display : block;
      width : 1024px;
      height : 768px;
}
#Logo {
	position:absolute;
	left:64px;
	top:40px;
	width:800px;
	height:150px;
	z-index:1;
}
#Navigation {
	position:absolute;
	left:64px;
	top:190px;
	width:150px;
	height:350px;
	z-index:2;
}
#NavigationUP {
	position:absolute;
	left:72px;
	top:180px;
	width:146px;
	height:343px;
	z-index:5;
	overflow: visible;
	visibility: visible;
}
#Contenant {
	z-index:3;
	overflow: visible;
	border: 2px none #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-left: auto;
    margin-right: auto;
	height: 100%;
	width: 900px;
	padding-left:50px;
	bottom: 10px;
}
#Password {
	position:absolute;
	left:79px;
	top:650px;
	width:120px;
	height:308px;
	z-index:4;
	border: thin none #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-color: #FFFFFF;
}
.Style1 {color: #FF5151}
.Style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;
	color: #202346;
}
.Style4 {
	font-size: large;
	font-style: italic;
	color: #202346;
}
.Style5 {color: #202346}
.Style6 {color: #6699FF}
.Style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;
	color: #66F;
}

#Fond {
	position:absolute;
	left:253px;
	top:197px;
	width:618px;
	height:553px;
	z-index:1;
}

input.error, textarea.error {
	background-color:#FFCCFF;
}

label.error {
	font-style:italic;
}

