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

body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1em;
	margin-top: 0px;
        background-image: url(uploads/images/fond_body_id.jpg);
	background-repeat: repeat-x;
}
		
ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style: none;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

a, a:link, a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #61002B; 
}

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

.noprint {
	background-image: url(uploads/images/printbutton.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}

div#pagewrapper {
	margin: 0 auto;
	max-width: 70em;
	min-width: 10em;
	color: black;
	background-image: url(uploads/images/fondDroit.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
        border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}

/*  Conteneur pour image de fond. Le changement est assuré par un bloc de contenu global */
div#img_gauche {
	max-width: 70em;
	min-width: 10em;
	color: black;
}
div#img_gauche img {
	margin-right: auto;
	margin-left: auto;
	float: left;
	position: absolute;

}

/*
 * Entete
 */
div#header {
	height: 80px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	padding-top: 20px;
	z-index: 100;
	position: relative;
}

div#header h1 a {
	background:  url(uploads/images/logo.png) no-repeat center 0px;
	height: 70px;
        width: 104px;
	text-decoration:none;
	display: block;
	margin-right: auto ;
	margin-left: 70px ;
}

/*
 * Search
 */
div#search {
   float: right;
   width: 23em;
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}
/*
 * Chemin de navigation
 */
div.breadcrumbs {
	font-size: 90%;
	color: #61002B;
	padding-bottom: 1em;
	text-align: left;
	margin-left: 34% ;
	margin-right: 5%;
	position: relative;
        margin-top:  15px ;
}

div.breadcrumbs a {
       color:#61002B;
       text-decoration: none;
}

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

div#content {
	margin: 1.5em auto 2em 0;
}

/*
 * Zone principale
 */
div#main {
	margin-left: 30%;
	margin-right: 10%;
	position: relative;
}

div#sidebar {
	width: 5%;
	margin-left: 0;
	height: 100%;
	position: relative;
	top: 0px;
	float: left;
}
/*
 * Pied de page
 */
div#footer {
   clear: both;
   color: #fff;
   background-color: #DDD400;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #fff;
}
/*
 * Defini par CMSMS soi-même
 */
div.hr {
	height: 1px;
	border-bottom: 1px dashed #DDD610;
	color: #CC0000;
}

div.left49 {
  width: 49%;
}

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

/*
 * Contenu
 */
div#content {
	position: relative;
}

/*
 * Entetes H1, H2, ...
 */
div#content h1 {
   font-size: 2em;
   line-height: 1em;
   margin: 0;
}

div#content h2 {
	color: #294B5F;
	font-size: 1.5em;
	text-align: left;
	padding-left: 1.5em;
	padding-bottom: 1px;
	border-bottom: 4px solid #E4DE40;
	line-height: 1.5em;
	margin: 0.5em 0;
	background-image: url(uploads/images/picto_titre.gif);
	background-repeat: no-repeat;
	display: block;
}

div#content h3 {
   color: #BFB600; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

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

div#content h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

/*
 * Textes
 */
div#main p, div#main li {
	font-size: .9em;
	margin: 0 0 1em 0;
	line-height: 1.2em;
	padding: 0;
}

div#main li {
        margin-left: 18px ;
}

div#main blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}

div#main strong, div#main b {
   font-weight: bold;
   color:#61002B;
}

div#main em, div#main i {
   font-style:italic;
}

div #main code, div#main pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

div#main pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

div.templatecode {
   margin: 0 0 2.5em;
}
/* Textes: fin */


/*
 * Listes
 */
div#main ul li {
	list-style-image: url(uploads/images/puce_orange.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
div#main ol, div#main dl {
   font-size: 1.0em;
   line-height: 1.2em;
   margin: 0 0 1em 0;
}

div#main ol li, div#main ul li {
   margin: 0 0 0.25em 3em;
}

div#main ol li {
    list-style-type: decimal ;
}

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;

}





/* END LISTS */
/* End of 'Layout: Left sidebar + 1 column' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {

  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */

  border: 1px solid #000; 

  background: #FFE9AF; 

}



div#news h2 {

   line-height: 2em;

   background: #fff;

}



.NewsSummary {

    padding: 0.5em 0.5em 1em; /* padding for the news article summary */

    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */

    border-bottom: 1px solid #ccc; 

}



.NewsSummaryPostdate {

  font-size: 90%;

  font-weight: bold;

 }



.NewsSummaryLink {

    font-weight: bold;

    padding-top: 0.2em;

}



.NewsSummaryCategory {

  font-style: italic;

  margin: 5px 0;

 }



.NewsSummaryAuthor {

  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 {}

*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/* 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 */

}
/* End of 'Navigation: Simple - Vertical' */




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


	}
/*--------------actualités------*/	
div#actualites {
	background-image: url(uploads/images/fond_actualites.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	float: left;
	height: 112px;
	width: 55px;
	top: 114px;
	z-index: 100;
	left: 0px;
	position: relative;
}
div#actualites a, div#actualites a:hover {
	background-image: url(uploads/images/actualites.gif);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	background-position: 0px 15px;
	position: absolute;
	top: 0px;

}
div#actualites a:hover {
	background-image: url(uploads/images/actualites_f2.gif);
	background-color: #DDD400;
}
/*-----------ressources--------------*/
div#ressources {
	border: none;
	height: 250px;
	width: 54px;
	background-image: url(uploads/images/ressources.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	clear: both;
	float: left;
	position: absolute;
}
.dr_ht {
	background-image: url(uploads/images/ht_dr.png)!important;
	background-image: url(uploads/images/ht_dr_IE.gif);
	background-repeat: no-repeat;
	background-position: 100% bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 11px;
	border: none;
	width: 190px;
}
.dr_bs {
	background-image: url(uploads/images/bs_dr.png)!important;
	background-image: url(uploads/images/bs_dr_IE.gif);
	background-repeat: no-repeat;
	background-position: 100% top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 11px;
	border: none;
	width: 190px;
}
/*SPECIAL ie 6*/
/** html .dr_ht {
	background-image: url(uploads/images/ht_dr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 11px;
	border: none;
	width: 190px;
}
*/

div#biblio {
	margin-left: 20px;

}
/*  conteneur pour image RONDE changeante */

div#img_ronde {
	color: black;
	max-width: 70em;
	min-width: 10em;
	height: 120px;
	width: 120px;
	position: absolute;
	left: 60px;
	top: 16px;
	
	
}


/** html div#img_ronde {
	color: black;
	background-image: url(uploads/images/img_rond.png);
	background-repeat: no-repeat;
	background-position: 10% 250px;

}*/

/*
 * CONTACTS
 */
div#contacts {
	height: 106px;
	width: 135px;
	background-image: url(uploads/images/fond_contact.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 0px 0px;
	top: 300px;
	left: 0px;
	position: relative;
	display: block;
}
div#contacts a {
	margin-left: 18px;
	margin-top: 8px;
	height: 12px;
	width: 102px;
}

a.contact {
	background-image: url(uploads/images/contacts.png);
	background-repeat: no-repeat;
	display: block;

}
a.contact:hover {
	background-image: url(uploads/images/contacts_f2.png);
	background-repeat: no-repeat;

}
a.mention {
	background-image: url(uploads/images/mentions_legales.png);
	background-repeat: no-repeat;
	display: block;

}
a.mention:hover {
	background-image: url(uploads/images/mentions_legales_f2.png);
	background-repeat: no-repeat;

}
a.plan {
	background-image: url(uploads/images/plan_site.png);
	background-repeat: no-repeat;
	display: block;

}
a.plan:hover {
	background-image: url(uploads/images/plan_site_f2.png);
	background-repeat: no-repeat;

}

/* Positionnements flottants */
.float_left {
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

.float_right {
	float:right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;	
}

.lasociete {
       font-weight: bold;
       color: #61002B ;
}

div#telephone {
      padding-top: 10px ;
      padding-left: 0px ;
      color: #61002B ;
      font-weight: bold ;
      font-size: 1.1em ;
}
.tel {
display: block ;
float: left ;
padding-left: 10px ;
margin-top: 9px ;
    display: block ;
        font-weight: normal ;
         font-size: 0.9em ;
}
/* End of 'idequations' */

