﻿/* CSS Document */
	
body {
	margin: 0;
	padding: 0;
	
	background-color: #e0ece7;

	
}
	
#Page {
	position: relative;
	margin: auto;
	width: 990px;	
	
	background-color: #fff;
	
	
}

/*****************************
******** Menu-Haut ***********
*****************************/
#Menu-Haut {
	position: absolute;
	top: 0;
	left: 0;
	height: 33px;
	
	z-index: 300;
}

#Menu-Haut ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#Menu-Haut ul li {
	float: left;
	padding: 0;
	margin: 0;

	display:block;
}

#Menu-Haut img {
	border: 0;
}

#Menu-Haut ul li a{
	display:block;
}

/* --- menu déroulants --- */

.dropmenu{
	display: none;	
	position: absolute;
	z-index: 99999;
	
	max-width: 400px;
	
	background-image: url('../images/bg-dropmenu.png');	
	padding: 8px 10px 7px 10px;
	margin-left: 6px;
}

.dropmenu a{
	color: #fff;
	text-decoration: none;
	
	display:inline;
	line-height:1.8em;
}

.dropmenu a.actif,
.dropmenu a:hover{
	color: #99d5ff;
}

#Menu-Haut ul li div.dropmenu ul{

}

#Menu-Haut ul li div.dropmenu ul li{
	float: none;
	display:block;
}


#Menu-Haut ul li:hover div.dropmenu,
#Menu-Haut ul li:hover div.dropmenu:hover{
	display:block;
}

/*****************************
******** Entete **************
*****************************/
#Entete {
	height: 319px;
}

#Logo {
	position: absolute;
	top: 51px;
	left: 87px;
	z-index: 210;
}

#Logo img {
	border: 0;
}

#Entete-Cadre {
	position: absolute;
	top: 33px;
	left: 0;
	
	z-index: 200;
}

#Entete-Photos {
	position: absolute;
	top: 33px;
	left: 0;
}

#Entete-Photos div {
	position: absolute;
}


/*****************************
******** Principal ***********
*****************************/
#Principal {
	padding-top: 10px;
	background-image: url(../images/fond-principal.png);
	background-repeat: no-repeat;
}

#Contenu {
	min-height: 400px;
}

* html #Contenu {
	height: 400px;
}

#Colonne-Gauche {
	float: left;

	width: 250px;
}

#Sous-Menu {
	font-size: 13px;
	line-height: 16px;
}

#Sous-Menu a {
	color: #5f5e6d;
	text-decoration: none;
	
	display: block;
	padding-left: 10px;
	background-image: url(../images/menu-puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

#Sous-Menu a:hover,
#Sous-Menu .actif {
	color: #006ba8;
}

#Sous-Menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#Sous-Menu ul li {
	padding: 0;
	margin: 0;
	
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	background-image: url(../images/ligne-sous-menu.gif);
	background-repeat: no-repeat;
	background-position: bottom left;

}

#Sous-Menu ul li ul li {
	background: none !important;
	padding-bottom: 0;
}

#Liens {
	padding-left: 32px;
}

#Liens img {
	border: 0;
}

#Colonne-Droite {
	float: right;

	width: 713px;
	padding-right: 24px;
}

#Section {
	background-image: url(../images/fond-section.gif);
	background-repeat: repeat-y;
	
	color: #ffffff;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#Pied {
	position: relative;
	font-size: 11px;
	height: 25px;
	
	background-image: url(../images/pied.gif);
	background-repeat: no-repeat;
	
	height: 130px;
	
	color: #fff;
	
}

#Pied a {
	color: #fff;
}

#Copyright {
	position: absolute;
	left: 250px;
	top: 90px;
}


#Realisation {
	position: absolute;
	right: 63px;
	top: 87px;
	text-align: right;
}

#Intranet {
	font-size: 13px;
	font-weight: bold;
}

#Recherche {
	position: absolute;
	top: 96px;
	left: 33px;
}

#HautPage {
	position: absolute;
	top: 40px;
	right: 33px;
}

#Partager {
	position: absolute;
	top: 37px;
	left: 250px;
	width: 150px;
}

#Recherche input {
	width: 190px;
}

#Recherche form {
	padding: 0;
	margin: 0;
}

.partenaires-especes-en-peril{
	overflow:hidden;
	background-image:url(../images/partenaires/partenaires_financiers_fond.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

div.especeEnPeril{
	float: left;
	width: 226px;
	height: 195px;
	text-align: center;
}

/*Bandeau de droite de la page 74*/

div.bandeau-droite-74{
	float:left;
	width: 188px;
	text-align: right;
	background-color: #ffffff;
}

div.bandeau-droite-74 img{
	margin-top: 25px;
	max-width: 175px;
	border: 0px;
}