/* cmsms stylesheet: Layout SAHIV modified: 29/03/2025 22:04:39 */
/* 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: Century Gothic, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 85.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 a:active {
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #0066aa;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #1a1a1a;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
/* default text color for entire site*/
	color: #333;
/* you can set your own image and background color here */
	background: #efe2c2;
}
div#fond1 {
        background:url(https://www.sahiv.fr/uploads/sahiv/fond-top.png) repeat-x left top;
}
div#fond2 {
        min-height:auto;
        background:url(https://www.sahiv.fr/uploads/sahiv/fond-bottom.png) repeat-x left bottom;
}
div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
	max-width: 1300px;
	min-width: 1000px;
/* now that width is set this centers wrapper */
	margin: 0 auto;
        position:relative;
        top:10px;
	color: black;
        background:#fff;
}
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
/* adjust according your image size */
	height: 150px;
	margin: 0;
	padding: 0;
}
div#header h1 a {
/* you can set your own image here */
	background: url(https://www.sahiv.fr/uploads/sahiv/logo.png) no-repeat 10px 10px;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 150px;
        width: 220px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
        width: 120px;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(https://www.sahiv.fr/uploads/sahiv/logo.png) no-repeat 10px 10px;
}
div#name_site {
	float: left;
	line-height: 1.25em;
	font-size: 3em;
	margin: 10px 0px 0px 230px;
	color: #1a1a1a;
        font-weight:normal;
        width:50%;
}
div#name_site span {
        color:#006680;
        font-weight:bold;
        
}
div#header_contact {
 width:100px; 
 height:38px; 
float:right;
margin: 5px 5px 0 0 ;
}


div#header_contact a {
        background:url(https://www.sahiv.fr/uploads/sahiv/contact.png) no-repeat left top;
        display:block;
        width:100px;
        height:38px;
        text-decoration:none;
transition:All 1s ease-in-out;
-webkit-transition:All 1s ease-in-out;
-moz-transition:All 1s ease-in-out;
-o-transition:All 1s ease-in-out;
transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
color:#333333;
}
div#header_contact a:hover {
        background:url(https://www.sahiv.fr/uploads/sahiv/contact_hover.png) no-repeat left top;
transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
color:#1d8ed2;
}

div#header_accueil {
width:100px;
height:38px;
float:right;
margin: 5px 5px 0 0 ;
}


div#header_accueil a {
        background:url(https://www.sahiv.fr/uploads/sahiv/accueil.png) no-repeat left top;
        display:block;
        width:100px;
        height:38px;
        text-decoration:none;
transition:All 1s ease-in-out;
-webkit-transition:All 1s ease-in-out;
-moz-transition:All 1s ease-in-out;
-o-transition:All 1s ease-in-out;
transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
color:#333333;
}
div#header_accueil a:hover {
        background:url(https://www.sahiv.fr/uploads/sahiv/accueil_hover.png) no-repeat left top;
transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
color:#1d8ed2;
}

div#header_liens {
width:100px;
height:38px;
float:right;
margin: 5px 5px 0 0 ;
}


div#header_liens a {
        background:url(https://www.sahiv.fr/uploads/sahiv/liens.png) no-repeat left top;
        display:block;
        width:100px;
        height:38px;
        text-decoration:none;
transition:All 1s ease-in-out;
-webkit-transition:All 1s ease-in-out;
-moz-transition:All 1s ease-in-out;
-o-transition:All 1s ease-in-out;
transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
color:#333333;
}
div#header_liens a:hover {
        background:url(https://www.sahiv.fr/uploads/sahiv/liens_hover.png) no-repeat left top;
transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
color:#1d8ed2;
}

div#header h2 {
/* this is where the site name is */
	float: right;
	line-height: 1.2em;
/* this keeps IE6 from not showing the whole text */
	font-size: 3.5em;
/* keeps the size uniform */
	margin: 35px 65px 0px 0px;
/* adjust according your text size */
	color: #1d8ed2;
}
div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
        clear:left;
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0em 1em 1em;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 100%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
        color:#fff;
/* you can set your own image here */
}
div.breadcrumbs a {
        color:#fff;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 0.5em 0 1.5em 0;
	margin: 0 1em;
        color:#006680;
}
input.search-input {
        width:200px;
        height:30px;
        color:#333333;
        font-size:1.2em;
        border:1px solid #006680;
        padding:0 5px;
}
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 30px;
	width: 30px;
	margin: -2px 0 0 -3px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(https://www.sahiv.fr/uploads/sahiv/search.png) no-repeat center center;
}
div#content {
/* some air above and under menu and content */
	margin: 66px auto 1em 0;
	padding: 0px;
	background: #fff;
}
/* this gets all the outside calls that were used on the div#main before  */
div.back1 {
/* this will give room for sidebar to be on the left side, make sure this number is bigger than sidebar width */
/*	margin-left: 20px; */
/* and some air on the right */
	/*margin-right: 290px;*/
        float:left;
        width:100%;
/* you can set your own image here */
}
/* this is an IE6 hack, you may see these through out the CSS */
* html div.back1 {
/* unlike other browser IE6 needs float:right and a width */
	float: right;
	width: 690px;
/* and we take this out or it will stop at the bottom  */
	margin-left: 20px;
/* and some air on the right */
	margin-right: 290px;
/* you can set your own image here */
}
div.back2 {
/* you can set your own image here */
}
div.back3 {
/* you can set your own image here */
}
div#main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
	padding: 5px;
        font-size:1.25em;
        line-height:1em;
        min-height:550px;
/* you can set your own image here */
}
div#main .main50_left {
width: 48%; margin: 0 1%; float: left;
}
div#main .main50_right {
width: 48%; margin: 0 1%; float: right;
}
div#main .main-ul50_right {
margin: 130px 0 0 55%;
}
div#main .main25_left {
width: 25%; text-align: center; float: left;
}
div#main .main_iframe {
margin: 0 auto; 
width: 900px; 
height: 582px;
}
div#main .actu-pc {
display:block;
}
div#main .actu-mobile {
display:none;
}
div#sidebar {
/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */
	float: right;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
	width: 250px;
/* FIX IE double margin bug */
	display: inline;
/* the 20px is on the bottom, insures space above footer if longer than content */
	margin: 0px 20px 0 10px;
	padding: 0px;
/* you can set your own image here */
}
div#sidebarb {
	padding: 5px 0;
/* this one is for sidebar with content and no menu */
}
div#sidebarb div#news {
/* less margin surrounding the news, sidebarb has enough */
	margin: 0em;
}
div#sidebara {
	padding: 10px 15px 15px 0px;
/* this one is for sidebar with menu and no content */
}
div.footback {
/* keep footer below content and menu */
	clear: both;
	max-width: 1000px;
	min-width: 1000px;
/* now that width is set this centers wrapper */
	margin: 0 auto;
}
div#footer {
	color: #f2f2f2;
}
p.footer_left {
width: 45%; float: left;
}
p.footer_right {
width: 45%; float: right; text-align: center;
}
div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}
div#footer p {
/* sets different font size from default */
	font-size: 1em;
/* some air for footer */
	padding: 0.5em;
/* centered text */
	text-align: left;
	margin: 0;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #fff;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1.05em;
/* some air around p elements */
	margin: 0 0 1em 0;
	line-height: 1.4em;
	padding: 0;
        text-indent:1.5em;
}
p.tab0 {
    text-indent:0px;
}
p.tab10 {
    text-indent:10px;
}
p.tab20 {
    text-indent:20px;
}
p.tab30 {
    text-indent:30px;
}
p.tab40 {
    text-indent:40px;
}
p.tab50 {
    text-indent:50px;
}
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 {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.05em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
list-style-image: url('/uploads/sahiv/puce.png');
}

div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
        
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
.col2 {
-webkit-column-width: auto; -webkit-column-count: 2;
}
.col3 {
-webkit-column-width: auto; -webkit-column-count: 3;
}
.col4 {
-webkit-column-width: auto; -webkit-column-count: 4;
}
/* END LISTS */

div#main .ae-gallery {
  width: 800px;  /* set the width of the thumbrow */
  margin-bottom: 30px;
}
div#main .ae-gallery .ae-image-wrapper {
    width: 100%; /* set the maximum width and height of the big image. Bigger images will be scaled down automatically by the script */
    height: 600px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border: 2px solid #ddd;
  }

div.events {
   background:#1d8ed2;
   padding:2px;
}
div.eventitem {
   background:#fff;
   padding:2px;
}
.eventdate {
   font-size:1.25em;
   font-weight:bold;
   background:#1d8ed2;
   color:#ffffff;
   width:100%;
   padding:0 2px;
}
.eventlink {

}
p.eventtitle {
   color: #1d8ed2;
   font-size:1.5em;
   font-weight:bold;
   margin-top:-15px;
}
.eventcontent {
   margin-top:-15px;
}

#cookie_consent {background: #000;position: fixed;bottom: 0;float: left;z-index: 10000000000000;width: 100%;padding: 5px 0;/*filter: alpha(opacity=70);opacity: 0.7;*/}#cookie_consent p {text-align: center;color: #fff;font-size: 14px;line-height: 20px;margin: 0;padding: 0 0 10px 0;/*filter: alpha(opacity=100);opacity: 1;*/}#cookie_consent a.accept_cookies {margin: 0 5px;padding: 5px;color: #000;font-weight: bold;text-decoration: none;cursor: pointer;background: #1d8ed2;}#cookie_consent a.more_info {margin: 0 5px;padding: 5px;color: #000;font-weight: bold;text-decoration: none;cursor: pointer;background: #ccc;}
/* cmsms stylesheet: Navigation - SAHIV modified: 28/02/2024 19:19:26 */
/* by Alexander Endresen and mark and Nuno */
/* 2024-02-28,BC boutons de navigation de couleur bleue */
#menu_mobile {
        display:none;
}

#menu_vert {
/* no margin/padding so it fills the whole div */
	margin: -10px auto 0 auto;
	padding: 0;
        max-width:100%;

}
.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {
/* IE6 Hack */
	height: 1%;
	width: 16%;
/* one border at the top */
	margin: 0 0.33%;
	padding: 0;
        float:left;
}

/*MENU 1 */

ul#primary-nav1, ul#primary-nav1 ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav1 {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 0px;
/* keeps the first menu item off the left side */
	padding-left: 0px;
}
ul#primary-nav1 ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
}
ul#primary-nav1 ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav1 li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
        width:100%;
        height:45px;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px auto;
	padding: 0px;
}
#primary-nav1 li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 100%;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#primary-nav1 li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 1.25em;
/* make sure we keep the font normal */
	font-weight: normal;
        text-align:center;
/* set default link colors */
	color: #fff;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 17px 15px 20px;
	display: block;
/* sets no underline on links */
	text-decoration: none;
border-bottom:5px solid #1d8ed2;
background:#006680;

transition:All 1s ease-in-out;
-webkit-transition:All 1s ease-in-out;
-moz-transition:All 1s ease-in-out;
-o-transition:All 1s ease-in-out;
transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
ul#primary-nav1 li a:hover {
/* kind of obvious */
border-bottom:5px solid #1a1a1a;
background:#1d8ed2;

transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
ul#primary-nav1 li li a {

background:#1d8ed2;
border-bottom:2px solid #1a1a1a;
height:30px;
line-height:30px;
}
ul#primary-nav1 li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color: #FFF;
background:#006680;
border-bottom:2px solid #1d8ed2;
}
ul#primary-nav1 li a.menuactive {
	color: #fff;
/* bold to set it off from non active */
/* set your image here */
border-bottom:5px solid #1a1a1a;
background:#1d8ed2;
}
ul#primary-nav1 li a.menuactive:hover {
	color: #333;
border-bottom:5px solid #1a1a1a;
/* keep it the same */
}
ul#primary-nav1 li li a.menuactive {
	border:0px;
}

ul#primary-nav1 li li a.menuactive:hover {
	color: #fff;
}
#primary-nav1 li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
}
ul#primary-nav1 li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #000;

}
ul#primary-nav1 li ul {
/* very lite grey color, by now you should know what the rest mean */

	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 16%;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 1;
/* CSS 3 */
}
ul#primary-nav1 li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav1 li:hover,
#primary-nav1 li.menuh,
#primary-nav1 li.menuparenth,
#primary-nav1 li.menuactiveh {
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav1 li:hover ul ul ul,
#primary-nav1 li.menuparenth ul ul ul,
*/
#primary-nav1 ul,
#primary-nav1 li:hover ul,
#primary-nav1 li:hover ul ul,
#primary-nav1 li.menuparenth ul,
#primary-nav1 li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav1 ul ul ul li:hover ul,
#primary-nav1 ul ul ul li.menuparenth ul,
*/
#primary-nav1 li:hover ul,
#primary-nav1 ul li:hover ul,
#primary-nav1 ul ul li:hover ul,
#primary-nav1 li.menuparenth ul,
#primary-nav1 ul li.menuparenth ul,
#primary-nav1 ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav1 li li {
	float: left;
	clear: both;
}
#primary-nav1 li li a {
	height: 1%;
}

/*MENU 2 */

ul#primary-nav2, ul#primary-nav2 ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav2 {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 0px;
/* keeps the first menu item off the left side */
	padding-left: 0px;
}
ul#primary-nav2 ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
}
ul#primary-nav2 ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav2 li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
        width:100%;
        height:45px;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px auto;
	padding: 0px;
}
#primary-nav2 li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 100%;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#primary-nav2 li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 1.25em;
/* make sure we keep the font normal */
	font-weight: normal;
        text-align:center;
/* set default link colors */
	color: #fff;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 17px 5px 20px;
	display: block;
/* sets no underline on links */
	text-decoration: none;
border-bottom:5px solid #75a81b;
background:#006680;

transition:All 1s ease-in-out;
-webkit-transition:All 1s ease-in-out;
-moz-transition:All 1s ease-in-out;
-o-transition:All 1s ease-in-out;
transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
ul#primary-nav2 li a:hover {
/* kind of obvious */
border-bottom:5px solid #1a1a1a;
background:#75a81b;

transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
ul#primary-nav2 li li a {
background:#75a81b;
border-bottom:2px solid #1a1a1a;
height:30px;
line-height:30px;
}
ul#primary-nav2 li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color: #FFF;
background:#006680;
border-bottom:2px solid #75a81b;
}
ul#primary-nav2 li a.menuactive {
	color: #fff;
/* bold to set it off from non active */
/* set your image here */
border-bottom:5px solid #1a1a1a;
background:#75a81b;
}
ul#primary-nav2 li ul li a.menuactive {
border-bottom:2px solid #1a1a1a;
}
ul#primary-nav2 li a.menuactive:hover {
	color: #fff;
border-bottom:5px solid #1a1a1a;
/* keep it the same */
}
ul#primary-nav2 li li a.menuactive {
	border:0px;
}

ul#primary-nav2 li li a.menuactive:hover {
	color: #fff;
}
#primary-nav2 li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
}
ul#primary-nav2 li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #000;

}
ul#primary-nav2 li ul {
/* very lite grey color, by now you should know what the rest mean */

	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 16%;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 1;
/* CSS 3 */
}
ul#primary-nav2 li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav2 li:hover,
#primary-nav2 li.menuh,
#primary-nav2 li.menuparenth,
#primary-nav2 li.menuactiveh {
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav2 li:hover ul ul ul,
#primary-nav2 li.menuparenth ul ul ul,
*/
#primary-nav2 ul,
#primary-nav2 li:hover ul,
#primary-nav2 li:hover ul ul,
#primary-nav2 li.menuparenth ul,
#primary-nav2 li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav2 ul ul ul li:hover ul,
#primary-nav2 ul ul ul li.menuparenth ul,
*/
#primary-nav2 li:hover ul,
#primary-nav2 ul li:hover ul,
#primary-nav2 ul ul li:hover ul,
#primary-nav2 li.menuparenth ul,
#primary-nav2 ul li.menuparenth ul,
#primary-nav2 ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav2 li li {
	float: left;
	clear: both;
}
#primary-nav2 li li a {
	height: 1%;
}

/*MENU 3 */

ul#primary-nav3, ul#primary-nav3 ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav3 {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 0px;
/* keeps the first menu item off the left side */
	padding-left: 0px;
}
ul#primary-nav3 ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
}
ul#primary-nav3 ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav3 li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
        width:100%;
        height:45px;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px auto;
	padding: 0px;
}
#primary-nav3 li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 100%;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#primary-nav3 li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 1.25em;
/* make sure we keep the font normal */
	font-weight: normal;
        text-align:center;
/* set default link colors */
	color: #fff;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 17px 15px 20px;
	display: block;
/* sets no underline on links */
	text-decoration: none;
border-bottom:5px solid #d02862;
background:#006680;

transition:All 1s ease-in-out;
-webkit-transition:All 1s ease-in-out;
-moz-transition:All 1s ease-in-out;
-o-transition:All 1s ease-in-out;
transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
ul#primary-nav3 li a:hover {
/* kind of obvious */
border-bottom:5px solid #1a1a1a;
background:#d02862;

transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
ul#primary-nav3 li li a {
background:#d02862;
border-bottom:2px solid #1a1a1a;
height:30px;
line-height:30px;
}
ul#primary-nav3 li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color: #FFF;
background:#006680;
border-bottom:2px solid #d02862;
}
ul#primary-nav3 li a.menuactive {
	color: #fff;
/* bold to set it off from non active */
/* set your image here */
border-bottom:5px solid #1a1a1a;
background:#d02862;
}
ul#primary-nav3 li ul li a.menuactive {
border-bottom:2px solid #1a1a1a;
}
ul#primary-nav3 li a.menuactive:hover {
	color: #fff;
border-bottom:5px solid #1a1a1a;
/* keep it the same */
}
ul#primary-nav3 li li a.menuactive {
	border:0px;
}

ul#primary-nav3 li li a.menuactive:hover {
	color: #fff;
}
#primary-nav3 li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
}
ul#primary-nav3 li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #000;

}
ul#primary-nav3 li ul {
/* very lite grey color, by now you should know what the rest mean */

	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 16%;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 1;
/* CSS 3 */
}
ul#primary-nav3 li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav3 li:hover,
#primary-nav3 li.menuh,
#primary-nav3 li.menuparenth,
#primary-nav3 li.menuactiveh {
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav3 li:hover ul ul ul,
#primary-nav3 li.menuparenth ul ul ul,
*/
#primary-nav3 ul,
#primary-nav3 li:hover ul,
#primary-nav3 li:hover ul ul,
#primary-nav3 li.menuparenth ul,
#primary-nav3 li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav3 ul ul ul li:hover ul,
#primary-nav3 ul ul ul li.menuparenth ul,
*/
#primary-nav3 li:hover ul,
#primary-nav3 ul li:hover ul,
#primary-nav3 ul ul li:hover ul,
#primary-nav3 li.menuparenth ul,
#primary-nav3 ul li.menuparenth ul,
#primary-nav3 ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav3 li li {
	float: left;
	clear: both;
}
#primary-nav3 li li a {
	height: 1%;
}

/*MENU 4 */

ul#primary-nav4, ul#primary-nav4 ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav4 {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 0px;
/* keeps the first menu item off the left side */
	padding-left: 0px;
}
ul#primary-nav4 ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
}
ul#primary-nav4 ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav4 li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
        width:100%;
        height:45px;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px Auto;
	padding: 0px;
}
#primary-nav4 li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 100%;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#primary-nav4 li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 1.25em;
/* make sure we keep the font normal */
	font-weight: normal;
        text-align:center;
/* set default link colors */
	color: #fff;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 17px 15px 20px;
	display: block;
/* sets no underline on links */
	text-decoration: none;
border-bottom:5px solid #f78300;
background:#006680;

transition:All 1s ease-in-out;
-webkit-transition:All 1s ease-in-out;
-moz-transition:All 1s ease-in-out;
-o-transition:All 1s ease-in-out;
transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
ul#primary-nav4 li a:hover {
/* kind of obvious */
border-bottom:5px solid #1a1a1a;
background:#f78300;

transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
ul#primary-nav4 li li a {
background:#f78300;
border-bottom:2px solid #1a1a1a;
height:30px;
line-height:30px;
}
ul#primary-nav4 li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color: #FFF;
background:#006680;
border-bottom:2px solid #f78300;
}
ul#primary-nav4 li a.menuactive {
	color: #fff;
/* bold to set it off from non active */
/* set your image here */
border-bottom:5px solid #1a1a1a;
background:#f78300;
}
ul#primary-nav4 li ul li a.menuactive {
border-bottom:2px solid #1a1a1a;
}
ul#primary-nav4 li a.menuactive:hover {
	color: #fff;
border-bottom:5px solid #1a1a1a;
/* keep it the same */
}
ul#primary-nav4 li li a.menuactive {
	border:0px;
}

ul#primary-nav4 li li a.menuactive:hover {
	color: #fff;
}
#primary-nav4 li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
}
ul#primary-nav4 li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #000;

}
ul#primary-nav4 li ul {
/* very lite grey color, by now you should know what the rest mean */

	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 16%;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 1;
/* CSS 3 */
}
ul#primary-nav4 li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav4 li:hover,
#primary-nav4 li.menuh,
#primary-nav4 li.menuparenth,
#primary-nav4 li.menuactiveh {
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav4 li:hover ul ul ul,
#primary-nav4 li.menuparenth ul ul ul,
*/
#primary-nav4 ul,
#primary-nav4 li:hover ul,
#primary-nav4 li:hover ul ul,
#primary-nav4 li.menuparenth ul,
#primary-nav4 li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav4 ul ul ul li:hover ul,
#primary-nav4 ul ul ul li.menuparenth ul,
*/
#primary-nav4 li:hover ul,
#primary-nav4 ul li:hover ul,
#primary-nav4 ul ul li:hover ul,
#primary-nav4 li.menuparenth ul,
#primary-nav4 ul li.menuparenth ul,
#primary-nav4 ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav4 li li {
	float: left;
	clear: both;
}
#primary-nav4 li li a {
	height: 1%;
}

/*MENU 5 */

ul#primary-nav5, ul#primary-nav5 ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav5 {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 0px;
/* keeps the first menu item off the left side */
	padding-left: 0px;
}
ul#primary-nav5 ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
}
ul#primary-nav5 ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav5 li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
        width:100%;
        height:45px;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px auto;
	padding: 0px;
}
#primary-nav5 li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 100%;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#primary-nav5 li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 1.25em;
/* make sure we keep the font normal */
	font-weight: normal;
        text-align:center;
/* set default link colors */
	color: #fff;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 17px 15px 20px;
	display: block;
/* sets no underline on links */
	text-decoration: none;
border-bottom:5px solid #da00aa;
background:#006680;

transition:All 1s ease-in-out;
-webkit-transition:All 1s ease-in-out;
-moz-transition:All 1s ease-in-out;
-o-transition:All 1s ease-in-out;
transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
ul#primary-nav5 li a:hover {
/* kind of obvious */
border-bottom:5px solid #1a1a1a;
background:#d400aa;

transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}

ul#primary-nav5 li li a {
background:#d400aa;
border-bottom:2px solid #1a1a1a;
height:30px;
line-height:30px;
}
ul#primary-nav5 li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color: #FFF;
background:#006680;
border-bottom:2px solid #d400aa;
}
ul#primary-nav5 li a.menuactive {
	color: #fff;
/* bold to set it off from non active */
/* set your image here */
border-bottom:5px solid #1a1a1a;
background:#d400aa;
}
ul#primary-nav5 li ul li a.menuactive {
border-bottom:2px solid #1a1a1a;
}
ul#primary-nav5 li a.menuactive:hover {
	color: #fff;
border-bottom:5px solid #1a1a1a;
}
ul#primary-nav5 li li a.menuactive {
	border:0px;
}

ul#primary-nav5 li li a.menuactive:hover {
	color: #fff;
}
#primary-nav5 li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
}
ul#primary-nav5 li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #000;

}
ul#primary-nav5 li ul {
/* very lite grey color, by now you should know what the rest mean */

	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 16%;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 1;
/* CSS 3 */
}
ul#primary-nav5 li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav5 li:hover,
#primary-nav5 li.menuh,
#primary-nav5 li.menuparenth,
#primary-nav5 li.menuactiveh {
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav5 li:hover ul ul ul,
#primary-nav5 li.menuparenth ul ul ul,
*/
#primary-nav5 ul,
#primary-nav5 li:hover ul,
#primary-nav5 li:hover ul ul,
#primary-nav5 li.menuparenth ul,
#primary-nav5 li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav5 ul ul ul li:hover ul,
#primary-nav5 ul ul ul li.menuparenth ul,
*/
#primary-nav5 li:hover ul,
#primary-nav5 ul li:hover ul,
#primary-nav5 ul ul li:hover ul,
#primary-nav5 li.menuparenth ul,
#primary-nav5 ul li.menuparenth ul,
#primary-nav5 ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav5 li li {
	float: left;
	clear: both;
}
#primary-nav5 li li a {
	height: 1%;
}

/*MENU 6 */

ul#primary-nav6, ul#primary-nav6 ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav6 {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 0px;
/* keeps the first menu item off the left side */
	padding-left: 0px;
}
ul#primary-nav6 ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
}
ul#primary-nav6 ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav6 li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
        width:100%;
        height:45px;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px auto;
	padding: 0px;
}
#primary-nav6 li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 100%;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#primary-nav6 li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 1.25em;
/* make sure we keep the font normal */
	font-weight: normal;
        text-align:center;
/* set default link colors */
	color: #fff;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 17px 15px 20px;
	display: block;
/* sets no underline on links */
	text-decoration: none;
border-bottom:5px solid #ffcc00;
background:#006680;

transition:All 1s ease-in-out;
-webkit-transition:All 1s ease-in-out;
-moz-transition:All 1s ease-in-out;
-o-transition:All 1s ease-in-out;
transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
ul#primary-nav6 li a:hover {
/* kind of obvious */
border-bottom:5px solid #1a1a1a;
background:#ffcc00;

transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
ul#primary-nav6 li li a {
border-bottom:2px solid #1a1a1a;
height:30px;
line-height:30px;
}
ul#primary-nav6 li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color: #FFF;
background:#006680;
border-bottom:2px solid #ffcc00;
}
ul#primary-nav6 li a.menuactive {
	color: #fff;
/* bold to set it off from non active */
/* set your image here */
border-bottom:5px solid #1a1a1a;
background:#ffcc00;
}
ul#primary-nav6 li ul li a.menuactive {
border-bottom:2px solid #1a1a1a;
}
ul#primary-nav6 li a.menuactive:hover {
	color: #fff;
border-bottom:5px solid #1a1a1a;
}
ul#primary-nav6 li li a.menuactive {
	border:0px;
}

ul#primary-nav6 li li a.menuactive:hover {
	color: #fff;
}
#primary-nav6 li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
}
ul#primary-nav6 li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #000;

}
ul#primary-nav6 li ul {
/* very lite grey color, by now you should know what the rest mean */

	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 16%;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 1;
/* CSS 3 */
}
ul#primary-nav6 li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav6 li:hover,
#primary-nav6 li.menuh,
#primary-nav6 li.menuparenth,
#primary-nav6 li.menuactiveh {
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav6 li:hover ul ul ul,
#primary-nav6 li.menuparenth ul ul ul,
*/
#primary-nav6 ul,
#primary-nav6 li:hover ul,
#primary-nav6 li:hover ul ul,
#primary-nav6 li.menuparenth ul,
#primary-nav6 li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav6 ul ul ul li:hover ul,
#primary-nav6 ul ul ul li.menuparenth ul,
*/
#primary-nav6 li:hover ul,
#primary-nav6 ul li:hover ul,
#primary-nav6 ul ul li:hover ul,
#primary-nav6 li.menuparenth ul,
#primary-nav6 ul li.menuparenth ul,
#primary-nav6 ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav6 li li {
	float: left;
	clear: both;
}
#primary-nav6 li li a {
	height: 1%;
}
/* cmsms stylesheet: Accessibility - SAHIV modified: 15/09/2016 09:27:24 */
/* 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 set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility 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;
}
a.external {
/* make some room for the image, 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(https://www.sahiv.fr/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
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(https://www.sahiv.fr/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
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(https://www.sahiv.fr/uploads/NCleanBlue/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* 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;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* cmsms stylesheet: Calendrier - SAHIV modified: 17/06/2016 10:03:22 */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar'}

*/

a.calendar-nav {
color:#1d8ed2;
padding:0 15px;
text-decoration:none;
font-weight:bold;
}
.calendar-month {
color:#1d8ed2;
padding-bottom: 15px;
font-size:1.4em;
}
/* make all links red */
.calendar tr td a
{
  color: #ffffff;
  font-weight: bold;
  width:25px;
  height:25px;
  display:block;
  background:#1d8ed2;
-webkit-borderradius: 10px 0px 0px 0px / 10px 0px 0px 0px;
-moz-border-radius: 10px 0px 0px 0px / 10px 0px 0px 0px;
border-radius: 10px 0px 0px 0px / 10px 0px 0px 0px;
  
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar{
  margin: 0px auto;
  /*border-collapse:    collapse;*/
  border: 0px solid black;
  text-align:center;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  border: 0px solid black;
  padding: 0px;
  width: 25px;
  height:25px;
  line-height:25px;
}

#cal-calendar td {
  vertical-align: top;
}

#cal-calendar .cal-day {
  border: 1px solid #fff;
  height: 25px;
  width: 25px;
  line-height:25px;
  margin: 2px;
-webkit-borderradius: 10px 0px 0px 0px / 10px 0px 0px 0px;
-moz-border-radius: 10px 0px 0px 0px / 10px 0px 0px 0px;
border-radius: 10px 0px 0px 0px / 10px 0px 0px 0px;
        background:#f2f2f2;
}
/* format summaries nicely in #cal-calendar */
#cal-calendar ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#cal-calendar li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
  background-color: none;
}

#cal-calendar .calendar-day
{
  background-color: #0484ba;
}

#cal-calendar .calendar-today
{
  font-weight: bold;
  background-color: #ccc;
  color:#0484ba;
}
.calendar-event {
/* padding for the news article summary */
	padding: 0.5em 0.5em 1em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0.5em;
        border-bottom:1px solid #1d8ed2;
}
.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
.calendar-event2 .calendar-date-title,
.calendar-event2 .calendar-summary-title,
.calendar-event2 .calendar-details-title
{
  display: none;
}
.calendar-event2 .calendar-summary {
font-weight:bold;
}
.calendar-date-from, .calendar-summary {
padding:5px 0;
}
.calendar-date-from {
font-size:95%;
color:#1d8ed2;
font-weight:bold;
}
.calendar-list h1 {
color : #0484ba;
padding:10px 0;
}
/* cmsms stylesheet: Head - SAHIV 1 modified: 29/09/2016 16:04:14 */
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
        color:#1d8ed2;
        background:url(https://www.sahiv.fr/uploads/sahiv/h1-sahiv_1.png) no-repeat left top;
        padding-left:40px;
  font-weight:lighter;
}
div#content h2 {
	color: #333333;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1.5em;
	text-align: left;
	line-height: 1.5em;
/* and some air under the border */
	margin: 1.5em 0 0.5em 0;
}
div#content h3 {
	color: #333333;
	font-size: 1.5em;
	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;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* cmsms stylesheet: Menu Vertical - SAHIV 1 modified: 15/09/2016 09:28:30 */
/******************** MENU *********************/
#menu_vert1 {
	margin: 0;
	padding: 0;
}
#menu_vert1 ul {
/* remove any bullets */
	list-style: none;
/* margin/padding set in li */
	margin: 0px;
	padding: 0px;
}
#menu_vert1 li {
/* remove any bullets */
	list-style: none;
/* negative bottom margin pulls them together, images look like one border between */
	margin: 0px 0px -1px;
/* bottom padding pushes "a" up enough to show our image */
	padding: 0px 0px 4px 0px;
}
#menu_vert1 li.currentpage {
	padding: 0px 0px 3px 0px;
}
#menu_vert1 li.menuactive {
	margin: 0;
	padding: 0px;
/* replaced by image in ul ul */
	background: none;
}
#menu_vert1 li.activeparent {
	margin: 0;
	padding: 0px;
}
/* fix stupid IE6 bug with display:block; */
* html #menu_vert2 li {
	height: 1%;
}
* html #menu_vert1 li a {
	height: 1%;
}
* html #menu_vert1 li hr {
	height: 1%;
}
/** end fix **/
/* first level links */
div#menu_vert1 ul li a {
	display: block;
	padding: 0.3em 0.3em 0.3em 1.5em;
	color: #ffffff;
	text-decoration: none;
        background:#1d8ed2;
        border-bottom:2px solid #333333;
        height:30px;
        line-height:30px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
transition:All 1s ease-in-out;
-webkit-transition:All 1s ease-in-out;
-moz-transition:All 1s ease-in-out;
-o-transition:All 1s ease-in-out;
transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}

div#menu_vert1 ul li ul li a {
	display: block;
	padding: 0.3em 0.3em 0.3em 1.5em;
	color: #1d8ed2;
	text-decoration: none;
        background:none;
        border-bottom:2px solid #333333;
        height:20px;
        line-height:20px;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
transition:All 1s ease-in-out;
-webkit-transition:All 1s ease-in-out;
-moz-transition:All 1s ease-in-out;
-o-transition:All 1s ease-in-out;
transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
div#menu_vert1 ul li a:hover {
        border-bottom:2px solid #1d8ed2;
        background:#333333;
}
div#menu_vert1 ul li ul li a:hover {
        border-bottom:2px solid #1d8ed2;
        background:#333333;
}
div#menu_vert1 ul li a.current, div#menu_vert1 ul li ul li a.current {
        color:#333333;
        font-weight:bold;
        font-size: 1.1em;
}
div#menu_vert1 ul li a.current:hover, div#menu_vert1 ul li ul li a.current:hover {
        color:#fff;
}
div#menu_vert1 a.activeparent:hover {
	color: #595959;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_vert1 li.activeparent {
/* you can set your own image here */
	background: transparent url(https://www.sahiv.fr/uploads/ngrey/liup.gif) no-repeat right -65px;
/* white to contrast with background image */
	color: #fff;
}
div#menu_vert1 li.activeparent a.activeparent {
/* you can set your own image here */
	background: transparent url(https://www.sahiv.fr/uploads/ngrey/libk.gif) no-repeat right top;
/* to contrast with background image */
	color: #000;
}
div#menu_vert1 li a.parent {
/* takes left padding out so span image has room on left */
	padding-left: 0em;
}
div#menu_vert1 li a.parent span {
	display: block;
	margin: 0;
/* adds left padding taken out of "a.parent" */
	padding-left: 1.5em;
/* arrow on left for pages with children, points down, you can set your own image here */
	background: transparent url(https://www.sahiv.fr/uploads/ngrey/active.png) no-repeat 2px center;
}
div#menu_vert1 li a.parent:hover {
/* removes underline hover effect */
	text-decoration: none;
}
div#menu_vert1 li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 1.5em;
/* arrow on left for pages with children, points right for hover, you can set your own image here */
	background: transparent url(https://www.sahiv.fr/uploads/ngrey/parent.png) no-repeat 2px center;
}
div#menu_vert1 li a.menuactive.menuparent {
/* sets it in a little more than a.parent */
	padding-left: 0.35em;
}
div#menu_vert1 li a.menuactive.menuparent span {
	display: block;
	margin: 0;
/* to contrast with non active pages */
	font-weight: bold;
	padding-left: 1.5em;
/* arrow on left for active pages with children, points right, you can set your own image here */
	background: transparent url(https://www.sahiv.fr/uploads/ngrey/parent.png) no-repeat 2px center;
}
div#menu_vert1 li a.menuactive.menuparent:hover {
	text-decoration: none;
	color: #18507C;
}
/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */
div#menu_vert1 ul h3 {
	display: block;
/* some air for it */
	padding: 0.8em 0.5em 0.5em 1.5em;
/* this will be link color for all levels */
	color: #000;
/* instead of the normal font size for <h3> */
	font-size: 1em;
/* as <h3> normally has some margin by default */
	margin: 0;
/* you can set your own image here, same as "a" */
	background: transparent url(https://www.sahiv.fr/uploads/ngrey/libk.gif) no-repeat right top;
}
/* next level current pages, more padding, smaller font and no background color or bottom border */
/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert1 li.sectionheader {
	border-right: none;
	padding: 0.8em 0.5em 0.5em 1.5em;
	background: transparent url(https://www.sahiv.fr/uploads/ngrey/libk.gif) no-repeat right top;
	line-height: 1em;
	margin: 0;
        color: #18507C;
        cursor:text;
}
/* separator */
div#menu_vert1 .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_vert1 li.separator hr {
	display: none;
/* this is for accessibility */
}
/* cmsms stylesheet: Formbuilder - SAHIV modified: 05/02/2022 11:06:25 */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #1d8ed2;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #1d8ed2;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: auto;
	text-align: center
}
.captcha img {
	border: 1px solid #75a81b;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
.captchapict {
        float:left;
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em;
        clear:left;
}
.contactform input {
	border: 1px solid #1d8ed2;
        width:450px;
        height:35px;
        font-size:1.25em;
        color:#1d8ed2;
}
.contactform select {
	border: 1px solid #1d8ed2;
        width:450px;
        height:35px;
        font-size: 1.25em;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 300px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #fff;
	border: 1px solid #1d8ed2;
        font-size: 1.25em;
}
.contactform .cms_submit {
        width:250px;
        height:35px;
        text-align:center;
        color: #ffffff;
        background:#1d8ed2;
        cursor:pointer;
        float:right;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
.antispam { display:none;}
/* cmsms stylesheet: News - SAHIV 1 modified: 15/12/2024 19:07:11 */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	background: url(https://www.sahiv.fr/uploads/ngrey/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0.5em 1% 1em;
/* margin to the bottom of the news article summary */
	margin: 0 0 1em 1%;
	border-radius: 25px;					 
	border: 1px solid #B0C4DE80;
	border-bottom: 3px solid #c78600;
        width:30%;
        min-width:200px;
        height:250px; 
        float:left;
        background:#B0C4DE80;
}

.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
	font-size: 105%;
/* little more room at top */
	padding-top: 0.5em;
	padding-bottom: 1em;
	text-align:center;
}
.NewsSummaryLink a {
color:#a68940;
text-decoration:none;
line-height:1em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
	margin: 0;
	font-size: 90%;
}
.NewsSummaryMorelink {
        text-align:right;
}
.NewsSummaryMorelink a {
color:#a68940;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
        color:#0088aa;
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink a {
        color:#a68940;
}
div#news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
