/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#99CCCC;
	padding: 10px;
}

#contenu {
	width: 700px;
	border:1px solid #000000;
	left:50%;
	margin-left:-350px;
	position:absolute;
	background-color:#FFFFFF;
	padding:0px;
}

#logo-titre {
	width:50%;
	height:100px;
	background-color:#FFFFFF;
	float:left;
	text-align:center;
	display:block;
}

#slogan {
	padding:5px;
	background-color: #FFCC99;
	text-align: center;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

#slogan p {
	margin:0px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color:  #000000;
	font-size: 14px;
}

#colonne {
	width:50%;
	float:left;
}

/*
----- Annonce
*/

#annonce {
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	width:325px;
	border:1px solid #000000;
	padding:0px;
}

#entete {
	border-bottom:1px dotted #000000;
	background-color:#99CCCC;
	height:15px;
}

#entete .ville, #entete_coeur .ville {
	padding-left:5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:11px;
	width:245px;
	float:left;
}

#entete .type, #entete_coeur .type {
	padding-right:5px;
	margin-bottom:5px;
	font-size:9px;
	width:70px;
	float:left;
	text-align:right;
}

#annonce .titre, #annonce_coeur .titre {
	font-weight:bold;
	padding:3px;
}

#annonce .texte, #annonce_coeur .texte {
	padding:3px;
	text-align:justify;
}

#annonce .promo, #annonce_coeur .promo {
	padding:3px;
	font-weight:bold;
	color:  #993300;
}

#annonce .photo, #annonce_coeur .photo {
	font-weight: bold;
	padding:3px;
	text-align:right;
}

#annonce .prix, #annonce_coeur .prix {
	font-weight: bold;
	padding:3px;
}

/* --- Coup2Coeur --- */

#annonce_coeur {
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	width:325px;
	border:1px solid #FF0000;
	padding:0px;
}

#entete_coeur {
	border-bottom:1px dotted #FF0000;
	background-color:#FFCCCC;
	height:15px;
}

/*
----- 
*/

#copyright {
	background-color:#FF6600;
	padding:0px;
	margin:0px;
	height:30px;
	clear: both;
}

#logo {
	float:left;
	width:143px;
}

#url {
	margin-left:143px;
	margin-right:143px;
	color:#FFFFFF;
	text-align:center;
}

#url p {
	margin:0px;
	padding:0px;
	line-height:30px;
}

#url a {
	color:#FFFFFF;
	text-decoration: none;	
}

#url a:hover {
	color:#FFFFFF;
	text-decoration: underline;	
}

#url a:visited {
	color:#FFFFFF;
	text-decoration: none;	
}

#compteur {
	float:right;
	width:143px;
	text-align:center;
	background-color:#FFFF66;
}

#compteur p {
	margin:0px;
	padding:0px;
	line-height:30px;
}

#choix {
	margin-bottom:5px;
	font-weight:bolder;
}


#choix ul {
	padding:0px;
	margin:0px;
	height:22px;
}

#choix li {
	display:inline;
	padding:5px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:4px;
	margin-right:0px;
	list-style-type: none;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	float:left;
}

#choix li:hover {
	background-color:#FFCC99;	
}
#choix a {
	text-decoration:none;
}

#choix a:hover {
	text-decoration:none;
}
#form {
text-align:center;
}
#residence {
	text-align:center;
	display:block;
}
#residence p {
	font-weight:bold;
	font-size:12px;
}