/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Agence interieur' */
/* Styles globaux */

* {
   margin: 0;
   padding: 0;
}

html, body {
   font-size: 12px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   scrollbar-3dlight-color:#F9FDE1;	
   scrollbar-arrow-color: #E6F0A5;
   scrollbar-base-color:#DAE594;
   scrollbar-track-color:#F9FDE1;
   scrollbar-darkshadow-color:#DAE594;
   scrollbar-face-color:#F9FDE1;
   scrollbar-highlight-color:#F9FDE1;
   scrollbar-shadow-color:#E6F0A5;
   background: #F9FDE1;
}

img {
   border: none;
}

h1 {
   font-size: 1.5em;
}

h2 {
   font-size: 1.3em;
}

h3 {
   font-size: 1.1em;
}

ul, li, ol {
   margin-left: 10px;
}

a {
   color: #FF6600;
   text-decoration: underline;
}

p {
   line-height: 18px;
   margin: 15px 0px;
   margin-left: 25px;
}

#header {
   display: none;
}


/* Mise en page */

#haut {
   width: 100%;
   background: #FFFFFF;
}

#bandeau {
   position: relative;
   left: 0px;
   width: 942px;
   height: 225px;
   background: #FFFFFF url(images/pages/interieur/fond-bandeau-interieur.png) no-repeat top left;
}

#logo {
   position: absolute;
   top: 20px;
   left: 168px;
   z-index: 100;
}

#logo img {
   margin-bottom: 6px;
}

#logo h2 {
   color: #828E0E;
   font-size: 1.1em;
   /* font-style: italic; */
   margin-left: 58px;
}

#logo span {
   color: #828E0E;
   font-size: .9em;
   margin-left: 58px;
}


/* Menu principal */

#menu {
   position: absolute;
   left: 625px;
   top: 3px;
}

#menu ul {
   margin-left: 0px;
   list-style: none;
}

#menu ul li {
   margin-left: 0px;
}

#menu ul li a {
   display: block;
   height: 16px;
   color: #D17907;
   font-weight: bold;
   text-decoration: none;
}

#menu #locations {
   margin-left: 32px;
   margin-top: 2px;
}

#menu #locations-saisonnieres {
   margin-left: 63px;
   margin-top: 2px;
}

#menu #annonces-par-email {
   margin-left: 100px;
   margin-top: 6px;
}

#menu #vendre-ou-louer {
   margin-left: 133px;
   margin-top: 4px;
}

#menu ul li a.menuactive {
   color: #7F8C09;
}

#menu ul li a:hover {
   color: #EDB34F;
}


/* Menu agence */

#menu-agence {
   position: absolute;
   top: 113px;
   left: 787px;
}

#menu-agence ul {
   margin-left: 0px;
   list-style: none;
}

#menu-agence ul li {
   margin-left: 0px;
   padding-left: 10px;
   margin-bottom: 5px;
   background: transparent url(images/pages/common/puce.png) no-repeat;
}

#menu-agence ul li a {
   display: block;
   height: 16px;
   color: #EDB34F;
   font-weight: bold;
   text-decoration: none;
}

#menu-agence ul li#ag-liens {
   margin-top: 15px;
}

#menu-agence ul li a.menuactive {
   color: #7F8C09;
}

#menu-agence ul li a:hover {
   color: #D17907;
}

#conteneur {
   position: relative;
   width: 100%;
   margin: auto;
   background-color: #F9FDE1;
}

#content {
   width: 942px;
   height: auto !important;
   height: 280px;
   min-height: 280px;
   background: transparent url(images/pages/interieur/fond-page-interieur.png) no-repeat top left;
}

#famille {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 292px;
   height: 173px;
}

#footer {
   width: 917px;
   color: #828E0E;
   font-size: .8em;
   text-align: center;
   padding-right: 25px;
}

#footer a {
   color: #828E0E;
}


/* Entetes */

#titre {
   position: absolute;
   top: 126px;
   right: 348px;
}

#illustration {
   position: absolute;
   top: 126px;
   left: 594px;
}


/* Actualités */

.NewsPostDetailDate {
   width: 150px;
   height: 20px;
   line-height: 20px;
   color: #D48C37;
   font-weight: bold;
   padding-left: 5px;
   margin-left: 20px;
   background-color: #D9E294;
}

.NewsPostDetailTitle {
   color: #818D0B;
   width: 349px;
   height: 21px;
   line-height: 20px;
   font-weight: bold;
   padding-left: 18px;
   margin-left: 20px;
   background: transparent url(images/pages/actualites/background_titre.gif) no-repeat top left;
}

.NewsSummaryLink {
   width: 349px;
   height: 21px;
   line-height: 20px;
   padding-left: 18px;
   margin-left: 20px;
   background: transparent url(images/pages/actualites/background_titre.gif) no-repeat top left;
}

.NewsSummaryLink a {
   font-weight: bold;
   color: #818D0B;
}

.NewsSummaryMorelink {
   float: right;
}

.NewsPostDetailContent {
   width: 809px;
   color: #818D0B;
   margin-left:38px;
   text-align: justify;
   line-height: 20px;
   padding:10px 10px 10px 85px;
   background: #FFFFFF url(images/pages/actualites/background_corps.gif) no-repeat top left;
}

.NewsPostDetailSummary {
   margin-bottom: 10px;
   text-align: justify;
}

.NewsPostDetailReturnLink {
   float: right;
   width: 100px;
   height: 20px;
   line-height: 20px;
   text-align: center;
   background-color: #F1F5C7;
}

.NewsPostDetailReturnLink a {
   color: #818D0B;
   font-weight: bold;
   text-decoration: none;
}

.NewsSymmaryPages {
   width: 100%;
   height: 30px;
   color: #D17907;
   font-weight: bold;
   line-height: 30px;
   text-align: center;
}

.NewsSymmaryPages a {
   color: #818D0B;
   text-decoration: none;
}


/* Styles fleches */

.titre-fleche {
   color: #818D0B;
   font-weight: bold;
   font-variant: small-caps;
   padding: 0px 15px;
   margin-left: 20px;
   background: transparent url(images/pages/common/fleche.gif) no-repeat top left;
}

.titre-fleche-noire {
   padding: 0px 10px;
   margin-left: 60px;
   margin-top: 15px;
   background: transparent url(images/pages/common/fleche-noire.gif) no-repeat center left;
}

div.retrait {
   margin-left: 60px;
   margin-bottom: 15px;
}

/* Formulaire de contact */

fieldset {
   width: 100%;
   border: none;
   margin-left: 20px;
}

.intro {
   display: block;
   width: 350px;
   line-height: 20px;
   color: #DA9839;
   font-weight: bold;
   margin-left: 20px;
   margin-bottom: 20px;
}

.obligatoire {
   display: block;
   height: 30px;
   line-height: 25px;
   color: #818D0B;
   margin-left: 20px;
   font-weight: bold;
   font-variant: small-caps;
}

label {
   float: left;
   width: 85px;
   color: #818D0B;
   font-weight: bold;
   font-variant: small-caps;
   padding: 0px 15px;
   background: transparent url(images/pages/common/fleche.gif) no-repeat top left;
}

.radio-labels div label {
   float: none;
   width: auto;
   color: #818D0B;
   font-weight: normal;
   font-variant: none;
   padding: 0px 15px;
   background: none;
}

.radio-labels div input {
   width: auto;
   margin-left: 100px;
   border: none;
}

input, textarea, select {
   /* border: solid 1px #ff9933; */
   border: solid 1px #f4ca48;
}

input {
   border-right: solid 15px #f4ca48;
   width: 186px;
}

select {
   width: 202px;
}

textarea {
   width: 537px;
   height: 120px;
}

fieldset div {
   float: left;
   clear: left;
   width: 654px;
   margin: 5px 0px;
   margin-left: 20px;
}

.retour {
   clear: none;
}

.court {
   width: 317px;
}

.long input {
   width: 523px;
}

.submit input {
   margin-left: 155px;
   border: none;
   width: 101px;
   height: 35px;
   cursor: pointer;
   background: transparent url(images/pages/contactez-nous/fond-envoyer.gif) no-repeat;
}
/* End of 'Agence interieur' */

