﻿@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
}

div#conteneur {
	width: 955px;
	height: 600px;
	position:relative;
	background-image:url(images/fond_interne.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

div#conteneur_applyOnline {
	width: 955px;
	height: 600px;
	position:relative;
	background:#191f39;
	margin:0px;
	padding:0px;
}

/*header_left*/
div#header_left {
	height:100px;
	width:300px;
	position:absolute;
	left:0px;
	top:0px;
}
div#logo {
	width:244px;
	height:67px;
	background-image:url(images/geoservices_logo.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:10px;
}
/*header_right*/
div#header_right {
	position:absolute;
	height:50px;
	width:655px;
	top: 35px;
	left: 300px;
}
div#space_liens {
	height:20px;
	width:655px;
	position:absolute;
	top:0px;
	left:0px;
	text-align: left;
}
.back_home {
	margin-left:142px;
	width:250px;
}
.liens_blanc {
	margin-left:20px;
	width:100px;
}
div#input {
	position:absolute;
	top:0px;
	left: 450px;
}

div#ligne {
	position: absolute;
	width:117px;
	height: 30px;
	top:101px;
	left: 597px;
	border-bottom:1px solid white;
}

div#ok {
padding-left:5px;
}

input {
border:solid 1px #416683;
}

/*menu*/
div#menus{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:regular;
	color:#ffffff;
	text-align:center;
	position: absolute;
	text-decoration:none;
	width:600px;
	height: 30px;
	z-index:1;
	top: 100px;
	left: 1px;
}

div.menuLevel1{
	width: 118px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:2;
	font-size: 13px;
	font-weight: regular;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	text-align:center;
	border: solid 1px #FFFFFF;	
}
div.menuLevel1 a:hover{
	text-decoration:none;
	background: #767485;
}
div.menuLevel1 a{
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: white;
}
div.menuLevel1 a:hover{
	text-decoration:none;
	color: #ec810a;

}
div.menuLevel2{
	width: 120px;
	position: absolute;
	display: none;
	background: #767485;
	font-size: 11px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
	z-index:3;	
	filter:alpha(opacity=100);   /* Internet Explorer 6     */
  -moz-opacity:1;           /* Mozilla 1.6 et infér.   */
  opacity: 1;               /* CSS3 et Mozilla récents */
}
div.menuLevel2Txt{
	width: 120px;
	position: absolute;
	display: none;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
	z-index:4;
}

div.menuLevel2Txt a{
	font-size: 11px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: white;
	padding:0px;
}
div.menuLevel2Txt a:hover{
	text-decoration:none;
	color: #ec810a;

}
div.menuLevel3{
	width: 118px;
	position: absolute;
	display: none;
	background: #ACACAC;
	font-size: 11px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
	z-index:5;
	filter:alpha(opacity=100);   /* Internet Explorer 6     */
  -moz-opacity:1;           /* Mozilla 1.6 et infér.   */
  opacity: 1;               /* CSS3 et Mozilla récents */
}

div.menuLevel3Txt{
	width: 118px;
	position: absolute;
	display: none;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
	z-index:6;
}

div.menuLevel3Txt a{
	font-size: 11px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: white;
	padding:0px;
}
div.menuLevel3Txt a:hover{
	text-decoration:none;
	color: #ec810a;

}
ul.menu{
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 2px;
	margin : 0px;
}

li.menuLevel2 {
	padding : 3px 0px 3px 0px;	
	margin : 0px;
	list-style-type: none;
}

li.menuLevel3 {
	padding: 3px 0px 3px 0px;	
	margin : 0px;
	list-style-type: none;
}
/*contenu texte*/

h1 {
	margin: 0 0 20px 0px;
	padding: 0 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight: normal;
	background: url(images/carre_orange.gif) no-repeat left center; 
}

h2.titre1 {
	margin: 20px 0 20px 0px;
	padding: 0 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:normal;
	background: url(images/carre_orange.gif) no-repeat left center; 
}


div#contenu {
	position: absolute;
	padding-left:20px;
	padding-right: 10px;
	width:665px; /* 675  sans prendre en compte le padding left*/
	height:320px;
	top:180px;
	left: -2px;
	text-align: left;
	overflow:auto;
	scrollbar-face-color:#13162C;
	scrollbar-shadow-color:  #13162C;
	scrollbar-highlight-color:  #ffffff;
	scrollbar-3dlight-color: #13162C;
	scrollbar-darkshadow-color:#13162C;
	scrollbar-track-color: #13162C;
	scrollbar-arrow-color: orange;
}

h2 {
	margin: 0 0 10 0px;
	padding: 0 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ee8007;
	font-size: 12px;
	font-weight:normal;
	background: url(images/titre_triangle_orange.gif) no-repeat left center; 
}

div#texte, div.geoworlIntroduction {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:15px;
}

div#texte, div.div.geoworlIntroduction {
	padding-top:5px;
	padding-bottom: 5px;
}

/*tableau photo*/
div#photos {
	position: absolute;
	width: 241px;
	height: 280px;
	left: 714px;
	top: 131px;
}

/*liens navigation bas*/
div#nav_bas {
	top: 550px;
	left:  0px;
	position: absolute;
	height:50px;
	width:955px;
}

div#liens_nav_bas {
	position: absolute;
	left:355px;
	text-align:center;
}
div#liens_pictos {
	position: absolute;
	left:715px;
	width:240px;
	top:20px;
}

/*liens*/
a.back_home {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ee8007;
}
a.liens_blanc {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	color:#ffffff;
}
a.liens_bottom_white {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	color:#FFFFFF;
	height:10px;
}
a.liens_bottom_grey {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#868788;
	height:10px;
}

a.texte_lien{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration: underline;
}

a.liens_txt {
	padding-top:5px;
	padding-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:16px;
	text-decoration:underline;
}

/*Liens fil ariane*/

div#fil_ariane {
	position: absolute;
	width:650px;
	height:10px;
	top: 120px;
	left: 0px;
	padding:20px;
	text-align: left;
}

.sep_fil{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	height:10px;
}
	
span.ariane_on {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	color:#ee8007;
	height:10px;
}

.t10 {
font-size:10px;
}


.t12{
	font-size:12px;
}

div#fil_ariane a:link {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	color:#FFFFFF;
	height:10px;
}
div#fil_ariane a:visited {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	color:#FFFFFF;
	height:10px;
}
div#fil_ariane a:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	color:#ee8007;
	height:10px;
}
div#fil_ariane a:active {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	color:#FFFFFF;
	height:10px;
}

div#fil_ariane_1{
	font-size:11px;
}

/* style polices */ 
.gras {
font-weight: bolder;
}

/*Ico pdf*/
.Ico_pdf {
	width:16px;
	height:15px;
	background: url(images/icone-pdf.gif) no-repeat left ; 
	padding-right:20px;
}

.Ico_vide{
width:16px;
height:15px;
padding-right:24px;
}


/*CSS WORLDWIDE  : MAJ 10/04/2008 DAMIEN*/

span.ariane_off {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	color:#ffffff;
	height:10px;
}

div#fil_ariane_worlwide {
	position: absolute;
	width:900px;
	height:10px;
	top: 120px;
	left: 0px;
	padding:20px;
	text-align: left;
}

div#fil_ariane_worlwide span#worldwide {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	color:#FFFFFF;
}

div#fil_ariane_worlwide a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	font-weight:normal;
	color:#FFFFFF;
}

div#fil_ariane_worlwide a:hover {
	color:#ee8007;
}

div#nav_bas_ww {
	top: 550px;
	left:  0px;
	position: absolute;
	height:50px;
	width:955px;
}

h2#liste_pays {
	margin  : 10px 0 10px 20px;
	padding : 0   0 0   20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight : normal;
	color:#ee8007;
	font-size: 12px;
	/*background: url(images/titre_triangle_orange.gif) no-repeat left center;*/
	background : none; 
}

h2#liste_pays span , h2#liste_pays span a{
	margin  : 0px;
	padding : 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

div#bloc_districts {
	position: absolute;
	padding-left:;
	padding :  0   12px 0 20px;
	margin  : 30px  0   0  0;
	width:900px;
	height:300px; 
	top: 180px;
	left: 4px;
	text-align: left;
	overflow:auto;
	scrollbar-face-color:#13162C;
	scrollbar-shadow-color:  #13162C;
	scrollbar-highlight-color:  #ffffff;
	scrollbar-3dlight-color: #13162C;
	scrollbar-darkshadow-color:#13162C;
	scrollbar-track-color: #13162C;
	scrollbar-arrow-color: orange;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}

div#bloc_districts a{
text-decoration : none;
color:#ee8007;
}

div#bloc_districts a.district{
color:#ffffff;
font-size:16px;
padding-left : 20px;
background: url(images/carre_orange.gif) no-repeat left center; 
}

div#bloc_districts span.titre_section{
color:#ee8007;
}

div#bloc_districts td.liste_bases{
padding-left : 20px;
}

div#bloc_districts td.liste_bases span{
padding-left : 20px;
background: url(images/titre_triangle_orange.gif) no-repeat left center;*/
color:#ee8007;
}

div#bloc_districts td.liste_bases a{
color:#ffffff;
}

div#bloc_districts td.liste_bases a#selected{
color:#ee8007;
}

h1#titre_district{
margin  : 20px 0 0 0;
padding : 0 0 0 20px;
}

h1#titre_district a:link , h1#titre_district a:hover , h1#titre_district a:visited ,  h1#titre_district a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 16px;
	text-decoration:none;
}

div#ligne2 {
	position: absolute;
	width:358px;
	height: 30px;
	top:101px;
	left: 597px;
	border-bottom:1px solid white;
}
span#worldwide a.selected{
color:#ee8007;
}

.puce_print {display:none;}

.print {display:none;}

div#logo_print {display:none;}

.orange {
color:#ee8007;
}

	
/* STYLE PUBLICATION GEOWORLD */
.clear{clear:both;}

div.geoworldAcrticle h2 {
font-weight: bold;
margin-bottom: 15px;
}

div.geoworldAcrticle h2 em{
font-weight: normal;
font-style: normal;
}

div.geoworldAcrticle p, div.geoworlIntroduction p  {
line-height : 14px;
margin: 0px;
}

div.geoworldAcrticle ul {
list-style: none;
margin : 5px 0px 30px 0px;
padding: 0px;
line-height: 16px;
}

div.geoworldAcrticle ul li{
background: url(images/puce_tiret.gif) no-repeat left 8px;
padding-left: 10px;
margin: 0px;
}

div.picArticle{
float: left;
margin-right: 10px;
margin-bottom: 5px;
width: 80px;
text-align: center;
}

div.picArticle a{display: block; color: white;}
div.picArticle a img{border: none; margin-bottom: 3px;}

div.geoworldAcrticle div.picArticle{margin-left: 22px;}

div.geoworldAcrticle {
margin-top: 10px;
}

div.geoworldAcrticle ul, div.geoworldAcrticle p {
width: 553px;
float: right;
}

div.geoworldAcrticle div.picArticle{margin-left: 0px; margin-bottom: 30px;}