/*******************/
/* Style du header */
/*******************/

.header
{
	position : absolute;
	border-width : 0px;
	margin-top : 0px;
	background-color : #FFFFFF;
	width : 711px;
	height : 58px;
	padding : 0px;
	background-image : url('images/header.jpg');
}


/********************/
/* Style du contenu */
/********************/

div.hidden_box
{
	position : absolute;
	border-width : 0px;
	margin : 0px;
	padding : 0px;
	padding-top : 4px;
}


/*******************/
/* Style de titres */
/*******************/

h1
{
	font-family : Arial;
	color : #4444CC;
	text-align : center;
	font-weight : bold;
	font-size : 18px;
	text-decoration : none;
	margin-bottom : 12px;
	margin-top : 12px;
}

h2
{
	font-family : Arial;
	color : #4444CC;
	text-align : center;
	font-size : 16px;
	font-weight : bold;
	margin : 6px;
}


/*******************/
/* Style de textes */
/*******************/

.alert
{
	font-family : Arial;
	color : #FF4444;
	text-align : center;
	font-weight : bold;
	font-size : 16px;
	text-decoration : none;
	margin-bottom : 12px;
}

.big_link
{
	font-family : Arial;
	color : #4444FF;
	text-align : center;
	font-weight : normal;
	font-size : 18px;
	text-decoration : none;
}

.big_link:hover
{
	font-family : Arial;
	color : #FF4444;
	text-align : center;
	font-weight : normal;
	font-size : 18px;
	text-decoration : none;
}


/***********************/
/* Style des résultats */
/***********************/

table.result
{
	width : 540px;
	height : 156px;
	border-width : 1px;
	border-style : solid;
	border-spacing : 0px;
	margin : 8px;
	padding : 0px;
}

table.bonne_affaire
{
	width : 180px;
	height : 18px;
	background-image : url('images/tab.gif');
	border-width : 0px;
	border-style : solid;
	border-spacing : 0px;
	margin : 0px;
	margin-left : 8px;
	padding : 0px;
	top : 8px;
	position : relative;
	text-align : center;
}

table.page
{
	width : 540px;
	border-width : 1px;
	border-style : solid;
	border-spacing : 0px;
	margin : 8px;
	background-color : #FFFFFF;
	text-align : left;
}

.pager
{
	font-family : Arial;
	color : #4444FF;
	font-weight : bold;
	font-size : 12px;
}

.pager:hover
{
	font-family : Arial;
	color : #FF4444;
	font-weight : bold;
	font-size : 12px;
}

a.result_title
{
	font-family : Arial;
	color : #4444CC;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
	margin : 0px;
}

a.result_title:hover
{
	font-family : Arial;
	color : #7777FF;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
	margin : 0px;
}

.result_comment
{
	font-family : Arial;
	color : #888888;
	font-size : 10px;
	text-decoration : none;
	margin: 0px;
}

.result_description
{
	font-family : Arial;
	color : #FF5500;
	font-size : 12px;
	text-decoration : none;
	margin : 0px;
}

.result_description:hover
{
	font-family : Arial;
	color : #FFBB33;
	font-size : 12px;
	text-decoration : none;
	margin : 0px;
}

.result_selection
{
	font-family : Arial;
	color : #5555FF;
	font-size : 12px;
	text-decoration : underline;
	margin : 0px;
}

.result_selection:hover
{
	font-family : Arial;
	color : #9999FF;
	font-size : 12px;
	text-decoration : underline;
	margin : 0px;
}


/**********************/
/* Style de l'annonce */
/**********************/

table.announce
{
	width : 620px;
	border-width : 1px;
	border-style : solid;
	border-spacing : 0px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 8px;
	margin-bottom : 8px;
	padding : 0px;
}

.announce_description
{
	font-family : Arial;
	color : #FF5500;
	font-size : 12px;
	text-decoration : none;
}

table.announce_resume
{
	width : 360px;
	border-width : 1px;
	border-style : solid;
	border-color : #BBBBBB;
	border-spacing : 0px;
	background-color : #F8F8F8;
	margin-left : auto;
	margin-right : auto;
	margin-top : 8px;
	margin-bottom : 8px;
	padding : 0px;
}

table.announce_contact
{
	width : 580px;
	border-width : 1px;
	border-style : solid;
	border-color : #BBBBBB;
	border-spacing : 0px;
	background-color : #F8F8F8;
	margin-left : auto;
	margin-right : auto;
	margin-top : 8px;
	margin-bottom : 8px;
	padding : 0px;
}

table.announce_photos
{
	width : 580px;
	border-width : 1px;
	border-style : solid;
	border-color : #BBBBBB;
	border-spacing : 0px;
	background-color : #F8F8F8;
	margin-left : auto;
	margin-right : auto;
	margin-top : 8px;
	margin-bottom : 8px;
	padding : 0px;
}

