/*     POSITIONNEMENT     */

html, body {
	height: 100%;
	margin: 0;
	}
#global {
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	}
#footer {
	position: absolute;
	width: 750px;
	bottom: 0;
	text-align: center;
	}
#center {
	/* éviter la superposition 
	du pied de page et du contenu */
	padding-bottom: 60px; 
	overflow: auto;
	background: #ffffff;
	}
#sidebar {
	float: right;
	width: 199px;
	background: #CC6699 url(../IMG/arrondi.jpg) no-repeat bottom left;
	}
#content {
	/* On laisse de la place à droite 
	pour l'autre colonne */
	float: left;
	width: 530px; 
	}
.cadre{
	float:left;
	width:258px;
	height:100px;
	margin:0px 5px 5px 0px;
	border:1px #990066 dashed;
	font-size:70%;
	text-align: left;
	line-height : 12px;
}

.cadre-100{
	float:left;
	width:98%;
	height:100px;
	margin:0px 5px 5px 5px;
	border:1px #990066 dashed;
	font-size:70%;
}

.formulaire_recherche {
	position: absolute;
}