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


body {
   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: underline;
   background-color: inherit; 
   color: #18507C;
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;
}

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

body {
   color: #4E4E4E;
   background: #61C1CB url(fond.jpg) 0 0 repeat-x; 
}

div#pagewrapper {
   margin: 0 auto;
   width: 1000px;
   background-color: transparent;
}

div#header {
   height: 200px;
   background: #fff url(fond_header.jpg) 0 0 no-repeat;           
}

div#header h1 a {
/* you can set your own image here */
   background: #385C72 url(uploads/images/cms/logo1.gif) no-repeat 0 12px;
   display: block;
   height: 80px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

/* position for the search box */
div#search {
   position: relative;
   left: 600px;
   top: 80px;
   width: 23em;
   text-align: right;
}

div.breadcrumbs {
   position: relative;
   top: 130px;
   left: 132px;
   width: 730px;
   font-size: 90%;      
   color: #3B6EA7;
}

div.breadcrumbs2 {
   position: relative;
   top: 30px;
   left: 132px;
   width: 730px;
   font-size: 90%;      
   color: #3B6EA7;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

div#content {
   background: transparent url(fond_centre.png) 0 0 repeat-y;
   float: left;
}

div#content2 {
   padding: 0 122px 0 122px;

}


div#main {
   float: right;
   width: 485px;
}

div#mainB {
   float: right;
   width: 550px;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   /*display: inline;  */
   margin: 0 15px 15px 0;
}

div#colDroite {
  float: right;
  width: 120px;
  padding: 0 0 0 15px;
  height: auto;
}


div#footer {
   clear: both;
   background: transparent url(fond_footer.png) 0 0 no-repeat;
  /* width: 600px; */
   height: 150px;
   color: #fff;
}

div#footer p {
   position: relative;
   top: 85px;
   left: 120px;
width: 600px;
   font-size: 0.9em;
}

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

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 99%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 99%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {
   width: 100%;
}

/* HEADINGS */
div#content h1, h1 {
   font-size: 2em;
   line-height: 1.2em;
   color: #F29000;
   font-weight: normal;
   margin: 0;
}
div#content h2, h2 {
	color: #F29000; 
	font-size: 2em; 
        line-height: 1.5em;
}
div#content h3, h3 {
   color: #F29000;
   font-size: 1.3em;
   line-height: 1.5em;
   font-weight: normal;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content 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: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;

}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;

   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul, div#mainB ul,
div#main ol, div#mainB ol,
div#main dl, div#mainB dl  {
   font-size: 1em;
   margin: 0 0 1.5em 0;
   line-height: 1.4em;
   padding-left: 1em;
}

div#main ul li, div#mainB ul li,
div#main ol li, div#mainB ol li {
   line-height: 1.4em;
}


div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

/*div#google1 {   margin: 120px 0 0 132px; }*/

/* div#google2 {  margin: 0 0 0 132px; }*/

div#telechargement {
  background: #fff url(fond_bloc_dl.jpg) 0 0 no-repeat;
  height: 74px;
  text-align: right;
}

div#telechargement h1 {
  padding: 10px 15px 0 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}

div#telechargement p {
  padding: 0 15px 0 0;
  color: #fff;
  font-size: 1em;
}

div#fairedon {

}



/* bloc Actus ------------------------------------------- */

div#actus {
  padding-top: 15px;
}

div#actus .haut_actus {
  display: block;
  background: #fff url(fond_haut_actus.jpg) 0 0 no-repeat;
  height: 44px;
}

div#actus .centre_actus {
  display: block;
  background: #fff url(fond_centre_actus.jpg) 0 0 repeat-y;
}

div#actus .bas_actus {
  display: block;
  background: #fff url(fond_bas_actus.jpg) 0 0 no-repeat;
  height: 18px;
}

div#actus .haut_actus h1 {
  padding: 10px 0 0 15px;
  color: #69BEE2;
  font-size: 1.2em;
  font-weight: bold;
}

/* bloc derniers modules ------------------------------------------- */



div#derniersMods {
  padding-top: 15px;
}

div#derniersMods .haut_drMods {
  display: block;
  background: #fff url(fond_haut_mods.jpg) 0 0 no-repeat;
  height: 44px;
}

div#derniersMods .centre_drMods {
  padding: 0px 10px 0px 10px;
  display: block;
  background: url(fond_centre_mods.jpg) 0 0 repeat-y;
}

div#derniersMods .centre_drMods  a {
 text-decoration: underline;
 color: white;
}



div#derniersMods .bas_drMods {
  display: block;
  background: #fff url(fond_bas_mods.jpg) 0 0 no-repeat;
  height: 18px;
}

div#derniersMods .haut_drMods h1 {
  padding: 10px 0 0 15px;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
}

/* bloc annonces modules ------------------------------------------- */

div#annoncesMods {
  padding-top: 15px;
}

div#annoncesMods .haut_annMods {
  display: block;
  background: #fff url(fond_haut_mods2.jpg) 0 0 no-repeat;
  height: 44px;
}

div#annoncesMods .centre_annMods {
 padding: 0px 10px 0 10px;
  display: block;
  color: #fff;
  background: url(fond_centre_mods2.jpg) 0 0 repeat-y;
}

div#annoncesMods .centre_annMods  a {
 text-decoration: underline;
 color: #9CDAEB;
}



div#annoncesMods .bas_annMods {
  display: block;
  background: #fff url(fond_bas_mods2.jpg) 0 0 no-repeat;
  height: 18px;
}

div#annoncesMods .haut_annMods h1 {
  padding: 10px 0 0 15px;
  color: #9CDAEB;
  font-size: 1.2em;
  font-weight: bold;
}

/* bloc nouveau ------------------------------------------- */

div#nouveau {
  padding-top: 15px;
}

div#nouveau .haut_nouveau {
  display: block;
  background: #fff url(fond_haut_new.jpg) 0 0 no-repeat;
  height: 44px;
}

div#nouveau .centre_nouveau {
  display: block;
  background: #fff url(fond_centre_new.jpg) 0 0 repeat-y;
}


div#nouveau .bas_nouveau {
  display: block;
  background: #fff url(fond_bas_new.jpg) 0 0 no-repeat;
  height: 18px;
}

div#nouveau .haut_nouveau h1 {
  padding: 10px 0 0 15px;
  color: #9CDAEB;
  font-size: 1.2em;
  font-weight: bold;
}

/* MENU ---------------------------------------------------------- */
/********************
MENU
*********************/
#menu_vert {
   width: 120px;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px dotted #c0c0c0;
   display: block;
}

#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;
   padding: 0.8em 0.5em 0.8em 1.5em;
   color: #3B6EA7;
   min-height:1em;
}

/* 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;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   color: #777;
   padding: 0.3em 0.5em 0.3em 4em;
   /*background: url(images/cms/dash.gif) no-repeat 2.8em center; */
}

/* hover state for all links */
div#menu_vert a:hover {
   color: #F29000;
}
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 ul li a.activeparent {
   padding: 1em 0.5em 1em 1.5em;
   background: transparent url(fond_menu_actif.gif) 0 0 no-repeat;
   color: #fff;
}



div#menu_vert ul ul li a.activeparent {
   background: transparent url(fond_menu_actif2.gif) 0 0 no-repeat;
   color: #fff;
}





/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: transparent url(fond_menu_actif.gif) 0 0 no-repeat;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   background: transparent url(fond_menu_actif2.gif) 0 0 no-repeat;
   color: #fff;
}

/* current page on third level, more padding */

div#menu_vert ul ul ul h3 {
   font-size: 90%;
   background: transparent url(fond_menu_actif3.gif) 0 0 no-repeat;
   color: #F29000;
   padding: 0.3em 0.5em 0.3em 4em;
}




/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   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;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

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

/* NEWS ---------------------------------------------------------- */
div#news {
}

div#news h2 {
   line-height: 2em;
}

.NewsSummary {
    padding: 0 15px 15px 15px;

}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  display: none;
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  display: none;
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

/* 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(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(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(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 'newCSS' */


