﻿a {
	text-decoration: underline;
	color: #000000;
}

body{
	position:relative;
	min-width:985px;
	margin:auto;
	background-image: url(images/body.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center;
	font-family: Segoe UI, Geometric, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	}
	
.fat{color:#999999;
	font-size: 25px;
	font-family: Segoe UI, Arial, sans-serif;}

#gard{position:absolute;
	left:383px;
	top:362px;
	}
	
#gard-secteurs{position:absolute;
	top:0px;
	left:450px;}

#gard-conseillers{position:relative;
	left:70px;}
	
@font-face {
	font-family: 'Geometric';
	src: url('/images/Geometric 706 Medium BT.eot?') format('eot');
	src: local('☺'),
			url('/images/Geometric 706 Medium BT.woff') format('woff'),
			url('/images/Geometric 706 Medium BT.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

#holder{	
	position:relative;
	top:20px;
	/*background:url(../background.jpg) no-repeat 50% 0; */
	width:985px;
	margin:auto;
	/*background-color:red;
	opacity: 0.8;*/
}

#sub-holder{
	top:0px;
	width:985px;
	margin:auto;
	position:relative;
	/*background-color:blue;
	opacity: 0.8;*/
}

#APhaut{
	position:relative;
	left:0px;
	top:-34px;
	width:985px;
	min-height:50px;
	background-color:#92fffd;
	z-index:-2;
}

#logo{
	position:absolute;
	left:58px;
	top:10px;
}

.logos{
	position:relative;
	top:25px;
	left:-15px;
}

#logopetit{
	position:absolute;
	left:0px;
	top:0px;
}

#border{
	position:absolute;
	left:px;
	top:0px;
	width:984px;
	height:460px;
	border-right: solid 1px black;
	border-left: solid 1px black;
	z-index:-1;
}	

#titre{
	position:relative;
	left:73px;
	top:-42px;
	color:#999999;
	width:80%;
	font-size: 54px;
	font-family: Segoe UI, Arial, sans-serif;
}

#contenu{
	position:relative;
	left:0px;
	top:-35px;
	width:830px;
	min-height:262px;
	padding-right:77px;
	padding-left:77px;
	padding-bottom:25px;
	border-right: solid 1px black;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

#menuacces{
	left: 183px;
	top:62px;
	position:absolute;
	font-size: 22px;
	z-index:2;
}

.menuitemsacces{
	margin-right:30px;
}

a.menuitemsacces:link {text-decoration:none;}
a.menuitemsacces:visited {text-decoration:none;}
a.menuitemsacces:hover {text-decoration:underline;}

#menuordre{
	left: 8px;
	top:-48px;
	margin:auto;
	position:relative;
}

.menuitemsordre{
	margin-left:15px;
	font-size: 22px;
	color: #9e9e9e;
}

a.menuitemsordre:link {text-decoration:none;}
a.menuitemsordre:visited {text-decoration:none;}
a.menuitemsordre:hover {color: #e6e6e6;} 
a.menuitemsordre:active {color: #92fffd;} 

#selector{
	position:absolute;
	right:0px;
}

#selectorindex{
	position:absolute;
	left:42px;
	top:37px;
	z-index:2;
}

#selectorurgences{
	position:absolute;
	left:157px;
	top:37px;
	z-index:2;
}

#selectorannuaire{
	position:absolute;
	left:279px;
	top:37px;
	z-index:2;
}

#selectorconseil{
	position:absolute;
	left:398px;
	top:37px;
	z-index:2;
}

#selectorcontact{
	position:absolute;
	left:510px;
	top:37px;
	z-index:2;
}

#selectorliens{
	position:absolute;
	left:595px;
	top:37px;
	z-index:2;
}

#selectoracces{
	position:absolute;
	left:810px;
	top:37px;
	z-index:2;
}

#accueil{
	position:relative;
	left:0px;
}

#urgences{
	position:relative;
	left:13px;
}

#conseil{
	position:relative;
	left:50px;
}

#annuaire{
	position:relative;
	left:23px;
}

#contact{
	position:relative;
	left:62px;
}

#liens{
	position:relative;
	left:72px;
}

#acces{
	position:relative;
	left:217px;
}

#mentions {
	position: relative;
	left:0px;
	top:-40px;
	height:60px;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}

.italic{font-style: italic;}



#menu{
	position:relative;
	top:0px;
}

#s3slider {
    width: 478px; /* important to be same as image width */
    height: 317px; /* important to be same as image height */
	position:relative;
	left:460px;
	top:45px;
	border: solid 1px black;
	overflow: hidden; /*for li dot*/
	background-color:black;
}

#s3sliderContent {
    position: relative;
    top: -33px;
	left:-40px;
}
 
.s3sliderImage {
    /*float: left;  important */
    position: relative; /* important */
    display: none; /* important */
}
 
.s3sliderImage span {
    position: absolute; /* important */
    left: 0;
    font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 374px;
    background-color: ;
    filter: alpha(opacity=70); /* here you can set the opacity of box with text */
    -moz-opacity: 0.7; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
    opacity: 0.7; /* here you can set the opacity of box with text */
    color: #fff;
    display: none; /* important */
    top: 0; /*
        if you put top: 0;  -> the box with text will be shown 
                                at the top of the image
        if you put bottom: 0;  -> the box with text will be shown 
                                at the bottom of the image
    */
}
 
.clear {
    clear: both;
}

#googlemaps{
    position: absolute;
	left: 370px;
	top: -60px;
}