body {
	background-color: #FFFFFF;
}

a {
	color: #586789;
	background-color: inherit;
	margin: 3px;
	padding: 5px;	
}
a:hover {
	color: #92AAE3;
	text-decoration: none;
	margin: 3px;
	padding: 5px;
}

.titrecollection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-bottom: 1px solid #586789;
	background-color: #f1f1f1;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

.encadre {
	border-width: 1px;
	border-style: solid;
	border-color: #586789;
	background-color: #FFFBEA;
	padding-bottom: 2px;
}

.titresouligne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #586789;
	padding-bottom: 1px;
}
.textes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.textesbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.tdEtape
  {
	background-color: #FAFAFA;
	font-size: 70%;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing : 0.1em;
	padding-bottom: 5px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right:3px;
	border-bottom-color: #586789;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #586789;
	border-left-style: solid;
	border-left-width: 1px;
  }


.erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #800000;
	background-color: #FFF5CD;
	border: solid;
	border-width: 1px;
	border-color: #800000;
	padding: 5px;
	width: 450px;
}
.txtred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #800000;
	background-color: inherit;
}

#confirm {
	color: inherit;
	background-color: #FAFAFA;
	border: solid;
	border-width: 1px;
	border-color: #586789;
	padding: 5px;
	width:76%;
}

#principal {
	border-width: 2px;
	border-style: solid;
	border-color: #586789;
	margin: 10px;
	padding: 2px;
	width: 600px;
}

#principalSearchBorder {
	border-width: 2px;
	border-style: solid;
	border-color: #586789;
	margin: 10px;
	padding: 2px;
	width: 740px;
}

#principalSearch {
	margin: 0px 5px 5px 0px;
	width: 740px;
}

#principalMetadata {
	border-width: 2px;
	border-style: solid;
	border-color: #586789;
	margin: 10px;
	padding: 2px;
	width: 825px;
}

ul.multilist {
	background: #FFF;
	text-align: left;
	list-style-type:none;
	overflow-x:hidden;
	margin: 0px;
	padding: 1px;
	
} 
ul.multilist select, ul.multilist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border:1px solid #000;
	height:100px;
	overflow: auto;
	width: 300px;
}

ul.multilist li{
	padding: 1px 0px 1px 0px;
}

ul.multilist li:hover{
	background: #586789;
	color: #FFF;
}

label {
	cursor: pointer;
}

/**PAGE DE COLLECTION**/


#collectionBody{
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 40px;
}

#collectionCenter{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 450px;
	max-width: 450px;
	text-align: left;
}

#collectionRight{
	margin: 0px 0px 0px 0px;
	width: 80px;
	max-width: 80px;
	text-align: left;
}

#collectionRight .icon{
	margin: 0px 5px 5px 0px;
	border: 0px;
	padding: 0px;
}

#collectionCenter, #collectionRight{
	float: left;
}

/******MENU DE COLLECTION******/
ul.collectionMenu, ul.collectionDisconnect{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	letter-spacing: 0.1em;
	font-weight: bold;
	list-style-type: none;
	overflow-x: hidden;
	padding: 2px 2px 6px 2px;
}

ul.collectionMenu{
	float: left;
	text-align: left;
	width: 300px;
}

ul.collectionDisconnect{
	float: right;
	text-align: right;
	width: 292px;
}

ul.collectionMenu li, ul.collectionDisconnect li{
	margin: 0px 2px 0px 2px;
	padding: 4px 8px 4px 8px;
	border-left:1px solid #586789;
	border-right:1px solid #586789;
	border-bottom:1px solid #586789;
	background-color: #FAFAFA;
	text-align: left;
	display: inline;
	
}
ul.collectionMenu li a, ul.collectionDisconnect li a{
	color:black;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

ul.collectionMenu li a:hover, ul.collectionDisconnect li a:hover{
	text-decoration: underline;
	background-color: #E5E5E5;
	margin: 0px;
	padding: 0px;
	color: black;
	cursor: pointer;
}

ul.collectionSubMenuAdmin, ul.collectionSubMenuCompte{
	position:absolute;
	border: 1px solid #586789;
	background-color: #FAFAFA;
	padding: 0px;
	list-style: none;
	padding: 0px 0px 0px 0px;
}

ul.collectionSubMenuCompte{
	margin: 21px 0px 0px 0px;
	left: 26px;
	width: 250px;
}

ul.collectionSubMenuAdmin {
	margin: 21px 0px 0px 0px;
	left: 130px;	
	width: 190px;
}

ul.collectionSubMenuAdmin li a, 
ul.collectionSubMenuCompte li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: bold;
	padding: 1px 8px 1px 8px;
	text-decoration: none;
	display:block;
	color: black;
}

ul.collectionSubMenuAdmin li a:hover, 
ul.collectionSubMenuCompte li a:hover{
	cursor: pointer;
	padding: 1px 8px 1px 8px;
	background-color: #E5E5E5;
	color: black;
}

ul.collectionSubMenuAdmin li a{
	width: 170px;
} 
ul.collectionSubMenuCompte li a{
	width: 230px;
} 

/** LISTE DE COLLECTION **/
.titleCollection{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	letter-spacing: 0.1em;
	text-align: left;
	border-bottom: 1px solid #586789;
	font-weight: bold;
	margin: 0px 40px 10px 4px;
}

a.linkCollection {
	margin: 0px;
	padding: 4px;	
}

a.linkCollection:hover {
	margin: 0px;
	padding: 4px;
}

.collection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #586789;
	padding: 2px 0px 8px 0px;
}

.collection:hover {
	color: #FFF5CD;
	background-color: #586789;
	text-decoration: none;
}


.clear{
   clear: both;
   visibility: hidden;
}

.footer {
	 margin: 50px 0px 0px 0px;
	 text-align: center;
}


/**INDEX DE COLLECTION**/
.index{
	text-align: center;
	margin: 45px 0px 0px 15px;
}

.section{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: left;
	margin: 0px 20px 20px 20px;
	width: 230px;
	float:left;
}

.sectionTitle{
	padding: 0px 0px 2px 7px;
	border-left: 1px solid #586789;
	border-bottom: 2px solid #586789;
}

.sectionList{
	padding: 0px 0px 0px 15px;
	background-color: #FAFAFA;
	border-left: 1px solid #586789;
	border-top: 1px solid #586789;
}


.item a{
	padding: 3px 2px 3px 2px;
	color: #586789;
	text-decoration: none;
	display: block;
}

.item a:hover{
	color: #FFFBEA;
	padding: 3px 2px 3px 2px;
	background-color: #586789;
}


/** SEARCH **/
.searchSections{
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 5px 15px 0px;
	font-size: 70%;
	letter-spacing: 0.1em;
	text-align: left;
}

.stepTitle{
	padding: 2px 0px 2px 7px;
	border-left: 1px solid #586789;
	border-bottom: 1px solid #586789;
	font-weight: bold;
	background-color: #F1F1F1;
}

.stepBody{
	
/*	border-left: 2px solid #586789;*/
	border-top: 1px solid #586789;
}

#map{
	text-align: center;
	border: 1px solid #000; 
	width: 100%; 
	height: 450px;
}

.loading{
	text-align: center;
	height: 10px;
	float: left;
	text-align: rigth;
	width: 200px;
}

.limit{
	color: #FF0000;
	float: left;
	margin: 0px 0px 10px 10px;
	width: 475px;
	height: 12px;
}

.resultMessage{
	color: #586789;
	float: left;
	height: 12px;
	text-align: rigth;
	width: 200px;
}

.stepText{
	padding: 0px 0px 0px 15px;
}

.stepTextBold{
	padding: 0px 0px 0px 15px;
	font-weight: bold;
}

.sectionInput{
	margin: 15px 0px 15px 15px;
	font-weight: bold;
}

.sectionInputCenter{
	margin: 25px 0px 15px 15px;
	font-weight: bold;
	text-align: center;
}

.stepBody ul.collectionList{
	font-weight: bold;
	padding: 0px 0px 5px 15px;
}

.stepBody ul.collectionList li{
	list-style-type: none;
	padding: 0px;
	margin: 7px 0px 7px 0px;
}

.google-image{
	height: 180px;
}

a.google-link{
	margin: 0px;
	padding:0px;
}

a.google-link:hover{
	margin: 0px;
	padding:0px;
}

a.icon-link{
	padding: 0px;
	margin: 0px; 
	text-decoration: none;
}

a.icon-link:hover{
	text-decoration: none;	
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
	
/* IMAGE_LIST */
.resultTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: bold;
	padding: 2px 7px 2px 7px;
	border-left: 1px solid #586789;
	border-bottom: 2px solid #586789;
	background-color: #F1F1F1;
}

.resultItemClean, .resultItem{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	letter-spacing: 0.1em;
	padding: 6px 7px 6px 7px;
}

.resultItem{
	border-bottom: 1px solid #586789;
}


/*** PIED DE PAGE ***/
.footer{
	border-top: 1px solid #C1C1C1;
	padding: 3px 3px 0px 3px;
	margin: 0px 0 0 0;  	
	width: 730px;
}

.imgmpo{
	width: 350px;
	text-align: left;
	float: left;
}

.generate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #666666;
	text-align: right;
	width: 150px;
	float: right;
}
