/* ========================== General styles ========================== */

body {
	margin: 0; /* no margin */
	background-color:#ffffff; /* white background */
} 

img {
	border: 0; /* no border for images */
}

table {
	border-collapse: collapse;
	border-width : 0;
	border-spacing: 0;
	padding : 0;
	text-align: center;
}	 

p, ul, ol, td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; 
	vertical-align : top;
	text-align: left;
}

div {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; 
	text-align: left;
}

a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; 
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

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

/* Text in a <pre> element is displayed in a fixed-width font (usually Courier),*/
/* and it preserves both spaces and line breaks. */
pre {
	font-size : 12px; 
	padding:0px 30px;
}

/* --- Images "display block" to avoid additional pixels under the image with IE --- */
img.bloc {
	display: block;
	}

/* ========================== Sections (div) of the page ========================== */

/* --- Background behind the header --- */
#header_background {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	background: url("../Images/frise.png") repeat-x left top;
}

/* --- Header with isgi logo, titles and partners logos --- */
#header_top {
	margin: 0px auto; 
	width: 960px;
	height: 160px;
	position: relative;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

#logo_isgi {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 100%;
	background-color: #ffffff;
	padding: 9px 10px;
}

#titles {
	position: absolute;
	left: 140px;
	width: 640px;
	height: 160px;
	background-color: #ffffff; /*	For old browsers */
	background-image:linear-gradient(to right, white, #e1e1e1); /* W3C */
	background-image:-moz-linear-gradient(left, #ffffff, #e1e1e1); /* Firefox3.6+ */
	background-image:-webkit-linear-gradient(left, #ffffff, #e1e1e1); /* Chrome10+,Safari5.1+ */
	background-image:-o-linear-gradient(left, #ffffff, #e1e1e1); /* Opera 11.10+ */
	background-image:-ms-linear-gradient(left, #ffffff, #e1e1e1); /* IE10+ */
}

#title_siig, #title_isgi {
	position: absolute;
	left: 0;
	top: 0;
	color: #006699;
	font-size : 24px; 
	font-weight: bold;
	text-shadow: -2px 2px 1px rgb(170, 170, 170);
}

#title_siig {
	padding : 50px 0 0 20px;
}

#title_isgi {
	font-style : italic;
	padding : 110px 0 0 20px;
}

#logos_insts {
	position: absolute;
	top: 0px;
	left: 779px;
	width: 179px;
	height: 100%;
	background-color: #ffffff;
	border-left: solid 1px #cccccc;
}

#logo_iaga {
	position: absolute;
	top: 5px;
	left: 10px;
}
#logo_wds {
	position: absolute;
	top: 2px;
	left: 78px;
}
#logo_cnrs {
	position: absolute;
	top: 61px;
	left: 18px;
}
#logo_cnes {
	position: absolute;
	top: 68px;
	left: 87px;
}
#logo_uds {
	position: absolute;
	top: 115px;
	left: 5px;
}
#logo_eost {
	position: absolute;
	top: 119px;
	left: 120px;
}

/* --- Dropdown menu --- */
#header_menu {
	margin: 0px auto;
	width: 960px;
	height: 40px;
	position: relative;
	background-color: #006699;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

/* --- Main part of the page (for text...) --- */
#container {
	margin: 0px auto;
	padding: 1px 0px;
	width: 960px;
	position: relative;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

/* --- Footer --- */
#footer {
	margin: 0px auto;
	padding: 10px 0;
	width: 960px;
	position: relative;
	text-align: center;
	font-size : 14px;
	color: #999999;
	font-weight: bold;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

/* - Place used for the graph  - */
#graph1, #graph2 {
	position: relative;
	width: 720px;
	height: 200px;
	margin: 0 auto;
}
#graph_availd {
	position: relative;
	width: 720px;
	height: 160px;
	margin: 0 auto;
}

/* ========================== Dropdown menu of the header ========================== */

#header_menu ul, #header_menu li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#header_menu li a{
	display:block;
	color: #e1e1e1;
}

/* --- Level 1 --- */

#header_menu .level1 li {
	float: left;
	background: url("../Images/barre.png") no-repeat scroll right top transparent;
}

#header_menu .level1 li a{
	font-size: 14px;
	line-height: 40px;
	padding: 0px 20px;
}
#header_menu .level1 li a.icon_home{
	line-height: 0px;
	padding: 0px 10px;
}

#header_menu .level1 li:hover {
	background-color: #003366;
}

#header_menu .level1 li a:hover {
	color: #ffffff;
}

/* --- Level 2 --- */

#header_menu .level2 {
	display: none;
	position: absolute;
	z-index:9000;
}
#header_menu li:hover .level2 {
	display: block;
}


#header_menu .level2 li {
	float: none;
	background: #003366;
	opacity: 0.9;
}
#header_menu .level2 li a {
	font-size: 14px;
	line-height: 30px;
	padding: 0px 15px;
}
#header_menu .level2 li.submenu a {
	font-size: 12px;
	line-height: 20px;
	padding-left: 30px;
}
#header_menu .level2 li:hover{
	background: #006699;
}
#header_menu .level2 li a:hover{
	color: #ffffff;
}


/* ========================== Particular styles used in the main part of the pages (container) ========================== */

hr {
	border : 0;
	width: 80%;
	height : 2px;
	background-color: #cccccc; /* For old browsers */
	background-image: linear-gradient(to right,#ffffff,#cccccc,#ffffff); /* W3C */
	background-image:-moz-linear-gradient(left,#ffffff,#cccccc,#ffffff); /* Firefox3.6+ */
	background-image:-webkit-linear-gradient(left,#ffffff,#cccccc,#ffffff); /* Chrome10+,Safari5.1+ */
	background-image:-o-linear-gradient(left,#ffffff,#cccccc,#ffffff); /* Opera 11.10+ */
	background-image:-ms-linear-gradient(left,#ffffff,#cccccc,#ffffff); /* IE10+ */
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px; 
	font-weight: bold;
	color: #003366;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px; 
	font-weight: normal;
	color: #003366;
	text-align: center;
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px; 
	font-weight: bold;
	color: #006699;
	padding:0px 30px;
	text-align: left;
}

p.breadcrumb {
	padding-left: 15px;
	font-size : 11px;
}
p.breadcrumb a {
	font-size : 11px; 
}

p.graphp {
	font-weight: bold;
	text-align: justify;
	padding-left: 80px;
	padding-right: 80px;
}

p.text1 {
	font-size: 14px;
	padding:0px 30px;
	text-align: justify;
	line-height: 1.5;
}
p.text1 a, ul, li{
	font-size: 14px;
}
p.text2 {
	font-size: 12px;
	padding:0px 30px;
	text-align: justify;
	line-height: 1.5;
}
p.text2 a {
	font-size: 12px;
}
.autart {
	font-weight: bold;
	color: #990000;
}

td.listind {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-align: center;
	padding-bottom:5px;
	border-bottom: solid 1px #cccccc;
}

td.titind {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #e1e1e1;
	border: solid 1px #cccccc;
	padding: 5px;
}
td.datind {
	font-size: 13px;
	text-align: justify;
	border: solid 1px #cccccc;
	padding: 5px;
}
td.datind2 {
	font-size: 13px;
	text-align: justify;
	padding: 5px;
}
td.datind3 {
	font-size: 12px;
	text-align: center;
	padding: 2px;
	border: solid 1px #666666;
}
td.datind4 {
	font-size: 12px;
	text-align: left;
	padding: 2px 2px 2px 10px;
	border: solid 1px #666666;
}
td.datind5 {
    font-size: 14px;
    text-align: justify;
	padding: 0px 30px;
    line-height: 1.5;
}

td.coll_logo {
	width: 100px;
	padding-top: 5px;
	padding-left: 10px;
}
td.coll_addr {
	width: 300px;
	padding-top: 5px;
	padding-bottom:20px;
}

td.obsindt {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom:10px;
}
td.obsind {
	font-size: 14px;
	text-align: left;
	padding-bottom:10px;
}

td.titledd {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-align: left;
	padding-bottom:10px;
	padding-top:10px;
}
td.titledd hr {
	border : 0;
	border-top : 2px solid #006699;
	width: 100%;
}
td.datad {
	padding-left:30px;
}

td.titpub {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
td.expub {
	font-style: italic;
	text-align: center;
	padding-bottom: 5px;
}

td.titobs {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #e1e1e1;
	border: solid 1px #cccccc;
	padding: 5px;
}
td.titobs2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #f1f1f1;
	border: solid 1px #cccccc;
	padding: 5px;
}
td.datobs {
	font-size: 14px;
	border: solid 1px #cccccc;
	padding: 5px;
}
#carteObs {
	width: 400px;
	height: 250px;
	border: solid 1px #cccccc;
	padding: 0px;
	overflow: hidden;
}
#mapObs{
	width: 900px;
	height: 450px;
	border: solid 1px #cccccc;
    margin-left:29px;
	padding: 0px;
	overflow: hidden;
}
#mapAlpha{
	width: 900px;
	height: 800px;
	border: solid 1px #cccccc;
    margin-left:29px;
	padding: 0px;
	overflow: hidden;
}
input.submit {
	color: white;
	background-color: #006699;
	border-radius: 5px 5px 5px 5px;
}
select {
	font-size: 12px;
}

ul.plist {
	font-size: 14px;
	padding-left: 100px;
	padding-right: 30px;
	line-height: 1.5;
}
ul.plist a {
	font-size: 14px;
}

ol.txtlist, ul.txtlist {
	font-size: 14px;
	padding: 0px 30px 0px 80px;
	line-height: 1.5;
	text-align: justify;
}
ul.plist2 {
	font-size: 14px;
	padding-left: 150px;
	line-height: 1.5;
}

a.pdflink {
	padding: 0px 0px 10px 25px;
	background: url('../Images/pdficon_small.png') no-repeat scroll 5px 0px;
}

/* - For the images of the map in indices description - */
#obs_ind {
	float:right;
	padding:0 30px 10px 30px;
}
p.nodata {
	font-size: 14px;
	font-weight: bold;
	font-style : italic;
	text-align: center;
	padding: 20px 0px;
	color: #666666;
}

/* ========================== Particular styles used in the footer of the pages ========================== */

#footer a {
	color: #999999;
}
#footer a:hover {
	color: #003366;
}


