/* © 2008 Bexter Vaince CSS */

body {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #606060;
	margin: 0px;
	padding: 0px;
}
h1,h2{
	font-size: 1.2em;
	color:#600000;
}
a{
	color:#600000;
	text-decoration:none;
}
a:hover{
	color:#600000;
	text-decoration:underline;
}
p{
	margin: 0px;
	padding: 0px;
}
#site {
	width: 930px;
	margin: 0px auto;
	border: 1px solid #600000;
}
#header{
	width: 930px;
	height: 10px;
	background: transparent url(../images/header.jpg) no-repeat;
}
#header-print{
	display:block;
	width: 930px;
	height: 100px;
	/*border: 1px solid #009900;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#header a{
	display:none;
}
#menu{
	display:none;
}
#menu{
	display: none;
}
#menu ul{
	display: none;
}
#menu ul li{
	display: none;
}
#menu ul li a{
	display: none;
}
#menu ul li strong{
display: none;
}
#menu-print{
	display:block;
	width: 989px;
	height: 68px;
	margin: -139px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid #009900;*/
}

/*----------------------------------------------------------------------*/
/* debut - gestion contenu */
/*----------------------------------------------------------------------*/
#contenu {
	width:989px;
	padding: 0px;
	margin: 0px;
	background:#FFFFFF;
	height:auto !important;
	height: 440px;
	min-height:440px;

}
.content{
	float: left;

	padding: 0px 25px;
	margin: 0px 0px 20px 0px;
}

.accueil_gauche{
	float: left;
	width:380px;
	height: 300px;
	text-align:justify;
}
.accueil_droite{
	float:right;
	text-align:justify;
}

.contact_gauche{
	float:left;
	width:450px;
	margin:60px 0px 0px 0px !important;
	margin:90px 0px 0px 0px;
}
.border_photo{
	padding:2px;
	border: 1px solid #060606;
}

.description_appart{
	float:left;
	width:400px;
	text-align:justify;
	margin:30px 0px 0px 0px;
}
.description_titre{
	font-size:18px;
	color:#600000; 
	margin:0px 0px 20px 0px
}

.bandol_droite{
	text-align:justify;
	width:490px;
	float:right;
	margin:50px 0px 0px 0px;
}
.bandol_gauche{
	float:left;
	width:430px;
	margin-left:0px;
}


.appartements_gauche{
	float:left;
	width:450px;
	text-align:right;
}
.appartements_droite{
 	float:right;
	width:450px;
	text-align:justify;
	margin-top:55px;
}
.appartements_titre{
 	font-size:18px;
	color:#600000;
	float:right;
}


.sitemap{
	text-align:justify;
	width:940px;
	float:left;
	margin:150px 0px 0px 0px;
}


.java_photos{
 float:right;
 width:450px;
 text-align:justify;
 margin:50px 0px 0px 0px;
}
#previewPane0{
	width:450px;
	height:345px;
}


.wash{
	clear: both;
	margin:0px;
	padding:0px;
	height:5px;
}

/*----------------------------------------------------------------------*/
/* fin - gestion contenu */
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* debut - formulaire */
/*----------------------------------------------------------------------*/

.contact{
	width:400px;
	margin:8px 40px 0px 0px !important;
	margin:0px 20px 0px 0px;
	float:right;
}

.td_contact {
	color:#600000;
	padding:0px 5px;
	text-align:right;
}


#formulaire fieldset {
	width: 425px;
	padding: 2em 1.5em 1em 1.5em;
	border: 1px solid #ccc;
	position: relative;
}
#formulaire fieldset div {
	width: 100%;
	margin-bottom: 0.5em;
	position: relative;
}
#formulaire legend {
	font-weight: bold;
	text-transform: uppercase;
/*	font-size: 0.9em;*/
}
#msg {
	display: block;
	margin-bottom: 0.5em;
}
#formulaire .icontain {
	position: absolute;
	right: 0;
	width: 55%;
	background: white url(../img/corner_tr_form.gif) top right no-repeat;
}
#formulaire input {
	position: relative;
/*	left: 10px;*/
	width: 100%;
}
#formulaire .tcontain {
	width: 100%;
	display: block;
}
#formulaire .tcontain span {
	display: block;
}
#formulaire input, #formulaire textarea {
/*	font: 1em Arial, sans-serif;*/
	width: 100%;
/*	padding: 0;*/
}
#submit {
	text-align: center;
/*	background: #304968;
	padding: 1em 0;*/
	margin-top: 0.5em;
}
#submit input {
	position: static;
	width: 40%;
}
#joindre{
	display: block;
}
#formulaire .infojoint{
	font-style: italic;
	font-size: 9px;
	color: Gray;
}
#formulaire .champ{
	margin: 15px 0px;
	border-bottom: 1px solid #e5e5e5;
}
/*----------------------------------------------------------------------*/
/* fin - formulaire */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - gestion footer */
/*----------------------------------------------------------------------*/
#footer {
	font-size: 9px;
/*	letter-spacing: -1px;*/
	width: 980px;
	height: 15px;
	margin:0px auto;
	padding: 0px 5px 0px 5px;
	color: #FFF;
}
#footer ul{
	width:690px;
	/*text-align:center;*/
	list-style:none;
	float:left;
	display:block;
	margin:0px;
	padding:0px;
}
#footer li{
	display:inline;
}

#footer a{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFF;
	text-decoration: underline;
}
#footer em {
	padding: 0px 60px;
}
#copyright {
	float:right;
}
/*----------------------------------------------------------------------*/
/* fin - gestion footer */
/*----------------------------------------------------------------------*/
