/* cmsms stylesheet: ntp4 modified: 02/04/2020 16:29:48 */
/*ntp : c_LayoutTopMenu+2columns
ntp : c_NavSimple-Horiz
ntp : c_NavSimple-Vertical
ntp : c_AccessibilityTools
*/

/***LayoutTopMenu+2columns JCE**/
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 85.01%; /* 75.01 -> */
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link {
   text-decoration: underline;
   background-color: inherit; 
   color: #060C6F;

}

a:active {
   /*text-decoration: underline;*/
   background-color: inherit; 
   color: #385C72; 
} 

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #6F3506;
}


/* remove underline on hover and change color */
a:hover {
    color: #260A0A;
    background-color: #FFF5D4;
   text-decoration: underline;

}

/*****************
basic layout 
*****************/
body {
   background-color: #ccc;
   color: #333;
   margin:1em; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */

div#pagewrapper {
   border: 1px solid black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em; 
   background-color: #fff;;
   color: black;
}


/*** header *** Image Ou Texte*/

div#header {
   height: 80px; /* A ahuster en fonction de l'image*/
  background-color: #EBFFF3; /*Couleur bandeau haut*/     
}



/*Version Image*/
       div#header h1 {
   background: url(http://normandietp.free.fr/cms/uploads/images/logo/pont_n.jpg) no-repeat 30px 5px;
   display: block;
   height: 70px;            
   text-indent: -999em;  
   text-decoration:none; 
            }



/*ajout de POUR RECHERCHE Pisearch*/
div#pisearchM{
          float: right;
          margin : 20px 10px;
 /*font-size: 85%;*/
text-align: center;
/*color: #EBFFF3;*//*pour ne pas voir le mot recherche*/
        }


div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
  border-bottom: 1px dotted #66688E;/* Green;*/
}

/* ++Zone de contenu sous menu */
.postitText {
margin:0 0.2em 1em;
padding:0.1em 0.5em 0.5em;
}

div#Postit{
/* border:1px solid #644D88; */
background:#f5f5f5;
margin:2em 0 1em 1em;
}

div#Postit h2 {
line-height:1em;
margin:0 0 1em 0;
background-color: #AF84FF;
color:#f5f5f5;
}
div#Postit h4 {
line-height:0.8em;
margin:0 0 1em 0;
padding:0.5em 0.5em 1em;
background-color: #AF84FF;
color:#f5f5f5;
text-align:center;
}
/* ++Fin Zone de contenu sous menu */

/*Images marges Affiche des Images en dessous des sous menus*/
div#pos_images_marges
{
margin: 0 auto 0 auto;
text-align: center;	
font-size: .8em;
}


div#content {
   margin: 1.5em auto 2em 0; /* some air abobe and under menu and content */
}

div#main {
   margin-left: 25%; /* Voir la largeur en fonction Texte*/
   margin-right: 4%; 
   background-color: inherit;  /*background-color: #FFFAEE;*/
   padding: 0 2%;
   border-left: 2px solid #66688E; /*#BCE49C;*/
   border-right: 2px solid #66688E; /*#BCE49C;*/
   border-bottom: 2px solid #66688E; /*#BCE49C;*/
}


div#mainlarge {
margin-left:4%;
margin-right:4%;
background-color: inherit;
padding:0 2%;
}


div#sidebar {
   float: left;  /* A gauche */
   width: 23%;    /* Barre de menu Voir Main pour diemnsions */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   /*width: 24%;*/   
width: 20%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
	color: Black;               /* footer text colour */
        background-color: #FFFDE8;
        /*border-top: 1px solid navy;*/
}


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

div#footer p a, 	
    div#footer p a:link { color: #385C72; background-color: inherit; /* - */}    
    div#footer p a:hover {color: #260A0A; background-color: #FFF5D4;}
    div#footer p a:visited {color: #6F3506; background-color: inherit;} 



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

div.hrbas /*Barre du bas*/
{
   margin: 1em ;
  padding: .3em;
  /*border-bottom: 1px dotted Green;*/
  height: 1px;
} 


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

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




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   border: 3px inset #ccccff;
   margin: 0;
/*background: url(uploads/ntp/fond.jpg); */

}
div#content h2 {
    color: #00356C; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px dotted #66688E; /*Green;*/
   /*border-left: 1.1em solid #e7ab0b; */
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
 background-color: inherit; /* - */
}

.vert{color: #00356C;background-color: inherit; }


div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
 background-color: inherit; /* - */
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
 background-color: inherit; /* - */
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   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;*/
 background-color: inherit; /* - */
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* ************ */ 
/********************MENU HORIZONTAL JCE*********************/
/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* la ligne des menus un filet en haut et bas taile caractere 1.1em*/
div#menu_horiz {
   background-color: #FFFDE8;  /* Fond pour la rangée */
   width: 100%;
   margin: 0;
   /*border-top: 2px solid Navy;*/
   /*border-bottom: 2px solid Navy;*/
   font-size: 1.1em;
}

/* 
Menu ul box sans bordure gauche*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   height:2.2em;
   /*border-left:  1px solid Navy;*/
}


/* la liste des menus  sans bordure droite*/
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   /*border-right: 1px solid Navy;*/
}


/* Menu normal */
div#menu_horiz a {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
  color: #060C6F;
    background-color:  #FFFDE8 ;  /*background: inherit ;*/
   display: block; /* IE has problems with this, fixed above */
}


/* Menu Passage de la souris survol */
div#menu_horiz li a:hover {
  color: #69066F;
   background-color: #FFF5D4;
}
div#menu_horiz a.activeparent:hover {
   background-color: #FFF5D4;
   /*color: #69066F;*/
}

/* Menu actif gras */
div#menu_horiz li.activeparent a {
   background-color: #FFF5D4; 
   color: #00356C;
   font-weight: bold;
}

div#menu_horiz h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #00356C; /*#260A0A;*/
   background-color: #FFF5D4 ;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;/* instead of the normal font size for <h3> */
}

/* ************ */ 
/********************MENU VERTICAL JCE*************/
#menu_vert {
   padding-left: 0;
   margin-left: 1em;
}

/*Espace entre les sous menu si menu enfant*/
div#menu_vert ul ul ul {
   padding-bottom: 0.3em;
}

/* menu li block  Sans Bordure inférieure -->Cas pas de menu*/
#menu_vert li {
   list-style: none;
   margin: 0;
   /*border-bottom: 1px solid Navy;*/
   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; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #060C6F; /* this will be link color for all levels */
   background-color:#FFFDE8; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* 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;*/
   background-position: center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background-color:#FFF5D9; 
}

/*  Menu Passage de la souris survol */
div#menu_vert a:hover {
   background-color: #FFF5D9;
   color: #69066F;	
}
div#menu_vert a.activeparent:hover {
   background-color: #FFF5D9;
   color: #69066F;
}

/* Menu actif en rouge the first-level parent 
of a child page that is the current page */
div#menu_vert li a.activeparent {
   background-color: #FFF5D9;
   color: #006C37;
}

div#menu_vert ul ul li a.activeparent {
   background-position: center; 
   /*background-position: 1.5em center; */
   background-color: #FFF5D9;
   color: #006C37;
  /*font-weight: bold; *//*---menu parent du sous menu actif*/
}


/* current pages in the default Menu Manager 
template are unclickable. This is for current page on first level */
div#menu_vert ul h3 {
   background-color: #FFFDE8;
   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%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   /*background-position: 1.4em center;*/
   background-position: center;
   background-color: #FFF5D9;
   border-bottom: none;
   color: #006C37;   /*Sous menu actif */  
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   /*background-color: ; */
}

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

/* ************ */ 
/* AccessibilityTools JCE*/

/* Pour Bouton Imprimer */
.impHaut {
    float: right;
   font-size: .85em;
}

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


/* Simple, accessible Wikipedia-style external links gif->png*/
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}
a.external {
  padding: 0 12px 0 0
}
a.external:link {
  background:  url(http://normandietp.free.fr/cms/uploads/images/ico/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #609;
  background: url(http://normandietp.free.fr/cms/uploads/images/ico/external.gif) no-repeat 100% -100px;
}
a.external:hover {
  color: #260A0A;
  background: url(http://normandietp.free.fr/cms/uploads/images/ico/external.gif) no-repeat 100% -200px;
background-color:#FFF5D4;
}
/* End Simple, accessible Wikipedia-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; */
		display: inline; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */

/* cookie_consent CSS --------------- */

#cookie_consent {
position:relative;
width:920px;margin:0 
auto; 
background-color:#5b5b5b;
padding:8px 10px 7px 10px;
color:#fff;
text-align: center;
}

#cookie_consent a.more_info {
margin: 0 5px;
color: #ccc;
text-decoration: underline;
cursor: pointer;
}
/* + hover */
#cookie_consent a.more_info:hover {
margin: 0 5px;
color: #000;
text-decoration: underline;
cursor: pointer;
}

#cookie_consent a.decline_cookies {
background: #f33;
color: #fff;
cursor: pointer;
font-weight: 700;
margin: 0px 5px;
padding: 5px;
text-decoration: none;
}
				
a.page_decline_cookies {
color: #f33;
text-decoration: underline;
cursor: pointer;
}

#cookie_consent a.accept_cookies {
background: #66CC00;
color: #000;
cursor: pointer;
font-weight: 700;
margin: 0px 5px;
padding: 5px;
text-decoration: none;
}

/* end cookie_consent CSS --------------- */

/* _cookie */
	div#cookie_notice {font-family:Arial, sans-serif;font-weight:bold;position:relative;width:880px;margin:0 auto; background-color:#b4b4b4;padding:6px 10px 7px 10px;color:#fff;}
	div#cookie_notice  a {color:#000;font-family:Arial, sans-serif;font-weight:bold;}
	div#cookie_notice  a:hover {color:#007cc0;}
	div#cookie_notice .closer {position:absolute; top:0px;right:10px;}
	div#cookie_notice button {cursor: pointer;}

/* ----------------- */
/* cmsms stylesheet: highlight modified: 01/04/2020 19:23:28 */
pre {border:none;margin:0;font-size:90%;padding:0;}/* supprime bordure */

/* Tomorrow Night Eighties Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */

/* Tomorrow Comment */
.hljs-comment,
.hljs-quote {
  color: #999999;
}

/* Tomorrow Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #f2777a;
}

/* Tomorrow Orange */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #f99157;
}

/* Tomorrow Yellow */
.hljs-attribute {
  color: #ffcc66;
}

/* Tomorrow Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #99cc99;
}

/* Tomorrow Blue */
.hljs-title,
.hljs-section {
  color: #6699cc;
}

/* Tomorrow Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #cc99cc;
}

.hljs {
  display: block;
  overflow-x: auto;
  background: #2d2d2d;
  color: #cccccc;
  padding: 0.5em;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}
