/**
 * Body
 */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body { 
   background-color: white;
   font-family: Verdana, Arial,sans-serif;
   font-size:   0.6em;
}
a:hover{
	color:#008265;
	}
#allContent {
   margin: auto;
   padding: 0;
   width:780px;
   background-image: url('../img/opac/bord.gif');/*donne l'illusion d'une bordure verte le long du menu contextuel*/
   background-repeat: repeat-y;
   border-left: solid 1px #008265;
   border-right: solid 1px #008265;
}
#frise1 {
	border:0;
	margin: 0;
   padding: 0;
	width:100%;
	height:42px;
	background-image: url('../img/opac/frisetoit.gif');
    background-repeat: repeat-x;
    /* background-position: center ;*/ 
}
#frise2 {
	border:0;
	margin: 0;
    padding: 0;
	width:100%;
	height:40px;
	background-image: url('../img/opac/frise_accueil.jpg'); /*ATTENTION : surchargé dans les espaces*/
    background-repeat: repeat-x;
}
@media screen {/* Only used when displaying on screen */
	#contextualContent {
		width:118px;
		float:left;
      border-left: 1px #008265;
	}
	#content {
	width:auto;
	   margin-left:120px;
	}
    #layout2column {
      width:auto;
      margin-left: 10px;
      margin-right: 10px;
      padding-bottom: 20px;
      padding:0;
	}
	#layout2column div {
	  margin:0;
	  padding:0;
	  text-align:justify;
	}
	#layout2column .first7030col {
	  width:66%;
	  float:left;
	}
	#layout2column .second7030col {
	  width:33%;
	  float:right;
	}
	#layout2column .first5050col {
	  width:50%;
	  float:left;
	}
	#layout2column .second5050col {
	  width:49%;
	  float:left;
	}
	#layout1column {
	   width:auto;
      /*margin:auto;*/
      margin-left: 10px;
      margin-right: 10px;
      padding:0;
	}
   #layout1column .colonne {
      padding: 10px;
   }
   #layout2column .colonne {
      padding: 10px;
   }
	}
@media print {/* Only used when printing*/
	#contextualContent {
		display:none;
		visibility:hidden;
	}
	.menudef{ /* hide menu */
		visibility:hidden;
	}
	#content {
		width:600px;
	}
}

object {
  z-index: 0;
}

.opac-rhone {
   display: none;
}

.blocPrint a:hover {
	color:black;
	}
.blocRetour a:hover {
	color:white;
	}
.blocContact {
   background-image: url('../img/opac/pict_contact.gif');
   background-repeat: no-repeat;
   background-position: 6px 3px;
	width:auto;
   padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#B2D3CD;
	border-bottom:solid 2px #008265;
	font-weight:bolder;
}
.blocUrgence {
   text-align:center;
   padding: 5px;
margin-top:10px;
}
.blocPrint {
   background-image: url('../img/opac/pict_print.gif');
   background-repeat: no-repeat;
   background-position: 6px 3px;
	width:auto;
   padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
	background-color:#B2D3CD;
	border-bottom:solid 2px #008265;
}
.blocPrint a {/*Le bouton fait toute la largeur*/
   display:block;
   width:auto;
   }
.blocRecherche {
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:solid 2px #008265;
}
.blocRecherche p {
	margin-left:3px;
}
.blocRecherche strong{
	padding-left:6px;
	font-size:1em;
	font-weight:bold;
}
.blocRetour {
   background-image: url('../img/opac/pict_backhome.gif');
   background-repeat: no-repeat;
   background-position: 6px 3px;
	width:auto;
   padding-left:20px;
	height:10px;
   padding-bottom:2px;
   padding-top:2px;
	background-color:#008265;
}
.blocRetour a {
	color:white;
	font-weight:bolder;
	/*font-size:1.1em;*/
}
.arianeWire {
	width:auto;
	margin-left:20px;
	margin-right:20px;
	margin-top:26px;
	margin-bottom:15px;
	}

/*--- submenu ---*/
.blocMenu1 {
	width:100%;
   padding-top:5px;
   padding-bottom:5px;
	/*font-size:1em;*/
	border-bottom:solid 2px #008265;
	}
.blocMenu1 a:hover {
	color:black;
	}
.blocMenu1 h1{
	padding-left:3px;
   font-weight:bolder;
	font-size:1em;
	color:black;
   margin-bottom:6px;
	}
.blocMenu1 ul {
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
	}
.blocMenu1 li {
   
  }
  
.blocMenu1 a{
	background-image: url("../img/opac/arrow-opac.gif");
   background-repeat: no-repeat;
   background-position:6px 50%;
   padding-bottom:3px;
   padding-top:3px;
	padding-left:18px;
	display:block;
	}	
#contentRule {
	visibility:hidden;
	display:none;
    margin:0;
	padding:0;
	border:0;
    width:100%;
    float:left;
    height:1px;
	}
#cmsUpdatePageLink {
   clear:left;
   }
#copixMenu {
   	width:auto;
	}
#copixMain {
   width:98%;
   margin-right: auto;
   margin-left: auto;
   font-size: 1.1em; /* Ajout PGU */
}
#copixMain h1 {
   margin:0;
   padding:0;
	margin-left:10px;
   margin-right:10px;
   font-size:1.3em; /* Modif PGU */
	}
#layout2column a,
#layout1column a {
	color:#008265;
	text-decoration:underline;
	}
#layout2column a:visited,
#layout1column a:visited {
	color:#008265;
	text-decoration:none;
	border-bottom:dashed 1px #008265;
	}
#layout1column .CopixTable th a:visited {
	border-bottom:0px;
}
#TITLE_PAGE {/*h1*/
	width:600px;
	margin:auto;
	}
.opacForm {
	border: solid 1px #008265;
	border-bottom-width:4px;
	padding:4px;
	}
.opacForm h2 {
	color:#008265;
	border-top:solid 2px #008265;
	}
.opacForm input, .opacForm select{
	/*font-family: Verdana, Arial,sans-serif;*/
	border: solid 1px #008265;
	font-size:9px;
}
/*****************************************************************************/


a {
   color:black;
   text-decoration: none;
}

a:visited {
   text-decoration: none;
}

#main_layout {
  padding: 0;      margin: 0px;
      padding-left: 65px;
      background-repeat: no-repeat;
      background-position: top right;
}

#COPIX_TITLE_PAGE {
   padding: 0;
   background-color: transparent;
}
p {
   margin-top: 0px;
   margin-bottom: 10px;
}

/**
 * Headings
 */
h1 { 
     font-size: 1.3em; 
     background: transparent; 
     padding: 0;
     margin: 0;
   }

h2, h3 { 
	width: auto;
   font-size: 1.1em; 
   text-align: left;
   margin-bottom: 3px; 
   font-weight: bolder;
	}

h3 {
   padding-top : 0px;
   margin-top : 0px;
}
h2:first-letter, h3:first-letter { 
    font-size: 1.2em;
    font-weight: bolder;
   }

/* Titres pour forcer les couleurs */
h2.espElu {
   color:#00b5e6;
   border-top:solid 2px #00b5e6;
   }
h3.espElu {
   color:#00b5e6;
   }
h2.espPro {
   color:#ff6a11;/*#ff5f00;*/
   border-top:solid 2px #ff6a11;/*#ff5f00;*/
   }
h3.espPro {
   color:#ff6a11;/*#ff5f00;*/
   }
h2.espLoc {
   color:#ff0092;/*#e50083;*/
   border-top:solid 2px #ff0092;/*#e50083;*/
   }
h3.espLoc {
   color:#ff0092;/*#e50083;*/
   }
h2.espOpa {
   color:#E2A63D;/*#FFBF00;/*#ffbb45;/*#008264;*/
   border-top:solid 2px #ffbb45;/*#008264;*/
   }  
h3.espOpa {
   color:#E2A63D;/*#FFBF00;/*#ffbb45;/*#008264;*/
   }  
/* Div avec top jaune*/
div.topEspOpa {
   border-top:solid 2px #ffbb45;
   }
div.topEspElu {
   border-top:solid 2px #00b5e6;
   }
div.topEspPro {
   border-top:solid 2px #ff6a11;/*#ff5f00;*/
   }
div.topEspLoc {
   border-top:solid 2px #ff0092;/*#e50083;*/
   }
span.policeMedium {
   font-size:1.2em;
   }
span.policeLarge {
   font-size:1.4em;
   }
span.couleurOpac {
   color: #008265;
   }
span.espOpa {
   background-color:#ffda99;
   }
span.espElu {
   background-color:#b2daff;
   }
span.espPro {
   background-color:#ffc0ad;
   }
span.espLoc {
   background-color:#ffadd0;
   }
/**
 * Images
 */
img { 
   border: 0px; 
   margin: 0px; 
   padding:0px;
   }

th {
   text-align: left;
   vertical-align: top;
}

fieldset {
   border:solid 1px #008264;
   border-bottom:solid 4px #008264;
   padding:10px;
   /*margin:10px;/*pb avec 2 cols*/
   }
legend {
   color:#008264;
   }
select{
   font-size:1em;
   color:#008264;
   }
input {
   font-size:1em;
   color:#008264;
   border:solid 1px #008264;
   background-color:transparent;
   }

#footer {
}

/**
 * Liste et menus
 */
ul.copixCMSNav li { display: inline; list-style-type: none; line-height: 12px; padding-top: 2px; padding-bottom: 0px; margin-left: 2px; margin-bottom: 0px; background-color: #ffCA6B; color: #ffffff; font-weight: bold; text-align: center;}
ul.copixCMSNav li.copixCMSNavSelected { display: inline; list-style-type: none; line-height: 12px; padding-top: 2px; padding-bottom: 0px; margin-left: 2px; margin-bottom: 0px; background-color: #cc2122; color: #ffffff; font-weight: bold; text-align: center;}

ul.copixCMSNav a:link, ul.copixCMSNav a:visited { color: white; text-decoration: none; padding-left: 1em; padding-right: 1em; }
ul.copixCMSNav a:hover { color: white; text-decoration: none; padding-left: 1em; padding-right: 1em;}
ul.copixError li {} /*Affiche les erreurs dans copix sous forme de liste unordonnée*/
ul.copixArianeLink li:first-child { margin-left: 0px;}
ul.copixArianeLink li { display: inline; margin-left: 20px; }
.copixCMSNavSelected { background-color: #cc2122; }

/**
* Formulaires
*/
.copixForm {
   margin-left:8px;
   margin-right:8px;
}

.validButtons {
    text-align : right;
}


/**
* Table
*/
/* styles pour les mep des tableaux des communes, versements, etc... */
.TableConsultations {
   width:100%;
   border-collapse:collapse;
}
table.TableConsultations {
   border:solid 1px #008264;
   border-bottom:solid 4px #008264;
   }
.TableConsultations th {
   padding-top:5px;
}
.TableConsultations td {
   padding-top: 5px;
}
.CopixTable {
   width:100%;
   border-collapse:collapse;
   /*margin:10px;/*bug avec deux colonnes*/
}

table.CopixTable {
   border:solid 1px #008264;
   border-bottom:solid 4px #008264;
   }
.CopixTable th {
   /*background-color:#008264;*/
   /*height:25px;*/
}

.CopixTable th.actions {
   width:15%;
}

.CopixTable td {
   /*height:25px;*/
}

.CopixTable td.detail {
   padding-left:20px;
}
.CopixTable td.headingTitle {
   background-color: #cccccc;
   text-align: center;
}

.alternate {
   background-color: #B2D3CD;
}
dl.listeNews dt{
	font-weight:bold;
	}
dl.listeNews dd{
	margin-left:0;
	margin-bottom:10px;
	}
.news {
   width:100%;
   border:2px solid #ffCA6B;
   margin-bottom:10px;
}

.news thead {
   background-color:  #ffE4B3;
}

.news th.title {
   background-color:  #ffCA6B;
   width:75%;
}

.comment {
   width:100%;
   border:2px solid #ffCA6B;
   margin-bottom:10px;
}

.comment th {
   background-color:  #ffCA6B;
}

.comment th.title {
   background-color:  #ffE4B3;
}

.comment td.content {
  width:75%;
}

.comment td.actions {
  background-color:  #ffE4B3;
  width:30%;
}

/**
* Vignette photothèque
*/
.PictureBrowser {
   border: 1px solid #cc2122;
}

.PictureBrowser td {
   text-align:center;
}

.PictureBrowser td.TitlePict {
   height:35px;
   background-color:#ffCA6B;
   color:#818181;
   /*font-family: Verdana;*/
   font-size: 1em;
}

/**
* Plan du site
*/

.SitePlan {
   margin-top:15px;
   margin-left:8px;
   margin-right:8px;
   border:3px solid #ffCA6B;
}

.SitePlan th a{
   color:#cc2122;
}

.SitePlan th {
   text-align:center;
}

.SitePlan td{
   vertical-align:top;
}

/**
* popupInformation
*/
.popupInformation {
   background-color: #ffeecc;
   border:1px solid #ffCA6B;
   padding:3px;
   position:absolute;
}
.headingTree {
   background-color: #ffeecc;
   border:1px solid #ffCA6B;
   padding:0px;
   /*overflow:scroll;*/
   overflow:auto;
   height:300px;
   position:absolute;
}
.headingTree ul {
	margin:0;
	margin-left:8px;
	padding:0;
	}
.verticalTable h2 {
   border-top:solid 2px #ffbb45;
}
/**
* Texte défilant
*/
#TICKER {
   font-size:1.1em; 
   border-top:solid 1px black;
   border-bottom:solid 1px black;
}

li .espOpa {
	background-color:#FFBB45;
}

li .espLoc {
	background-color:#FF25A2;
}

li .espElu {
	background-color:#00B5E6
}

li .espPro {
	background-color:#FFC0AD;
}

li .accueil {
	background-color:#008265;
}

li .accueil a:hover {
	color: white;
}