* { 
	margin: 0;
	padding: 0;
}
body{
	background-color: #ED22CE;
	font-size: 75%;
	text-align: center; /* centrer le centreur dans IE5.x car il n'aime pas 'margin: 0 auto' */
	font-family: verdana,arial,helvetica,sans-serif;
}
/* #centreur-global {
     position:relative;
     margin-left: auto;
     margin-right: auto;
     width: 720px;
     height: 539px;
     margin-top: 15px;
     border: 1px solid black;
	 text-align: left; resets l'alignement du texte
	 background-image: url(IMG/clt-immobilier.jpg);
     } */

#top, #conteneur {
	/* border: 1px solid black; */
	border-bottom: 0;
}
#top, #conteneur, #pied {
	width: 760px;
	margin: 0 auto; /* centre le centreur */
}
#top {
background-color: #560694;
height: 100%;
text-decoration: none;
}
#conteneur {
position: relative;
top: -2px;
background-color: #560694;
height: 100%;
text-align: left; /* reset alignement du texte */
z-index: 5;
}
.gauche {
	position: absolute;
	left: 3px;
	width: 190px;
	background-color: #560694;
	padding-bottom: 20px;
	z-index: 10;
}
.droite {
	margin-left: 195px;
	/* border-left: 1px solid black; */
	padding: 25px;
	background-color: white;
	line-height: 1.2
}
#pied {
	position: relative;
	top: -2px;
	background-color: white;
	border: 1px solid;
	z-index: 1;
}
#pied-accueil {
	width: 760px;
	margin: 0 auto; /* centre le centreur */
	background-color: white;
	position: relative;
	top: -2px;
	border: 1px solid;
}
#pied, #pied-accueil {
	font-size: 80%;
	padding: 5px;
	text-align: right;
}
	
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}
h1,h2,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 100%;
	font-weight: normal;
}
h3 {
	font-size: 120%
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */

a { text-decoration: none; color: #505050; }
a:hover { text-decoration: none; color: #303030; background: white; }
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }

.chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* text-align: justify; */
	font-size: 105%;
}
.texte, p.spip {
	font-family: Georgia, Garamond, Times, serif;
	/* text-align: justify; */
	line-height: 150%;
	padding: 5px 0px;
}
.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 80%;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 120%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 160%;
	font-weight: bold;
}
/*.contenu*/ h1,h2.titre-texte {
	font-size: 190%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
/*.contenu*/ .detail {
	font-size: 90%;
	color: #303030;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#plan {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

/* #navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
} */

.encart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

