body
{
margin:0px;
padding:0px;
font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align:center;
color: #7F7772;
}

img
{
border:0px;
}

h1
{
visibility: hidden;
margin:0;
padding:0;
font-size:1px;
}


h2,h2 a,h3,h3 {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #ed005d;
}

a
{
color: #7628c6;
}

a:hover
{
  color : #ed005d;
}



h2
{
	letter-spacing: -2px;
	font-size: 2em;
}

input, textarea, select
{
border-top: 1px solid #85113e;
border-left: 1px solid #85113e;
border-bottom: 1px solid #f2c4d6;
border-right : 1px solid #f2c4d6;
background-color:#FFFFFF;
}

input:hover, textarea:hover
{
border-top: 1px solid #85113e;
border-left: 1px solid #85113e;
border-bottom: 1px solid #f2c4d6;
border-right : 1px solid #f2c4d6;
background-color:#ffebf3;
}


#menu
{
margin-top:50px;
margin-left:20px;
float:left;
}
  #menu a
  {
  font-size:0px;
  letter-spacing:-50px;
  text-indent:-100;
  color:#3d3e42;
  text-align:left;
  }

.onglet
{
float:left;
margin-right:5px;
cursor: pointer;
}


#menuLigne
{
clear:both;
width:740px;
height:8px;
background-color: #ed005d;
font-size:2px;
}

#menuAccueil{background-image: url(images/menu-accueil-1.gif);width:102px;height:29px;}
#menuAcheter{background-image: url(images/menu-acheter-1.gif);width:102px;height:29px;}
#menuVendre{background-image: url(images/menu-vendre-1.gif);width:102px;height:29px;}

#menuAccueilLink, #menuAccueil:hover{background-image: url(images/menu-accueil-0.gif);width:102px;height:29px;}
#menuAcheterLink, #menuAcheter:hover{background-image: url(images/menu-acheter-0.gif);width:102px;height:29px;}
#menuVendreLink, #menuVendre:hover{background-image: url(images/menu-vendre-0.gif);width:102px;height:29px;}



#page
{
width:980px;
margin:auto;
text-align:left;
}


#logo
{
float:left;
}


#gauche
{
float:left;
margin-right:10px;
}


.cadre
{
border:1px solid #e3dbef;
width:100%;
}

.prix
{
color:white;background-color:red;width:100px;float:right;padding:5px;font-size:25px;font-weight:bold;text-align:center;
}

.gaucheMenu
{
background-image: url(images/cadre-petit.gif);
background-color:#FFFFFF;
background-repeat:no-repeat;
width:180px;
_width:190px;
margin-top:10px;
padding-top:5px;
padding-left:10px;
}


#milieu
{
margin-top:10px;
float:left;
width:620px;
}


#droite
{
float:left;
margin-left:10px;
}

.droiteMenu
{
background-image: url(images/menu-deco.gif);
background-color:#FFFFFF;
background-repeat:no-repeat;
width:139px;
_width:149px;
height:130px;
margin-top:10px;
padding-top:5px;
}

#bas
{
border-top:1px solid #ed005d;
margin-top:20px;
clear:both;
float:left;
width:970px;
text-align:center;
font-size:10px;
}

/*bouton formulaire */
input.validate, a.validate {
	padding: 5px 8px 5px 25px;
	background: #ffc3da 3px center;
	font-weight:bold;
	color : #ed005d;
	border-color: #ed005d;
}
input.validate:hover, a.validate:hover {
	background-color: #ffd7e6;
	color: #000;
	border-color: #f88db6;
}

a.infobulle {
position: relative;
}
a.infobulle span {
display: none;
}
a.infobulle:hover {
background: none;
z-index: 500;
text-decoration:none;
}
a.infobulle:hover span {
border: 1px dashed #ed005d;
border-left: 4px solid #ed005d;
font-weight: normal;
display: inline;
position: absolute;
top: 2em;
left: 1em;
background:  white;
text-align: center;
color: #000000;
padding: 2px;
width: 200px;
text-decoration:none;
}


label {
display:block;
width:200px;
float:left;
}
