/*
fait par: Thierry Vigneau
le: 23/04/2009

modifie par:
le:
*/


/* - - - GLOBAL - - - */

/* style wysiwyg */
p, ol, li, dd, table {
	margin: 9px 0 5px 0;
	font-size: 1em; text-align: left;
  }

a { color: #2A277A; text-decoration: underline; }
a:hover { color: #0A50A1; text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
	margin: 11px 0 5px 0; padding: 0;
	color: #0A50A1;	background-color: transparent;
  text-align: left; font-weight: bold;
  }

h1 {
	font-size: 30px;
	font-style:italic;
	color: #0A50A1;
	margin:25px 0 10px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h2 { 
	font-size: 15px;
	color: #0A50A1;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h3 { font-size: 14px; color: #2D2A83;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 
}
	
h4 { font-size: 1.35em; }
h5, h6 { color: rgb(102,102,102); font-size: 1.1em; }



small { font-size: 0.9em !important; }
big { font-size: 1.1em !important; }

label { cursor: pointer; }
acronym { cursor: help; }

ul {
	margin: 11px 0 11px 0; padding-left: 18px;
  }
li {
	margin: 3px 0 3px 0;
  }

tr, td {
	vertical-align: top;
  }
td, th {
	text-align: left;
  }

fieldset {
  margin: 13px 0 13px 0; padding: 0 10px 10px 10px;
  }
legend {
  margin-bottom: 10px;
  color: rgb(102,102,102); font-weight: bold;
  }

img {
	border: 0;
  }

hr {
	height: 1px; margin: 0 0 10px 0;
	background: rgb(204,204,204);
	color: rgb(204,204,204);
	border: 0;
	margin:0;
	padding:0;
	line-height:0;
  }

form {
	margin: 0; padding: 0;
  }

.Indentation { text-indent: 15px; }
.TexteEnPetit { font-size: 0.85em; }
.TexteEnGrand { font-size: 1.15em; }
.PremiereLettreMotEnMaj { text-transform: capitalize; }
.TexteEnMajuscules { text-transform: uppercase; }
.TexteEnMinuscules { text-transform: lowercase; }
.TexteEnPetitesCapitales { font-variant: small-caps; }

.TexteDroite { text-align: right; }
.TexteGauche { text-align: left; }
.TexteCentre { text-align: center; }

.ImageDroite { float: right; margin: 5px 0 5px 8px; }
.ImageGauche { float: left; margin: 5px 8px 5px 0; }

.CouleurGris, .CouleurGris a { color: gray; }
.CouleurOrange, .CouleurOrange a { color: #FF7F00; }
.CouleurNoir, .CouleurNoir a { color: #000000; }
/* - - - */


/* autres */
.clear {
  clear: both; height: 0; font-size: 0;
  /* display: block; visibility: hidden; margin: 0; padding: 0; */
  }

.succes { color: rgb(0,102,51); }
.error { color: rgb(204,0,0); }

.listdisc { list-style-type: disc; }
.listcircle { list-style-type: circle; }
.listsquare { list-style-type: square; }
.listdecimal { list-style-type: decimal; }
.listlr { list-style-type: lower-roman; }
.listla { list-style-type: lower-alpha; }
.listua { list-style-type: upper-alpha; }
.listnone { list-style-type: none; }


.btretour {
  margin-top: 25px;
  }
.btretour a, .btretour a:hover {
  font-family: verdana; letter-spacing: -1px; color: rgb(153,0,0); border-bottom: 2px solid rgb(225,225,225); text-decoration: none;
  }
.btretour a:hover {
  border-color: rgb(204,204,204);
  }
/* - - - */

/* - - - - - - */


/* - - - STRUCTURE - - - */
body {
  padding: 0;
  margin:0;
  font-family: Verdana, Arial, sans-serif; 
  font-size: 0.8em;
  color:#666666;
  background:#D9E4F5;
  }

  #page {
    position: relative; margin: 0 auto; width: 980px;
  background: #FFFFFF;
    }


    #entete {
    	height: 197px;
		width:980px;
		position: relative;
	    background: url(../images/header.jpg) no-repeat;
	z-index:1000;
      }

      #entete #logo {
      	width:180px;
      	float: left;
		height:150px;
		margin:0 0 19px 0;
        }

   /* #menunav {
      	float: left;
      	width: 250px;
		display: block;
		margin: 0;
		padding: 0;
      }

      #menunav ul {
      	float: left;
      	width: 250px;
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
        font-size: 13px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
      	}
      #menunav ul li.niveau_0_ {
      	float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		min-height:33px !important;
		height:auto !important;
		height:33px;
        background: url(../images/menu_0.jpg) no-repeat;
		color: #FFFFFF;
      	width: 250px;
      	}
		
      #menunav ul li.active {
		height:33px;
      	}
      #menunav ul li a {
		min-height:17px !important;
		height:auto !important;
		  display: block;
		  margin:0;
		  padding: 4px 8px 4px 18px;
		  text-decoration: none;
		  text-align: left;
		  color: #FFFFFF;
      	}
      #menunav ul a:hover{
		  text-decoration: none;
		  color: #FFFFFF;
      	}
      #menunav ul a.active {
		  text-decoration: none;
		  color: #FFFFFF;
        }

	  #menunav ul li ul {
      	float: left;
      	width: 250px;
		//display: none;
		margin: 0 !important;
		margin: 0 0 0 0;
		padding: 0 0 10px 0;
        font-size: 11px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
        background: url(../images/menu_1_fond.jpg) repeat-y;
      	}
		#menunav ul li ul li ul {
      	float: left;
      	width: 250px;
		display: block;
		margin: 0 !important;
		margin: 2px 0 0 0;
		padding: 0 0 1px 6px;
        font-size: 11px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		background:none;
      	}
      #menunav ul li.niveau_1_ {
      	float: left;
		margin: 0;
		padding: 0 0 0 28px;
		min-height:auto !important;
		list-style: none;
		color: #FFFFFF;
      	width: 200px;
      	}
		
      #menunav ul li.niveau_1_.active{
	  	height:auto;
	  }
      #menunav ul li.niveau_1_ a {
		  display: block;
		  margin:0;
		  padding: 3px 0 0 11px;
		  text-decoration: none;
		  text-align: left;
		  color: #FFFFFF;
		  min-height:12px !important;
      	}
      #menunav ul li.niveau_1_ a:hover{
		  text-decoration: none;
		  color: #FFFFFF;
          background: url(../images/menu_1_puce.gif) no-repeat 0 5px;
		  min-height:12px !important;
      	}
      #menunav ul li.niveau_1_ a.active {
		  text-decoration: none;
		  color: #FFFFFF;
          background: url(../images/menu_1_puce.gif) no-repeat 0 5px;
		  min-height:12px !important;
        }
		
		#menunav ul li.niveau_2_ {
      	float: left;
		margin: 0;
		padding: 0 0 0 0px;
		height:16px;
		min-height:auto !important;
		list-style: none;
		color: #FFFFFF;
      	width: 200px;
		font-size:10px;
      	}
      #menunav ul li.niveau_2_ a {
		  display: block;
		  margin:3px 0 0 5px !important;
		  margin:0 0 0 5px;
		  padding: 0 0 0 12px !important;
		  text-decoration: none;
		  text-align: left;
		  color: #FFFFFF;
		  min-height:12px !important;
      	}
      #menunav ul li.niveau_2_ a:hover{
		  text-decoration: none;
		  color: #FFFFFF;
          background: url(../images/menu_1_puce.gif) no-repeat 0 1px;
		  min-height:12px !important;
      	}
      #menunav ul li.niveau_2_ a.active {
		  text-decoration: none;
		  color: #FFFFFF;
          background: url(../images/menu_1_puce.gif) no-repeat 0 1px;
		  min-height:12px !important;
        }
*/
    #contenu {
      float: left;
	  width: 980px;
		  margin: 0;
		  padding: 0;
        background: #FFFFFF;
      }
	  #bar {
  background: transparent url(../images/fond-contenu.gif) repeat-x top left;
  height:8px;
      float: left;
	  width: 980px;
		  margin: 0;
		  padding: 0;
	  
	  }
	  #phrase {
		background:transparent none repeat scroll 0 0;
		float:left;
		margin:0;
		padding:0px !important;
		position:relative;
		width:650px !important;
		height:180px;
	  }
	  .maphrase {
	  	margin:17px 0 0 50px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;
		font-style:italic;
		font-weight:normal;
		color:#232E8A;		
		float:left;	
	  }
	  .auteur {
	  	margin:0 0 0 50px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-style:normal;
		font-weight:normal;
		color:#E5842A;		
		float:right;
		clear:both;
	  }
		
      #centre {
        float: left;
		width: 930px !important;
		width: 930px;
		position: relative;
        margin: 0;
		padding: 10px 20px 0 30px !important;
		padding: 10px 20px 0 30px;
       	background: none;
        }
		 #centre-acc {
        float: left;
		width: 650px !important;
		width: 650px;
		position: relative;
        margin: 0;
		padding: 10px 0px 0 30px !important;
		padding: 10px 0px 0 30px;
       	background: none;
        }
		#droite {
        float: left;
		width: 270px !important;
		width: 270px;
		position: relative;
        margin: 0 0 0 10px;
		padding: 10px 10px 0 10px !important;
		padding: 10px 10px 0 10px;
       	background: none;
		}
	   #centre ul, #centre-acc ul {
		  padding-left: 5px;
		  margin-top:6px;
        }
	   #centre ul li, #centre-acc ul li {
		  padding-left: 13px;
          background: url(../images/texte-puce.gif) no-repeat 0 4px;
		  list-style:none;
		  margin:2px 0 0 0;
        }
		 #centre table, #centre-acc table {
			border:1px solid;
			border-collapse:collapse;
        }
		
		 #centre form table, #centre-acc form table {
			border:0 none;
			border-collapse:separate;
			/*border-collapse:collapse;*/
        }
		 #centre table td, #centre-acc table td {
			border:1px solid;
        }
		
		 #centre form table td, #centre-acc form table td {
			border:0 none;
        }
		#tblform {
			border:0 none;
			/*border-collapse:collapse;*/
		}

		 #tblform td {
			border:0 none;
        }
		
#pied-de-page-haut {
      float: right;
	  width: 980px;
      color: #868788;
      font-family:Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  text-align: right;
	  margin:0 0 0 0;
	  background: transparent url(../images/footer-top.jpg) 0 0 no-repeat;
    }
	#pied-de-page-haut p {
	  text-align: right;
	  margin:70px 12px 0 0;
	  color:#CCCCCC;
    }
    #pied-de-page {
      float: left;
	  width: 980px;
      color: #868788;
	  background: #ECECEC url(../images/footer.gif) 0 0 repeat-x;
      font-family:Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  text-align: right;
	  padding: 12px 0 0 0;
	  height:40px;
      }

    #pied-de-page #adresses, #pied-de-page #adresses p{
	    font-size: 9px;
		letter-spacing:-0.05em;
        color: #FFFFFF;
		list-style-type: none;
		text-align:right;
	    padding: 0 10px 0 0;
      }

    #pied-de-page #siteinfo, #pied-de-page #secondaire {
        color: #868788;
		list-style-type: none;
		text-align:center;
	    font-size: 11px;
		margin:8px 10px 0 0 !important;
		margin:12px 10px 0 0;
      }
      #pied-de-page #siteinfo li, #pied-de-page #secondaire li {
        margin: 0; padding: 0 8px 0 0; float: left;
        }
      #pied-de-page #siteinfo li a, #pied-de-page #secondaire li a {
        color: #868788;
		text-decoration:underline;
        }
      #pied-de-page #siteinfo li a:hover, #pied-de-page #secondaire li a:hover {
        color: #868788;
        text-decoration: none;
        }
/* - - - - - - */

/* - - - MENU SECONDAIRE ACCUEIL - - - */
#droite #secondaire {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#E5852A;
	text-transform:uppercase;
	list-style-type: none;
	padding:0px;
}
#droite #secondaire li {
	color:#E5852A;
	text-decoration:none;
	background: transparent url(../images/sousmenu-acc.gif) no-repeat;
	height:40px;
	padding:0;
	margin:0;
	line-height:40px;
}
#droite #secondaire li a {
	color:#E5852A;
	text-decoration:none;
	height:40px;
	padding:0 0 0 10px;
	margin:0;
	line-height:40px;
}

.bloc-top {
	margin:12px 0 0 0;
	color:#FFFFFF;
	width:260px;
	height:26px;
	background: transparent url(../images/bloc-top.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:4px 0 0 8px;
	float:left;
}
.bloc-bas {
	margin:0;
	width:268px;
	height:8px;
	background: transparent url(../images/bloc-bottom.gif) no-repeat;
	float:left;
}
.bloc-contenu {
	margin:0;
	width:258px;
	background: transparent url(../images/bloc-fond.gif) no-repeat;
	float:left;
	padding:5px;
}
.bloc-contenu ul {
	list-style:none;
	padding:0;
}
/* - - - - - - */

/* - - - RECHERCHE - - - */
#bloc-recherche {
  margin: 8px 55px 0 0;
  padding: 0 0 0 0;
  float: right;
  text-align: right;
  height:28px;
  width:700px;
  }
  #bloc-recherche form { /* fix extra spacing in IE PC */
    margin: 0; padding: 0;
    }
  div#bloc-recherche label {
    width: auto; margin: 0; padding: 0 4px 0 12px; display: inline; float: none;
    vertical-align: middle; border: 0;
    }
  div#bloc-recherche form label img {
    vertical-align: middle;
    }
  div#bloc-recherche .selectlang {
    width: 153px; margin: 0 0 5px 0; padding: 0;
    }
  div#bloc-recherche input#txtSearch {
	margin: 0;
	padding: 0;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:164px;
	height:15px;
	border:1px solid #C6C6C6;
    }
  div#bloc-recherche .btnGo {
    margin: 0;
	padding: 0 0 0 0;
    border: 1px solid #0A50A1;
	background:#0A50A1;
	color:#FFFFFF;
	font-size:10px;
    }
	.rechercher {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#25308B;
	}
	#contact {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#25308B;
		float:right;
		margin:4px 84px 0 0;
		
	}

/* résultats */
.searchlist {
  margin: 0 0; padding: 20px 10px 20px 10px;
  color: rgb(102,102,102); border-bottom: 1px solid rgb(230,230,230);
  }
.searchlist:hover {
  background-color: rgb(245,245,245);
  }
.searchlist a {
  font-weight: bold; color: rgb(0,102,102);
  }
.searchlist a:hover {
  color: rgb(0,102,153);
  }
/* - - - - - - */


/* - - - IDENTIFICATION - - - */
#bloc-identification {
  margin: 8px 0 0 0; padding: 0 35px 0 15px; float: right;
  background: white url(../images/imgVertLineDivider.gif) left top repeat-y;
  text-align: left;
  }
  div#bloc-identification input#extra_login {
    width: 75px; margin: 0 0 5px 0; padding: 0;
    }
  div#bloc-identification input#extra_pass {
    width: 75px; margin: 0; padding: 0;
    }
  div#bloc-identification form label img {
    vertical-align: middle;
    }
  div#bloc-identification .btnGo {
    margin: 0; padding: 0 0 3px 2px;
    border: 0; vertical-align: middle;
    }
  div#bloc-identification .btnEx {
    margin: 5px 0 0 2px; padding: 0 0 0 0;
    border: 0;
    }
  #bloc-identification form { /* fix extra spacing in IE PC */
    margin: 0; padding: 0;
    }
  div#bloc-identification label {
    width: auto; margin: 0; padding: 0 4px 0 12px;
    display: inline; float: none; vertical-align: middle;
    border: 0;
    }
/* - - - - - - */

/* - - - titre - - - */
#titre_page {
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
	clear:left;
	width:680px;
  }
  
/* - - - CHEMIN DE NAVIGATION - - - */
#cheminnav {
  margin: 25px 0 0 20px;
  padding: 0;
  float: left;
  list-style-type: none;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#848688;
  background: transparent url(../images/fond-contenu.gif) repeat-x bottom left;
  height:30px;
  width:700px;
  }
  #centre #cheminnav li, #centre-acc #cheminnav li, #cheminnav li  {
    margin: 0 3px 0 0; padding: 0; float: left;
  background: transparent none;
    }
  #cheminnav li span {
    margin: 0 3px 0 0; padding: 0; float: left;
    }
  #cheminnav li a, #cheminnav li a:hover {
    display: block;
	padding: 1px 2px;
	float: left;
	text-decoration:underline;
   color:#848688;
    }
/* - - - - - - */


/* - - - PAGINATION - - - */
#pagenav {
  margin-top: 20px; margin-bottom: 5px;
  color: rgb(204,204,153);
  float:left;
  }
  #pagenav a, #pagenav a:hover {
    padding: 0 5px;
    text-decoration: none; border: 1px solid rgb(204,204,204);
    background-color: rgb(235,235,235); color: rgb(51,51,51);
    }
  #pagenav a:hover {
    background-color: rgb(248,248,248); color: rgb(75,75,75);
    }
  #pagenav .select {
    font-weight: bold; color: rgb(255,0,0);
    }
/* - - - - - - */



/* - - - GALERIE PHOTOS - - - */
.gallerylist {
  width: 225px; margin: 0 auto; padding: 30px 0 0 0;
  background: transparent url(../images/bkgSnavTop.gif) 0 top no-repeat;
  }
  /* image liste */
  .gallerylist ul {
  	margin: 0 0 0 15px; padding: 0;
  	list-style-type: none;
    }
  .gallerylist li {
    display: inline;
  	margin: 5px 8px 3px 0;
    }
  .gallerylist_normal a img {
  	padding: 2px;
  	border: 1px solid rgb(215,231,242);
    filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75;
    }
  .gallerylist_normal a:hover img {
  	border: 1px solid rgb(165,181,192);
    filter: alpha(opacity=99); -moz-opacity: 0.99; opacity: 0.99;
    }
  /* image zoom */
  #gallery_image_agrandie {
    margin: 18px 0 0 0;
    /* text-align: center; */
    }
  #gallery_image_agrandie img {
    padding: 1px;
    border: 2px solid rgb(204,204,204);
    }
/* - - - - - - */


/* - - - ACTUALITES - - - */
div.contentseparator {
	background : white url(../images/imgDottedLineHor.gif) left top repeat-x; color: rgb(189,200,208);
	clear: both; display: block; height: 1px; margin: 0; padding: 0; overflow: hidden;
  }

/* bloc actu */
.actusrc {
  margin: 0 0 0 0;
  cursor: default;
  float:left;
  border-bottom:1px solid #E0E0E0;
	  width:100%;
}
.actuimg {
  text-align:left;
}
.logo_actu {
	width:200px;
	float:left;
}
.texte_actu {
margin:0 0 0 200px;
}
.actusrc .plus {
	font-size:10px;
}
/* background hover */
.hoverbckgd { cursor: default; }
.hoverbckgd:hover { background: url(../images/hover-actu.gif) bottom repeat-x; }
  /* titre */
  .actusrc h2 {
  	margin:8px 0 0 0;
	color:#FF7F00;
    }
  .actusrc h2 a{
	color:#FF7F00;
    }
.actutexte {
	float:left;
	width:290px;
}
.actus{
	text-align:left;
}
.actus-titre{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#2D2A83;
	float:left;
	clear:both;
}
.actus-soustitre{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#3E6CC4;
	margin:6px 0 0 0;
	float:left;
	clear:both;
}
.actus-contenu{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#6C6D6F;
	margin:10px 0 0 0;
	float:left;
	clear:both;
}
  /* sous titre 
  .actusrc .sstitre {
  	color: rgb(153,102,102);
  	font-weight: bold; font-style: italic;
    }*/
  /* content resume 
  .actusrc .rscontent {
  	margin-left: 15px;
    }*/

/* news_title_random */
.news_title_random {
  margin: 0; padding: 0; list-style-type: none;
  }
  .news_title_random li {
    margin: 8px 0; padding: 0;
    }
  .news_title_random li a, .news_title_random li a:hover {
    margin: 0; padding: 0 0 0 13px; display: block;
    text-decoration: none;
    background: url(../images/puce_news.png) 3px 6px no-repeat; color: rgb(204,0,51);
    }
  .news_title_random li a:hover {
    background-color: rgb(204,0,51); background-image: url(../images/puce_news_hover.png); color: rgb(225,225,225);
    }
	
	.fiche_coord {
		border:1px solid #0A50A1;
		padding:10px;
		float:left;
		background:#FFFFFF;
	}
	.colored{
		background:#D9E4F5;
	}
	.noborder {
		border:0 none !important;
	}
	.contenu_ent {
		clear:left;
		float:left;
	}
/* - - - - - - */


/* - - - COMMENTAIRES - - - */
/* link comments (fiche) */
.commentsp {
  margin: -27px 60% 0 0;
  text-align: right;
  }
  .commentsp a, .commentsp a:hover {
    padding: 0 5px;
    color: rgb(0,51,51); text-decoration: none; border-bottom: 3px solid rgb(187, 211, 73);
    }
  .commentsp a:hover {
    background-color: rgb(187, 211, 73); color: white; border: none;
    }

/* commentaires */
#pComments {
  margin: 35px 0 15px 0;
  border-top: 1px solid rgb(204,204,204);
  }
/* newsItem */
#newsItem {
  margin: 15px 0;
  }
  #newsItem .header, #newsItem .content {
    padding: 5px; margin: 0;
    background-color: rgb(240,240,240);
    }
  #newsItem .header {
    color: rgb(0,0,35);
    }
    #newsItem .header small {
      color: rgb(85,85,85);
      }
  #newsItem .content {
    background-color: rgb(248,248,248);
    }
/* writeComments */
#writeComments {
  margin: 25px 0 25px 0;
  }
  #writeComments .respond {
    margin-bottom: 10px;
    font-size: 1.2em; color: rgb(0,51,51);
    }
  #writeComments .submit input {
    cursor: pointer;
    border: 1px solid rgb(204,204,204); background-color: rgb(245,245,245);
    }
  #writeComments .submit input:hover {
    font-weight: bold;
    }
/* - - - - - - */


/* - - - FORMULAIRES - - - */
.moduleform label {
  line-height: 1.8em; float: left; text-align: left; cursor: pointer; padding: 0 5px;
  }
.moduleform .submitform {
  margin-left: 155px; width: 120px; height: 22px; padding: 0 0 2px 0;
  border: none; 
	border:1px solid #CCCCCC;
  }
.moduleform .texte {
 width: 300px;  padding:2px;
	border:1px solid #CCCCCC;
  }
.moduleform .champsobligatoires {
  color: #FF7F00;
  font-size:11px;
  }
.moduleform textarea {
	width:300px;
	height:200px;
	border:1px solid #CCCCCC;
	 padding:2px;
}

/* - - - - - - */


/* - - - GOOGLES MAPS - - - */
#gForm {
	float:left;
	clear:left;
}
#gCartes {
	float:right;
	width:250px;
}
#gmaps, #gmaps2, #gmaps3 {
  /* visibility: hidden; position: absolute; top: 3em; left: 5em; */ 
  /*background-color: rgb(235,235,235);*/
  float: right;
  margin:10px 0 0 0;
  text-align: right;
  }
#gmaps .close, #gmaps .close:hover {
  position: absolute; top: 3px; right: 3px; display: block; padding: 0 5px 1px 5px;
  font-size: 1.3em; text-decoration: none; font-weight: bold;
  }
#gmaps a:hover {
  background-color: #eb6d00; color: white;
  }
#gmaps #map, #gmaps2 #map2, #gmaps3 #map3 {
  width: 250px; height: 200px;
  overflow:hidden;
  }
.gmap_texte {
	font-size:11px;
	width:250px;
}
#gmaps h3, #gmaps2 h3, #gmaps3 h3 {
	border-bottom:1px solid #D7D7D7;
}
/* - - - - - - */


/* - - - PLAN DU SITE - - - */

#plandusite .plan_niveau_1 {
	margin:0 0 0 15px;
	font-size:11px;
	background:none;
}
#plandusite .plan_niveau_0 {
	margin:8px 0 0 0;
	font-weight:bold;
}
/*#plandusite {
  margin: 0 0 0 30px;
  }
#plandusite li {
  }
#plandusite .plan_niveau_0 {
  margin-top: 15px; list-style-type: square; width: 90%;
  padding: 0 5px; background-image: none; background-color: rgb(245,245,245);
  }
#plandusite .plan_niveau_0 a { color: black; }
#plandusite .plan_niveau_1 {
  margin-top: 15px; margin-left: 15px; list-style-type: circle; width: 80%;
  padding: 0 5px; background-image: none; background-color: rgb(250,250,250);
  }
#plandusite .plan_niveau_2 {
  margin-top: 10px; margin-left: 25px; list-style-type: disc;
  padding: 0; background-image: none;
  }
#plandusite .plan_niveau_2 a { color: rgb(51,102,102); }
#plandusite .plan_niveau_3 {
  margin-top: 5px; margin-left: 35px;
  }
#plandusite .plan_niveau_3 a { color: rgb(153,102,102); }
/* - - - - - - */


/* - - - ACCUEIL - - - */
#visuel_accueil {
  padding: 0; margin: 0 0 5px 0; height: 153px;
  background: transparent url(../images/visuel_accueil.jpg) 0 0 no-repeat;
  }
#accueil_texte {
  float: left; width: 450px; padding: 0 0 0 100px;
  }
#accueil_boite {
  float: right; width: 210px; padding: 50px 130px 0 0;
  }

/* blocs bas */
#listblocs {
  margin: 0 0 0 16px; padding: 10px 0 0 0	; clear: both;
  text-align: left;
  }
#listblocs div P {
  margin-left: 11px; margin-right: 11px; padding: 0 0 0 5px;
  }
#listblocs div ul {
  margin-left: 11px; margin-right: 11px; padding: 0 0 0 10px; height: 100%;
  list-style: none;
  }
#listblocs div ul li {
  margin: 0; padding: 0px 0px 3px 14px;
  background: transparent url(../images/iconArrowBlue.gif) 0px 6px no-repeat;
  }
#applications, #industries, #downloads, #latestnews {
  float: left; width: 223px; margin: 0 9px 0 0; padding: 0;
  background: white url(../images/bkgBoxBot.gif) 0 50px repeat-x;
  }
#applications, #industries, #downloads, #latestnews {
  width: 221px;
  }
#latestnews {
  width: 214px; margin: 0; padding: 0;
  }
/* - - - - - - */

#marqueediv {
	margin:0 0 0 15px;
	padding:0 10px 0 10px;
	line-height:40px;
	width:921px;
	background:#FFE5CC;
	height:46px;
	border-bottom:1px solid #3B73B4;
	border-top:1px solid #3B73B4;
}
#marqueediv p {
	float:left;
	font-size: 12px;
	margin:0 4px 0 0;
	padding:0;
	height:46px;
	line-height:75px;
}

.web { 
	margin:-6px 0 6px 0;
	float:left;
	font-size: 10px;
	color: #FF7F00;
}
.web a {
	color: #FF7F00;
}
#mapalsace-droite {
	float:right;
}
.porteur {
	color:#0A50A1;
	font-size:10px;
	margin:0;
	padding:0;
}
.form_tri {
	margin:0;
	padding:0;
}
.tri_ent {
	font-size:10px;
	float:right;
	padding:0 5px;
	background:#EEEEEE;
}
.tri_conteneur {
	float:right;
	width:151px;
}
.tri_img {
	font-size:0;
}
.cont_actu {
	margin:0 0 0 200px;
}

#centre form #tblform td.question {
	border-top:#CCCCCC dashed 1px;
}
#centre form #tblform select {
	max-width:550px;
}