body {
	margin: 0;
	padding: 0;
	
	background-color: #a8c8e9;
	background-image: url(../images/fond-site.gif);
	background-repeat: repeat-x;
}
	
#Page {
	position: relative;
	margin: auto;
	width: 984px;
	
	background-color: #77accb;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}


/*-------------------------------------------
/* Entete
/**/

.accueil #Entete {
	height: 189px;
}

.texte #Entete {
	height: 160px;
}

#Entete {
	position: relative;
	z-index: 2000;
}

#Logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#Logo img {
	border: 0;
}

#Menu-Haut {
	height: 39px;
	padding-left: 34px;

	background-repeat: no-repeat;
	
	position: absolute;
	top: 0;
	right: 0;
}

.langue_en #Menu-Haut {
	background-image: url(../en/images/menu-haut.gif);
	width: 328px;
}

.langue_fr #Menu-Haut {
	background-image: url(../fr/images/fond-menu-haut.gif);
	width: 400px;
}

#Menu-Haut img {
	float: left;
	border: 0;
}

#Recherche {
	position: absolute;
	top: 55px;
	
	width: 210px;
	height: 35px;
	
	padding-top: 4px;
	
	background-repeat: no-repeat;
	background-position: 0 6px ;
}

.langue_fr #Recherche {
	background-image: url(/fr/images/fond-recherche.gif);
	padding-left: 80px;
	left: 675px;
}

.langue_en #Recherche {
	background-image: url(/en/images/fond-recherche.gif);
	padding-left: 55px;
	left: 700px;
}

#txtRecherche {
	border: 1px solid #fff;
	height: 18px;
	width: 190px;
}

#cmdRecherche {
	position: absolute;
	right: 0;
	top: 0;
}

#Menu {
	position: absolute;
	top: 125px;
	
	height: 31px;
	
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#Menu img {
	float: left;
	border: 0;
}


/*---------------------------------------
*	Principal
*/

.accueil #Principal {
	background-image: url(../images/fond-principal-accueil.gif);
	background-repeat: repeat-y;
}

.accueil #Colonne-Gauche {
	width: 329px;
	
	float: left;
}

.texte #Colonne-Gauche {
	width: 218px;
	float: left;
}


/*----------------------------------------
/* Sous-Menu 
/**/

#Haut-Sous-Menu {
	width: 218px;
	height: 54px;
	
	background-image: url(../images/haut-sous-menu.gif);
	background-repeat: no-repeat;
}

#Sous-Menu {
	padding-bottom: 178px;

	background-image: url(../images/bas-sous-menu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #a8c7e9;
}

#Sous-Menu a {
	text-decoration: none;
	color: #231f20;
}

#Sous-Menu a:hover,
#Sous-Menu .actif {
	color: #fff;
}

#Sous-Menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Sous-Menu ul li {
	border-bottom: 1px solid #fff;
	width: 184px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Sous-Menu ul li ul li {
	border: 0 !important;
	width: auto !important;
	padding-right: 0 !important;
}

#Section {
	background-color: #fff;
	
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-top: 5px;
	
	color: #b90000;
	font-size: 14px;
	font-weight: bold;
}


/*------------------------------------
*   drop menu par sébastien
*------------------------------------*/

.dropmenu {
    overflow: hidden;
    position: absolute;
    top: 158px;
   
    width: 252px;
    
    /*display: none;*/
    visibility: hidden;
}

.bas-dropmenu {
	background-image: url(../images/coin-menu-deroulant.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
	width: 252px;
}

.dropmenu ul {
	background-color: #a8c7e9;
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 2px solid #fff;
}

.dropmenu ul li {
	border-bottom: 1px solid #fff;
}

.dropmenu ul li.dernier {
	border: none !important;
}

.dropmenu ul li a {
	display: block;
	color: #fff;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	text-decoration: none;
}

.dropmenu a:hover {
	background-color: #8cb1d4; 
}

#dm_about {
	left: 0;
}

.langue_en #dm_organisation {
	left: 103px;
}

.langue_en #dm_projects {
	left: 234px;
}

.langue_en #dm_members {
	left: 330px;
}

.langue_en #dm_parteners {
	left: 0;
}

.langue_en #dm_climate {
	left: 593px;
}

.langue_en #dm_scholarship {
	left: 730px;
}

.langue_fr #dm_organisation {
	left: 89px;
}

.langue_fr #dm_projects {
	left: 198px;
}

.langue_fr #dm_members {
	left: 269px;
}

.langue_fr #dm_parteners {
	left: 0;
}

.langue_fr #dm_climate {
	left: 548px;
	
}

.langue_fr #dm_scholarship {
	/*left: 730px;*/
	right: 0;
}

#dm_publications {
	right: 0;
}


/*---------------------------------
/**/

#Principal {
	
}

#Fil {
	color: #fff;
}

#Fil a {
	color: #fff;
	text-decoration: none;
}

#Fil a:hover {
	text-decoration: underline;
}

.accueil #Colonne-Centre {
	float: left;
	width: 317px;
}

.accueil #Colonne-Droite {
	float: right;
	
	width: 333px;
}

.texte #Colonne-Centre {
	float: left;
	/*width: 580px;*/
	width: 766px;
}

.texte #Colonne-Droite {
	float: right;
	width: 186px;
	display: none;
}

.texte #Contenu-Droite {
	background-image: url(../images/fond-colonne-droite.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fff;
	
	min-height: 86px;
	padding-top: 54px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 110px;
	
	text-align: right;
	color: #4b85ad;
}

.texte #Contenu-Droite .titre {
	color: #b90000;
	font-size: 1.4em;
	margin-bottom: 15px;
}

.texte #Contenu-Droite p {
	margin-top: 0;
	margin-bottom: 15px;
}

#Haut-Colonne-Droite { 
	background-image: url(../images/haut-colonne-droite.gif);
	background-repeat: no-repeat;
	
	height: 12px;
	width: 186px;
}

.contenu {
	padding-left: 30px;
	padding-right: 30px;
}

.contenu a {
	color: #fff;
}

.contenu h1,
#Contenu h1 {
	min-height: 40px;
	
	position: relative;
	left: -10px;

	padding-top: 10px;
	padding-left: 10px;
	
	background-image: url(../images/rond-rouge.gif);
	background-repeat: no-repeat;
	
	color: #fff;
}

* html .contenu h1,
* html #Contenu h1 {
	height: 40px;
}

#Contenu {
	padding: 20px;
	padding-top: 10px;
}

#Contenu img {
	border: 1px solid #fff;
}

#Contenu a {
	color: #fff;
}

#Principal-Bas {
	height: 85px;
	
	background-image: url(../images/photos-bas.jpg);
	background-repeat: no-repeat;
	
	border-top: 3px solid #b90000;
	border-bottom: 3px solid #FFF;
}


/*-----------------------------------
/* Menu-bas
/**/

#Menu-Bas {
	background-color: #b90000;
	height: 37px;
	padding-left: 250px;
}

#Menu-Bas img {
	float: left;
	border: 0;
}

#Partager {
	position: absolute;
	right: 0;
	bottom: 6px;
	
	width: 100px;
}

.addthis_button_facebook .at15t_facebook {
    background: url(../images/icone-facebook.gif) !important;
    width: 25px !important;
    height: 25px !important;
}
.addthis_button_twitter .at15t_twitter {
    background: url(../images/icone-twitter.gif) !important;
    width: 25px !important;
    height: 25px !important;
}

.addthis_button_compact .at15t_compact {
    background: url(../images/icone-partager.gif) !important;
    background-repeat: no-repeat !important;
    width: 25px !important;
    height: 25px !important;
    background-position: 5px 10px !important;
}


/*------------------------------------------
/*	Pied
/**/

#Pied {
	padding: 10px;
	margin: auto;
	
	height: 40px;
	width: 970px;
	
	font-size: 10px;
	color: #0065a4;
}

#Pied a {
	color: #0065a4;
	text-decoration: none;
}

#Pied a:hover {
	text-decoration: underline;
}

#Pied #Copyright {
	float: left;
}

#Pied #Realisation {
	float: right;
}


/*--------------------------------------------------------------------
/* LOST PASSWORD
/**/

#page_popup {
	width : 500px;
	margin : 20px;
	padding : 20px;

	background-color : #6EA3C8;

	border : 2px solid #fff;
}

#page_popup .popup_info {
	text-align : center;
	margin-bottom : 1em;
}

#page_popup a {
	color : #fff;
}

#page_popup h1 {
	font-family : arial,helvetica,sans-serif;
	font-size : medium;
	line-height : 125%;

	font-weight : bold;
	color : #ffffff;

	background-image : url(../images/titre-back.gif);

	background-position : 0px 1px;
	background-repeat : no-repeat;

	margin : 0;
	padding : 0;

	padding-left : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
	
	margin-bottom : 1em;

	position : relative;
	left : -7px;
	text-indent : -30px;
	padding-left : 40px;
}

* html #page_lostPassword h1 {
	background-position : 0px 2px;
}
