/*
 * Mise en page des div
 */

.clear {
	clear: both;
}
 
#corps{
}

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

/*----------------------------------------*/
/*                 Header                 */
/*----------------------------------------*/

#Bandeau {
	position: relative;
	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 {
}

/*----------------------------------------*/
/*            Menu de gauche              */
/*----------------------------------------*/

#Gauche {
	position: relative;
	float: left;
	width: 190px;
	margin-top: 10px;
	/*margin-right: 10px;*/
	text-align: center;	
}

#GaucheHaut {
	
}

#GaucheMilieu {
}

#GaucheBas {
	_height: 31px;
}

/*----------------------------------------*/
/*            Menu de droite              */
/*----------------------------------------*/

#Droite {
	float: right;
	width: 190px;
	margin-top: 10px;
}

#DroiteHaut {
	
}

#DroiteMilieu {
}

#DroiteBas {
	height: 10px;
}

/*----------------------------------------*/
/*             Centre - Contenu           */
/*----------------------------------------*/

#Main {
	margin-right: 197px;
	margin-left: 195px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}

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

/*----------------------------------------*/
/*              Bas de page               */
/*----------------------------------------*/

#Footer {
	margin: 0px;
	padding: 0px;
}

#FooterIn {
	position: relative;
	height: 40px;
	text-align: center;
	margin-bottom: 0px;
	padding: 13px 25px 0px 25px;
	border-top: 1px solid;
	font-size: 70%;
	border-color: #3D3758;
	color:#252d80;
	background-image: url(../IMG/footeronglet.jpg);
	background-repeat: no-repeat;
}

#FooterIn  a:link {
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: nowrap;
	color: #9d2b0f;	/* Orange foncé */
}

#FooterIn   a:hover {
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: nowrap;
	color: #9d2b0f;	/* Orange foncé */
}

#FooterIn   a:visited {
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: nowrap;
	color: #9d2b0f;	/* Orange foncé */
}

#FooterIn .logoSpip {
	position: absolute;
	display: block;
	top: 14px;
	left: 9px;
	
}

/*----------------------------------------*/


.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;
*/
}

/*  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;
}

