body {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	_background-position: fixed ; /* évite le sautillement des images de fond sur ie6 */
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

h1 {
	font-size: 1.8em;
	margin: 0 0 25px 0;
	padding: 0;
}
h2 {
	font-size: 1.2em;	
	margin: 0;
	padding: 2px 0;
	text-align: left;
}
h3 {
	font-size: 1em;
	margin: 0;
	padding: 2px 0px 0px 0px;
}
h4 {
	margin: 10px 0px 0px 0px;
}
h5 {
    margin: 0px;
}
h1:first-letter, h2:first-letter, h3:first-letter {
	text-transform: uppercase;
}

hr {
	display : block;
	height: 1px;
	padding: 0;
	color: transparent;
	background-color: transparent;
	border: none;
	border-top : 1px dashed #666666;
	margin : 0px auto;
	/*marges sous ie*/
	_margin: -7px auto;
}

form, input {
	margin: 0;
	padding: 0;
}

.separateur {
	clear: both;
}
.imgGauche {
	float: left;
	margin-right: 15px;
}
.imgDroite {
	float: right;
	margin-left: 15px;
}
.imgIcone {
	vertical-align: middle;
}
.champ, .champRecherche, .bouton {
	font-size: 1em;
	padding : 2px 0;
	vertical-align: middle;
}
.bouton {
	font-weight: bold;
	padding: 5px;
}
.champRecherche {
	width: 80px;
	text-align: center;
	padding: 2px;
}

.boutonOk {
	vertical-align: middle;
	margin-left: 5px;
}

.entete_tableau{
	display: table-cell;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
}

.formulaireMail {
	width: 460px;
	text-align: right;
}

.formulaireMail label {
	font-weight: bold;
	float: left;
}

.formulaireMail .champ {
	margin-bottom: 5px; 
}

/***************************	structure générale	***************************/

#fondHaut{
    padding-bottom: 125px;
}

#conteneur {
	position: relative;
	width: 975px;
	margin: 0 auto;
	z-index: 0;
}
#header {
	position: relative;
	height: 165px;
	text-align: right;
}

#logoHeader {
	position: absolute;
	top: 10px;
	left: 0px;
	display: block;
	width: 175px;
	height: 125px;
}
#header-print{
	display: none;
}
#zoneIdent {
	position: absolute;
	top: 60px;
	left: 175px;
	padding: 5px;
}
#zoneIdent .titreIdent {
	font-weight: bold;
	text-align: center;
}
#zoneIdent  .champ, #zoneIdent  .bouton, #zoneFormRecherche .champ,  #zoneFormRecherche .bouton {
	text-align: center;
}
#zoneIdentForm {
	
}
#zoneIdentDemande {
	margin-top: 10px;
	text-align: center;
}
#zoneFormRecherche {
	text-align: right;
    width: 125px;
    position: absolute;
    top: 138px;
    right: 5px;
}
#zone_drapeaux {
	position: absolute;
	top: 85px;
    right: 14px;
    width: 50px;
}
#zone_drapeaux ul {
	margin: 0;
	padding: 0;
}
#zone_drapeaux ul li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}


#corps {
	/*display: table;
	_height: 400px;
	min-height: 400px;*/ /*génère des pb de mise en page sous IE6 et IE8 : page coupée*/
	width: 630px;
	padding: 25px 25px 15px 25px;
	text-align: justify;
	overflow:hidden;
}
#outils {
	position: absolute;
	right: 130px;
	padding: 5px;
    top: 136px;
}

#gauche {
	float: left;
	min-height: 400px;
	_height: 400px;
	padding: 10px 0 10px 10px;
	width: 280px;
	display : inline;	/*correction bug double margin IE6*/
	
}
#droite {
	float: right;
	min-height: 400px;
	_height: 400px;
	padding: 10px 10px 10px 0;
	width: 160px;
	display : inline;	/*correction bug double margin IE6*/
}
#footer {
	text-align: center;
	padding-top: 5px;
	_height: 20px;
	min-height: 20px;
	font-size: 0.9em;
}
#signature {
	position: relative;
	padding: 5px 385px 0 0;
	height: 15px;
	text-align: center;
	font-size: 10px;
	width: 415px;
	margin: 0 auto;
}



#zoomPhoto, #fondZoomPhoto {
	width: 100%;
	height: 100%;
	_height: expression(document.documentElement.clientHeight);
	padding-top: 20px;
	position: fixed;
	z-index: 2;
	_position: absolute;
 	_top: expression(documentElement.scrollTop+body.scrollTop);
	
}
#fondZoomPhoto {
	background: #f0f0f0 url(../images/trameFond.png);
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 1;	
}
#contenuZoomPhoto {
	width: 850px;
	margin: 0 auto;
	text-align: center;
}
#contourZoomPhoto {
	display: inline-block;
	background: white;
	padding: 25px 25px 10px 25px;
	border: 1px solid #666666;
	max-width: 800px;
}
#contenuZoomPhoto img {
	max-width: 800px;
	width: expression((this.width > 800) ? 800: true);
	margin-bottom: 5px;
}


#editoAccueil{
    width: 250px;
    float:left;
    margin: 10px 0px 0px 0px;
}

#edito {
	padding: 6px 20px 15px 20px;
	/*width: 100%;*/ /*opera*/
	_width: auto; /*ie6*/
}
#edito p {
	 margin-top: 10px;
}
#edito p img {
	 margin-top: 9px;
	 width: 200px;
}
#edito .pTexte:first-letter {
	text-transform: uppercase;
	font-size: 22px;
}
#edito .photo {
	float: right;
	margin-left: 15px;
}
#actuAccueil {
    margin: 10px 0px 0px 0px;
	width: 250px;
    float: right;
}
#actuAccueil .moduleKmlUne {
	margin-top: 8px;
}
#actuAccueil h2 {
	margin: 0px;
	text-indent: 0;
}
#actuAccueil h3 {
	font-weight: bold;
	font-size: 1em;
}
#actuAccueil p {
	margin: 0px;
}
#actuAccueil p img {
	margin-top: 9px;
}
#actuAccueil .pTexte:first-letter {
	text-transform: uppercase;
	font-size: 22px;
}
#actuAccueil a {
    font-weight: bold;
}
#rechAnnuaireAccueil{
    width: 370px;
    padding: 0px 10px 20px 10px;
    background-color: #384274;
    margin: -20px 0px 0px 265px;
    text-align: center;
}
#lienNewsletterAccueil{
    width: 370px;
    background-color: #384274;
    padding: 10px 10px 10px 10px;
    margin: 20px 0px 0px 265px;
    text-align: center;
	font-weight: bold;
}
#rechAnnuaireAccueil h1{
    font-size: 1.3em;
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid white;
}

/***** élément de la carte ***********/

#carte_lien_all{
    width:140px;
    height:15px;
    bottom:0px;
    right:0px;
    text-align:right;
    background:#BCBFD0;
    filter:alpha(opacity=100);
    opacity:1;
}
#carte-gauche{
    background:url(../images/carte-gauche.jpg);
    width:270px;
    height:170px;
}
#bloc_brest{
    width:50px;
    height:30px;
    top:40px;
    left:10px;
}
#bloc_stbrieuc{
    width:80px;
    height:30px;
    top:40px;
    left:150px;
}
#bloc_stmalo{
    width:70px;
    height:30px;
    top:10px;
    left:200px;
}
#bloc_douarnenez{
    width:100px;
    height:25px;
    top:80px;
    left:30px;
}
#bloc_concarneau{
    width:80px;
    height:30px;
    top:115px;
    left:40px;
}
#bloc_lorient{
    width:65px;
    height:30px;
    top:115px;
    left:120px;
}
#bloc_concarneau{
    width:80px;
    height:25px;
    top:100px;
    left:75px;
}
#bloc_guilvinec{
    width:70px;
    height:30px;
    top:110px;
    left:0px;
}
#rechAnnuaireAccueil #carte-gauche{
    margin: 0 auto;
    background:url(../images/carte-gauche-accueil.jpg);
    width:351px;
    height:265px;
}
#rechAnnuaireAccueil #bloc_brest{
    width:50px;
    height:35px;
    top:50px;
    left:25px;
}
#rechAnnuaireAccueil #bloc_stbrieuc{
    width:90px;
    height:35px;
    top:50px;
    left:200px;
}
#rechAnnuaireAccueil #bloc_stmalo{
    width:80px;
    height:35px;
    top:10px;
    left:260px;
}
#rechAnnuaireAccueil #bloc_douarnenez{
    width:110px;
    height:25px;
    top:100px;
    left:55px;
}
#rechAnnuaireAccueil #bloc_concarneau{
    width:100px;
    height:40px;
    top:125px;
    left:110px;
}
#rechAnnuaireAccueil #bloc_lorient{
    width:75px;
    height:30px;
    top:145px;
    left:160px;
}
#rechAnnuaireAccueil #bloc_guilvinec{
    width:100px;
    height:30px;
    top:147px;
    left:5px;
}

#rechAnnuaireAccueil #carte-gauche #carte_lien_all{
    background-color: #384274;
    filter:alpha(opacity=100);
    opacity:1;
}

}
#documentsHaut {
	float: right;
	width: 190px;
	text-align: center;
}
#documents {
	position: relative;
	width: 150px;
	padding: 10px 20px 15px 20px;
	text-align: left;
}
#documentsTitre {
	margin: 0 20px;
	font-weight: bold;
}
#documents ul {
	margin: 0 0 0 15px;
	padding: 0;
}
#documents li {

}
#documents a {

}

#form-recherche-annuaire{
    margin-top: 20px;
}

#carte-gauche{
    position:relative;
}

#carte-gauche a{
    display: block;
    position: absolute;
}

#gauche .legende_carte{
    color: black;
    padding: 5px 0px;
}

#rechAnnuaireAccueil .legende_carte{
    color: #FF9700;
    padding: 5px 0px;
}

#gauche h1{
    width: 270px;
    font-size: 1.2em;
    text-align: center;
    margin: 0px 0px 10px 0px;
}

.lireSuite img{
    margin: 0px 5px 0px 0px;
}
.lireSuite{
    text-align: right;
}


/*************************************************/
/***** éléments concernant la gestion coté site **/
/*************************************************/
.gestionListe .ficheGalerieFond{
    float: left;
    width: 185px;
    margin: 0 0 10px 10px;
    background: url(../modules/gestion/images/ficheGalerieFond.jpg) repeat-y;
}

.gestionListe .ficheGalerieFondBas {
    background: url(../modules/gestion/images/ficheGalerieFondBas.jpg) no-repeat bottom;
}
.gestionListe .ficheGalerie {
   padding: 0;
   height: 275px;
   background: url(../modules/gestion/images/ficheGalerieFondTitre.jpg) no-repeat;
}

.gestionListe .ficheGalerie .photoMdl {
    text-align: center;
}
.gestionListe .ficheGalerie .photoMdl .legende{
    padding: 2px;
    font-size: 10px;
    text-align: left;
}
.gestionListe .ficheGalerie .photoMdl span{
    font-size: 10px;
    font-style: italic;
}
.gestionListe .ficheGalerie .photoMdl img {
   max-width: 155px;
   width: expression((this.width > 155 && this.width>=this.height) ? 155: true);
   max-height: 155px;
   height: expression((this.height > 155 && this.height>this.width) ? 155: true);
}

.gestionListe .action {
  color:#999999;
  float:right;
  font-size:11px;
}
.gestionListe .ficheGalerie h1{
    margin-bottom: 3px;
}
.gestionListe .fiche h1{
    margin-bottom: 3px;
    color:#172983;
    text-decoration:none;
    border-bottom:1px solid #FF9700;
    font-size:1.2em;
    margin:0;
    padding:2px 0;
}
.gestionListe .fiche h2{
    margin-bottom: 3px;
    color:black;
    text-decoration:none;
    border-bottom:none;
    font-size:1.0em;
    margin:0;
    padding:2px 0;
}

.date_depot{
    float: right;
    font-style: italic;
    padding-top: 5px;
}

#breve_flash{
    background-color: #c6d1f3;
    font-size: 1em;
    position: absolute;
    width: 975px;
    height: 25px;
    top: 163px;
    left: 0px;
    font-weight: bold;
}
#breve_flash marquee{
    padding: 5px;
}

#fil-arianne{
    position: absolute;
    top: 170px;
    left: 300px;
}
#fil-arianne img{
    vertical-align: middle;
}
.captcha-form{
    border: 1px solid #cecece;
    text-align: center;
    margin: 10px;
    padding: 15px;
}

/* pour régler le probleme des logos immense qui font disparaitre les liens de validation */
#corps #fiche form img.image{
	max-width: 600px;
	width: expression((this.width > 600) ? 600: true);
} 

@media print{
	#conteneur {width:100%;}
	#header-print {display:block;}
	#header {display:none;}
	#gauche {display:none;}
	#corps{margin-left:0px;width:100%;}
	#droite {display:none;}
	#menu{display:none;}
	#menuH{display:none;}
	#signature{display:none;}
	#outils{display:none;}
	#footer img{display:none;}
	#footer .texte{position:relative;width:auto;}
}
*:focus {
	outline: none;
}
.tab-captcha{
	position: relative;
	width: 150px;
	margin: 0 auto;
}
.tab-captcha td{
	text-align: center;
	padding: 3px;
}
