@charset utf-8;
/* CSS Document */
/* modify : 25/01/2010 by Valéry Frisch */
/* concern : p a.ssColDroite et p a.ssColGauche :: ajusting padding and marging for blocks 
// modify : 17-08-2010 :: adjust css for wiki
*/
* {
	padding:0;
	margin:0;
}

ul,ol,li {
	list-style:none;
}

a {
	text-decoration:none;
	font-size:1em;
}

a:visited {
	color:#ff8500;
}

.clear {
	clear:both;
}

body {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
}

html {
	height:100%;
	width:100%;
}

#siteBox {
	position:absolute;
	width:1105px;
	height:714px;
	top:5px;

	
/*	top:50%; */
	left:50%;
	margin-left:-490px;

	
/*	margin-top:-330px; */
	background-image:url(../images/fondBody.jpg);
}


	
/*
#overlay {
	position:absolute;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#333333;
	z-index:1;
	}
/*#bodyGauche{
	float:left;
	width:111px;
	height:576px;
	margin:0 auto 0 auto;
	background-image:url(../images/fondBody01.jpg);
}
#bodyBas{
	float:left;
	width:1105px;
	height:138px;
	margin:0 auto 0 auto;
	background-image:url(../images/fondBody02.jpg);
}*/
#logo {
	float:left;
	width:383px;
	height:111px;
	background-image:url(../images/fond_01.jpg);
}

#menuPrincHaut {
	float:left;
	width:611px;
	height:36px;
	background-image:url(../images/fond_02.jpg);
}

#menuPrincBas {
	float:left;
	width:611px;
	height:75px;
	background-image:url(../images/fond_03.jpg);
}

#header {
	width:994px;
	height:111px;
}

#content {
	float:left;
	width:994px;
	height:388px;
	x--background:#91cb21;
	background-image:url(../images/fond_04.jpg);
}

#contentWikiTop {
	position:relative;
	width:994px;
	height:160px;
	padding-top:0;
	background:url(../images/fond-wiki-top.jpg) top left no-repeat;
}

#contentWikiMain {
	float:left;
	width:994px;
	height:100%;
	background:url(../images/fond-uni_06.jpg) top left repeat-y;
}

#wikiContentBottom {
	width:994px;
	height:228px;
	background:url(../images/fond-wiki-bottom.jpg) top left;
}

#footer {
	float:left;
	width:994px;
	height:77px;
	color:#FFFFFF;
	background-image:url(../images/fond_05.jpg);
}


	
/* ----------- TYPO ---------------------------------------*/
.infoSaisie {
	font-size:.6em;
	color:#0099CC;
}

.textMenuPied {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	font-weight:normal;
}


	
/* error du wiki */

.error {
	color:red;
	font-weight:bold;
	font-size:.7em;
	height:15px;
	margin-top:20px;
	position:absolute;
	left:5px;
	top:5px;
}
.biowiki .error {
	z-index:1;
	font-weight:bold;
	font-size:.7em;
	height:15px;
	margin-top:20px;
	position:absolute;
	left:55px;
	top:116px;
	width: 590px;
}

.user {
	padding-left:10px;
}

.doc {
	padding-right:10px;
}
.success {
	position: absolute;
	left:55px;
	top:136px;
	z-index:1;
	width: 590px;
}
#pseudobox,#emailobox,#oneBox,#secretBox {
	z-index:5000;
	font-size:.7em;
	margin:0;
	padding:0;
}


	
/*------BLOCS DE CONTENU ---------------------------------------*/
#contentColGauche {
	float:left;
	width:545px;
	height:376px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:40px;
	margin-right:25px;
	margin-top:9px;
	margin-bottom:3px;
}

#contentColDroite {
	float:left;
	width:346px;
	x--height:382px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:9px;
	padding:0;
}

#contentColDroite p {
	x--margin:0;
	x--padding:0;
}

#contentColDroite a {
	color:#006d8c;
	margin-left:4px;
	font-size:1.3em;
	text-decoration:underline;
}

#contentColGauche a {
	color:#006d8c;
	margin-left:4px;
	font-size:1.1em;
	text-decoration:underline;
}

#contentColGauche a:hover,#contentColGauche a:active,#contentColDroite a:hover,#contentColDroite a:active,#contentColDroite a:visited {
	color:#ff8500;
}

#contentColDroite ul {
	font-size:.75em;
}

#contentColDroite li {
	list-style-type:none;
	margin-top:6px;
}

.fondColGauche {
	width:545px;
	height:376px;
	background:url(../images/contenu/fondContenuPrincipal.jpg) no-repeat;
}


	
/*-----FORMULAIRES ------------*/
#envoiAmi {
	width:450px;
	height:400px;
}

#envoiAmi input {
	width:50px;
}

#envoiAmi textarea {
	width:300px;
	height:300px;
}

#formInscr {
	padding:0;
	margin-left:10px;
	float:left;
}

#formInscr input {
	margin:0;
	padding:0;
}

#btnFormInscr {
	position:absolute;
	top:455px;
	left:495px;
}

#btnFormInscr input {
	cursor:pointer;
}

#placeBouton {
	position:absolute;
	top:420px;
	left:340px;
}

#placeBouton input {
	cursor:pointer;
}

#formInscrContact {
	width:450px;
	height:300px;
	padding:0;
	margin-left:20px;
}

#contactForm input,#contactForm select,#contactForm input {
	width:250px;
}

#messageTxtArea {
	width:250px;
	height:150px;
}

#contactForm textarea {
	xwidth:350px;
	xheight:150px;
}

#contactForm #messageLab {
	text-align:right;
	float:left;
	width:85px;
	vertical-align:top;
}

#contactLabel {
	top:auto;
}

label {
	float:left;
	margin:0;
	padding:0;
	width:340px;
	height:35px;
	font-size:.8em;
	text-align:right;
	padding-right:1em;
}

.formProfilUser h3 {
	color:#006d8c;
}

.formProfilUser input {
	border:#006d8c solid 1px;
	cursor:pointer;
}

.infoSaisie {
	width:490px;
	height:15px;
	margin:0;
	padding:0;
	clear:both;
	font-size:.7em!important;
}

p .infoSaisie {
	text-align:right;
}


	
/*-----PARTICIPER ACTEUR-------*/
#titreColDroiteH {
	width:346px;
	height:21px;
	background:url(../images/contenu/bandeauParticiperDroit.jpg) no-repeat left;
}

#titreColDroiteB {
	clear:both;
	width:346px;
	height:21px;
	background:url(../images/contenu/bandeauParticiperDroit.jpg) no-repeat left;
}

#ssColDroiteBas a {
	font-size:.8em;
	text-decoration:underline;
}

.aBoutonParticiper {
	text-decoration:none;
	cursor:pointer;
	width:346px;
	height:21px;
	background:url(../images/contenu/bandeauParticiperDroit.jpg) no-repeat;
}

.aBoutonActeur {
	text-decoration:none;
	cursor:pointer;
	width:346px;
	height:21px;
	background:url(../images/contenu/bandeauParticiperDroit.jpg) no-repeat;
}

p a#ssColDroite {
	font-size:.8em;
	float:left;
	width:190px;
	height:118px;
	padding:0 0 0 1px;
	margin:0;
	background:url(../images/contenu/boutonRealisees2.jpg) no-repeat bottom left;
	text-decoration:none;
}

#ssColDroiteHaut {
	float:left;
}

#ssColGaucheHaut {
	float:left;
	margin-left:9px;
}

a#ssColDroite h3 {
	text-decoration:none;
	font-size:.6em;
}

a#ssColDroite:hover {
	background:url(../images/contenu/boutonRealisees2.jpg) no-repeat top left;
	padding:0;
	margin:0;
}

p a#ssColGauche {
	font-size:.8em;
	position:relative;
	float:left;
	width:147px;
	height:118px;
	padding:0 0 0 2px;
	margin:0 6px 0 0;
	background:url(../images/contenu/boutonObservation2.jpg) no-repeat bottom left;
	text-decoration:none;
}

a#ssColGauche h3 {
	text-decoration:none;
	font-size:.6em;
}

a#ssColGauche:hover {
	background:url(../images/contenu/boutonObservation2.jpg) no-repeat top left;
	padding:0;
	margin:0;
}

#ssColGaucheBas {
	float:left;
	width:196px;
	height:216px;
	background:url(../images/contenu/fondModeEmploi.jpg) no-repeat;
	margin-right:8px;
}

#ssColGaucheBas li {
	margin:0;
	margin-left:5px;
	margin-right:15px;
}

#ssColGaucheBas li a {
	font-size:1em;
}

.ModeEmploiT1 {
	padding-bottom:5px;
}

.modeEmploiUL {
	margin-top:8px;
	margin-left:5px;
}

#ssColDroiteBas {
	float:left;
	width:142px;
	height:216px;
	background:url(../images/contenu/fondConnectez-vous.jpg);
}

#ssColDroiteBas h3 {
	margin-bottom:8px;
}

#ssColDroiteBas a {
	margin-left:10px;
}

#acteurBio {
	margin-top:10px;
	font-size:.8em;
}

#connexion {
	background:url(../images/contenu/boutonsOK.gif) no-repeat center;
	color:#FFFFFF;
	font-size:.6em;
	border:none;
	cursor:pointer;
	margin-top:5px;
}

#formOubliPass form {
	background-color:#006d8c;
	margin-right:80px;
	margin-left:80px;
	padding-bottom:8px;
	padding-top:8px;
	text-align:center;
}

#formOubliPass label {
	background-color:#006d8c;
	color:#FFFFFF;
	margin-right:80px;
	margin-left:80px;
	padding-bottom:8px;
	padding-top:8px;
	padding-left:20px;
	text-align:center;
}

#blancOubliPass {
	width:100px;
	padding-right:100px;
	margin-left:20px;
	padding-top:60px;
	background-color:#FFFFFF;
}

#prepaDetails {
	float:left;
	padding-left:10px;
	margin-top:10px;
	width:280px;
	height:300px;
}

#milieu.prepa0bs {
	float:left;
	width:160px;
	margin-top:20px;
	margin-left:80px;
}

#milieu.prepa0bs select {
	width:155px;
	height:auto;
}

#famille.prepa0bs,#nom.prepa0bs {
	float:left;
	width:160px;
	margin-top:2px;
	margin-left:80px;
}

#famille.prepa0bs select,#nom.prepa0bs select {
	width:155px;
	height:auto;
}

#prepaDetails #prepaImg {
	width:330px;
	height:190px;
	position:absolute;
	top:235px;
	left:335px;
}

#prepaDetails #prepaPdf,#progPdf {
	width:200px;
	height:20px;
	position:absolute;
	top:450px;
	left:420px;
}

#prepaDetails #prepaPdf a {
	font-size:1em;
}

#progPdf a {
	font-size:.8em;
}

#prepaDetails #prepaTxt ul {
	font-size:.8em;
}

#contentColGauche ul.ULmesObs {
	overflow:auto;
	margin:10px 0 0;
	width:520px;
	height:315px;
}

#contentColGauche li.mesObs {
	list-style-image:none!important;
	color:#096f95;
	font-size:.8em;
	padding:5px 0;
	border-bottom:1px dashed #096f95;
}


	
/*----------PARTICIPEZ : SAISISSEZ VOS OBSERVATIONS ---------*/
#textCarteGoogle {
	clear:both;
	width:300px;
	height:79px;
	background:url(../images/contenu/champsTextCarteGoogle2.jpg) no-repeat right bottom;
}


	
/*--------------------------------------------------------- */

	
/*------- affichage des messages dans la boite de dialogue--------------------------*/
.flora .ui-dialog,.flora.ui-dialog {
	background-color:#e6f7d4;
	font-family:Arial, Helvetica, sans-serif;
}

.flora .ui-dialog .ui-dialog-titlebar,.flora.ui-dialog .ui-dialog-titlebar {
	border-bottom:1px solid #d8d2aa;
	background:#ff9900 url(../images/dialog/dialog-title.gif) repeat-x;
	padding:0;
	height:28px;
	_height:29px;
}

.flora .ui-dialog.ui-draggable .ui-dialog-titlebar,.flora.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor:move;
}

.flora .ui-dialog .ui-dialog-titlebar-close,.flora.ui-dialog .ui-dialog-titlebar-close {
	width:16px;
	height:16px;
	background:url(../images/dialog/dialog-titlebar-close.png) no-repeat;
	position:absolute;
	top:6px;
	right:7px;
	cursor:default;
	outline:0;

	
/* prevent dotted border in Firefox */
}

.flora .ui-dialog .ui-dialog-titlebar-close span,.flora.ui-dialog .ui-dialog-titlebar-close span {
	display:none;
}

.flora .ui-dialog .ui-dialog-titlebar-close-hover,.flora.ui-dialog .ui-dialog-titlebar-close-hover {
	background:url(../images/dialog/dialog-titlebar-close-hover.png) no-repeat;
}

.flora .ui-dialog .ui-dialog-title,.flora.ui-dialog .ui-dialog-title {
	margin-left:5px;
	color:white;
	font-weight:bold;
	position:relative;
	top:7px;
	left:4px;
}

.flora .ui-dialog .ui-dialog-content,.flora.ui-dialog .ui-dialog-content {
	margin:1.2em;
}

.flora .ui-dialog .ui-dialog-buttonpane,.flora.ui-dialog .ui-dialog-buttonpane {
	position:absolute;
	bottom:8px;
	right:12px;
	width:100%;
	text-align:right;
}

.flora .ui-dialog .ui-dialog-buttonpane button,.flora.ui-dialog .ui-dialog-buttonpane button {
	margin:6px;
}


	
/* Dialog handle styles */
.flora .ui-dialog .ui-resizable-n,.flora.ui-dialog .ui-resizable-n {
	cursor:n-resize;
	height:6px;
	width:100%;
	top:0;
	left:0;
	background:transparent url(../images/dialog/dialog-n.gif) repeat scroll center top;
}

.flora .ui-dialog .ui-resizable-s,.flora.ui-dialog .ui-resizable-s {
	cursor:s-resize;
	height:8px;
	width:100%;
	bottom:0;
	left:0;
	background:transparent url(../images/dialog/dialog-s.gif) repeat scroll center top;
}

.flora .ui-dialog .ui-resizable-e,.flora.ui-dialog .ui-resizable-e {
	cursor:e-resize;
	width:7px;
	right:0;
	top:0;
	height:100%;
	background:transparent url(../images/dialog/dialog-e.gif) repeat scroll right center;
}

.flora .ui-dialog .ui-resizable-w,.flora.ui-dialog .ui-resizable-w {
	cursor:w-resize;
	width:7px;
	left:0;
	top:0;
	height:100%;
	background:transparent url(../images/dialog/dialog-w.gif) repeat scroll right center;
}

.flora .ui-dialog .ui-resizable-se,.flora.ui-dialog .ui-resizable-se {
	cursor:se-resize;
	width:9px;
	height:9px;
	right:0;
	bottom:0;
	background:transparent url(../images/dialog/dialog-se.gif);
}

.flora .ui-dialog .ui-resizable-sw,.flora.ui-dialog .ui-resizable-sw {
	cursor:sw-resize;
	width:9px;
	height:9px;
	left:0;
	bottom:0;
	background:transparent url(../images/dialog/dialog-sw.gif);
}

.flora .ui-dialog .ui-resizable-nw,.flora.ui-dialog .ui-resizable-nw {
	cursor:nw-resize;
	width:9px;
	height:29px;
	left:0;
	top:0;
	background:transparent url(../images/dialog/dialog-nw.gif);
}

.flora .ui-dialog .ui-resizable-ne,.flora.ui-dialog .ui-resizable-ne {
	cursor:ne-resize;
	width:9px;
	height:29px;
	right:0;
	top:0;
	background:transparent url(../images/dialog/dialog-ne.gif);
}

#formObs {
	display:block;
}

#info1 {
	float:left;
	width:537px;
	height:25px;
	background-color:#a5e209;
	margin-bottom:10px;
}

#info1 #milieu,#info1 #famille,#info1 #nom {
	width:122px;
	float:left;
	height:auto;
	padding-top:2px;
	padding-left:8px;
	margin-left:0;
}

#info1 #milieu select,#info1 #famille select,#info1 #nom select,#formAilante select {
	width:120px;
	font-size:.7em;
	font-family:Arial, Helvetica, sans-serif;
	color:#02586b;
	border:none;
}

#date {
	display:none;
	float:right;
	width:125px;
	height:23px;
	background-color:#50b3da;
	padding-top:2px;
	padding-left:12px;
	padding-right:5px;
}

#date input {
	width:118px;
	border:none;
	font-size:.7em;
	color:#02586b;
}

#infoSaisieHaut {
	background-color:#d8f6ff;
	padding-top:10px;
	margin-left:8px;
	width:522px;
	height:120px;
	display:none;
	padding-bottom:5px;
}

#infoSaisieBas {
	background-color:#a5e209;
	width:522px;
	height:50px;
	margin-top:50px;
	margin-right:15px;
	margin-left:8px;
	padding-top:10px;
	display:none;
}

#infoSaisieBas ul {
	float:left;
	width:522px;
	height:10px;
}

#infoSaisieBas a {
	margin-left:368px;
}

#coordonnees,#coordonneesError {
	width:540px;
	float:left;
	padding-left:7px;
	margin-bottom:5px;
	margin-bottom:10px;
}

#gpsValues,#gpsValuesError {
	float:left;
	display:none;
	width:400px;
	height:17px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#50b3da;
}

#gpsValues input,#gpsValuesError input {
	float:left;
	width:110px;
	color:#006d8c;
	font-size:.7em;
}

#gpsValues label,#gpsValuesError label,#formAilante label {
	width:50px;
	height:17px;
	float:left;
	color:#FFFFFF;
	font-size:.7em;
	margin-left:10px;
}

#valid,#btnSuivant,validError {
	float:left;
	margin-left:10px;
	display:none;
	width:80px;
}

#coordonneesError,#gpsValuesError,#validError {
	display:block;
}

#lat,#lon {
	border:none;
}

#formAilante {
	float:left;
	display:none;
}

#formAilante .saisieBox {
	float:left;
	display:block;
	margin-left:5px;
	padding-top:3px;
	margin-bottom:3px;
	width:495px;
	height:30px;
	background:#50b3da;
}

#formAilante label {
	float:left;
	width:110px;
	color:#006d8c;
}

#formAilante select {
	float:left;
	width:110px;
}

#formAilante #observation select {
	width:180px;
}

#formAilante textarea {
	width:495px;
	clear:both;
	margin-left:5px;
}

#login input {
	width:100px;
	margin-left:5px;
	border:none;
	font-size:.7em;
}

#affichInfoMap {
	background-color:#d8f6ff;
	width:522px;
	height:260px;
	display:none;
	margin:20px 0 0 8px;
}

#affichInfoMap ul,#infoSaisieHaut ul,#infoSaisieBas ul {
	font-size:.85em;
}

#btnMap {
	margin-top:12px;
	float:right;
}

#mapValid {
	display:none;
	visibility:hidden;
	margin-right:8px;
}

#map {
	float:left;
	left:7px;
	margin-top:-10px;
	width:510px;
	height:276px;
	border:4px solid #50b3da;
	overflow:hidden;
}

#date label,#infoSaisie label,#gpsValues label {
	font-size:.8em;
}

#calendrier {
	width:90px;
}

#envoyerGpsInfos {
	width:100px;
}

#gpsValues #envoyerGpsInfos input {
	float:left;
	width:40px;
	height:25px;
}


	
/*--------TERRITOIRE / DEFINITION-----------*/
.cartes {
	margin-top:-2px;
}

.zoom {
	position:absolute;
	left:519px;
	top:436px;
}

.zoom img {
	border:none;
}

.arrondiDroitH1 {
	line-height:25px;
	padding:0;
	margin:0;
	width:545px;
	height:25px;
	background-image:url(../images/contenu/bandeauSStitreOrange3.jpg);
}

.arrondiGaucheH1 {
	padding:0;
	margin:0;
	float:left;
	width:13px;
	height:25px;
	background:url(../images/contenu/bandeauTitreBleuGauche.jpg) no-repeat left top;
}

.arrDroitTitre {
	float:left;
	padding-right:12px;
	margin-right:12px;
	height:25px;
	background:url(../images/contenu/bandeauTitreBleuDroit.gif) no-repeat right bottom;
}

#texteDeroul {
	margin-top:-3px;
}

#texteDeroul div {
	display:none;
	padding-top:1px;
	height:325px;
	width:346px;
	background:url(../images/contenu/fondDecouvrirDroitB01.jpg) no-repeat top;
}

#texteDeroul ul {
	margin-bottom:5px;
	padding:0;
	font-size:.7em;
}

#texteDeroul li,#contentColGauche li,#listeActus li {
	list-style-image:url(../images/bullet.gif);
	list-style-type:none;
	list-style-type:none;
	margin:0 25px 3px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
}

#listeDeroul {

	
/*----VALABLE AUSSI POUR PROG PART / EDUC----*/
	height:53px;
	width:346px;
	background:url(../images/contenu/fondDecouvrirDroitH01.jpg) no-repeat;
}

#listeDeroul select {
	margin-left:10px;
	margin-top:11px;
	width:320px;
	background-color:#FFFFFF;
}

#gaucheDeroul div {
	display:none;
}


	
/*-----------AGENDA--------------*/
#textActu {
	height:250px;
	margin-bottom:10px;
}


	
/*#infosActu{

}*/
#listeActus {
	width:340px;
	height:350px;
	background-color:#FFFFFF;
	overflow:auto;
}

#listeActus li {
	margin-top:5px;
}

#listeActus a {
	font-size:1em;
}

#plusInfo {
	border:#54b2cf solid 1px;
	height:100px;
	margin-top:-35px;
	margin-left:40px;
	margin-right:40px;
}

#plusInfo h3 {
	padding-top:5px;
	color:#333333;
}


	
/*-----BONUS---------*/
#fondBonus {
	background:url(../images/contenu/fondBonus.jpg) no-repeat;
	width:912px;
	height:378px;
	margin-left:40px;
	margin-top:9px;
}

#arrondiGaucheBonus {
	padding:0;
	margin-top:-3px;
	margin-left:-8px;
	float:left;
	width:13px;
	height:25px;
	background:url(../images/contenu/bandeauTitreBleuGauche.jpg) no-repeat left top;
}

#arrDroitTitreBonus {
	float:left;
	margin-top:-3px;
	padding-right:12px;
	margin-right:12px;
	line-height:23px;
	height:25px;
	background:url(../images/contenu/bandeauTitreBleuDroit.gif) no-repeat right bottom;
}

#sonnPortable {
	padding-left:35px;
	margin-top:20px;
	float:left;
	width:800px;
	height:100px;
}

.sonneries {
	float:left;
	padding-left:165px;
}

.sonneries a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	text-decoration:none;
	cursor:pointer;
	color:#006d8c;
}

.sonneries a:hover {
	color:#FF8500;
}

.sonneries p {
	margin-top:5px;
}

.sonneries img {
	border:none;
}

#fondEcran {
	margin-left:5px;
	margin-top:75px;
	float:left;
	width:800px;
	height:100px;
}

.fonds {
	float:left;
	padding-left:130px;
	text-align:center;
}

.fonds a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	text-decoration:none;
	cursor:pointer;
	color:#006d8c;
}

.fonds a:hover {
	color:#FF8500;
}

.fonds p {
	margin-top:5px;
}

.fonds img {
	border:none;
}


	
/*-----CONTACTS---------*/
#listeMembresContact {
	height:276px;
	width:346px;
	background:url(../images/contenu/fondContactDroitH.jpg) no-repeat;
	float:left;
	margin-bottom:-2px;
}

#listeMembresContact img {
	margin-top:8px;
	margin-left:12px;
}


	
/*-----FONCTIONNEMENT---------*/
#listeMembres {
	height:276px;
	width:346px;
	background:url(../images/contenu/fondDecouvrirDroitH02.jpg) no-repeat;
	float:left;
	margin-bottom:-2px;
}

#doubleListeMembres {
	float:left;
	width:308px;
	height:25px;
	margin-bottom:10px;
	margin-top:8px;
	margin-left:10px;
	margin-right:10px;
	x--margin-right:14px;
	background-color:#006d8c;
}

#structures {
	margin-top:1px;
	padding-left:5px;
	padding-right:8px;
	float:left;
	width:120px;
	height:25px;
}

#structures select {
	border:none;
	font-size:.7em;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#02586b;
	background-color:white;
}

#membres {
	margin-top:1px;
	float:right;
	height:auto;
	width:160px;
}

#membres select {
	border:none;
	font-size:.7em;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#02586b;
	width:150px;
	background-color:white;
}

div.adrBiosphere {
	float:left;
	width:346px;
	height:101px;
	background:url(../images/contenu/fondDecouvrirDroitB02.jpg) no-repeat left top;
}

div.adrBiosphere h2 {
	padding:0 0 0 15px;
	margin:0;
}

div.adrBiosphere p {
	margin-top:6px;
	width:300px;
	height:60px;
	padding-left:13px;
	padding-right:0;
	padding-top:4px;
	margin-left:13px;
	margin-right:0;
	font-size:.75em;
	border:#006d8c solid 1px;
}

#doubleListeDeroul {
	height:70px;
}

#afficheMembre {
	width:300px;
	padding:5px;
	xx--margin-top:15px;
	margin-left:13px;
	border:#006d8c solid 1px;
}

#afficheMembre p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	margin-left:13px;
	margin-right:13px;
}

#afficheMembre a {
	font-size:.9em;
}

.annule-flottant {
	clear:both;
}


	
/*-------CREDITS / MENTIONS LEGALES----------*/
#taillePopup {
	width:500px;
	height:400px;
}


	
/*-------EXPLORER------------*/
#explorer {
	position:absolute;
	width:906px;
	height:371px;
	background-color:transparent;
	margin-top:10px;
	margin-right:35px;
	padding-left:45px;
	z-index:5;
}


	
/*-------PROG PARTENAIRES / EDUCATIFS--------*/
#droiteImage {
	x--margin-top:10px;
	padding-right:17px;
	padding-bottom:17px;
	padding-left:12px;
	padding-top:12px;
	height:294px;
	width:316px;
	background:url(../images/contenu/fondDecouvrirDroitB01.jpg) no-repeat;
}

#droiteImage img {
	border:none;
}


	
/*--------ACCUEIL-----------------*/
#gaucheAccueil {
	width:317px;
	height:300px;
	padding-left:85px;
	margin-right:120px;
	margin-top:70px;
	float:left;
}

#gaucheAccueil span {
	float:left;
	margin-top:13px;
	margin-left:50px;
	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:.8em;
}

#gaucheAccueil #logoUnesco {
	position:relative;
	margin-left:268px;
	margin-top:5px;
}

#gaucheAccueil #logoUnesco a img {
	border:none;
}

#gaucheAccueil a {
	text-decoration:underline;
	color:#006d8c;
}

#gaucheAccueil a:hover {
	color:#ff8500;
}

.titresAccueil {
	x--margin-bottom:7px;
	font-weight:600;
}

#agendaAccueil {
	width:317px;
	height:92px;
	margin-bottom:10px;
	background:url(../images/contenu/blocsAccueilHaut.jpg) no-repeat;
}

#agendaAccueil ul {
	overflow:hidden;
}

#actus {
	margin:0;
	padding:0;
}

#agendaAccueil a {
	margin-bottom:2px;
}

#agendaAccueil p {
	font-size:.75em;
	color:#333333;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:5px;
	margin-top:-4px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
}

#acteurAccueil {
	width:317px;
	height:176px;
	background:url(../images/contenu/blocsAccueilBas.jpg) no-repeat;
	z-index:150;
}

#acteurAccueil a {
	margin-left:10px;
	font-weight:bold;
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#006d8c;
}

#acteurAccueil p {
	font-size:.75em;
	color:#333333;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:5px;
	margin-top:-12px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
}

#acteurAccueil a:hover {
	color:#ff8500;
}

#droiteAccueil {
	width:384px;
	height:292px;
	float:left;
}

#videoAccueil {
	padding:0;
	margin:0;
}

#envoyerAmi {
	float:left;
	margin-left:3px;
	padding-top:20px;
	margin-bottom:-2px;
}

#envoyerAmi a {
	padding-top:18px;
	text-align:right;
	width:112px;
	height:32px;
	float:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333333;
	background:url(../images/contenu/boutonEnvoyer.jpg) no-repeat left top;
}

#envoyerAmi a span {
	padding-right:19px;
}

#envoyerAmi a strong {
	padding-right:19px;
}

#envoyerAmi a:hover {
	color:#006d8c;
	background:url(../images/contenu/boutonEnvoyer_over.jpg) no-repeat left top;
}


	
/*------------------*/

	
/*#footer ul {
	float:right;
}
#footer li {
	float:left;
	}*/

	
/*------TYPO CONTENU----------*/
h1 {
	font-size:1em;
	color:#FFFFFF;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:10px;
	padding-left:8px;
	x--background-color:#006d8c;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-size:.9em;
	color:#ffffff;
	font-weight:normal;
	padding-top:2px;
	padding-left:7px;
	padding-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
	font-size:.9em;
	color:#000000;
	font-weight:normal;
	margin-left:10px;
	margin-bottom:3px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	xx--background-color:orange;
}

h4 {
	font-size:.8em;
	color:#006d8c;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:8px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
}

.h4 {
	font-size:1.1em;
	color:#006d8c;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

h5 {
	font-size:.8em;
	color:#006d8c;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#contentColGauche p,#texteDeroul p,#ssColGaucheBas p {
	font-size:.75em;
	color:#333333;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:5px;
	margin-top:5px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
}

.grandUl {
	font-size:.75em;
	margin-top:15px;
}

.petitUl {
	font-size:.7em;
	margin:0;
	margin-bottom:5px;
	padding:0;
}

.bleuGras {
	color:#006d8c;
	font-weight:bold;
}

.bleuItalique {
	color:#006d8c;
	font-style:italic;
}

.grisGras {
	font-weight:bold;
	font-size:1.1em;
}


	
/*-----------------------------

#info1{
	float:left;
	width:485px;
	height:30px;
	background-color:#669933;
}
#info1 select {
	width:140px;
}
#milieu, #famille, #nom {
	float:left;
	width:145px;
	height:auto;
}
#date, #infoSaisie {
	display:none;
}
#gpsValues{
	display:none;
}
#affichInfoMap{
width: 485px; 
height: 260px;
display:none;
}
#mapValid {
display:none;
}
#map { 
width: 485px; 
height: 260px;
overflow:hidden;
}
#date label, #infoSaisie label {
	font-size:0.8em;
}
#calendrier {
	width:90px;
}
#envoyerGpsInfos {
	float:right;
}

#login input {
width:121px;
margin-left:6px;
}*/