/* Start of CMSMS style sheet 'Aprona : Top menu + 2 columns' */
/*****************
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
*/
html {background: #006699 url(images/bg-html.jpg) repeat-x;height:100%;}
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
	color: #333;
	background: url(images/bg-body.png) repeat-y center top;
	height:100%;
}

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

.img-shadowG {
  float:left;
  background: url(images/shadowalpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 5px 0 10px !important;
  margin: 10px 0 0 5px;
  }
.img-shadowC {
  text-align: center;
  float:left;
  background: url(images/shadowalpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 5px 0 10px !important;
  margin: 10px 0 0 5px;
}
.img-shadowG img, .img-shadowD img, .img-shadowC img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
.img-shadowD {
  float:right;
  background: url(images/shadowalpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 5px 0 10px !important;
  margin: 10px 0 0 5px;
  }

/*
default link styles
*/
/* set all links to have underline and bluish color */
a {
   text-decoration: none;
/* 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 */
   color: #0D6077; 
}
/* remove underline on hover and change color */
a:hover {
   color: #333;
}
div#main a {
	border-bottom: 1px dashed #0D6077;
        padding: 0 0 1px;
}
div#main a:hover {
	border-bottom: 1px dashed #333;
        padding: 0 0 1px;
}


/*****************
basic layout 
*****************/

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   width: 980px; /* IE wont understand these, so we will use javascript magick */
   background: url(images/bg-pagewrapper.png) no-repeat center top;
   padding: 0 6px;
   position: relative;
   min-height: 100%;
   height: 100%;
   voice-family: "\"}\"";
   voice-family: inherit;
}
html>body #pagewrapper {
   height: auto;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/
div#header {
	background: url(images/bg-header.png) no-repeat;
	 padding: 0 20px;
	 overflow: hidden;

}
div#header-accueil {
   height: 260px; /* adjust according your image size */
   background: url(images/bg-header.png) no-repeat;
   padding: 0 20px;
}
ul#liens-top {
	list-style-type: none;
	font-size: 0.8em; 
	height: 25px;
	line-height: 25px;
	padding: 2px 0 10px 0;
}
	ul#liens-top li {
		display: inline;
		height: 25px;
	}
		ul#liens-top li img {
			line-height: 25px;
			vertical-align: middle;
		}
		ul#liens-top li a {
			color: #9E9FA3;
			text-decoration: none;
		}
		ul#liens-top li a:hover {
			border-bottom: 1px dotted #9E9FA3;
		}
div#left-header {
	float: left;
	width: 260px;
}
div#right-header {
	float: right;
	width: 670px;
}

div#header h1, div#header-accueil h1 {
	width: 255px;
	height: 95px;
}
div#header h1 a,div#header-accueil h1 a {
/* you can set your own image here */
   background: #fff url(images/logo-aprona.png) no-repeat; 
   display: block; 
   height: 95px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
div#nappe {
	background: url(images/nappe-btn.jpg) no-repeat;
	width: 266px;
	height: 123px;
}
div#sidebar div#nappe {
        margin: 20px 0;
}
	div#nappe a {
		display: block;
		width: 72px;
		height: 90px;
		float: left;
		margin-top: 12px;
		text-indent: -9000em;
	}
        div#nappe #carte {}
	div#nappe a#nappe-direct {
		margin-right: 45px;
	}
div#visu-accueil {
	margin: 4px 0 0 0;
	text-align: right;
}
div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 0 0 279px;
   text-transform: uppercase;
   color: #9D9D9D;
   font-size: 0.8em;
   padding: 0 0 5px 0;
   font-style: italic;
   border-bottom: 1px dotted #CCCCCC;
   height: 16px;
   line-height: 16px;
}
div.breadcrumbs .print {
	float: right;
}

div.breadcrumbs a {
	color: #9D9D9D;
	border: 0 none!important;
}

div.breadcrumbs a:hover{
	border-bottom: 1px dotted #9D9D9D;
}
 div.breadcrumbs span.lastitem { 
 
 }


div#content {
   padding: 0 20px 180px!important; 
   padding: 0 20px 260px; 
   background: #fff;
}
div.content-page-int {
   margin-top: -10px;
   clear: both;
}
div#main , div#main-accueil{
   margin-left: 279px; 
   line-height: 1.4em;
}
div#main-accueil {
	width: 395px;
}
div#contact-accueil {
	width: 255px;
	float: right;
}
div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 255px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}
	.box{
		background: url(images/box-bottom.jpg) no-repeat bottom;
		padding: 0 0 16px 0;
		color: #666;
                margin: 0 0 15px;
	}
		div#content div.box h2  {
			color: #00647D;
			font-size: 0.9em;
			border: 0 none;
			background: url(images/box-top.jpg) no-repeat;
			padding: 4px 0 0 22px;
			margin: 0;
			font-weight: 600;
		}
		div#missions ul, div#contact-accueil p {
			list-style-type: none;
			background: #E9E9E9 url(images/box-bg.jpg) repeat-x;
			border-left: 1px solid #DADADA;
			border-right: 1px solid #DADADA;
			font-size: 0.9em;
			padding: 15px 0 0 0;
			margin: 0;
		}
		div#missions ul li  {
			list-style-type: none;
			background: url(images/checkbox.png) no-repeat left top;
			margin: 0 15px 0;
			padding: 0 0 10px 23px;
			line-height: 15px;
		}
		div#contact-accueil a {
			color: #0D6077;
			text-decoration: underline;
		}
		div#contact-accueil a:hover {
			text-decoration: none;
		}
		div#contact-accueil span {
			display: block;
			font-weight: 600;
			margin: 5px 0;
		}
		div#contact-accueil img{
			float: left;
			padding: 25px 20px 0;
		}
		div#contact-accueil p {
			padding: 25px 0 0 70px;
			color: #333333;
		}
	p.more {
		background: url(images/puce-verte.png) no-repeat left center;
		float: right;
		padding: 0 20px 0 10px;
	}
		p.more a {
			text-decoration: underline;
			color: #666;
			font-size: 0.9em;
		}
		p.more a:hover {
			color: #0D6077;
		}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #333;
   background: #fff url(images/bg-footer.png) no-repeat center bottom; 
   height: 80px;
   padding: 0 20px;
   position: absolute;
   bottom: 0;
   width: 940px;
}
div#footer div.menu-footer {
	text-align: center;
}
div#footer div.menu-footer a{
	color: #333;
}
div#footer div.menu-footer a:hover{
	border-bottom: 1px dotted #333;
}
div#menu-footer1 {
	width: 440px;
	padding: 35px 0 0 58px;
}
div#menu-footer2 {
	width: 545px;
	padding: 10px 0 0 55px;
	font-size: 0.9em;
}
div.menu-footer li {
	display: inline;
	list-style-type: none;
	margin: 0 2px;
}

div#footer p#adresse {
   font-size: 0.9em;
   float: right;
   text-align: right;
}

div#footer p a {
   color: #333; /* needed becouse footer link would be same color as background otherwise */
   text-decoration: underline;
}
div#footer p a:hover {
	color:#0D6077;
}
div#footer p#rainbow {
	position: absolute;
	bottom: 5px;
	right: 20px;
	margin: 0;
}
/* 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 black;
}

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

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}
div.right49 p#lien-top a {
  border-bottom: 0 none!important;
  background: url(images/top.jpg) no-repeat right;
  padding: 0 18px 1px 0!important;
  line-height: 24px;
  display: block;
  height: 18px;
  color: #999;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
}
div.right49 p#lien-top a:hover {
  color: #00647D;
}


/********************
CONTENT STYLING
*********************/
div#content {
	overflow: hidden;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #006699; 
   text-align: left; 
/* some air around the text */
   padding-bottom: 1px;
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
   font-weight: 500;
   font-size: 2em;
}
div#main-accueil h2 {
	line-height: 1em;
}
div#main-accueil h2 span {
	color: #9E9FA3;
	display: block;
	font-size: 0.6em;
	line-height:1.4em;
}
div#content h3 {
   color: #006699; 
   font-size: 1.5em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
   font-weight: 500;
}
div#content h4 {
   color: #006699; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   color: #006699;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   color:#006699;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 0.92em;;
   margin: 0 0 11px;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* 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: 0.92em;
   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 */

/* TABLEAU */
table{
	border-collapse: collapse;
	line-height: 1.4em;
}

td, th {
border: thin solid #ccc;
padding: 5px;
}
th {
	text-align: center;
	font-weight: bold;
	background: #00C3F3;
	color: #fff;
}
/*-------------------------- SITEMAP ---------------------*/
div#content .sitemap 	{
	padding: 0; margin: 20px 0 30px 70px;
	font-family: Arial, Helvetica, Sans-Serif;
	overflow: visible;
}
		
div#content .sitemap ul {		
	display: block;
	list-style: none;
	margin: -11px 0; padding: 0;
	border: 0;
}
		
/* HACK >>> IE 5  Positioning with position relative <ul> Part I */
html + body .sitemap ul {position: relative; top: -10px;}

/* HACK >>> first margin for IE 6, after voice-family the hacks for gecko-based browsers and IE 5 (Win & Mac?) */
div#content .sitemap ul li 	{
	position: relative; top: 0px; left: -11px;
	margin: 10px 0 5px 0; padding: 0; 
	border: 0;
	margin: 10px 0 5px 10px; 
}
			
/* HACK >>> IE 5  Positioning with position relativ, display: inline fixes an ugly margin-effect in IE 5 */
html + body .sitemap ul li {display: inline; width: 100%; position: relative; top: 0px; left: -12px; margin: 10px 0 5px 0;}

div#content .sitemap a, div#content .sitemap a:visited {
	width: 18.4em; height: 1.5em;
	display: block; 
	margin: 0 0 0 3px; padding: 1px;
	font-weight: bold; font-size: 110%; line-height: 1.5em; 
	text-indent: 0.5em; text-align: left; text-decoration: none;
	margin: 0 0 0 -10px;
}

/* HACK >>> IE 5  (avoids an ugly effect with text-indent ) */
html + body .sitemap a, html + body .sitemap a:visited { text-indent: 0; padding: 0 0 0 8px; }

div#content .sitemap ul ul {	
	padding: 12px 0 18px 0;
	background: none;
}

/* HACK >>> IE 5  Positioning with position relative <ul> Part II  */
html + body .sitemap ul ul {position: relative; top: 0px; }
				
div#content .sitemap ul li li	{
	position: relative; top: 0px; left: 10px;
	margin: 10px 0 5px 1px; padding: 0 0 0 25px;
	left: 0px;
	/* margin: 10px 0 5px 1px; padding: 0 0 0 25px; */
}
			
/* HACK >>> IE 5  */
html + body .sitemap ul li li {position: relative; left: 12px; margin: 10px 0 5px 0;}

div#content sitemap ul li .sub-sub {
	/* position: relative;  top: 0px; */ left: 10px;
	margin: 10px 0 0 1px; /* padding: 0 0 0 25px;  */
	position: relative; top: 0px; left: 0px;
}

div#content .sitemap ul ul a, div#content .sitemap ul ul a:visited 	{
	width: 15.9em; height: 1.3em;
	margin: 0; /* padding: 1px; */
	font-size: 110%; line-height: 1.3em; font-weight: normal; text-indent: 0.4em; 
}

div#content .sitemap ul ul ul {margin: 0 0 30px 12px; padding: 12px 0 0 0;}

div#content .sitemap ul li li li	{
	position: relative; top: 10px; left: 0px;
	margin: 10px 0 5px 0; padding: 0 0 0 20px; 
}

/* 1 Pixel Difference position relative <ul> for gecko-based Browsers */
html>body .sitemap ul li li li {top: 10px;}

/* HACK >>> IE 5  Positioning with position relative <ul> Part II  */
html + body .sitemap ul li li li {top: 14px;}
																		
div#content .sitemap ul ul ul a, div#content .sitemap ul ul ul a:visited 	{
	width: 14.9em;
	padding: 1px;
	font-size: 100%;
}
					
/* HACK >>> IE 5  (avoids an ugly effect with text-indent ) */
html + body .sitemap ul ul a, html + body .sitemap ul ul a:visited {text-indent: 0; padding: 0 0 0 8px; }


/* ### Global Settings >>> colors, borders and images  ### */
div#content .sitemap 	{ border: 0; border-left: 1px solid #006699; }
div#content .sitemap ul li li	{color: #000; background:  url(images/line-01.png) left center no-repeat;}	
div#content .sitemap ul ul ul {border-left: 1px solid #006699; }
div#content .sitemap ul li .sub-sub {background:  url(images/line-01.png) top left no-repeat;}
div#content .sitemap a, div#content .sitemap a:visited	{color: #4F4F4F; border: 1px solid #006699; background: #FFF; }				
div#content .sitemap a:active, div#content .sitemap a:hover, div#content .sitemap a:focus,  a:focus .sffocus 	{color: #fff; border: 1px solid #006699; background: #00C7F9;}			
div#content .sitemap ul ul a, div#content .sitemap ul ul a:visited 	{color: #4F4F4F; border: 1px solid #9292A1;background: #FFF;}			
div#content .sitemap ul ul a:active, div#content .sitemap ul ul a:hover, div#content .sitemap ul ul a:focus	{color: #fff; border: 1px solid #006699;	background: #00C7F9; }	

/*LEGENDE*/
span.figure img {
  padding:5px;
}
span.figure {
width:310px;
text-align:center;
border:1px solid #ccc;
background-color:#f2f2f2;
/*float:left;*/
display: block;
margin: 10px;
}
span.figure p {
padding:0;
margin:0 0 5px 0;
font-family:Verdana, Arial, sans-serif;
font-style: italic;
font-size: 1em;
color:#333333;
}
/* End of 'Aprona : Top menu + 2 columns' */

