/*** Styles généraux ***/

BODY{
	background-color: #c4eb47;
}

.fond{
	background-image: url('images/fond.png');
	background-position: center bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

A{
	text-decoration: none;
}
/*** Les liens ***/

.image{
	border: 0px;
}

.image2{
	border: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: auto;
	max-height: 80px;
	height: expression(this.scrollHeight > 80 ? 80 : true);
	max-width: 80px;
}

/*** Les tableaux ***/

TABLE.principal{
	width: 100%;
}

TABLE.corps{
	width: 100%;
	height: 500px;
}

TABLE.legend{
	width: 100%;
	height: 100%;
}

TABLE.liens{
	width: 100%;
	height: 100px;
}

TR.titre{
	text-align: center;
}

TR.fleche{
	height: 30px;
}

TD.gauche{
	width: 125px;
	text-align: center;
	vertical-align: top;
}

TD.liste{
	padding-top: 10px;
	padding-bottom: 10px;
}

TD.fond-photos {
	background-image: url("images/fond-photos.png");
	background-repeat: no-repeat;
	width: 775px;
	text-align: center;
	vertical-align: middle;
}

TD.fond-news{
	background-image: url("images/fond_liens_centre.png");
	background-position: center;
	background-repeat: repeat-y;
	width: 775px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}

TD.fond-liens-haut{
	background-image: url("images/fond_liens_haut.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 775px;
	height: 13px;
	text-align: center;
	vertical-align: middle;
}

TD.fond-liens{
	background-image: url("images/fond_liens_centre.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 775px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}

TD.fond-liens-bas{
	background-image: url("images/fond_liens_bas.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 775px;
	height: 15px;
	text-align: center;
	vertical-align: middle;
}

TD.legend {
	padding-left: 10px;
	text-align: center;
	vertical-align: top;
}

TD.info{
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}

TD.news-gauche{
	width: 375px;
}

TD.news-droite{
	width: 400px;
}

/*** Les polices ***/

.intro {
	font-size: 20px;
	font-weight: bold;	
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.titre {
	font-size: 24px;
	color: #4d7cd7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.vendu {
	color: #f43207;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	text-align: center;
	text-decoration: blink;
}

.normal{
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.footer{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-style: italic;
	text-align: center;
}

.nom{
	font-size: 12px;
	color: #4d7cd7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.ss-titre{
	font-size: 16px;
	color: #4d7cd7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}

/*** Autres ***/

.liste-div{
	height: 350px;
	overflow: hidden;
}

