BODY, html {
	margin: 0px;
	padding: 0px;
	background-image: url(images/fond.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	height: 100%;
}
/* Style des liens */
a:link, a:visited, a:active { 
	text-decoration: none;
	 color: #FD7506;
	 border: 0px
	 }
	 
/*couleur et style des liens au survol */
a:hover {
	text-decoration: underline;
	color: #FD7506;
}	
/* style de toutes les images : sans bordure */
img {
	float: left;
	border: 0px;
	clear: none;
}

input {
	clear: both;
	margin-top: 5px;
}

p {
	text-align: justify;
}

HR {
	width: 90%;
	clear: both;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FD7506;
}

OBJECT {
	padding: 0px;
	margin: 0px;
	border: 0px;
	clear: none;
	float: left;
}



/* Cadre principal aligné a gauche, largeur fixe */
.principal {
	width: 826px;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	
}

/*entete complete avec la barre de menu */
.entete {
	height: 245px;
	clear: right;
	background-position: right;
	background-image: url(images/bordentetedroite.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	width: 811px;
	background-color: Black;
	}

	/*cadre du centre avec les bordures gauche/droite */
.centre {
	width: 800px;
	height: 100%;
	background-image: url(images/fondcentre.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 13px;
	padding-right: 13px;
	position: relative;
}	

.colonnegauche {
	background-image: url(images/contenugauche.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #384653;
	width: 187px;
	float: left;
	padding-top: 140px;
	padding-left: 20px;
	padding-right: 20px;
}

.colonnegauche HR {
	width: 50%;
	clear: both;
}

.colonnedroite {
	background-image: url(images/contenucentre.jpg);
	background-repeat: repeat-y;
	width: 551px;
	height: 100%;
	float: left;
	clear: none;
	display: table;
	padding: 10px;
}

/*Pour centrer les images de menu du cadre gauche */
.imgcentrer {
	clear: both;
	margin: 5px auto;
	float: none;
	width:119px;
}

/* Mise en forme des images exemple */
.imgex {
	margin: 3px;
	border: 1px solid #ffffff;
	float: left;
}

/* Pour aligner à droite */
.imgdroite {
	float: right;
	clear: both;
	margin: 10px 0px;
}

/* pour centrer */ 
.centrer {
	text-align: center;
}

.spacer {
	clear: both;
	height: 1px;
}
/* bas de page */
.basdepage {
	background-image: url(images/basdepage.jpg);
	background-repeat: repeat-x;
	height: 15px;
	text-align: center;
	color: #000;
	clear: both;
	padding-top: 4px;
}

.recherche{font-family:arial,sans-serif; font-size:10pt; color:#006699; font-style:normal; font-weight:bold;}

.Style1 {font-weight: bold}
.Style2 {color: #FFFF00}
