/*                                 */
/* Styles des objets    */
/*                                 */

/* Corps du document */
body { 
	background-color: #f3f2f2;
}
/* Liens */
a:link, a:visited, a:active{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Contrôles de formulaire listes et textes */
select, textarea {
	padding: 1px;
	border: 1px solid #b1b4ac
}
/* Liens arbres table des matières */
a.treeLayer, a.treeLayer:hover {
	color: #a2549e;
}
a.treeLayer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.treeLayer:hover {
	text-decoration: underline;
}
/* Liens DIV menu */
a.divmenu, a.divmenu:hover {
	color: #fff;
}
a.divmenu {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
a.divmenu:hover {
	text-decoration: underline;
}
/* DIV menu */
div.menu {
	position: absolute;
	overflow: hidden;
	right: 0px;
	background-color: #a2549e;
	width: 100%;
	height: 20px;
}
/* Tableau principal */
table.main {
	border: 1px solid #abac9a;
}
/* Tableau entete */
table.entete {
	border: solid;
	border-color: #abac9a;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}
/* Classes de style  */
.attributeName, .errorTitle, .accueilTitle, .layername2, .infoMessage, .errorMessage, .info_label, .info_value, .attributeValue, .attributeValue2, .layername, .divTitle, .treeTheme, .lienshaut_chemin, .barre_outils, .texte, .title, .tablepicture, .measureValue, .measureValue2, .printLoadingMsg, .printAttribute, .printAttributeValue {  
	font-family: Arial, Helvetica, sans-serif;
}
.layername, .treeTheme, .lienshaut_chemin, .barre_outils, .texte {
	font-weight: normal;
}
.attributeName, .errorTitle, .layername2, .info_label, .divTitle, .title, .printAttribute, .printLoadingMsg {  
	font-weight: bold;
}
.infoMessage, .errorMessage { 
	font-size: 8pt; 
}
.attributeName, .layername2, .info_label, .info_value, .attributeValue, .attributeValue2, .tablepicture, .measureValue, .measureValue2, .printLoadingMsg, .printAttribute, .printAttributeValue {  
	font-size: 9pt;
}
.errorTitle {
	font-size: 14pt;
}	
.accueilTitle {
	font-size: 32pt;
}
.treeTheme, .lienshaut_chemin, .barre_outils {
	font-size: 10px;
}
.layername, .divTitle, .texte {
	font-size: 11px;
}
.attributeName, .printAttribute {  
	color: #fff;
}
.errorTitle, .accueilTitle, .layername, .divTitle, .layername2, .title, .mapInfo {
	color: #a2549e;
}
.treeTheme, .barre_outils, .texte, .printAttributeValue, .printAttributeTitle {
	color: #4d4d4d;
}
.infoMessage { 
	color: #33f;
}
.errorMessage { 
	color: #f33;
}
.lienshaut_chemin {
	color: #333;
}
.printLoadingMsg, .printAttributeValue {
	background-color: #fff;
}
.attributeNameCenter, #pPrint { 
	background-color: #a2549e;
}
.emptyCell { 
	background-color: #f3f2f2;
}
.barre_outils, .title {
	background-color: #eeeded;
}
.attributeValue, .tablepicture, .measureValue {
	background-color: #ccf;
}
.attributeValue2, .measureValue2 {
	background-color: #eef;
}
.noMapBorder {
	border: none;
}
.tocCell, .MapLayer, .title, .barre_outils, .quitButton, .leftcell, .printAttribute, .printAttributeTitle { 
	border: solid;
}
.tocCell, .MapLayer { 
	border-color: #a2549e;
}
.title, .leftcell, .printAttribute, .printAttributeTitle {
	border-color: #b1b4ac;
}
.title, .quitButton, .leftcell, .printAttribute { 
	border-width: 0px;
}
.printAttributeTitle {
	border-width: 1px;
}
/* Valeur correspondant à la variable iMapBorderWidth dans script_image.js*/
.MapLayer {
	border-width: 2px;
	overflow:hidden;
}
.tocCell, .leftcell, .printAttribute { 
	border-right-width: 1px; 
}
.barre_outils, .title {
	border-bottom-width: 1px;
}
.tocCell { 
	border-left-width: 1px; 
	border-top-width: 0px; 
	border-bottom-width: 0px 
}
.barre_outils {
	width: 100%;
	border-color: #abac9a;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}
.tocCompareMode {
	border-top: solid 1px #a2549e;
}
.barre_outils, .interligne {
	margin: 0px;
}
.printAttributeTitle, .printLoadingMsg {
	padding: 1px;
}
.layername2 { 
	padding-bottom: 5px;
}
.printElement {
	padding: 3px 3px 3px 6px;
}
.interligne {
	padding: 0px;
	background-image: url("../images/ligne_horizontale.gif");
	background-repeat: repeat-x;
	background-position: center;
}
.printLoadingMsg, .barre_outils {
	text-align: center;
}
.measureValue, .measureValue2, .printAttribute { 
	text-align: right;
}
.title {
	font-size: 12pt;
	text-transform: uppercase;
	padding: 15px 0px 15px 0px;
}
.quitButton {
	position: absolute;
	right:0;
	z-index:1;
	width: 50px;
	height: 12px;
	border-color: #fff;
	border-left-width: 2px;
	padding:4px;
}
.printLoadingMsg {
	position: absolute;
	visibility: hidden;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -115px;
	width: 230px;
	height: 15px;
	border: solid 2px #000;
}
.legendLayerName{
	font-size:0pt;
	visibility: hidden;
}

.legendLayerName#legend_0 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	visibility: visible;
}
.legendClassName {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:italic
}
.mapMask { 
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	background-color: #000000;
	opacity:.25;
	*filter:alpha(opacity=25);
}
/* Mise en forme de la liste des échelles  */
.yui-skin-sam .yui-ac-input {
	position:static;
	width:8em;
	height:1.6em;
	vertical-align:top;
}
.yui-skin-sam .yui-ac-container {
	width:8em;
	left:0px;
}
.yui-ac .yui-button {
	vertical-align:middle;
}
.yui-ac .yui-button button {
	padding: 0 3px;
	min-height: 1.2em;
	*padding: 0 6px;
}
.yui-ac .yui-button#buttonGetList button {
	background: url(../images/button_down.png) center center no-repeat;
	margin: auto 0;
}
.yui-ac .open .yui-button#buttonGetList button {
	background: url(../images/button_up.png) center center no-repeat
}

/* Styles DDE 83 */

.titrebienvenue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #4297B9;
	text-decoration: none;
	text-transform: none;
}
.nomapplication {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #7EB12F;
	text-decoration: none;
	text-transform: uppercase;
}
.menubas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #9C4681;
	text-decoration: none;
	text-transform: uppercase;
}

.titre_violet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #9C4681;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
}


