/* Code CSS par Noigileron */

a.liens:link {
	text-decoration: none;
	font-weight: normal;
	color: #939DC0;
}
a.liens:hover {
	text-decoration: underline;
	color: #0099FF;
}
a.liens:visited {
	color: #3366CC;
	text-decoration: none;
}
a.ancre:link {
	text-decoration: underline;
	font-weight: bold;
	color: #102A5B;
}
a.ancre:hover {
	text-decoration: underline;
	color: #B6C0E3;
}
a.ancre:visited {
	color: #102A5B;
	text-decoration: none;
}
a.calque {
text-decoration: none; /* définition du lien qui affichera le "calque" */
}
a.calque:hover {
background: none; /* correction d'un bug IE */
}
a.calque span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
a.calque:hover span { /* définition de la balise <span> au survol */
	display: inline;
	position: absolute;
	width:200px;
	height:456px;
	left: 468px;
	top: 188px;
	font-size: 14px;
	color: #0D2044;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #939DC0;
	border-color:#102A5B;
	border-style:solid;
	border-width:thin;
}
body {
	background-color: #000000;
	margin-top: 5px;
	margin-left: 5px;
}
h2 {
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	font-size: 14px;
	text-transform: uppercase;
}
.CouleurTxt {
	color: #0099FF;
	font-size: 16px;
}
.sousTitres {
	font-weight: bold;
	color: #3399FF;
	font-size: 20px;
}
.ClrCopyright {
	color: #0099FF;
	font-size: 14px;
}
.propAnnonce {
	color: #939DC0;
	font-size: 16px;
}
.fondTableau1 {
	background-attachment: scroll;
	background-image: url(../images/fondPg01.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 500px;
}
.fondTableau2 {
	background-attachment: scroll;
	background-image: url(../images/fondPg02.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 500px;
}
.catLigne1 {
	font-size: 14px;
	color: #102A5B;
	background-color: #939DC0;
	font-weight: bold;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 4px;
	height: 18px;
}
.catLigne2 {
	font-size: 14px;
	color: #0D2044;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	vertical-align: top;
	background-image: url(../images/fondList.png);
}
.fondTextInput {
	font-size: 14px;
	background-color: #939DC0;
	border-color:#102A5B;
	border-style:solid;
	border-width:thin;
	color: #102A5B;
}
