*
{
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Arial, no-serif;
	/*font-size: 12px;*/
}
html {
	width: 100%;

}
body
{	
	margin:0;
	width: 100%;
	text-align:center;
	background-color: #edeeef;
	/*background-color:blue;*/
	margin-top: 26px;
	font-family: Arial;
	/*font-size: 12px;*/
	/*overflow:auto;*/
}
#all
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	/*background-color:green;*/
	width:999px;
	height:100%;
}
li
{
	list-style-type: none;
}
.texte
{
	font-size: 12px;
}

.erreur
{
	font-size: 12px;
	color: #e60004;
}


/* Design */
.margeHaut
{
	margin-top: 15px;
}
.carreRouge
{
	height: 181px;
	width: 181px;
	background-color: #e60004;
}
.carreBlanc
{
	height: 181px;
	width: 181px;
	background-color: #edeeef;
	color: #e60004;
}

.logo
{
	height: 181px;
	width: 181px;
	background: url("images/logo.jpg") no-repeat;
}
.adresse
{
	border-top: 1px solid #000000;
	padding-top: 28px;
	width:589px;
}
.bouton
{
	width: 200px;
}


/* Menu */
.menu
{
	text-decoration: none;
	color: #e60004;
	font-size: 12px;
}
.menu:hover
{
	font-weight: bold;
}
.selMenu
{
	text-decoration: none;
	color: #e60004;
	font-weight: bold;
	font-size: 12px;
}
.tri
{
	margin-left: 23px;
	margin-right: 23px;
}
.tri a
{
	text-decoration: none;
	color: #000000;
}
#divRegion
{
	border: 1px solid #c8c8c8;
	background-color: #edeeef;
	color: #e60004;
	text-decoration: none;
	font-size: 14px;
	margin-top: 19px;
	margin-left: -172px;
	overflow: auto;
	width: 181px;
	height: 167px; 
	position: absolute; 
}
html>body #divRegion
{
	margin-top: 3px;
	margin-left: -154px;
}


/* Listing */
.liste
{
	margin-top: 35px;
	height:65%;
	width:1043px;
	padding-right:23px;
	overflow:auto;
}
.paddTop
{
	padding-top: 7px;
	padding-bottom: 7px;
}
.hauteur{
	height: 150px;
}
html>body .hauteur{
	min-height: 150px;
	height: auto;
}
.bordure
{
	border-bottom: 1px solid #000000;
	padding-top:23px;
	padding-bottom:23px;
}
.infos
{
	font-size: 12px;
}
.description
{
	font-size: 12px;
	/*text-align: justify;*/
}
.details
{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.paging
{
	font-size: 12px;
	text-decoration: none;
	color: #e60004;
}
.paging a
{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}



/* Accueil */
#animFlash
{
	width: 999px;
	height: 100%;
	/*background-color:pink;*/
	z-index: 1;
}
#accueilTexte
{
	z-index: 3;
	/*background-color:pink;*/
	position: absolute;
	top: 29px;
	/*padding-top:60px;*/
	margin-left: 412px;
	/*font-size:21px;*/
	/*text-align:center;*/
	width:585px;
	height:181px;
	border:solid 3px red;
}
#accueilTexteAdmin
{
	z-index: 3;
	/*background-color:pink;*/
	position: absolute;
	top: 29px;
	padding-top:0px;
	margin-left: 412px;
	/*font-size:21px;*/
	text-align:center;
	width:585px;
	height:181px;
	border:solid 3px red;
}
html>/**/body #accueilTexte {
	height:121px;
}

#accueilMenu
{
	z-index: 3;
	/*background-color:pink;*/
	position: absolute;
	top: 231px;
	padding-left: 612px;
}
#accueilMenu a
{
	font-weight: bold;
}
#logoAccueil
{
	z-index: 2;
	position: absolute;
	width: 181px;
	height: 181px;
	top: 231px;
	margin-left: 817px;
}

#coordonnees
{
	z-index: 4;
	position: absolute;
	top: 655px;
	margin-left: 425px;
	font-size: 12px;
}
.mailto
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}



/* Détails */
.tableDetails
{
	width: 999px;
	margin-top: 70px;
}
.descriptionDetails
{
	width: 460px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 15px;
	padding-bottom: 15px;
}
.paddBottom
{
	padding-bottom: 15px;
}
.caracteristiques
{
	font-size: 14px;
	border-bottom: 1px solid #000000;
	padding-bottom: 15px;
	width:191px;
}
.caracteristiques2
{
	font-size: 14px;
	border-bottom: 1px solid #000000;
	padding-bottom: 15px;
	width:168px;
}
.imprimer
{
	padding-top: 15px;
	font-size: 14px;
}

.imprimer a 
{
	color: #000000;
	text-decoration: none;
}


/* Presentation */
.presentation
{
	margin-top: 50px;
	font-size: 14px;
	font-family: Arial;
}
.presentation input, textarea
{
	border: 1px solid #999999;
	font-family: Arial;
	font-size: 14px;
}
.presentation td
{
	padding-bottom: 12px;
}
.sansPadd
{
	padding: none;
}


/* Administration */
.admin
{
	margin-top: 70px;
	font-size: 12px;
}

.admin input
{
	border: 1px solid #999999;
}
.formadmin
{	
	font-size: 14px;
}
.lienAdmin a
{
	color: #e60004;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.lienAdmin a:hover
{
	color: #111111;
	text-decoration: underline;
	font-size: 12px;
}


/* Services */
.services
{
	padding-bottom: 28px;	
	padding-top: 60px;
	font-size: 14px;
}
.services input, textarea
{
	border: 1px solid #999999;
	font-family: Arial;
	font-size: 14px;
}
.construction
{
	width: 589px;
	
}
.simulation
{
	font-size: 14px;
}
.simulation a
{
	text-decoration: none;
	color: #000000;
}
.documents
{
	font-size: 14px;
}
.documents a
{
	color: #000000;
}
.documents a:hover
{
	color: #e60004;
}



/* Contact */
.tableContact
{
	margin-top: 50px;
	font-size: 12px;
}
.bordureBas
{
	border-bottom: 1px solid #000000;
	padding-bottom: 28px;
}
.formContact
{
	margin-top: 38px;
	margin-left: 120px;
	width: 800px;
	font-size: 14px;
}
.recherche
{
	width: 120px;
	font-size: 12px;
}
.typeimmo
{
	width: 150px;
	font-size: 12px;
}
.btContact
{
	width: 200px;
	border: 1px solid #999999;
}
.input
{
	width: 589px;
}
