@charset "iso-8859-1";
/* CSS Document */

/* ------------------------------Général */
h1, h2, h3, h4, h5, h6, p 
{
	font-size: 1em;
	margin: 0; padding: 0;
	font-weight: normal;
}

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

a {
	text-decoration:none;
	color:#e42122;
}

a:hover {
	text-decoration:none;
	color:#e42122;
}

a img {
	border: none;
}

.important {
	color:#e42122;
	font-weight:bold;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

/* ------------------------------ Structure --------------------------------------------- */

body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:16px;
}

#principale {
	position:absolute;
	left: 50%; 
	top: 40px;
	width:980px;
	height:625px;
	margin-left: -495px;
	padding-left:10px;
	text-align:left;
}

#haut{
	display:block;
	float:left;
	margin:0px;
	width:980px;
	height:35px;
}

#interieur{
	display:block;
	float:left;
	width:980px;
	height:537px;
	margin-top:30px;
}

#bas{
	display:block;
	float:left;
	height:23px;
	width:970px;
	text-align:center;
	border-top:solid 1px #a29c9c;
}

/* ------------------------------ Menu ---------------------------------- */
#menu
{
	display:block;
	float:left;
	width:670px;
	height:35px;
	margin-left:39px;
}

#menu li
{
	display:block;
	float:left;
}

#menu li a
{
	display:block;
	float:left;
	height:28px;
	padding-top:7px;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
}

#menu li#accueil a
{
	width:86px;
	background:url(../images/menu-accueil-back-off.jpg) no-repeat;
}

#menu li#accueil a:hover, #menu li#accueil a.in
{
	background:url(../images/menu-accueil-back-on.jpg) no-repeat;
	text-decoration:none;
}

#menu li#acheter a
{
	width:79px;
	background:url(../images/menu-acheter-back-off.jpg) no-repeat;
}

#menu li#acheter a:hover, #menu li#acheter a.in
{
	background:url(../images/menu-acheter-back-on.jpg) no-repeat;
	text-decoration:none;
}

#menu li#vendre a
{
	width:79px;
	background:url(../images/menu-vendre-back-off.jpg) no-repeat;
}

#menu li#vendre a:hover, #menu li#vendre a.in
{
	background:url(../images/menu-vendre-back-on.jpg) no-repeat;
	text-decoration:none;
}

#menu li#projet a
{
	width:189px;
	background:url(../images/menu-projet-back-off.jpg) no-repeat;
}

#menu li#projet a:hover, #menu li#projet a.in
{
	background:url(../images/menu-projet-back-on.jpg) no-repeat;
	text-decoration:none;
}

#menu li#qui a
{
	width:149px;
	background:url(../images/menu-qui-back-off.jpg) no-repeat;
}

#menu li#qui a:hover, #menu li#qui a.in
{
	background:url(../images/menu-qui-back-on.jpg) no-repeat;
	text-decoration:none;
}

#menu li#contact a
{
	width:88px;
	background:url(../images/menu-contact-back-off.jpg) no-repeat;
}

#menu li#contact a:hover, #menu li#contact a.in
{
	background:url(../images/menu-contact-back-on.jpg) no-repeat;
	text-decoration:none;
}

/* ------------------------------ Langues ----------------------------------------- */
a#langue
{
	display:block;
	float:left;
	width:38px;
	height:19px;
	margin-left:12px;
	margin-top:8px;
	background:url(../images/langues-select-back.jpg) no-repeat;
	text-indent:8px;
	color:#000000;
}

ul#ssmenu-langue {
	display:block;
	float:left;
	position:absolute;
	width:38px;
	height:38px;
	background:url(../images/langues-back.jpg) no-repeat;
	left:939px;
	top:27px;
	z-index:1;
	visibility:hidden;
}

ul#ssmenu-langue li {
	display:block;
	float:left;
	width:38px;
	height:16px;
	text-align:center;
}

ul#ssmenu-langue li a {
	display:block;
	float:left;
	width:38px;
	height:16px;
	color:#000000;
}

ul#ssmenu-langue li a:hover {
	color:#FFFFFF;
	background:url(../images/langue-back-on.jpg) no-repeat;
}

/* ------------------------------ Intérieur --------------------------------------------- */
#interieur-gauche{
	display:block;
	float:left;
	width:208px;
}

#interieur-droit{
	display:block;
	float:left;
	margin-left:39px;
	width:733px;
}

/* ------------------------------ Menu bas Footer --------------------------------------- */
#footer
{
	display:block;
	float:left;
	height:22px;
	margin-top:1px;
	margin-left:15px;
	_margin-left:7px;
}

#footer li
{
	float:left;
}

#footer a
{
	color:#000000;
	text-decoration:none;
	margin-left:16px;
	margin-right:16px;
}

#footer a:hover, #footer a.in
{
	text-decoration:underline;
}
