.page {
	float: left;
	width: 835px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0;
	background-color: white;
	background-image: url(../images/fond.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
}

/*///////////////////accueil////////////*/

.accueil {
	float: left;
	width: 955px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0;
	background-color: white;
	background-image: url(../images/fond.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
}

.accueil table {
	width: 100%;
}

.menuBoxes {
	margin: 90px 0;
	padding: 0;
}

.menuBox {
	margin: 0;
	padding: 0;
	width: 25%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 220px;
}

.menuBox h1{
	margin: 0;
	padding: 0;
	font-size: 30px;
}

.menuBox a{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	height: 220px;
	background-position: center;
	background-repeat: no-repeat;
}

/*//////////////////offre///////////////////*/

.offreBox h1{
	color: #FFBC00;
}

.offreBox a{
	background-image: url(../images/menuBox/offre.jpg);
}

.offreBox a:hover, .offreBox a:active, .offreBox a:focus{
	background-image: url(../images/menuBox/offre_over.jpg);
}

/*//////////////////vendez///////////////////*/

.vendezBox h1{
	color: #0E6827;
}

.vendezBox a{
	background-image: url(../images/menuBox/vendez.jpg);
}

.vendezBox a:hover, .vendezBox a:active, .vendezBox a:focus {
	background-image: url(../images/menuBox/vendez_over.jpg);
}

/*//////////////////agence///////////////////*/

.agenceBox h1{
	color: #3D6EB5;
	
}
.agenceBox a{
	background-image: url(../images/menuBox/agence.jpg);
}

.agenceBox a:hover, .agenceBox a:active, .agenceBox a:focus{
	background-image: url(../images/menuBox/agence_over.jpg);
}

/*//////////////////contact///////////////////*/

.contactBox h1{
	color: #B100D6;
	
}
.contactBox a{
	background-image: url(../images/menuBox/contact.jpg);
}

.contactBox a:hover, .contactBox a:active, .contactBox a:focus{
	background-image: url(../images/menuBox/contact_over.jpg);
}

/*//////////agence/////////////*/
.agenceTitre h1{
	color: #3D6EB5;
	padding: 5px 0 0 10px;
	width: 8em; 
	border-bottom: 3px solid #3D6EB5;
}

.agence {
	padding: 20px;
	text-align: center;
}

.agence img{
	padding-right: 10px;
	padding-top: 12px;
}

.agence .image{
	vertical-align: top;
}

.description{
	text-align: justify;
	font-size: 12px;
}

/*/////////////////////////nos offres////////////////*/
.offreTitre h1{
	color: #FFBC00;
	padding: 5px 0 0 10px;
	width: 8em; 
	border-bottom: 3px solid #FFBC00;
}

.SearchGrid {
	width: 450px;
	text-align: center;
	padding: 10px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 200px;
	font-size: 15px;
}

.SearchGrid .price input, .SearchGrid .localisation input{
	height: 1em;
	font-size: 13px;
}

/*//////////////////vendez//////////////////*/
.vendezTitre h1{
	width: 8em; 
	color: #0E6827;
	padding: 5px 0 0 10px;
	border-bottom: 3px solid #0E6827;
}


/* SubmitProperty form */

.PropertySubmitForm {
  margin: 0 15px;
  padding: 0;
  font-size: 15px;
}

.PropertySubmitForm .tip a {
  color: blue;
  text-decoration: none;
  font-size: 13px;
}


.PropertySubmitForm .tip a:hover, .PropertySubmitForm .tip a:active, .PropertySubmitForm .tip a:focus {
  text-decoration: underline;
}

.PropertySubmitForm .required {
  margin: 0 5px;
}

.transmis{
  padding-bottom: 300px;
  text-align: center;
  font-size: 15px;
}
/*/////////////contact/////////////*/
.contactTitre h1{
	color: #B100D6;
	width: 8em; 
	padding: 5px 0 0 10px;
	border-bottom: 3px solid #B100D6;
}

.contact {
	text-align: justify;
	padding: 10px 10px 0 10px;
	font-size: 15px;
}

.contact form{
	padding: 5px 0 10px 0;
}

.contact .coordonnes{
	text-align: center;
}

.contact span{
	font-weight: bold;
}

/*////////////////////////////*/

.rubrique {
	height: 27px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	margin: 0;
}

/* //////////////////////// */

.legale {
  margin-left: 210px;
}

.legale td {
  vertical-align: top;
  font-size: 10px;
  text-align: left;
  padding-right: 20px;
}