/* CSS Document */


#contenu{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:720px;
	background:#FFF;
}

#date{
	position:absolute;
	width:170px;
	height:15px;
	left: 150px;
	top: 6px;
	text-align:left;
	background:none;
	font-size:10px;
	font-weight:bold;
}

#accueil_rech{
	position:absolute;
	width:170px;
	height:15px;
	left: 535px;
	top: 6px;
	text-align:right;
	background:none;
}

#pub_result{
	float:left;
	width:110px;
	height:auto;
	margin-top:15px;
	margin-left:5px;
	background:#FFF;
	visibility:visible;
}

#content{
	visibility:visible;
	float:right;
	margin-top:20px;
	margin-left:10px;
	background:none;
	width:718px;
	height:auto;
}

#header_result{
	position:relative;
	width:717px;
	height:74px;
	background:url(../images/inscription/header_inscription.gif);
}

#fond_result{
	position:relative;
	width:717px;
	height:auto;
	background:url(../images/inscription/middle_inscription.gif);
	background-repeat:repeat-y;
	padding-top:10px;
}

#footer_result{
	position:relative;
	width:717px;
	height:35px;
	background:url(../images/inscription/footer_inscription.gif);
	background-repeat:repeat-y;
}

/* === contenu === */

#header_annonce{
	position:relative;
	width:535px;
	height:15px;
	border:2px #D4D515 solid;
	background:#D4D515;
	left:17px;
	padding-left:15px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

#corps_annonce{
	position:relative;
	width:662px;
	height:auto;
	border:none;
	background:#FFF;
	left:17px;
	padding:10px;
}

#texte{
	position:relative;
	width:460px;
	height:auto;
	background:#FFF;
	left:70px;
	font-size:10px;
}

#content_picto{
	position:absolute;
	width:44px;
	height:44px;
	top:45px;
	left:30px;
	background:url(../images/divers/eye.gif);
	z-index:10;
}
/* === fin contenu === */


#corps_annonce #adresse{
	color:#333333;
	font-size:11px;
	font-weight:bold;
}

#corps_annonce #texte_client{
	color:#993399;
	font-size:11px;
	font-weight:bold;
	width:250px;
	background:none;
}

#corps_annonce #texte_client h1{
	color:#993399;
	font-size:11px;
	margin:none;
	padding:none;
}


#corps_annonce #logo{
	float:right;
	background:none;
	width:140px;
	height:auto;
}

#corps_annonce #tel{
	float:right;
	width:120px;
	height:auto;
	color:#993399;
	font-size:13px;
	font-weight:bold;
	left:440px;
	padding-left:15px;
	background:none;
}

#corps_annonce #www_mail{
	position:relative;
	width:120px;
	height:20px;
}

#fond_result table {
	border:none;
	border-collapse:collapse;
	margin:0px;
}


#fond_result table input .no_border{
	border:0px;
	margin:0px;
}


#fond_result table input .border{
	border:1px solid #333333;
	margin:0px;
}

#fond_result table img{
	border:0px;
	margin:0px;
	padding:0px;
}

#message{
	margin:auto;
	width:650px;
	border:dashed #FF0000 1px;
	padding:5px;
}


