body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}


#logo{
position: absolute;
z-index: 1;
}


#haut {
/*background-image: url(/images/fond-haut.jpg);*/
height: 25px;
font-size: 10px;
}
#header {
padding: 15px 5px;
text-align: right;
}


.Style2 a{
	color: #666666;
}

#menurubriques {
background-image: url(/images/nav_bg.png);
width: 100%;
}

#fildariane {
padding: 5px;
background-color: #FFFFFF;
color: #964d09;
}
#conteneur {
position: relative;
width: 1000px;
margin: 0 auto; 
/*background-color:#FFFFFF;*/

}
#centre {
margin-top: 0px;
background-color:#FFFFFF;
margin-left: 280px;
}
#gauche {
float: left;
background-color:#FFFFFF;
left:0;
width: 280px;
padding-right:10px;
margin-right: 10px;
text-align:left;
border: 1px solid #FF0000;
}

#droite {
margin-top: 15px;
float: right;
background-color:#FFFFFF;
right:0;
/*width: 360px;*/
display: none;
}

#lienscategories{
clear: both;
}

#pied {
color: #006600;
clear: both;
background-color: #c1e20d;
padding: 5px;
text-align:center;
}

#pied a{
color: #006600;
text-decoration: none;
}

#fildariane {
color: #e3750e;
font-weight: bold;
}

#fildariane a{
color: #e3750e;
}

#fildariane a:hover{
color: #333333;
}

#tableau-titre{
	background-color:#e3750e;
	margin: 0;
	padding: 0;
	border: none;
}

h1{
margin: 0;
font-size: 12px;
font-weight: bold;
background-color:#e3750e;
padding: 5px;
color:#FFFFFF;
}

h1 a{
margin: 0;
font-size: 12px;
font-weight: bold;
background-color:#e3750e;
padding: 5px;
color:#FFFFFF;
}

h2{
margin: 0 0 0 0;
font-size: 12px;
font-weight: bold;
padding: 5px;
color: #666666;
background-color:#c1e20d;
}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: none;
}
.menugauche a:hover {
text-decoration: none;
background-color:#CCFF66;
}

p {margin: 0 0 10px 0;
color: #333333;}

a{
color: #e3750e;
}

.bordure1{
border: solid 1px #c1e20d;
}
.color-orange{background-color:#e3750e;}

.color-vert{background-color:#c1e20d;}

.Style1{
color:#FFFFFF;
}


/*** Mise en forme du formulaire ***/
.formulaires{
	color: black;
	background: #FFFFFF;
	margin: 0;
	padding: 1em;
}

.formulaires fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
}
.formulaires legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: #e3750e;
	background: transparent;
}
.formulaires p {	/*** Mise en forme des lignes du formulaire ***/
	padding: 5px;
	margin: 5px;
}
.formulaires fieldset label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 150px;	/*** Les intitulés prennent 30% de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}

.formulaires .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.formulaires a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}
.formulaires a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}
.formulaires a.aide:hover {	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}
.formulaires .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: beige;
	color: black;
}
.formulaires .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: #black;
}

form{
margin:0px;
padding: 0px;
}


#recherchehaut{
position: absolute;
right: 0px;
padding-top: 0px;
}

#recherchegoogle{
position: absolute;
right: 10px;
padding-top: 5px;
}


#menu2 {
  float:left;
  width:100%;
  background:FFFFFF url("/images/bg.gif") repeat-x top;
  line-height:normal;
  }
#menu2 ul {
  margin:0;
  padding:0 10px 10px 0;
  list-style:none;
  }
#menu2 li {
  float:left;
  background:url("/images/left_on.gif") no-repeat left bottom;
  margin:0;
  padding:0 0 0 9px;
  }
#menu2 a {
font-size:11px;
  float:left;
  display:block;
  background:url("/images/right_on.gif") no-repeat right bottom;
  padding:5px 9px 4px 0px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu2 a {float:none;}
/* End IE5-Mac hack */
#menu2 a:hover {
  color:#e3750e;
  }

.bouton{
border: 1px  solid #e3750e;
font-size: 10px;
padding: 2px;
background-color: #FFFFFF;
color: #333333;
}


input[disabled] {
border: 1px  dashed  #CCCCCC;
font-size: 10px;
padding: 2px;
background-color: #FFFFFF;
color:#CCCCCC;
}
#menupage  {
text-align:center;
padding: 5px;
border: 1px  dashed  #CCCCCC; 
}

 #menupage ul {
   margin:0px;

  }
#menupage li {
  display:inline;
  }
  
.menupage_normal {
	font-weight:normal;
	color: #333333;
}

.menupage_selection {
	font-weight:bold;
	color: #FF6600;
	text-decoration: underline;
}

#menupage a {
	text-decoration: none;
  }
  
#div_contact {
display: none;
position: fixed;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
background-color: #666666;
z-index:100;
left: 0;
width:100%;
height: 100%;
}

#div_contact_int{
display: none;
position: fixed;
background-color: #FFFFFF;
z-index: 200;
border: 1px solid #FF9900;
padding: 5px;
}

.contactannonceur {
font-weight: bold;
}






.nav a {
color:#E5F2FB;
text-decoration:none;
}

.nav a:hover {
color:#09548B;
}

.nav {
background:#fff url(images/nav_bg.png) repeat-x;
float:left;
font: 14px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
}

.nev-wrapper {
clear:both;
float:left;
}

.nav-left {
background:url(images/nav_left.png) no-repeat top left;
float:left;
width:11px;
height:41px;
}

.nav-right {
background:url(images/nav_right.png) no-repeat top right;
float:left;
width:11px;
height:41px;
}

.nav ul {
height:38px;
float:left;
padding-top:3px;
list-style:none;
font-size:15px;
margin:0;
clear:both;
}

.nav li {
float:left;
background:url(images/split.png) no-repeat right center;
position:relative;
z-index:1;
padding:0 7px;
}

.nav li.last {
background:none;
}

.nav li:hover {
z-index:2;
}

.nav li a {
display:block;
line-height:38px;
overflow:hidden;
float:left;
}

a .menu-left {
background:url(images/menu_left.gif) no-repeat left top;
width:8px;
height:32px;
line-height:35px;
display:block;
float:left;
}

a .menu-mid {
background:url(images/menu_mid.gif) repeat-x top left;
height:32px;
line-height:35px;
display:block;
float:left;
}

a .menu-right {
background:url(images/menu_right.gif) no-repeat top left;
width:8px;
height:32px;
line-height:35px;
display:block;
float:left;
}

.nav li a:hover .menu-left,.nav li.active a .menu-left,.nav li:hover a .menu-left,.nav li a:hover .menu-mid,.nav li.active a .menu-mid,.nav li:hover a .menu-mid,.nav li a:hover .menu-right,.nav li.active a .menu-right,.nav li:hover a .menu-right {
background-position:0 -37px;
line-height:35px;
}

.nav li a:hover,.nav li.active a,.nav li.hover a,.nav li:hover a {
color:#09548B;
cursor:pointer;
}

.nav li ul {
background:url(images/submenu_bg.png) repeat-y;
width:162px;
height:auto;
list-style:none;
font-size:14px;
margin:0;
padding:0 12px 10px;
}

.nav li:hover li,.nav li.active li {
width:100%;
border-bottom:1px #C1D9F0 dashed;
background:none !important;
padding:1px 0 2px;
}

.nav li:hover li a,.nav li.active li a {
color:#09548B;
background:none !important;
line-height:normal;
width:156px;
text-indent:1px;
padding:8px 3px 3px;
}

.nav li.evidence a {
color:#FF0;
text-decoration:underline;
}

.nav li.evidence a:hover {
color:#09548B;
text-decoration:none;
}

.nav li:hover li a:hover,.nav li.active li a:hover {
color:#fff;
background:#e3750e !important;
text-decoration:none;
line-height:normal;
}

.nav li .sub {
display:none;
position:absolute;
top:27px;
left:6px;
background:url(images/submenu_top.png) no-repeat;
width:186px;
padding-top:9px;
}

.nav li:hover .subright {
display: none;
position:absolute;
left:160px;
width:186px;
padding-top:0;
margin-top:-6px;
}

.nav .btm-tg {
background:url(images/submenuright_top.png) no-repeat;
width:205px;
height:6px;
overflow:hidden;
clear:both;
}

.nav .btm-bg {
background:url(images/submenu_bottom.png) no-repeat;
width:205px;
height:9px;
overflow:hidden;
clear:both;
}

.nav li:hover .sub {
display:block;
}

.sub li:hover .subright{
display:block;
}

#texteaccueil {
color: #e3750e;
text-align: center;
font-size: 9px;
margin-top: 0px;
margin-bottom: 3px;
}

#annoncesvilles a{
font-size: 9px;
color: #CCCCCC;
text-decoration: none;
}