/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	background-color: #000000;
}

#CadreGlobal {
	margin: 5px;
	padding: 5px;
	border: 1px solid #990000;
	/*background-attachment: fixed;
	background-image: url(../images/fondPDA/fondPDA_Global.gif);
	background-repeat: repeat;*/
}
.doc_homme #CadreGlobal{
	background-color:#2F572B;
}
.doc_bdd #CadreGlobal{
	background-color:#4A0000;
}
.doc_exped #CadreGlobal{
	background-color:#00376F;
}
.doc_contextes #CadreGlobal {
	/*background-image:url(../images/fondPDA/fondPDA_GlobalContexte.gif);*/
	background-color:#C19B00;
}
.doc_carte #CadreGlobal {
	background-color:#4A004A;
}
.carnet #CadreGlobal {
	/*background-image:url(../images/fondPDA/fondPDA_GlobalCarnet.gif);*/
	background-color:#CEAD6F;
}
.incantPDA #CadreGlobal {
	background-color:#2D0000;
}
.sommairePDA #CadreGlobal {
	background-color:#001B35;
}
.navigationPDA #CadreGlobal {
	background-color:#006262;
}
.reperePDA #CadreGlobal{
	background-color:#4A0000;
}
#texte, #texteIntro {
	background-color:#666666;
	padding: 5px;
}
.incantPDA #texte {
	display:none!important;
}
.doc_exped {
	margin: 5px;
	background-color: #0066CC!important;
	background-image:url(../images/fondPDA/fondPDA_expedition.jpg);
	padding-top: 45px;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
.doc_carte {
	margin: 5px;
	background-color: #660066!important;
	background-image:url(../images/fondPDA/fondPDA_carte.jpg);
	padding-top: 45px;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
.doc_bdd {
	margin: 5px;
	background-color: #990000!important;
	background-image:url(../images/fondPDA/fondPDA_BDD.jpg);
	padding-top: 45px;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
.doc_contextes {
	margin: 5px;
	background-color: #FFCC00!important;
	background-image:url(../images/fondPDA/fondPDA_contexte.jpg);
	padding-top: 45px;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
.doc_homme {
	margin: 5px;
	background-color: #003300!important;
	background-image:url(../images/fondPDA/fondPDA_homme.jpg);
	padding-top: 45px;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
.incantPDA {
	margin: 5px;
	background-color: #000000!important;
	background-image:url(../images/fondPDA/fondPDA_incant.jpg);
	padding-top: 45px;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
.carnet {
	margin: 5px;
	background-color: #E4D092!important;
	background-image:url(../images/fondPDA/fondPDA_carnet.jpg);
	padding-top: 45px;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
.reperePDA {
	margin: 5px;
	background-color: #990000!important;
	background-image:url(../images/fondPDA/fondPDA_repere.jpg);
	padding-top: 38px;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
.sommairePDA {
	margin: 5px;
	background-color: #003366!important;
	background-image:url(../images/fondPDA/fondPDA_sommaire.jpg);
	padding-top: 38px;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
.navigationPDA {
	margin: 5px;
	background-color: #003333!important;
	background-image:url(../images/fondPDA/fondPDA_navigation.jpg);
	padding-top: 45px;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
a:link{
	color:#F7D38A;
	text-decoration:underline;
}
a:visited{
	color:#DFAB0D;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#FF0000;
	text-decoration:none;
}

.doc_contextes #listeSup a:link, .doc_contextes #listeG a:link, .doc_contextes #listeD a:link, .doc_contextes .copyright a:link{
	color:#993300;
	text-decoration:underline;
}
.doc_contextes #listeSup a:visited, .doc_contextes #listeG a:visited, .doc_contextes #listeD a:visited, .doc_contextes .copyright a:visited{
	color:#663300;
	text-decoration:underline;
}
.doc_contextes #listeSup a:hover, .doc_contextes #listeG a:hover, .doc_contextes #listeD a:hover, .doc_contextes .copyright a:hover, .doc_contextes #listeSup a:focus, .doc_contextes #listeG a:focus, .doc_contextes #listeD a:focus, .doc_contextes .copyright a:focus {
	color:#FF0000;
	text-decoration:none;
}
.carnet #documentCarnet a:link, .carnet #navigCarnet a:link, .carnet .copyright a:link{
	color:#993300;
	text-decoration:underline;
}
.carnet #documentCarnet a:visited, .carnet #navigCarnet a:visited, .carnet .copyright a:visited{
	color:#663300;
	text-decoration:underline;
}
.carnet #documentCarnet a:hover, .carnet #navigCarnet a:hover, .carnet .copyright a:hover, .carnet #documentCarnet a:focus, .carnet #navigCarnet a:focus, .carnet .copyright a:focus {
	color:#FF0000;
	text-decoration:none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: normal;
	line-height: normal;
	color: #FFFFCC;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #FFCC66;
	text-align: justify;
	font-style: italic;
}
h3 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
}
h4 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
}
p {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
}
li {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
img {
	border: medium double #999999;
	display: block;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.dateTexte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	vertical-align: text-bottom;
	line-height: 1.2em;
}
#menuBas {
	background-color:#3F4E67;
	padding: 5px;
	margin: 5px;
	border: 1px solid #0033CC;
}
#menuBas div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	font-weight:bold;
	text-align: center;
	clear: both;
	padding-top: 10px;
	margin: 0px;
	letter-spacing: 0.08em;
}
.titreCacheTexte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
	color: #FFFF99;
	padding: 0px;
	margin-top: 8mm;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#carteExpedition {
	page-break-before:always;
	display:block;
}
#carteExpedition p{
	font-family:"Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	color: #333333;
	margin-bottom: 8mm;
	font-weight: bold;
	text-align: center;
}
#carteExpedition img {
	margin-bottom: 8mm
}
/*#listeSup p.cacheEcran {
	display:none;
}*/
#carteExpedition, .sommairePDA img, #Sup_timeline {
	display:none!important;
}
#listeDocs div {
	display:inline;
}
.vignette {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	float: none;
	padding: 3px;
	margin: 6px;
	border: 1px solid #996600;

}
.vignette img {
	height: 138px;
	width: 163px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.vignette input {
	margin: 0px!important;
	padding: 0px!important;
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
	background-color: #000000!important;
}
/* pano*/

/*#Pano {
	height: 275px;
	width: 90%;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#Pano img {
	display:inline!important;
}
.Ocean {
	height: 250px;
	width: 4414px;
}
.Tahiti {
	height: 250px;
	width: 2990px;
}
.Samoa {
	height: 250px;
	width: 2532px;
}
.Nouv_Irl {
	height: 250px;
	width: 2719px;
}
.Salomon {
	height: 250px;
	width: 2564px;
}
.Moluque {
	height: 250px;
	width: 2168px;
}
.Hawai {
	height: 250px;
	width: 2163px;
}
.Australie {
	height: 250px;
	width: 1453px;
}
.Nouv_Zel {
	height: 250px;
	width: 2136px;
}
.Timor {
	height: 250px;
	width: 1381px;
}
*/
.inputDroite {
	text-align: right;
}
.vignette textarea {
	background-color: #E4AE21!important;
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
	font-size: x-small!important;
	font-weight:bold!important;
	color: #993300!important;
	border: 2px inset #990000;
}
#video {
	display:none;
}
#alternateVideo {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#alternateVideo a {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: #CCCCCC;
	padding: 2px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	width: auto;
	font-weight: bold;
	font-size: x-small;
}
#flashAmbiance {
	position:absolute;
	top:-3000px;
	left:-3000px;
}
#videoIntro {
	position:absolute;
	top:-3000px;
	left:-3000px;
}
