body {
	background: #7A7675 url(../../images/accueil/background.jpg) repeat-x fixed top left;
}

#ie6Incompatible {
  display: none;
}

.homepageAlert {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	width: 100%;
	text-align: center;
	background-color: #7A2D00;
	border-bottom: 1px solid #A2A78B;
	height: 53px;
}

#publicHeader, #inscriptionTerminee, #charteEtAide, #contenuPresentation {
	display: none;
}

#homepageHeader {
	width: 100%;
	text-align: center;
	z-index: 3;
}

#logo {
	margin: 40px 5px 5px 5px;
}

/* Images sur les côtés */

.sideImage {
	position: absolute;
	top: 0px;
	width: 500px;
	height: 500px;
	z-index: 2;
	margin-top:30px;
}

#leftImage {
	left: 0px;
	background-image: url('../../images/accueil/leftImage.png');
	margin-left: 30px;
}

#rightImage {
	right: 0px;
	background-image: url('../../images/accueil/rightImage.png');
	margin-right: 30px;
}

/* Contenu central */

#content {
	width: 100%;
	background-color: rgba(33, 34, 27, 0.3);
	border-top: 1px solid #A2A78B;
	border-bottom: 1px solid #A2A78B;
}

#apercus, #contenuPresentation {
	width: 400px;
	margin: auto;
	text-align: center;
	margin-bottom: 17px;
}

#contenuPresentation img {
	float: left;
	margin: 0;
}

#contenuPresentation .textePresentation {
	float: left;
	text-align: justify;
	width: 180px;
}

/* Apercus du site dans la colonne de droite */
.apercu {
	border: 1px solid #A2A78B;
	margin: 5px;
}

.apercu:hover {
	border: 1px solid #BCAB75;
	cursor: pointer;
}

/* Boutons d'action */

#actions {
	width: 100%;
	text-align: center;
	margin: auto;
	margin-top: -23px;
	position: relative;
	padding-bottom : 110px;
	overflow : hidden;
	z-index: 4;
}

#boutonsAction {
	width: 450px;
	margin: auto;
	text-align:center;
}

#presentation, #inscription {
	width: 220px;
	height: 35px;
	float: left;
}

#inscription {
	background: url(../../images/accueil/inscription.png);
	margin: 5px 0px 5px 5px;
}

#presentation {
	background: url(../../images/accueil/presentation.png);
	margin: 5px 5px 5px 0px;
}

#boutonsAction div:hover, #retour:hover {
	background-position: 0 -35px;
	cursor: pointer;
}

/* Liste des sites */

#sites {
	width: 564px;
	margin: auto;
	text-align: center;
	display: none;
}

#sites ul {
	margin: auto;
	padding: 0;
}

#sites li {
	float: left;
	width: 185px;
	list-style: none;
	height: 100px;
	margin: 5px;
	padding: 5px;
}

#sites li:hover {
	cursor: pointer;
}

/* Formulaire d'inscription et présentation du site */

#formInscription {
	width: 950px;
	height: 420px;
	background: url('../../images/accueil/rightImageInscription.png') no-repeat scroll top;
	margin: auto;
	margin-top: -150px;
	padding-top: 150px;
}

#formInscription {
	display: none;
	margin-bottom: 50px;
}

form {
	margin: auto;
}

#formInscriptionContent {
	width: 380px;
	margin-left: 80px;
	margin-bottom: 50px;
	text-align: left;
	padding: 5px;
}

/* Aide et charte pour l'inscription */

#charte, #aide {
	position: absolute;
	top: 0px;
	height: 400px;
	overflow: auto;
}

#aide {
	left: 0px;
	margin-left: 20px;
}

#charte {
	right: 0px;
	margin-right: 20px;
}

#imageCentrale {
	z-index: 1;
	width: 100%;
	position: absolute;
	top: 0px;
}

.inscription, #inscriptionTerminee, #formInscriptionContent {
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 2;
}

.inscription, #inscriptionTerminee {
	padding: 20px;
}

.inscription, #inscriptionTerminee, #imageCentraleContent {
	width: 380px;
	margin: auto;
	margin-top: 50px;
}

#inscriptionTerminee {
	position: relative;
	margin-bottom: 60px;
}

#imageCentraleContent {
	height: 440px;
	background-image: url('../../images/accueil/centerImage.png');
}

#retour {
	position: relative;
	width: 220px;
	height: 35px;
	margin: auto;
	top: 422px;
	cursor: pointer;
	background: url(../../images/accueil/inscription.png);
}

/* Pied de page */

#footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	border-top: 1px solid #A2A78B;
	text-align: center;
	background-color: black;
	font-size: 85%;
	z-index: 4;
}

#footer form input, #footer form select, #footer form label, #footer form button {
	width: auto;
	float: none;
	display: inline;
	margin: auto;
	padding-right: 0;
}

#footer form {
	width: auto;
}
