body
{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	background: url(../images/fond.gif);
	background-repeat: repeat-x;
	background-color:#dae0ed;
}

/* FORMULAIRE */

input.button1
{
	height:16px;
	font-size:10px;
	width: 350PX;
	background-color: #c57000;
    border: 1Px solid #a45d00;
	color : #ff9d00;
}

input.input1
{
	height:13px;
	font-size:10px;
	width: 350PX;
	background-color: #c57000;
    border: 1Px solid #a45d00;
	color : #ff9d00;
}

select.select1
{
	height:15px;
	font-size:10px;
	background-color: #c57000;
    border: 1Px solid #a45d00;
	color : #ff9d00;
}

textarea.textarea1
{
	height:100px;
	width: 350PX;
	font-size:11px;
	background-color: #c57000;
    border: 1Px solid #a45d00;
	color : #ff9d00;
	overflow: auto;
}

/* POLICE */

.c1 { color: #b26000; }
.c2 { color: #b36100; }
.c3 { color: #de7800; }
.c4 { color: #7e5600; }
.c5 { color: #c57601; }

.c6 { color: #5aa7c9; }
.c7 { color: #f98500; }

.t0 { font-size : 8px; }
.t1 { font-size : 9px; }
.t2 { font-size : 10px; }
.t3 { font-size : 11px; }
.t4 { font-size : 12px; }
.t5 { font-size : 13px; }
.t6 { font-size : 18px; }

.gras { font-weight: bold; }
.non-souligne { text-decoration: none; }
.souligne { text-decoration: underline; }
.justifie { text-align: justify; }
h1 { color: #644400; font-size : 13px; margin: 0 0 4Px 0; }

.trait { background-color: #b36100; height: 1Px; }
.trait2 { background-color: #ffd276; height: 1Px; }
.trait3 { background-color: #c57100; height: 5Px; }
.trait4 { background-color: #f09c2a; height: 1Px; }

.trait-vertical-annonce { background-color: #347ccf; width: 1Px; }
.trait-fiche { background-color: #abcffe; height: 1Px; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

img.img-bien-fiche { border: 1Px solid #f09100; }

/* MENUS & LIENS */

td.menu-fond
{
    height: 36Px;
    background: url(../images/menu-fond.gif);
	background-repeat: repeat-x;
}

td.menu-corps
{
    background: url(../images/menu-corps.gif);
	background-repeat: repeat-x;
}

a.menu-lien
{
	background: url(../images/menu-corps.gif);
	background-repeat: repeat-x;
	height: 34Px;
	line-height: 34Px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #644400;
}

a.menu-lien-sel
{
	background: url(../images/menu-corps-sel.gif);
	background-repeat: repeat-x;
	height: 34Px;
	line-height: 34Px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}


a.bouton-fiche1
{
	background: url(../images/bouton-fiche1.gif);
	background-repeat: repeat-x;
	height: 15Px;
	line-height: 15Px;
	width: 60Px;
	display: block;
	text-align: center;
	font-size: 10Px;
	color: #eb7f00;
	border: 1Px solid #f19406;
}

a.bouton-fiche2
{
	background: url(../images/bouton-fiche1.gif);
	background-repeat: repeat-x;
	height: 15Px;
	line-height: 15Px;
	width: 60Px;
	display: block;
	text-align: center;
	font-size: 10Px;
	color: #eb7f00;
	position: absolute;
	border: 1Px solid #f19406;
}

a.bouton-fiche1:hover
{
	background: url(../images/bouton-fiche1-over.gif);
    text-decoration: none;
}
    
a.menu-lien:hover
{
    background: url(../images/menu-corps-over.gif);
    text-decoration: none;
}

a.menu-lien-sel:hover
{
    text-decoration: none;
}

a.lien-annonce
{
	background: url(../images/lien-annonce.gif);
	background-repeat: repeat-x;
	border: 1Px solid #f19406;
	height: 20Px;
	line-height: 20Px;
	display: block;
	text-align: center;
	font-size: 11Px;
	font-weight: bold;
	color: #eb7f00;
	position: absolute;
}
  
a.lien-annonce:hover
{
    background: url(../images/lien-annonce-over.gif);
    text-decoration: none;
}
  
/*a.bloc1
{
	background: url(../images/bloc1.gif);
	background-repeat: repeat-x;
	border: 1Px solid #0f7cf8;
	height: 33Px;
	line-height: 16Px;
	display: block;
	padding: 3Px 0 0 10Px;
}

a.bloc1:hover
{
	background: url(../images/bloc1-over.gif);
	text-decoration: none;
}

a.lien-recherche
{
	background: url(../images/lien-recherche.gif);
	background-repeat: repeat-x;
	border: 1Px solid #e4cc00;
	width: 90Px;
	height: 19Px;
	line-height: 19Px;
	display: block;
	text-align: center;
	font-size: 11Px;
	font-weight: bold;
	color: #877800;
	position: absolute;
	margin-top: 2Px;
	margin-left: 425Px;
}

*/

/* CORPS */

td.corps
{
    background: url(../images/corps.gif);
	background-repeat: repeat-x;
    padding: 20Px 8px 20Px 8px;
    background-color: #ff8a00;
    border-bottom: 1Px solid #b46300;
}

table.recherche-fiche
{
    background: url(../images/fond-recherche-fiche.gif);
	background-repeat: repeat-x;
	border: 1Px solid #f09100;
	background-color: #ffd271;
	margin-bottom: 15Px;
}


table.bloc-coupcoeur
{
    background: url(../images/bloc-coupcoeur.gif);
	background-repeat: repeat-x;
	background-color: #1a68c0;
	border: 1Px solid #c57100;
	height: 240Px;
}

table.mini-fiche
{
    background: url(../images/fond-mini-fiche.gif);
	background-repeat: repeat-x;
	border: 1Px solid #f09100;
}

table.bloc-bien-fiche
{
    background: url(../images/bloc-fiche-bien.gif);
	background-repeat: repeat-x;
	border: 1Px solid #f09100;
	background-color: #f6b72e;
}
	
a.num-page
{
    padding: 2Px 5Px 2Px 5Px;
    border: 1Px solid #d58100;
    color: #b36100;
	font-size: 11Px;
	margin: 0 2Px 0 2Px;
	display: block;
    background-color: #fff0d0;
}

td.num-page-sel
{
    padding: 2Px 5Px 2Px 5Px;
    border: 1Px solid #d58100;
	font-size: 11Px;
	font-weight: bold;
	margin: 0 2Px 0 2Px;
    color: White;
    background-color: #ffce66;
}

a.num-page:hover
{
    background-color: #ffffff;
    text-decoration: none;
}

td.num-page
{
    padding: 0 5Px 0 5Px;
    border: 1Px solid #d58100;
    color: #b36100;
	font-size: 11Px;
	cursor: default;
    background-color: #fff0d0;
}

td.num-page-texte
{
    color: #b36100;
	font-size: 12Px;
	font-weight: bold;
	padding: 0 2Px 0 4Px;
    background-color: #fff0d0;
}

td.num-page-texte2
{
    color: #b36100;
	font-size: 12Px;
	font-weight: bold;
	padding: 0 4Px 0 2Px;
    background-color: #fff0d0;
}
