/*  Styles  CSS   */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #eee;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: default;
}

#page {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}


	/* __________ *Début*  Haut __________  */
#tetiere {
	height: 20px;
	background-color: #eee;
	text-align:right;
}
#bandeau {
	height: 170px;
	width: 1000px;
	background: #fff url(../images/fond-haut.gif) no-repeat;
}
#visuel {
	float:left;
	padding:0;
	margin:0;
	width: 240px;
	height: 170px;
}
#logo {
	float:left;
	padding: 15px 0 0 30px;
	width: 300px;
	height: 50px;
}

#fil_ariane {
	position: absolute;
	margin-top: 5px;
	margin-left: 265px;
	width: 460px;
	z-index: 10;
	color: #262662;
}

#fil_ariane p,#fil_ariane a {
	font-size: 10px;
}

#fil_ariane a {
	color: #0689cf;
	text-decoration: none;
}

#fil_ariane a:hover {
	text-decoration: underline;
}

#fil_ariane p {
	margin-top: 0px;
}

/* __________ *Fin*  Haut __________  */
	/* __________ *Début*  Contenu (commun) __________  */

#contenu {
	background: url(../images/fond-contenu.gif) no-repeat;
}

.mise_en_forme {
	width: 1000px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.mise_en_forme td {
	vertical-align: top;
}

/* __________ *Fin*  Contenu (commun) __________  */
	/* __________ *Début*  Colonne Gauche __________  */

#gauche {
	width: 230px;
	padding: 100px 5px 0px 15px;
	background: url(../images/separation-gauche.gif) right 30px no-repeat;
}

/* __________ *Fin*  Colonne Gauche __________  */
	/* __________ *Début*  Colonne Centre __________  */

#centre {
	width: auto; /* 470px; */
	padding: 20px 15px 0 15px;
	text-align: left;
}

/* __________ *Fin*  Colonne Centre __________  */
	/* __________ *Début*  Colonne Droite __________  */

#droite {
	width: 230px;
	padding: 20px 15px 0px 0px;	
	background: url(../images/separation-droite.gif) left 30px no-repeat;
	text-align: left;
}

/* __________ *Fin*  Colonne Droite __________  */
		/* __________ *Début* Pied de page __________  */
#pied {
	min-height: 25px;
	line-height: 20px;
	background-color: #262662;
	border-top: solid 10px #0689cf;
	color: #ccc;
	text-align: center;
	padding-top: 3px;
}
#pied a {
	color: #ccc;
	text-decoration: none;
	font-size:10px;
}

/* __________ *Fin*  Pied de page __________  */

