body {
	behavior:url("style/csshover.htc");
	margin:0;
	background:#264895;
	font-family:arial,tahoma,verdana,helvetica;
}

a img {
	border:none;
}

/* Positionement du logo */
#logo {
	float:left;
	position:absolute;
}

/******************************************************************************/
/* STYLE POUR L'ENTETE
/******************************************************************************/

/* Style de l'entete */
#entete {
	font-size:80%;
	position:relative;
	margin-left:290px;
	color:#1B1464;
	background:url("../images/fondHautDePage.png") repeat-x;
	padding-top:4px;
	/* Dimension de l'image */
	height:95px;
	z-index:10;
}

/* Positionement du sous titre dans l'entete */
#entete p {
	/* Permet de mettre plusieurs element sur la meme ligne */
	float:left;
	font-weight:bold;
	font-style:italic;
	margin-top:1px;
}

#entete form {
	float:right;
	margin-right:4px;
}

#entete input {
	color:#1B1464;
	background-color:white;
	font-size:10px;
	font-weight:bold;
	border:1px solid #1B1464;
}


#entete input.bouton {
	border:1px solid #1B1464;
	background-color:#1B1464;
	color:white;
}

#entete input.bouton:hover {
	border:1px solid #1B1464;
	background-color:white;
	color:#1B1464;
}

/******************************************************************************/
/* STYLE POUR LE MENU DU HAUT
/******************************************************************************/

/* Positionement du menu en haut */
ul#menuHaut {
	margin:0;
	padding:0;
	width:700px;
	margin-top:5px;
}


#menuHaut li {
	display: inline;	
	margin-right:100px;
}

#menuHaut a {
	position:relative;
	bottom:12px;
	font-family:arial,tahoma,verdana,helvetica;
	text-decoration:none;
	font-weight:bold;
	color:white;
	margin-left:10px;
}

#menuHaut a:hover {
	color:#1B1464;
}

/******************************************************************************/
/* STYLE POUR LE BAS DE PAGE
/******************************************************************************/

#bdp {
	font-size:70%;
	position:relative;
	bottom:0px;
	left:150px;
	font-family:arial,tahoma,verdana,helvetica;
	text-decoration:none;
	color:white;
	margin-left:10px;
}

#bdp a {
	text-decoration:none;
	color:white;
}

#bdp a:hover {
	text-decoration:underline;
	color:white;
}

/******************************************************************************/
/* STYLE POUR LE PLAN
/******************************************************************************/

.plan a  {
	text-decoration:none;
}
.plan a:hover  {
	text-decoration:underline;
}

.plan .titre {
	decoration:none;
	font-size:140%;
	list-style-image:url("../images/icones/croix.png");
	font-weight:bold;
}

.plan .texte {
	list-style-image:url("../images/icones/bullet_orange.png");
}

.plan .texte a {
	font-size:80%;
}
.plan hr {
	margin-top:2px;
	margin-bottom:2px;
}

/******************************************************************************/
/* STYLE POUR LE RESULTAT DE LA RECHERCHE
/******************************************************************************/

#resultatRecherche {
	margin:0px;
	margin-bottom:2px;
	padding-left:20px;
}
#resultatRecherche a {
	text-decoration:none;
}
#resultatRecherche a:hover {
	text-decoration:underline;
}


#erreur {	margin-top:0px;	color:red;	text-align:left;
	font-size:140%;
	font-weight:bold;
}
#erreur img {	border:none;}