@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-color: #5A6798;
	font-size: 0.9em;
}
h1 {
	font-size: 6pt;
}
	
ul {
list-style:none;
}
/*////////////////////////////////Accueil//////////////////////////*/

#conteneur {
	width: 875px;
	height: 600px;
	position: absolute;
	top: 50%;
	background-image: url(../images/image_fond.jpg);
	left: 50%;
	margin-top: -300px;
	margin-left: -437px;
}
#intro {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	left: 30px;
	top: 40px;
	text-align: center;
	font-size: 1.2em;
}
.hidden {
	display: none;
}

#echec_connexion {
	background-color: #850000;
	line-height: 20px;
	color:#FFFFFF;
	position: absolute;
	z-index: 100;
	top: 230px;
	left: 230px;
	height: 30px;
	width: 500px;
	text-align: center;
	}
#menu_principal ul {
	position: absolute;
	top: 280px;
	left: 90px;
	display: block;
}
#menu_principal li {
	display: inline;
	list-style: none;
	float: left;
}
#menu_principal li a {
	text-decoration: none;
	color: #FFFFFF;
}
#menu_principal #residant {
	width: 200px;
	height: 230px;
	background-color: #E78209;
	text-align: center;
	display: block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#menu_principal #residant:hover {
	background-color: #FF900C;
	background-image: url(../images/fleche.png);
	background-repeat: no-repeat;
	background-position: 15px 35px;
}
#menu_principal #demandeur {
	width: 250px;
	height: 230px;
	background-color: #850000;
	text-align: center;
	display: block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#menu_principal #demandeur:hover {
	background-color: #C00000;
	background-image: url(../images/fleche.png);
	background-repeat: no-repeat;
	background-position: 50px 35px;
}
#menu_principal #partenaire {
	width: 200px;
	height: 230px;
	background-color: #186c7d;
	text-align: center;
	display: block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#menu_principal #partenaire:hover {
	background-color: #20A7C2;
	background-image: url(../images/fleche.png);
	background-repeat: no-repeat;
	background-position: 15px 35px;
}
#adresse {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	top: 515px;
	text-align: center;
	font-size: 1.2em;
	left: 191px;
}
.titre_menu    {
	font-size: 1.4em;
	padding: 5px 5px 5px 5px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
.info_menu    {
	font-size: 10pt;
	display: block;
	padding: 5px 5px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.info_id {
	font-size: 1.2em;
	font-style: italic;
	display: block;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

/*////////////////////////////////Resident//////////////////////////*/

#conteneur_in {
	width: 937px;
	height: 625px;
	position: absolute;
	top: 50%;
	background-image: url(../images/image_fond_trame.jpg);
	left: 50%;
	margin-top: -312px;
	margin-left: -468px;
}
#conteneur_in #identite_resident {
	background-color: #E78209;
	position: absolute;
	width: 210px;
	top: 155px;
	left: 55px;
	color: #FFFFFF;
	padding: 1px;
	text-align: center;
	height: 220px;
}
#menu_resident  ul {
	position: absolute;
	top: 120px;
	left: 260px;
	display: block;
}
#menu_resident  li {
	display: inline;
	list-style: none;
	background-repeat: no-repeat;
	float: left;
}
#menu_resident  li  a {
	text-decoration: none;
	display: block;
	background-image: url(../images/bouton_resident.jpg);
	width: 195px;
	background-repeat: no-repeat;
	height: 50px;
}
#menu_resident  #vie_residence  a {
	background-position: 0 0;
}
#menu_resident  #vie_pratique  a {
	background-position: -195px 0;
}
#menu_resident  #vie_residence  a:hover {
	background-position: 0 -50px;
}
#menu_resident #vie_pratique a:hover {
	background-position: -195px -50px;
}
#logo {
	width: 200px;
	height: 138px;
	position: absolute;
	top: 21px;
	left: 702px;
}
#logo a {
	display: block;
	width: 200px;
	height: 100px;
}
#mention {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	position: absolute;
	top: 605px;
	left: 750px;
}
#mention a {
	text-decoration: none;
	color: #FFFFFF;
}
#mention a:hover {
	text-decoration: underline;
}

#commentaire_ok {
	background-color: #186c7d;
	line-height: 20px;
	color:#FFFFFF;
	position: absolute;
	z-index: 100;
	top: 350px;
	left: 550px;
	height: 30px;
	width: 300px;
	text-align: center;
}

#commentaire_erreur {
	background-color: #A50101;
	line-height: 20px;
	color:#FFFFFF;
	position: absolute;
	z-index: 100;
	top: 350px;
	left: 550px;
	height: 30px;
	width: 300px;
	text-align: center;
}

/*////////////////////////////////Demandeur//////////////////////////*/


#conteneur_in #identite_demandeur {
	background-color: #A50101;
	position: absolute;
	width: 200px;
	top: 155px;
	left: 55px;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	height: 235px;
}
#menu_demandeur  ul {
	position: absolute;
	top: 120px;
	left: 300px;
	display: block;
}
#menu_demandeur  li {
	display: inline;
	list-style: none;
	background-repeat: no-repeat;
	float: left;
}
#menu_demandeur  li  a {
	text-decoration: none;
	display: block;
	background-image: url(../images/boutons_demandeur.jpg);
	width: 182px;
	background-repeat: no-repeat;
	height: 50px;
}
#menu_demandeur  #laresidence  a {
	background-position: 0 0;
}
#menu_demandeur  #candidature  a {
	background-position: -182px 0;
}
#menu_demandeur  #laresidence  a:hover {
	background-position: 0 -50px;
}
#menu_demandeur #candidature a:hover {
	background-position: -182px -50px;
}
#galerie {
	width: 190px;
	position: absolute;
	top: 410px;
	left: 55px;
	background-color: #E78209;
	padding: 5px 10px;
	text-align: center;
	height: 180px;
}
#galerie  .lightbox a {
outline:none;
}

#galerie  .lightbox img {
border:0px;
}
.titre_photo {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: auto;
	font-size: 0.8em;
}
div#acces {
	width: 230px;
	position: absolute;
	left: 370px;
	top: 50px;
	height: 340px;
	overflow: auto;
}
/*////////////////////////////////partenaire//////////////////////*/

#conteneur_in #identite_partenaire {
	background-color: #186c7d;
	position: absolute;
	width: 200px;
	top: 155px;
	left: 55px;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	height: 215px;
}

#menu_partenaire  ul {
	position: absolute;
	top: 120px;
	left: 300px;
	display: block;
}
#menu_partenaire  li {
	display: inline;
	list-style: none;
	background-repeat: no-repeat;
	float: left;
}
#menu_partenaire  li  a {
	text-decoration: none;
	display: block;
	background-image: url(../images/boutons_partenaire.jpg);
	width: 182px;
	background-repeat: no-repeat;
	height: 50px;
}
#menu_partenaire  #laresidence2  a {
	background-position: 0 0;
}
#menu_partenaire  #contact  a {
	background-position: -195px 0;
}
#supprimer {
}
#menu_partenaire  #laresidence2  a:hover {
	background-position: 0 -50px;
}
#supprimer {
	text-align: right;
	color: #99CC00;
}
#menu_partenaire #contact a:hover {
	background-position: -195px -50px;
}
#mail_ok {
	background-color: #186c7d;
	line-height: 20px;
	color:#FFFFFF;
	position: absolute;
	z-index: 100;
	top: 350px;
	left: 550px;
	height: 30px;
	width: 300px;
	text-align: center;
}
#mail_erreur {
	background-color: #A50101;
	line-height: 20px;
	color:#FFFFFF;
	position: absolute;
	z-index: 100;
	top: 350px;
	left: 550px;
	height: 30px;
	width: 300px;
	text-align: center;
}
#retour {
	border: 1px solid #ffffff;
	width: 100px;
	text-align: center;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 20px;
	line-height: 12pt;
	color: #E78209;
	position: absolute;
	top: 150px;

	left: 770px;

	z-index: 50;
}
#retour  a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#retour a {
	text-decoration: none;
	color: #FFFFFF;
}

