/*CSS accost-immobilier.fr - Public*/
/****************************************************************************************************************************************************/
/*Web-13 - Bordeaux - France le 2008/03/18*/
/* COLORS
background 	= C0C0C0
text       	= 666
grey 		= 464646
grey clear	= FFFF99
blue		= 009DDC
red			= ED0481
bottom		= 4D4D4F
*/
/****************GENERAL****************/
html {
	font-size: 100%;
}
* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	background-color: #C0C0C0;
	padding: 0px;
	margin: 10px 0px 0px;
	line-height: 1.4em;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #999900;
}
a:visited {
	text-decoration: underline;
	color: #C4D713;
}
a:hover {
	text-decoration: none;
	background-color: #333;
	color: #EFEFEF;
}
a:active {
	color : #EFEFEF; 
	background-color : #FF0000; 
}
h1 {
	font-size: 10px;
}
h3 {
	font-size: 1.2em;
	text-align: left;
	color: #C4D713;
	padding-left: 10px;
	line-height: 1.5em;
	margin-top: 5px;
}
h4 {
	text-align: left;
	margin-left: 10px;
	color: #666;
	font-size: 1.1em;
}
hr {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
img {
	border: 0px;
}
label {
	cursor: pointer;
}
/*tables*/
table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
td {
	text-align: left;
	vertical-align: middle;
}
.links {
	display: none;
}
/*listes
dl {
	text-align: left;
	margin-left: 120px;
	margin-right: 120px;
}
dt {
	font-weight: bold;
	margin-top: 5px;
}
dd {
	text-align: justify;
}*/
ul, li {
	list-style-type: none;
	text-align: left;
}
/*tableaux*/
.tableau {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF6600;
}
.tableau th {
	color: #FFFFFF;
	background-color: #FF6600;
	list-style-image:  url(../images/puce2.gif);
	text-align: center;
	padding: 3px;
}
.tableau td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	vertical-align: top;
	padding: 2px;
}
.achat, .location {
	border: 1px solid #FFFFFF;
}
.achat th {
	color: #FFFFFF;
	background-color: #BC6169;
	text-align: left;
	padding: 5px;
}
.achat td {
	vertical-align: top;
	padding: 2px;
	background-color: white;
}
.achat .tdcolored {
	background-color: #ECCACD;
	vertical-align: top;
	font-weight: bold;
	color: #BC6169;
	text-align: center;
}
.achat .tdbordered {
	background-color: #FFF;
	line-height: 1px;
	font-size: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BC6169;
}
.location th {
	color: #FFFFFF;
	background-color: #DEB618;
	text-align: left;
	padding: 5px;
}
.location td {
	vertical-align: top;
	background-color: white;
	padding: 2px;
}
.location .tdcolored {
	background-color: #F7E7A7;
	vertical-align: top;
	font-weight: bold;
	color: #C89600;
	text-align: center;
}
.location .tdbordered {
	background-color: #FFF;
	line-height: 1px;
	font-size: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEB618;
}

/*formulaires*/
.champs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EFEFEF;
}
.button {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	color: #666666;
	padding: 3px 5px;
	font-size: 0.7em;
	background-image: url(images/site/button_bckgrd.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.formulaire {
	font-weight: normal;
}
.formulaire th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}
.formulaire td {
	text-align: left;
	vertical-align: top;
}
.formulaire .prix {
	text-align: right;
}
.erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 5px;
	margin-right: 50px;
	margin-left: 50px;
}
.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009900;
	padding: 5px;
	margin-right: 50px;
	margin-left: 50px;
}
.greenbold {
	font-weight: bold;
	color: #C4D713;
}
.smalltextone {
	font-size: 80%;
}
.freetext {
	text-align: justify;
	padding-right: 25px;
	padding-left: 15px;
}
.freetext img {
	border: 1px solid white;
	margin: 2px;
}
.roll a {
	display: block;
	height: 40px;
	width: 135px;
	line-height: 40px;
	background: transparent url(images/site/buttons_fr.jpg) no-repeat left top;
	margin-left: 10px;
}
.roll a:hover {
	background-position: 0% -40px;
}
.roll2 a {
	display: block;
	height: 40px;
	width: 135px;
	line-height: 40px;
	background: transparent url(images/site/buttons_fr.jpg) no-repeat left top;
}
.roll2 a:hover {
	background-position: 0% -40px;
}
/****************CONTENU****************/
#container {
	position: relative;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	display: none;
}
/*page*/
#logo {
	text-align: right;
	background-image: url(images/site/tetiere_fr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 115px;
}
a.acces {
	float: right;
	display: block;
	width: 130px;
	height: 90px;
	background-image: url(images/site/acces_1_fr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
a.acces:hover {
	background-image: url(images/site/acces_2_fr.jpg);
}
h1.slogan {
	text-align: center;
}
#menu {
	background-image: url(images/site/menu_bckgrd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 51px;
}
#menu .menuleft {
	float: left;
	width: 150px;
	text-align: left;
	padding-left: 10px;
}
#menu .menuright {
	text-align: right;
	margin-left: 155px;
	padding-right: 10px;
}
p.clear {
	clear: both;
}
#content {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}
#content .left {
	float: left;
	min-height: 450px;
	width: 355px;
}
#content .cote {
	float: left;
	width: 355px;
	background-image: url(images/site/cote_bckgrd_left.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 200px;
	color: white;
	font-size: 85%;
}
#content .cote td {
	vertical-align: bottom;
	text-align: center;
}
#content .cote img {
	border: 1px solid white;
}
.justified {
	text-align: justify;
}
#content .box {
	background-image: url(images/site/box_bckgrd.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content .box2 {
	background-image: url(images/site/box2_bckgrd.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content .box3 {
	background-image: url(images/site/box3_bckgrd.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content .box h2, #content .box2 h2 {
	color: black;
	font-size: 1.2em;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#content .box p, #content .box2 p {
	line-height: 1.5em;
	text-align: justify;
}
#content .box p {
	padding: 5px 15px;
}
#content .box2 p {
	padding-right: 30px;
	padding-left: 25px;	
}
#content .right {
	margin-left: 360px;
	min-height: 450px;
}
#content .right .callback {
	background-image: url(images/site/call_back_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 120px;
	padding-top: 25px;
	padding-right: 20px;
	height: 80px;
}
#content .results {
	min-height: 450px;
	text-align: left;
}
#content .results .nav {
	color: white;
	text-align: center;
}
#content .results .title {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 20px;
}
#content #annonces {
	background-color: white;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
}
#content #annonces p {
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
}
#content #annonces .right2 {
	margin-left: 410px;
}
#content #annonces .left2 {
	float: left;
	width: 410px;
}
#content #annonces .price {
	font-size: 1.2em;
	text-align: center;
	color: white;
	line-height: 3em;
	margin-bottom: 2px;
	-moz-border-radius-topright: 6px;
}
#content #annonces .elements {
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
}
#content #annonces .ref {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color: white;
	line-height: 3em;
	margin-bottom: 2px;
}
#content .partenaires {
	min-height: 350px;
	text-align: left;
}
#content .partenaires img {
	float: left;
	text-align: left;
	margin: 3px;
}
#content .partenaires table {
	margin-bottom: 15px;
}
#content .partenaires th {
	text-align: left;
	color: white;
	font-size: 120%;
	background-color: #87CFDD;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
	margin-top: 15px;
	background-image: url(images/site/partenaires_h2_bckgrd.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #87CFDD;
	-moz-border-radius-topright: 8px; 
}
#content .partenaires td {
	background-color: white;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
}

/**************DIRECTS LINKS***************/
#bottom {
	line-height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	color: white;
	background-color: #4D4D4F;
	padding: 5px;
	text-align: justify;
	font-size: 85%
}
#bottom a {
	color: white;
	text-decoration: none;
}
#bottom a:visited {
	color: #CCC;
	text-decoration: none;
}
/**************PIED DE PAGE***************/
#footer {
	font-size: 120%;
	color: #C4D713;
	text-align: center;
	background-color: black;
	background-image: url(images/green_square.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	padding-top: 2px;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
	color: #C4D713;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #C4D713;
}
#footer .left {
	width: 500px;
	float: left;
	text-align: left;
}
#footer .right {
	margin-left: 510px;
	text-align: right;
	padding-right: 10px;
}
/**************BBCODE*********************/
.fontsize2 {
	font-size: 110%;
	line-height: 1.1em;
}
.fontsize3 {
	font-size: 120%;
	line-height: 1.3em;
}
.fontsize4 {
	font-size: 140%;
	line-height: 1.4em;
}

