body {
	margin: 0;
	padding: 0;
	background-color: #C1DBF7;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #1B227A;
	text-align: center;
}

h1 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 16pt;
	color: #1B227A;
	text-align: center;
}

h2 {
	font-weight: normal;
	font-size: 12pt;
	color: black;
	text-align: left;
}

.cont {
	width : 922px ; 
	margin-left : auto;
	margin-right : auto;
	margin-top : 50px;
	margin-bottom: 50px;
	
	height:inherit;
	border: 1px solid rgb(255, 255, 255);
}


.cadrePrincipalHaut {
    background-image: url(images/bandeau.jpg);
    background-color: #4D87C2;
    height: 150px;
    width: 922px;

    
}

.cadreMenu {	
	height: 20px;
    width: 650px;
	padding-top: 4px;
	padding-bottom: 1px;
	margin: 0px auto;
	font-weight: bold;
}

.fondMenu {
	width: 922px;
	height: 25px;
	border-top: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgb(255, 255, 255);
	background-color: #1B227A;
	text-align: center;
}

.cadreMenuMaisons {	
	height: 23px;
    width: 580px;
	padding-top: 6px;
	padding-bottom: 1px;
	margin: 0px auto;
	font-weight: bold;
}

.fondMenuMaisons {
	width: 790px;
	height: 30px;
	border: 1px solid #1B227A;
	background-color: #C1DBF7;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}

.maisons {
	width: 820px;
	height: inherit;
}

.cadrePrincipalBas {
    background-color: #E1EFFC;
    height: inherit;
    width: 922px;
	border-left: 50px solid #E1EFFC;
	border-right: 50px solid #E1EFFC;
	overflow: auto;
	text-align: justify;
	padding-bottom: 50px;
}

html>body .cadrePrincipalBas {
	width: 822px;
}

.cadreWebmaster {
	height: 20px;
    width: 100%;
	font-size: 8pt;
	text-align: right;
	color: #1B227A;
}

.cadreWebmaster a {
	color: #1B227A;
	text-decoration: none;
}

.cadreWebmaster a:hover {
	color: red;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none ;
	
}

li.special {
	float: left;
	margin-left: 0;
	padding-top: 0;
	border-right: 1px solid rgb(255, 255, 255);
}


li.special a {
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}


li.special a:hover {
	color : rgb(76, 153, 193);
}

li {
	float: left;
	margin-left : 0 ;
	padding-top : 0 ;
}


li a {
	color : #fff ;
	text-decoration : none ;
	padding-right : 10px ;
	padding-left : 10px ;
}


li a:hover {
	color : rgb(76, 153, 193);
}


li.specialMaisons {
	float: left;
	margin-left: 0;
	padding-top: 0;
	border-right: 1px solid #1B227A;
}


li.specialMaisons a {
	color: #1B227A;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}


li.specialMaisons a:hover {
	color : rgb(76, 153, 193);
}

li.maisonsDernier {
	float: left;
	margin-left : 0 ;
	padding-top : 0 ;
}


li.maisonsDernier a {
	color : #1B227A;
	text-decoration : none ;
	padding-right : 10px ;
	padding-left : 10px ;
}


li.maisonsDernier a:hover {
	color : rgb(76, 153, 193);
}

ul.texte {
	float: none;
	margin :0px;
	padding : 0px;
	list-style : none ;
	text-align: left;
	
}


li.text{
	list-style: square;
	float: none;
	margin-left :20px;
	padding : 5px;
	text-align: left;
}

li.numerote{
	list-style:lower-alpha;
	float: none;
	margin-left :20px;
	padding : 5px;
	text-align: left;
}

table a {
	text-decoration: none;
	font-size: 10pt;
}

table a:visited {
	color: #1B227A;
}


table {
		text-align: justify;
		border:0px;
}

.erreur {
	font-weight: bold;
	color: red;
}



.contenu1 {
	font-weight:bold;
}
.contenu2 {
}
.contenu3 {
	text-align:right;
}
