/*
 * Mise en page des div
 */
#corps{
}

#Enveloppe {
	width: 990px;
	_border: 1px solid;
	margin-right: auto;
	margin-left: auto;
}

#Bandeau {
	_border: 1px solid ;
	display: block;
	width: 100%;
	height: 170px;
	margin-bottom: 0px;
}

#BandeauInGauche {
	float: left;
	width: 250px;
}

#BandeauInMilieu {
	float: left;
	overflow:hidden;
	width: 250px;
}

#BandeauInDroite {
	width: 450px;
	margin-right: 10px;
	float: right;
}

#MenuHor {
}

#Footer {
	_margin: 10px 5px 0px 5px;
	margin: 0px;
	padding: 0px;
}

#FooterInGauche {
	text-align: left;	
	margin-bottom: 0px;
}

#FooterInMilieu {
	height: 40px;
	text-align: center;
	margin-bottom: 0px;
}

#FooterInDroite {
	text-align: center;	
	margin-bottom: 0px;
}

#Main {
	_border: 1px solid #ffffff;
	margin-right: 197px;
	margin-left: 195px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#Milieu {
	margin:0px 0px 0px 0px;
}

.encart {
/*	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 220px;
	margin-bottom: 0em;
	margin-left: 2px;
	border: 2px solid ;
	-moz-border-radius: 8px;
*/
}

#Gauche {
	_border: 1px solid #ffffff;
	position: absolute;
	width: 190px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: center;	
}

#GaucheHaut {
	_height: 10px;
}

#GaucheMilieu {
}

#GaucheBas {
	_height: 31px;
}

#Droite {
	_border: 1px solid #ffffff;
	float: right;
	width: 190px;
	margin-top: 10px;
	_padding-left: 10px;
}

#DroiteHaut {
	_height: 10px;
}

#DroiteMilieu {
}

#DroiteBas {
	height: 10px;
}

/*  Formulaire de recherche  */
#q{	
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 12px;
	border: 2px solid;
	padding-left: 18px;
	width: 165px;
}
.cadre {
	width: 185px;
}

