/* Start of CMSMS style sheet 'alternative' */
* {
margin:0;
padding:0;
}

html {
   height:100%;
}

body {
   height:100%;
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #9BB31C;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #9BB31C;
}

a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #333;
}

a:focus{
	outline: none;
}

/*****************
basic layout 
*****************/
body {
   background: #fff url(images/design/fond_header.jpg) 0 0 repeat-x;
   color: #333;
}

div#pagewrapper {
   position:relative;
   width: 100%;
   min-height: 100%;
   background-color: transparent;
}

div#header {
   background: #fff url(images/design/fond_header.jpg) 0 0 repeat-x;
   width: 100%;
   height: 132px;
   margin: 0;
   padding: 0;
   position: fixed;
   z-index: 200;
   top: 0;
   left: 0;
}

.logo {
   margin: 20px 0 0 7px;
}

div#content {
   width: 990px;
   margin: 0 auto;
   padding: 132px 0 400px 0;
   background: transparent url(images/design/fond_centre_main.png) 0 0 repeat-y;
   clear: both;
}

div#main {
   height: auto;
   padding: 50px 0 30px 10px;
}

div#main_accueil {
   height: 45px;
   padding: 0 0 0 10px;
   margin: 0;
}

div#main_contact {
   color: #fff;
   background: transparent url(images/design/fond_contact.jpg) 0 70px no-repeat;
   height: 345px;
   padding: 115px 30px 0 750px;
}


div#main_contact  a,
div#main_contact  a:link 
div#main_contact  a:active {
   background-color: inherit; 
   color: #CDE726; 
}

div#main_contact  a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #84AB1E;
}

div#main_contact  a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #fff;
}

div#bas {
   position: absolute;
   bottom: 0px;
   width: 100%;
   background: #DEDBD4 url(images/design/fond_bas.jpg) bottom left repeat-x;
}

div#colHaut, div#colBas {
   position: relative;
   margin: 0 auto;
   width: 990px;
   height: 132px;
}

div#colBas {
   height: 400px;
}

div#mots {
   float: left;
   width: 970px;
   height: 80px;
   margin: 0;
   padding: 0 10px 20px 10px;
   font-size: 1em;
   color: #eee;
}

div#mots a {
   color: #fff;
   font-size: 1em;
   font-weight: bold;
}

div#mots a:hover {
   color: #444;
}

div#footer {
   height: 50px;
}

div#footer p {
   font-size: 0.9em;
   padding: 1.5em;
   text-align: center;
   margin: 0;
   color: #555;
}

div#footer p a {
   color: #fff;
}

div#clearfooter {
   height: 50px;
}

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}


div.liensBas {
   display: block;
   float: left;
   width: 970px;
   margin: 30px 0 0 0;
   font-size: 0.8em;
   padding: 0 10px 40px 10px;
}

div.left49 {
  width: 49%;
  color: #999;
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  color: #999;
}




/********************
CONTENT STYLING
*********************/

/* HEADINGS */
h1 {
   font-size: 2.4em;
   line-height: 120%;
   margin: 0;
   padding: 0 0 0.5em 0;
   color: #B1CF16;
   font-weight: 100;
}
h2 {
	color: #B9B6AF; 
	font-size: 1.6em;
        font-weight: normal;
	text-align: left; 
        padding: 1em 0 1em 0;
        line-height: 1.3em;
        margin: 0;
}
h3 {
   /*color: #a8c700;*/
   color: #CDE726;
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0.5em 0 0.5em 0;
}
h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   padding: 0 0 0.5em 0;
}
h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1.1em;
   margin: 0;
   line-height: 1.4em;
   padding: 0;
}

ul,
ol,
dl {
   font-size: 1.1em;
   line-height: 1.2em;
   margin: 0;
}

ul li,
ol li {
   margin: 0 0 0.25em 2em;
}

div#content .news p {
   font-size: 0.8em;
   margin: 0;
   line-height: 1.3em;
   padding: 0;
}

blockquote {
   font-family: Georgia, Times, serif;
   font-size: 1.5em;
   color: #96692E;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

.vert {
   color: #ac9f99;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */



/* END LISTS */

/************** News défilantes *************************/


.carousel-wrap {
  width: 950px;
  height: 345px;
  margin: 1px 0 0 30px;
}

.carousel-wrap p {

}

.carousel-control {
position: absolute;
top: 245px;
width:40px;
height:40px;
cursor:pointer;
/*zoom:1;*/
z-index: 100;
background:url(http://thomlx.free.fr/numerized/styles/images/buttons/next.png) 0 0 no-repeat;
}

.carousel-next {
left: 65px;
background:url(images/design/fleche_droite.png) 0 0 no-repeat;
}
.carousel-previous {
left: 25px;
background:url(images/design/fleche_gauche.png) 0 0 no-repeat;
}


div#content .news {
  position: relative;
  margin-top: 35px;
  padding: 0;
  width: 990px;
  height: 345px;
  background: transparent url(images/design/fond_news.jpg) 0 0 no-repeat;
}

div#content .news ul {
   overflow: hidden;
   width: 950px;
   height: 292px;
   padding: 0;
   list-style-type: none;
   padding: 35px 0 0 0px;
   margin: 0;
   z-index: 10;
}

div#content .news ul li {
  float: left;
  width: 983px;
  height: 292px;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

div#content .news .NewsSummarySummary {
   width: 190px;
   height: 400px;
   margin: 20px 0 0 725px;
   color: #fff;
}

div#content .news h2, .news h3 {
   font-size: 1.2em;
   margin: 0;
   padding: 0;
}

.NewsSummarySummary a {
   color: #cde726;
}

.NewsSummarySummary a:hover {
   color: #fff;
}


/**********************************************************/

.NewsSummary_realis .NewsSummaryCategory {
   padding: 0.5em 0 1em 0.5em;
}

.NewsSummary_realis .NewsSummaryLink {
   padding: 0.5em 0 0.1em 0.5em;
   font-weight: bold;
   color: #afca20;
}

.NewsSummary_realis .NewsSummaryContent {
   padding: 0 0 15px 0;
}

.prestations {
   width: 990px;
   margin: 0 auto;
   font-size: 0.8em;
}

.NewsSummary_prestas {
  float: left;
  width: 220px;
  height: 220px;
  margin: 0;
  padding: 20px 10px 0 13px;
}

.NewsSummary_prestas .NewsSummaryLink a, .NewsSummary_prestas a {
   color: #605145;
   text-decoration: none;
   font-weight: bold;
   margin: 0 0 1em 0;
   font-size: 1.6em;
   line-height: 120%;
}

.NewsSummary_prestas .NewsSummaryMorelink a {
   color: #af8854;
   font-size: 1.4em;
}

.NewsSummary_prestas .NewsSummaryMorelink a:hover {
   color: #555;
}


.NewsSummary_prestas .NewsSummarySummary {
   color: #777;
   padding: 1em 0 0 0;
}

.NewsSummary_realis {
  float: left;
  width: 220px;
  height: auto;
  margin: 0;
  padding: 0 25px 0 0;
}

#NewsPostDetailContent {
   width: 960px;
}

#NewsPostDetailSummary {
   font-weight: bold;
   font-size: 1.2em;
   color: #9f8f7a;
   padding-bottom: 1em;
}

#NewsPostDetailReturnLink {
   margin-top: 2em;
}

.image_a_droite {
   float: right;
   margin: 0 0 0 15px;
}

.image_a_gauche {
   float: left;
   margin: 0 15px 0 0;
}

/* Form */

.formulaire {
   float: left;
   width: 900px;
   font-size: 0.9em;
}

.formulaire textarea {
   width: 400px;
}

.formulaire div {
   padding: 0 10px 10px 0;
   width: 900px;
   clear: right;
}

.adresse label {
   float: left;
}

.formulaire label {
    display: block;
    width: 150px;
   /*float: left;*/
}

.formulaire .boutons label {
    display: inline;
}


/*************** Menu ***********************/

#menu_vert {
  float: right;
  width: auto;
  height: 75px;
  margin: 42px 10px 0 0;
}

/* menu li block */

#menu_vert ul {
   width: auto;
  height: 75px;
  margin: 0;
  padding: 0;
}


#menu_vert li {
   width: auto;
   height: 75px;
   list-style: none;
   margin: 0;
   padding: 25px 0 20px 0;
   display: block;
   float: left;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none;
   display: block;
   color: #9D9B99;
   height: 75px;
   background: transparent;
   font-size: 1em;
   line-height: 1em;
   padding: 25px 10px 5px 10px;
}


div#menu_vert a:hover, div#menu_bas a:hover {
   color: #fff;
}

div#menu_vert ul h3 {
   display: block;
   height: 75px;
   padding: 25px 10px 5px 10px;
   margin: 0;
   color: #CDE726;
   font-size: 1em;
   line-height: 1em;
   background: transparent url(images/design/fd_menu_select.png) 0 0 repeat-x;
}

div#menu_vert ul h3 a {
      color: #fff;
}


/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}


/* hover state for all links */
div#menu_vert a:hover {
}
div#menu_vert a.activeparent:hover {
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/


/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}

/*************** Accessibility ***********************/
/* 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 */

.formulaire {
   width: 500px;
   font-size: 0.9em;
}

.formulaire input, .formulaire label {
   width: 150px;
}

.formulaire textarea {
   width: 400px;
}

.formulaire div {
   padding: 0 10px 10px 0;
}

.formulaire label {
   color: #555;
   font-weight: bold;
   float: left;
}

.type_choix div {
   float: left;
   height: 12px;
}

.type_choix label {
   width: 100%;
   padding-bottom: 10px;
}

.type_choix div input {
   float: left;
   height: 10px;
   width: 10px;
}

.type_choix div label {
   float: left;
   font-weight: normal;
   width: 500px;
   height: 10px;
   margin: 0 0 0 10px;
}

.captcha img {
   display: block;
   clear: both;
}

/* End of 'alternative' */

