﻿/*
CSS : geohyd.css
date de création : 29/05/2009
version : 1.0
*/


/* GENERAL */
* {
	margin : 0;
	padding : 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color : #6e9bc0;
	text-align : left;
	color : #666666;
	font-family: "Lucida Sans";
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}


/* BLOC CONTENEUR */
#container {
	position: fixed!important; /* pour un bon affichage sous IE Mac*/
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 500px;
	margin-top: -250px;
	margin-left: -500px;
	text-align : left;
	border : 10px solid #fff;*/
}


/*IMAGE PAGE ACCUEIL*/
#container.accueil {
	background : #fff url(images/accueil.jpg);
}


/*IMAGES POLES*/
#container.sade {
	background : #fff url(images/sade.jpg);
}
#container.data {
	background : #fff url(images/data.jpg);
}
#container.adsi {
	background : #fff url(images/adsi.jpg);
}
#container.gire {
	background : #fff url(images/gire.jpg);
}
#container.international {
	background : #fff url(images/international.jpg);
}
#container.generik1 {
	background : #fff url(images/generik1.jpg);
}
#container.generik2 {
	background : #fff url(images/generik2.jpg);
}


/*BASELINE*/
#baseline {
	position: absolute;
	left: 280px;
	/*top: 115px;*/
	top:130px;
	background : transparent;
	float : left;
	width : 430px;
	text-align : left;
	color : #666666;
	font-family : "Lucida Sans";
	font-size: 18px;
	overflow: hidden;
	/*border-bottom: 1px #F8981D solid;*/
	padding: 0px 0px 4px 0px;
}


/* MENU PRINCIPAL */
#menu {
	padding : 0;
	margin : 0;
	list-style : none;
	margin-left : 776px;
	border-bottom : 1px dotted #FFFFFF;
	float : left;
}

#menu1 {
	padding : 0;
	margin : 0;
	margin-top: 55px;
	margin-left : 776px;
	width:220px;
	float : left;
	text-align:center;
	vertical-align:middle;
	height:200px;
}

#menu ul {
	list-style : none;
}

#menu li {
	float : left;
}

#menu li a {
	display : block;
	text-decoration : none;
	color : #666666;
	padding: 4px 10px 4px 10px;
	width: 204px;
	font-weight: normal;
	font-size : 12px;
	float : left;
}

#menu li a:hover {
	padding: 4px 10px 4px 10px;
	text-decoration : none;
	background: white;
	color : #F8981D;
}

#active {
	display : block;
	text-decoration : none;
	color : #FFFFFF;
	background-color:#F8981D;
	padding: 4px 10px 4px 10px;
	width: 204px;
	font-weight:normal;
	font-size : 12px;
}


/* BLOC SECONDAIRE */
#secondary {
	position: absolute;
	left: 0px;
	top: 0px;
	width : 225px;
	height : 500px;
	background : transparent;
	text-align : left;
	overflow: hidden;
}


/*TITRE PAGE*/
#title {
	display: block;
	position: absolute;
	left: 224px;
	top: 0px;
	width : 524px;
	height : 70px;
	background : transparent;
	text-align : right;
	overflow: auto;
	margin: 0px 10px 0px 10px;
	overflow: hidden;
}

#title h1 {
	background : transparent;
	float : left;
	width : 524px;
	text-align : right;
	color : #666666;
	font-family : "Lucida Sans";
	font-size: 20px;
	overflow: hidden;
	border-bottom: 1px #F8981D solid;
	margin: 0;
}


/*SUBMENU*/
#submenu {
	text-align : center;
	color : #000;
	font-family: Arial;
	font-size: 12px;
	margin: 35px;
}

#submenu p{
	color : #6e9bc0;
}


#submenu a {
	color : #6e9bc0;
	text-decoration : none;
	padding: 0px 5px 0px 5px;
}

#submenu a:hover {
	color : #FFF;
	background-color: #F8981D;
}

#odd {
	background-color: #E4E4E4;
}

#even {
	background-color: #F2F2F2;
}

/* BLOC D'INFORMATION */
#infoblock
{
	border: 0.5px solid #E3E6F3;
	font-size: 0.9em;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #F7F8FB;
	width: 150px;
	margin: 0;
	margin-left: 10px;
	padding:5px;
	text-align: justify;
}

/* BLOC CENTRAL */
#plain {
	position: absolute;
	left: 224px;
	top: 65px;
	width : 485px;
	height : 440px;
	background : transparent;
	text-align : left;
	overflow: auto;
	/*border-left : 1px solid #fff;*/
	/*border-right : 1px solid #fff;*/
	margin: 0;
	padding : 0px 15px 0px 50px;
	color: #666666;
}

#plain h1 {
	background : transparent;
	float : left;
	height : 35px;
	width : 530px;
	text-align : right;
	color : #666666;
	font-family : "Lucida Sans";
	font-size: 22px;
	overflow: hidden;
	border-bottom: 3px #F8981D solid;
	margin: 0;
}

#plain h2 {
	margin: 15px 0px 0px 0px;
	padding : 0;
	font-size: 18px;
	color: #F8981D;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
}

#plain h3 {
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	color: #666666;
	text-transform: none;
	font-family: "Arial";
	font-style: normal;
	font-weight: normal;
}

#plain h5 {
	color: #336699;
	display: inline;
	font-size: 12px;
	font-weight: normal;
}

#plain h6 {
	color: #999999;
	display: inline;
	font-size: 12px;
	font-weight: normal;
}

#plain ul {
	margin: 10px 10px 5px 60px;
	list-style-image: url(images/puce.png);
	list-style-position: outside;
}

#plain li {
	padding : 0px 0 5px 3px;
	font-size : 1em;
	line-height : 14px;
}

/* TABLEAUX */
#plain table {
	border-collapse: collapse;
	font-size: 0.9em;
	font-family: "Arial","sans-serif";
}

#plain th, td {
	border: 1px solid white;
	vertical-align:middle;
	padding-left:2px;	
}

#plain th {
	background-color: #F19600;
	color: #FFF;
	font-weight: bold;
	text-align:center;
}

#plain td {
	text-align:left;
}

/*
#plain td {
	padding-left : 2px;
	padding-right: 2px;
	text-align : justify;
	vertical-align:top;
}
*/

#plain a{
	color : #6e9bc0;
	text-decoration : none;
}

#plain a:hover {
	color : #6e9bc0;
	text-decoration : underline;
	font-weight: bold ;
}

#plain p {
	margin: 10px 0px 10px 0px;
	text-align : justify;
}

#plain img {
	text-align: center;
	display : block;
	margin-left : auto;
	margin-right : auto;
}

#info {
	color: #808080;
	padding: 10px 10px 10px 10px;
	background-color: #E5E5E5;
}


/* HEADER (NON UTILISE ACTUELLEMENT)*/
#header {
	display: block;
	position : absolute;
	text-align : right;
	top : -30px;
	width : 100%;
	color : #fff;
}

#header a {
	color : #fff;
	text-decoration : none;
}

#header a:hover {
	color : #fff;
	text-decoration : underline;
}


/* FOOTER */
#footer {
	display: block;
	position : absolute;
	text-align : center;
	bottom : -30px;
	left : 0;
	width : 100%;
	color : #fff;
}

#footer a {
	color : #fff;
	text-decoration : none;
}

#footer a:hover {
	color : #fff;
	text-decoration : underline;
}
