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

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

div#conteneur {
	width: 955px;
	height: 600px;
	position:relative;
	background-image:url(images/fond.jpg);
	background-repeat:no-repeat;
	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;
}


/*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; 
}
div#contenu {
	position: absolute;
	padding-left:20px;
	padding-right: 10px;
	width:665px; /* 675  sans prendre en compte le padding left*/
	height:210px;
	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;
}

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

input {
border:solid 1px #416683;
}


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

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 {
	padding-top:5px;
	padding-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:16px;
}

.gras {
font-weight: bolder;
}

.title_plus {
font-weight:bolder;
font-size:12px;
}

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

/*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;
}
/*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;
	text-align:center;
	font-weight:normal;
	color:#ee8007;
}

.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;
}

/*style print*/
.puce_print {display:none;}

.print {display:none;}

div#logo_print {display:none;}

/*style ICONE PDF*/
.Ico_pdf {
background:url("images/icone-pdf.gif") no-repeat scroll left center transparent;
height:15px;
padding-right:20px;
width:16px;
}

/*style site map*/

div#site_map {
	position: absolute;
	width:650px;
	height:10px;
	left: 12px;
	text-align:left;
	line-height:15px;
}

.sep_fil{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	}

.t10 {
font-size:10px;
}

.t12{
	font-size:12px;
}

.t14{
	font-size:14px;
}

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

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

.orange {
	color:#ee8007;
	}

