html,body {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
height:100%;
background-color:white;
}

#bandeau{
}

.bandeau{
font-size: 18px;
font-weight:bold;
	background-color:#000000;
	color:#ffffff;
}

#header {
height: 0px;
background-color: #99CCCC;
}
#conteneur {
min-height: 90%; height: auto !important; height:90%;width: 100%;
                        position: relative; top: 10%; 
}
#global {
     position: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
     width: 1000px;
}
#centre {
position:absolute;
top:120px;
background-color:#ffffff;
margin-left: 450px;
width:500px;
}
#gauche {
position: absolute;
left:10px;
width: 500px;
}
#pied {
position:absolute;
bottom:0px; left:0px;
text-align:center;
padding-top:5px;
font-size:14px;
width:100%;
height: 20px;
/*background-color: #a1c4ef;*/
background-color: #000000;
color:#ffffff;
}

#pied a {
	color:#ffffff;
	font-weight:bold;
}

#menu {
	position:absolute;
	top:50px;
	left:500px;
	}
	#menu a {
	color:#000000;
	font-size:10px;
	font-weight:bold;
}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}


#titrepage{
position:absolute;
}

#textepage{

}

#banniere {
	position:absolute;
	left:5px;
	top:550px;
}

.soustitre {
   background-color:#000000;
   color:#ffffff;
   padding:2px;
   margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

#plan {
	position:absolute;
	top:120px;
	left:350px;
}


/* utilisé pour le slide show*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 3px solid white;
}
.highslide:hover img {
	border: 3px solid white;
}

.highslide-image {
    border: 3px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    font-weight:bold;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

#idList {
	margin: 0;
	padding: 0;
}
 
#idList li {
	display: block;
	margin: 0;
	padding-left: 0px;
	text-align:right;
	width:200px;
	background: #ffffff;
	color: #000;
}

#idList li a{
	display: block;
	margin: 0;
	padding-left: 0px;
	text-align:right;
	width:200px;
	background: #ffffff;
	color: #000;
}