/*******************************************************************************

  Reset

*******************************************************************************/
html, body, h1, h2, h3, h4, div, p, a, ul, li, hr, form, input, table, object,
fieldset, legend, label, strong, ol {
  margin: 0;
  padding: 0;
}



/*******************************************************************************

  Body

*******************************************************************************/
body {
  line-height: 1;
  font-family: arial,sans-serif; 
  padding: 20px 0;
}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/
a{outline: none;}
a:focus{-moz-outline-style: none;}
input.button{outline: none;}
input.button:focus{-moz-outline-style: none;}


/*******************************************************************************

 CONTAINER

*******************************************************************************/
div#container {
	margin: 0 auto;
  background: url('../images/repeatx.jpg') repeat-y;
	width: 776px;
}



/*******************************************************************************

 HEADER

*******************************************************************************/
div#header {
	background: url('../images/header.gif') no-repeat;
	height:396px;
}


/*---------------------------------------------------------------- menu top --*/
ul#menu1 {
  position: relative;
  padding: 10px 1em 33px 0;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 0.7em;
  list-style-type: none;
  text-align: right;
}

ul#menu1 a {
  color: #ffffff;
  text-decoration: none;
}

ul#menu1 a:hover {
  text-decoration: underline; 
}

ul#menu1 li{
  display: inline;
  margin : 5px;
  padding-left : 10px;
  border-left : solid 1px #fff;  
}

ul#menu1 li.li-first {
  border-left : 0px;                                     
}

ul#menu1 li.li-current{
  text-decoration: underline;
  font-weight: bold;
}
div#banner{
z-index: 10;
}

/*----------------------------------------------------------------------          - logo*/
img.logoCoucy{
  float: left;
  margin-left: 81px;
  margin-bottom:1px;
  border: 0px;
  }


/*----------------------------------------------------------------------          - information*/
p#coords-bar {
	color: #0b0090;
	font-size : 0.8em;
  letter-spacing: 0.008em;
  line-height: 26px;
  padding: 0 10px;
  text-align: right !important;

}
 
 
/*----------------------------------------------------------------------          - search*/
form.search-controls{
  padding: 3px 6px 0 15px;
  float: right;
  text-align: right !important;
}
form.search-controls input{
  vertical-align: middle;
  height: 18px;
}
form.search-controls input#query{
  width: 100px;
  border: 1px solid #0b0090;
}

/*----------------------------------------------------------------------          - fil d'ariane*/
p.breadCrumbs{
  padding-top: 15px;
  margin-left: 215px;
  color: #78B000;
  font-size: 0.7em;
}

p.breadCrumbs a {
  color: #78b000;  
}

p.breadCrumbs a:hover {
  color: #0378b8;  
}
  
/*******************************************************************************

 MIDDLE

*******************************************************************************/
div#middle {
  background: url('../images/footer.gif') no-repeat bottom;
}



/*******************************************************************************

 LEFT 

*******************************************************************************/
div#left{
  margin-top: -23px;
  float: left;
  position: relative;
  width: 160px;
  color: #fff;
  text-align: center;
  line-height: 2em;
}


/*----------------------------------------------------------------------          - menuleft*/
ul#menu2 {
  _margin: -3px 0;
  margin-left:10px;
  list-style-type: none;  
  width:160px; 
}

ul#menu2 li ul {
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  left: 130px;
  width: 140px;
  list-style-type: none;  
}
 
ul#menu2 li {
  float: left;
}

ul#menu2 li a, ul#menu2 li a:visited {
  display: block; 
  float: left; 
  text-decoration: none; 
  color: #fff; 
  width: 140px; /*height:3em;*/ 
  font-size: 0.7em; 
  background : url('../images/leftmenu_line.gif') repeat-x;  
}
* html ul#menu2 li a, * html ul#menu2 ul li a, * html ul#menu2 li a:visited, * html ul#menu2 ul li a:visited  {
  width: 140px; 
  w\idth: 130px;
}

ul#menu2 table {
  border-collapse: collapse; 
  border: 0;
  position: absolute; 
  left: 0; 
  top: -1px;
  font-size: 1.3em;
}

/* activation sous menu*/
ul#menu2 li:hover a,
ul#menu2 li a:hover{
  background:#78B000;
}

ul#menu2li: hover {
  position: relative; 
  z-index: 90;
}

* html #menu2 li a:hover, * html #menu2 ul li a:hover{
  position: relative;
  z-index: 100;
}

ul#menu2 li:hover ul,
ul#menu2 li a:hover ul {
  visibility: visible;
  position: absolute;
  height: auto;
  border-right: 1px solid #8ABD00;
  background: #78B000;
  overflow: visible;
}

ul#menu2 li:hover ul li a,
ul#menu2 li a:hover ul li a{
  display: block;
  background: transparent;
  color: #fff;
  line-height: 2em;
  height: auto;
  text-decoration: none;
}

ul#menu2 li:hover ul li:hover a,
ul#menu2 li a:hover ul li a:hover {
  background: #8ABD00; 
  color: #fff;
}

ul#menu2 li:hover ul li ul,
ul#menu2 li a:hover ul li a ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  overflow: hidden;
  top: 0;
  left: 140px;
}

ul#menu2  li:hover ul li:hover ul,
ul#menu2  li a:hover ul li a:hover ul {
  visibility: visible;
  position: absolute;
  height: auto;
  color: #000;
  padding: 0;
  border-right: 2px solid #069;
  list-style-type: none;
  background: #069;
}

ul#menu2 li:hover ul li:hover ul li a,
ul#menu2 li a:hover ul li a:hover ul li a {
  display: block;
  background: transparent;
  color: #ff0;
}

ul#menu2 li:hover ul li:hover ul li:hover a,
ul#menu2 li a:hover ul li a:hover ul li a:hover {
  background: #eee;
  color: #000;
}

/*.leftmenulastlink ul li a:hover ul {border-bottom:1px solid #99C900;}*/
div#left strong{
  margin: 0;
  padding : 0;
  font-weight: bold;
  text-align: center;
}

.li-current strong{
  text-align: center;
}

div#left li.li-inPath {
	font-weight: bold;
  text-align: center;
  background-color :#99C900; 
  color : #78B000;
}

div#left li.li-inPath ul {
  font-weight: normal;
}

div#left li.li-current {
  text-align: center;
  background-color : #99C900;
  color : #78B000;
}

/*-------------------------------------  -newsletter*/
p.subscribeNews{

  font-size: 0.7em;
  line-height: 1em;
  padding: 0 1em 1em 1em;
  padding-bottom: 35px;
}
p.subscribeNews a{
  color: #fff;
  line-height: 2em;
}

h2.newsTitle {
  position: relative;
  clear: both;
  padding-top: 40px;
  font-size: 1.2em;
  text-align: center;
  font-weight: normal;
}

h2.newsTitle:first-letter {
  font-size: 1.8em;
  font-weight: normal;
  font-family: times;
  margin-right: -0.05em;
}



/*******************************************************************************

 CONTENU

*******************************************************************************/
div#content{
	width: 546px;
  margin: 0 0 15px 195px; 
  font-family: Helvetica,arial,sans-serif;  
  font-size: 0.9em;
  letter-spacing: 0.02em;
  text-indent: 0;
}

hr.debut-contenu{
	visibility: hidden ; /*retabli le flux */ 
  margin: 0 0 30px 0;
}
#content h1 {
  padding-bottom: 0.5em;
  color: #0378B8;
  font-size: 2em;
  font-weight: bold;
}

#content h2 {
  padding-bottom: 0.2em;
  color: #0378B8;
  font-weight: normal;
  font-size: 1.7em;
  line-height: 1.5em;
}

#content h3 {
  text-align: left;
  color: #78B000;
  font-weight: bold;
  font-size: 1.3em;
  padding: 0.3em 0;
}

#content h4 {
  margin: 1.3em -0.1em 0.5em -0.2em;
  text-align: left;
  color: #78B000;
  font-size: 1em;
}

#content p {
  margin-bottom: 0.8em;
  text-indent: 0;
  line-height: 1.1em;
}

#content a {
  color:  #0378B8;
}

#content a:visited{
  color:  #0378B8;
}
#content a img{
  border: 0;
}
#content a:visited img{
  border-color:  #0378B8 !important;
}

#content a:hover {
  color: #8ABD00;
  text-decoration: none;
}

/*------------------------------------------------------------------- -list  */
#content ul {
  padding: 0.3em 0;
  list-style-type: none; 
  line-height: 1.3em;
}

#content li{
  background-image: url(../images/puce_grass.gif);
  text-indent: 1em;
  background-repeat: no-repeat;
  background-position: left top;
}

#content ul li ul li{
  padding-left:0;
  margin-left: 15px;  
  background: url(../images/puce.gif) no-repeat left top;
}

/*--------------------------------------------------------------------- -pagination*/
ul.pagination {
	font-size: 19px;
  text-align: center;
  list-style-type: none;
}

ul.pagination li a{
  color: #8ABD00 !important;
}

ul.pagination li a:hover{
color:  #0378B8 !important;
  text-decoration: none;
}

ul.pagination li {
  padding:0.3em;
  background-image: none !important;
  display: inline;
}
ul.pagination li img{
  padding: 0 !important;
  border: 0 !important;
}


/*-------------------------------------------------------------- accueil a la une et a retenir */
div.newsLatest {
  width: 260px;
  border-right: 1px solid #78B000;
  background: url(../images/bg_news.gif) no-repeat left bottom #8abd00;
}

div.eventToCome{
  float: right;
  width: 260px;
  border-right: 1px solid #78B000;
  background: url(../images/bg_news.gif) no-repeat left bottom #8abd00;
}

/*------- images - titre h2     a la une  --  a retenir*/
div.newsLatest h2 {
  display: inline;
}

div.eventToCome h2 {
  display: inline;
}

div.newsLatest h2 img{
  float: left;
}

div.eventToCome h2 img{
  float: left;
}

/*-------  la une */
div.newsArticleLatestList{
  margin-left: 28px;
  background: #fff;
}
div.newsArticleLatestList h3{
  margin: 0 !important;
  padding: 0 !important;
  padding: 0.3em !important;
  background: #0378B8;
  color: #fff !important;
  font-size: 1em !important;
  font-weight: normal !important;
}

div.newsArticleLatestList h3 span.date,
div.calendarEventToComeList h3 span.date {
  font-size: 0.7em !important;
}

div.newsArticleLatestList h3  a, div.newsArticleLatestList h3  a:hover{
  color: #fff !important;
}

div.newsArticleLatestList a.image img{
  float: right;
  margin-left: 5px;
  border: 0;
}

div.newsArticleLatestList div.catcher{
  padding: 5px 5px;
  line-height: 1.2em;
  letter-spacing: 0em;
  font-size: 0.75em!important;  
}

div.newsArticleLatestList div.catcherWithImage{
  min-height: 100px;
}

/*------ a retenir*/
div.calendarEventToComeList{
  margin-left: 28px;
  background: #fff;
}

div.calendarEventToComeList h3{
  margin: 0 !important;
  padding: 0 !important;
  padding: 0.3em !important;
  background: #0378B8;
  color: #fff !important;
  font-size: 1em !important;
  font-weight: normal !important;
}

div.calendarEventToComeList h3  a, div.calendarEventToComeList h3  a:hover{
  color: #fff !important;
}

div.calendarEventToComeList a.image img{
  float: right;
  margin-left: 5px;
  border: 0;
}

div.calendarEventToComeList div.overview{
  padding: 5px 5px;
  line-height: 1.2em;
  letter-spacing: 0em;
  font-size: 0.75em!important;
}

div.calendarEventToComeList div.overviewWithImage{
  min-height: 100px;
}


   
 /*----------------------------------------------------------------- -spacer  accueil     */  
hr.homeSpacer {
 clear: right;
 visibility: hidden;
 margin-bottom: 20px;
}



/*******************************************************************************

FOOTER

*******************************************************************************/  
div#footer{
  height: 60px;
  width: 776px;
  clear: both;
}

p.topLink {
	height: 1em;
	position: relative;
	padding-top: 20px;
  margin-right: 2em;
  color: #0378B8;
  font-size: 0.6em;
}
  
div#footer p.topLink a {
  background: url(../images/haut_page.gif) no-repeat;
	display: block;
  color: #8ABD00;
	position: absolute;
	right: 0;
	text-align: center;
	width: 93px;
}
  
div#footer a:hover {
  color: #0378B8 !important;  
}  
  
ul#menu3 {
  padding-top: 20px;
}

#menu3 li {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline;
  font-size : 0.6em;
  color: #8ABD00;
}

ul#menu3 a {
  color : #8ABD00;
}
  
ul#menu3 a:hover {
  color : #0378B8;  
}

/* ----------- copyright*/
p#copyright{
float: right;
font-size: 0.6em;
color: #ccc;
}

/*******************************************************************************

google map

*******************************************************************************/
div#googleMap {
  padding: 20px 0;
  text-align: center !important;
}



/*******************************************************************************

  Formulaire par défaut

*******************************************************************************/
form.defaultForm label {
	display: block;
	float: left;
  margin-right: 5px;
	padding-right: 17px;
	width: 160px;
	font-weight: bold;
	text-align: right;
}

.defaultForm fieldset {
	margin: 0 0 50px 0;
  padding: 20px 0 0 0;
	border: none;
	border-top: 3px dotted #0378B8;
  background:url(../images/fond_activ_neg.gif) no-repeat right top;
}

.defaultForm fieldset legend {
  padding: 10px 40px;
  margin: 0 0 20px 0;
  background:url(../images/fondbarre.gif) no-repeat left bottom #0378B8;  
  color : #fff;
  letter-spacing: 0.02em;
}

.defaultForm fieldset p {
  margin: 0 0 5px 0;
}

.defaultForm input.textField, select {
  border: 1px solid #99C900;
  padding: 1px;
  background-color: #fff;
}

.defaultForm  textarea {
	padding: 3px;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	border: 1px solid #99C900 !important;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #0378B8 !important; 
}

input.button:focus{
border: 0!important;
}

.defaultForm legend {
	width: 100px;
	padding: 0 5px 10px 5px;
  display: block;
	color: #66c129;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.2em;
	background-color: #FFFFFF;
}

form.defaultForm p.error {
  padding-left: 132px;
  color: red;
  font-weight: bold;
  margin-bottom: 2px !important;
}

.defaultForm .asterisk {
  color:  #ff0066;
  font-size: 1em;
  font-weight: bold;
  vertical-align: top;
}

.defaultForm .requiredField {
  color: #ff0066;
  font-size: 0.8em;
  font-style: italic;
  font-weight: bold;
  margin: 0 !important;
  padding: 0;
  text-align: right !important;
}

.form-errors {
  margin-bottom: 10px;
  border: 1px solid #ff0066;
  color: #ff0066;
}

.form-errors p {
  background: #ff0066;
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  margin-top: 0;
}

.form-errors dl {
  padding: 5px;
}

.form-errors dt {
	padding-left: 20px;
  font-weight: bold;
  float: left;
  padding-right: 12px;
  width: 160px;
}

.form-errors dd {
  margin: 0;
}

p.form-error {
  background: url(../images/error.gif) no-repeat left center;
  color: #ff0066;
  font-weight: bold;
  margin: 0 0 0 167px !important;
  padding-left: 15px;
}
/*******************************************************************************

  Contact
  
*******************************************************************************/
div .contact-coords{
margin-bottom: 40px;
}
div .contact-hor{
display: block;
padding: 0!important;
}

div .contact-hor h2{
padding: 0 !important;
margin-top: 0 !important;
}

div .contact-hor h2{
  margin-right: 0 !important;
  padding-right: 0 !important;
  text-align: right !important;
}


ul.contactBureau{
  margin-top: -20px;
  list-style-type: none;
}

div.adjoint-left, div.adjoint-right{
  margin: 0 20px;
}

 a.contact-couriel{
font-size: 0.9em;
}

div.adjoint-left{
float:left;
margin-left: 0 !important;
}


/*******************************************************************************

  Caroussel

*******************************************************************************/
div.carousel-component {
  height: 250px;
  list-style-type: none;
  margin: 0 auto 16px auto !important;
  padding: 0 !important;
  width: 220px; 
}

div.carousel-component .carousel-list li {
  margin: 0 !important;
  padding: 10px 0 0 0 !important;
  height: 240px;
  width: 220px;
}

div.carousel-component a img {
  border: none;
}

div.carousel-component p.carousel-image {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

div.carousel-component p.carousel-image-title {
  color: white;
  height: 40px;
  line-height: 20px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  text-align: center !important;
}

p.carousel-arrow-container {
  background: #3f3f3f;
  color: white;
  font-size: 0.8em !important;
  height: 20px;
  line-height: 20px;
  margin: 0 auto !important;
  padding: 10px 10px 0 10px;
  width: 200px !important;
  text-align: center !important;
}

img.carousel-prev-arrow {
  cursor: pointer; 
  float: left;
}

img.carousel-next-arrow {
  cursor: pointer; 
  float: right;
}



/*******************************************************************************

   Agenda
   
*******************************************************************************/
p.resultsInfo{
  text-align: right !important;
  color: #0378B8;
}

form#calendarListForm{
	margin-bottom: 20px;
  text-align : right;
  padding: 0 0.4em 0.2em 0.4em;
  background-color: #78B000;
  color: #fff;
}


form#calendarListForm input.textField, select{
  border: 1px solid #99C900;
}

form#calendarListForm select{
  margin-top: 3px;
}

form#calendarListForm input {
  vertical-align: middle;
}

div.calendarEventListItem {
  border: 1px solid #0378B8;
  margin-bottom: 1.3em;
}

div.calendarEventListItem  h2{
  padding:10px !important;
  background:url(../images/fondbarre3.gif) no-repeat right bottom #0378B8;  
  color: #fff !important;
  font-size: 12px !important;
  font-weight: normal !important;
}

div.calendarEventListItem  span.date{
  font-size: 0.7em !important;
  letter-spacing: 0.15em;
}

div.calendarEventListItem  h2 a, div.calendarEventListItem h2 a:hover{
  color: #fff !important;
  font-size: 1.4em !important;
  letter-spacing: 0 !important;
}

div.calendarEventListItem p.category{
  text-align: right !important;
  padding-right: 10px;
  font-weight: bold;
  color: #0378B8;
  margin-bottom: 0 !important;
}
 
div.calendarEventListItem a.image img{
  float: right;
  margin: -13px 0 0 10px;
}

div.calendarEventListItem div.overview{
  padding: 20px 10px 20px 20px;
  font-size: 0.9em;
}

div.calendarEventListItem div.overviewWithImage{
  min-height: 75px;
}

div.calendarEventListItem div.overview a{
  color: #78B000 !important;
  font-size: 1em !important;
}

div.calendarEventListItem div.overview a:hover{
  color: #0378B8 !important;
  font-size: 1em !important;
}



/*******************************************************************************

  information communales

*******************************************************************************/

div.newsArticleListFull{
  border: 1px solid #0378B8;
  border-top : 0 !important;
  margin-bottom: 1.3em;
 }

div.newsArticleListFull h2{
  background:url(../images/fondbarre3.gif) no-repeat right bottom #0378B8;       
  padding:0.3em !important;
  color: #fff !important;
  font-size: 1.2em !important;
  font-weight: normal !important;
}
 div.newsArticleListFull  h2 span.date{
  font-size: 0.7em !important;
  letter-spacing: 0.15em;
}
div.newsArticleListFull h2  a, div.newsArticleListFull h2  a:hover{
  color: #fff !important;
}

div.newsArticleListFull a.image img{
  float: right;
  margin: -13px 0 0 10px;
}

div.newsArticleListFull div.catcher{
  padding: 20px 10px 20px 20px;
  margin: 0 !important;
  font-size: 0.9em;
}

div.newsArticleListFull div.catcherWithImage{
  min-height: 76px;
}



 /*******************************************************************************

News article  liste

*******************************************************************************/
div.newsArticle{
  border-left: 1px dotted #0378B8;
}

div.newsArticle p.date{
  padding-right: 20px;
  color: #fff;
  text-align: right !important;
  background:url(../images/fondbarre.gif) no-repeat  left bottom #0378B8;  
}
div.newsArticle li{
  background: none !important;
}
div.newsArticle div.catcher{
  padding: 2em;
  font-size: 0.9em;
  border: 1px dotted #0378B8;
  border-left: 0;
  margin-bottom: 20px;
  color: #0378B8 !important;
}
div.newsArticle div.body{
  padding: 10px;
  border: 1px dotted #0378B8;
  border-left: 0;
}

div.newsArticle div.body ul li{
  background-image: url(../images/puce_grass.gif) !important;
  text-indent: 1em;
  background-repeat: no-repeat !important;
  background-position: left top !important;
}



/*******************************************************************************

  article evenement  (calendarEvent)

*******************************************************************************/ 
div.calendarEvent
{
  border-left: 1px dotted #0378B8;
}

div.calendarEvent p.date{
  color: #fff;
  text-align: right !important;
  background:url(../images/fondbarre.gif) no-repeat  left bottom #0378B8;  
  padding-right: 20px;
}

div.calendarEvent li{
  background: none !important;
}

div.calendarEvent p.category{
  text-align: right !important;
  color: #888;
  font-weight: bold;
}

div.calendarEvent p.image{
  text-align: center !important;
  color: #888;
  font-weight: bold;
}

div.calendarEvent div.overview{
  padding: 2em;
  font-size: 0.9em;
  border: 1px dotted #0378B8;
  border-left: 0;
  margin-bottom: 20px;
  color: #0378B8 !important;
}

div.calendarEvent div.body{
  padding: 10px;
  border: 1px dotted #0378B8;
  border-left: 0;
}

div.calendarEvent div.body ul li{
  background-image: url(../images/puce_grass.gif) !important;
  text-indent: 1em;
  background-repeat: no-repeat !important;
  background-position: left top !important;
}


/*******************************************************************************

  resultat recherche

*******************************************************************************/
ol.search-results {
  list-style-type: decimal !important;
}
ol.search-results li{
  list-style-type: decimal !important;
  background: none !important;
  border: 1px dotted #0378B8;
  border-top: 0;
  margin-bottom: 20px;
}

ol.search-results li h2{
  background:url(../images/fondbarre3.gif) no-repeat right bottom #0378B8;       
  padding: 5px 0 !important;
  margin-left: -0.5em;
  color: #fff !important;
  font-size: 1.2em !important;
}

ol.search-results li h2 a, ol.search-results li h2 a:hover{
  color: #fff !important;
  }
ol.search-results p.date{
  border-top: 10px solid #fff;
  text-align: right !important;
  padding: 0 20px;
  background:url(../images/fondbarre.gif) no-repeat  left bottom #0378B8;  
  color: #fff;
}

ol.search-results p.category{
  text-align: right !important;
  font-weight: bold;
  color: #0378B8;
}
ol.search-results  li p.description{
padding: 20px;
}

ol.search-results li p.activity{
  border-top: 10px solid #fff;
  text-align: right !important;
  padding: 5px 20px;
  background:url(../images/fondbarre.gif) no-repeat  left bottom #0378B8;  
  color: #fff;
}




/*******************************************************************************

annuaire     (directory)

*******************************************************************************/
ul.directory {
  list-style-type: none; 
}

ul.directory li{
  border: solid 1px #0378B0;
  border-top: 0;
  margin-bottom: 0.3em;
  background : none !important;
  padding: 0 !important;
}

ul.directory li ul{
  padding:0 !important; 
  margin:0 !important;
}

ul.directory li ul li{
  padding:0 !important; 
  margin:0 !important;
  border: 0 !important;
}

ul.directory li h2{
  padding: 5px 0 !important;
  font-weight: bold;
  font-size: 1.3em!important;
  background:url(../images/fondbarre3.gif) no-repeat right bottom #0378B8;    
  color:#fff;
}

ul.directory h2 a{
  color:#fff !important;
}

ul.directory h2 a:hover{
  color:#fff !important;
  text-decoration: none;
}

div.directory p.image img{
  padding: 10px;
  float: right;
  margin: 0 !important;
}

div.directory p.resultsInfo{
  text-align: right !important;
}

/*---------------------------------      coord            */
ul.directory  li ul.coords{
  padding: 10px 20px!important;
  line-height: 1.3em;
}

ul.directory  li ul.coordsWithImage{
  min-height: 90px;
}

ul.directory  li ul.coords{
  padding: 10px 20px!important;
  line-height: 1.3em;
}

div.directory li.phone {
  color: #888;
  text-align: right !important;
}

div.directory li.email{
  text-align: right !important;
  padding-right: 10px !important;
  font-size: 0.9em;
}

div.directory li.website{
  text-align: center !important;
  padding: 0 2em;
  font-size: 0.9em;
}

div.directory li.address{
  color: #888;
  text-indent: 0 !important;
  font-weight: bold;
  font-size: 0.9em;
  width: 150px;
  float: left;
}


/*------------------------activity */
div.directory p.activity{
  background:url(../images/fond_activ.gif) no-repeat right bottom #ddd;
  border: 1px dotted #0378B8;
  border-left: 0 !important;
  border-right: 0 !important;
  text-indent: 0 !important;
  padding: 20px;
  padding-top:20px;  
  font-size: 0.9em;
  margin-bottom: 0 !important;
}

ul.directory  li hr.spacer{

  line-height: 0 !important; 
  color: #fff;
  border: 0 solid #fff!important; 
  padding: 5px 0 !important;
  margin: 0 !important;
  height: 0 !important;
}




/*******************************************************************************

  entreprise zoom

*******************************************************************************/
div.directoryAddress {
  border-left: 1px dotted #0378B8;
}

div.directoryAddress h1 {
  padding: 10px 0 20px 1em !important;
}
 
div.directoryAddress p.activity {
  background:url(../images/fondbarre.gif) no-repeat  left bottom #0378B8;      
  color: #fff;
  text-align: right !important;
  padding: 10px 20px !important;
}
 
div.directoryAddress p.image img{
  float: right;
  padding: 0 0 0 10px !important;
  margin:  0!important;
}



/*---------------- coordonné  */
div.directoryAddress ul{
  min-height: 110px !important;
  padding: 0 0 0 10px !important;
}

div.directoryAddress ul.coords li{
  background: none !important;
  text-indent: 0 !important;
}

div.directoryAddress ul.coords li.address{
  float: left;
  width: 200px;
  font-weight: bold;
  color: #0378B8;
  border: 0 !important;
}

div.directoryAddress ul.coords li.phone{
  text-align: right !important;
  color: #888;
}

div.directoryAddress div.description p{
  padding: 20px;
  border: 1px dotted #0378B8;
  border-left: 0;
}



/*******************************************************************************

NEWS   LETTER

*******************************************************************************/
div.newsletterLetterList h2{
  padding: 5px;
  background:url(../images/fondbarre3.gif) no-repeat right bottom #0378B8;         
  font-size: 1.3em!important;
  color: #fff !important;
}

div.newsletterLetterList h2 a, div.newsletterLetterList h2 a:hover{
  color: #fff !important;
}

div.newsletterLetterList p.overview{
  padding: 20px;
  border: 1px dotted #0378B8;
  border-top: 0;
  margin-bottom: 20px;
}


/*  -----------------------------------------------------------------------------    zoom news letter   */
div.newsletterLetter{
  border-left: 1px dotted #0378B8 !important;
}

div.newsletterLetter h1{
  padding: 5px 20px;
}

div.newsletterLetter p.date{
  background: #0378B8;
  text-align: right !important;
  padding: 5px 20px;
  color: #fff;
}

div.newsletterLetter div.body{
  padding: 20px;
  border: 1px dotted #0378B8;
  border-left: 0;
}

div.newsletterLetter div.body ul li{
  background-image: url(../images/puce_grass.gif) !important;
  text-indent: 1em;
  background-repeat: no-repeat !important;
  background-position: left top !important;
}

/* ----------- signature */
div#isics{
  position: absolute;
  left:5px;
}

div#isics a img{
  border: 0 !important;
}