/* HTML Markup CSS Style */

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;

    background-image: url(/commun/design/repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

img {
    border: none;
}

h1{
	font-size: 18px;
	margin: 0;
	padding: 0 0px 2px 0px;
}

h2{
	font-size: 14px;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom-color: #FF6600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h3{
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-size: 14px;
}

p{
	text-align: justify;
	margin: 0;
	padding-bottom: 7px;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
}

fieldset{
	margin: 5px;
	padding: 10px;
}

legend{
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
}
/* Element de formulaire */
form{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 10px;
	color: #FF6600;
}
/* id CSS Style */

/* ===== ENTETE ===== */
#header {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    height: 232px;
}

#pubh {
	position: absolute;
	top: 10px;
	right: 10px;
}

#menu {
	float: left;
	display: block;
	width: 100%;
	height: 31px;
	font-weight: bold;
    color: #ffffff;
}

#menu-left {
    float: left;
    display: block;
    width: 291px;
    height: 31px;
}

#menu-btn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu-btn li {
	/*width: 150px;*/
	height: 31px;
	float: left;
	display: inline;
    padding-left: 25px;
    padding-top: 4px;
    padding-right: 15px;

    background-image: url(/commun/design/menu_btn.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#menu-btn li a {
	text-decoration: none;
	font-weight: bold;
    color: #ffffff;
}

#menu-btn li a:hover {
	text-decoration: none;
	font-weight: bold;
    color: #ff7900;
}
#dateHeure {
	float: right;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
}

/* ===== CORPS DE PAGE ===== */

#container {
    position: absolute;
    display: block;
    top: 232px;
    left: 0;

    background-image: url(/commun/design/separation.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#main {
    float: left;
    display: block;
}

#info_left{
	float: left;
    display: block;
	width: 260px;
	padding: 5px;
	/*text-align: right;*/
	color: #FF6600;
	font-size: 9px;
}

#listeH ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#listeH li {
	float: left;
    width: 100px;
	display: inline;
	margin-top: 10px;
}

#listeH li a {
    font-weight: bold;
    color: #000066;
	text-decoration: none;
}

#listeV ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#listeV li {
	float: left;
    width: 100%;
	margin-top: 10px;
}

#listeV li a {
    font-weight: bold;
    color: #000066;
	text-decoration: none;
}

#info_right{
    float: left;
    display: block;
    width: 715px;
	margin-left: 0px;
	padding: 5px;
/*	border-left-color: #FF6600;
	border-left-style: dotted;
	border-left-width: 1px;*/
}

.encart {
    float: left;
    display: block;
    width: 660px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.encart a {
    font-weight: bold;
    color: #ff6600;
	text-decoration: none;
}

.aide {
	float: right;
	display: block;
	width: 210px;
	border: 1px solid #ff6600;
	padding: 2px 10px 2px 75px;
    margin-top: 50px;
    margin-left: 10px;
    
	background-image: url('/commun/design/help.png');
	background-repeat: no-repeat;
	background-position: top left;
}

html>body .aide {
	min-height: 105px;
}

.mini_annonce {
	float: left;
	display: block;
	width: 100%;
    margin-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #ff6600;
	cursor: pointer;
	behavior: expression(addHover(this)); /* Gestion du hover pour IE6 */
}

.mini_annonce:hover {
	background-color: #c0c0c0;
}

.mini_annonce_photo {
	float: left;
	display: block;
	width: 85px;
	height: 65px;
}

.mini_annonce_marque {
	float: left;
	display: block;
	width: 405px;
	height: 16px;
	text-align: center;
	padding-top: 1px;
}

.mini_annonce_texte {
	float: left;
	display: block;
	width: 405px;
	height: 40px;
	overflow-y: hidden;
}

.mini_annonce_prix {
	float: right;
	display: block;
	width: 170px;
	height: 40px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #ff6600;
	padding-top: 25px;
}

.depot {
	float: left;
	display: block;
	width: 249px;
	height: 35px;
	text-align: center;
	text-decoration: blink;
	font-weight: bold;
	font-size: 18px;
    color: #000066;
	padding-top: 10px;
    margin-top: 30px;
    border: 2px solid #ff6600;
	cursor: pointer;
	behavior: expression(addHover(this)); /* Gestion du hover pour IE6 */
}

.depot:hover {
	background-color: #c0c0c0;
}

.prix {
    font-size: 14px;
    text-align: right;
}

.infoplus {
    text-align: right;
}

.photo {
    position: absolute;
    display: block;
    width: 404px;
    height: 320px;
    border: 2px solid #ff6600;
    background-color: #c0c0c0;
    top: 5px;
    left: 5px;
    z-index: 10;
    visibility: hidden;
    text-align: center;
}

.liste_annonce {
	float: left;
	display: block;
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	border: 1px solid #ff6600;
	padding-top: 5px;
}

.liste_annonce:hover {
	background-color: #c0c0c0;
}

.case_a_cocher {
	float: left;
	display: block;
	width: 25px;
}

.modif {
	float: left;
	display: block;
	width: 30px;
}

.ref_annonce {
	float: left;
	display: block;
	width: 40px;
	font-weight: bold;
    color: #000066;
}

.dat_annonce {
	float: left;
	display: block;
	width: 75px;
    color: #000066;
}

.tit_annonce {
	float: left;
	display: block;
	width: 240px;
    color: #000066;
}

.legal {
    float: left;
    display: block;
    width: 600px;
    border: 1px solid #FF6600;
    padding: 5px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 10px;
}
/* ===== PIED DE PAGE ===== */

#footer{
    display: block;
    float: left;
	border-top-color: #999999;
	border-top-style: dotted;
	border-top-width: 1px;
	color: #999999;
	font-size: 9px;
	margin-top: 10px;
	padding-top: 10px;
    width: 100%;
    background-color: #ffffff;
}

/* ===== Champs de formulaire ===== */

.champ_recherche_grand {
	width: 196px;
	height: 15px;
	max-height: 19px;
	color: #636363;
	font-size: 11px;
	border: 1px solid #A7ABAE;
}

html>body .champ_recherche_grand {
	width: 200px;
}

.champ_recherche_moyen {
	width: 130px;
	max-width: 135px;
	height: 12px;
	max-height: 16px;
	color: #636363;
	font-size: 9px;
	border: 1px solid #A7ABAE;
}

.champ_recherche_petit {
	width: 78px;
	height: 12px;
	max-height: 16px;
	color: #636363;
	font-size: 9px;
	border: 1px solid #A7ABAE;
}

html>body .champ_recherche_petit {
	width: 80px;
}

.select_recherche_grand {
	width: 200px;
	height: 19px;
	max-height: 17px;
	color: #636363;
	font-size: 11px;
	border: 1px solid #A7ABAE;
}

.select_recherche_moyen {
	width: 140px;
	height: 19px;
	max-height: 17px;
	color: #636363;
	font-size: 11px;
	border: 1px solid #A7ABAE;
}

.select_recherche_petit {
	width: 80px;
	height: 19px;
	max-height: 17px;
	color: #636363;
	font-size: 11px;
	border: 1px solid #A7ABAE;
}

.erreur {
	width: 85%;
	min-height: 32px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 5px;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	background-image: url('/commun/design/erreur.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

.petit_bouton {
	float: left;
	display: block;
	width: 150px;
	border: 1px solid #ff6600;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 75px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ffffff;
	cursor: hand;
}

html>body .petit_bouton {
	cursor: pointer;
}

.petit_bouton:hover {
	border: 1px solid #000066;
	background-color: #ff6600;
    color: #000066;
}