/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
===== mise à zero de touts les styles====*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
/*fieldset,*/ form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*============fin de la mise à zero ===================*/


/*===global===*/
html {/*ok*/
	overflow-y:scroll;/*pour faire toujours apparaitre l'ascenceur vertical*/
} 
body {/*ok*/
margin: 10px;
	background-color: #666 ;/* #bfc0c1 ou 8a8a8a  A7CBD9*/
	background-image: url(../inc.imgs/jeanhazera.png);/*fonddegrade10x600.gif*/
	background-position: top;
	background-repeat:no-repeat;/**/
	background-attachment:fixed;
	font-family:  Verdana, Arial, Helvetica, Tahaoma, Geneva, sans-serif;/**/
	font-size: 1.5em;/*90% en arial ou 100% en palatino nota : 1.5em pour avoir les textes sous photos zoom plus gros ; attention : diminuer tous les autres txtes*/
	/*font-size:14px;/**/
	color:#E1FAFD;/* 6a61359F7D35  c4b268 c5b58e c9b584*/
}
/*balise "a href" en général*/
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color:#888;/*555*/
	border:none;
	outline:none; /*evite les pointillés sur mozilla*/
}
a:focus { outline:0 !important }/*pour eviter les pointillés pour submit*/
a:hover {
	color:#850714;/**/
}

a img { 
	border: none; 
} 
/* supression des entourages de liens sur firefox + */
object {
	display: block;
	outline:none;
}

h1, h2, h3 {/*ok idem à "P"  */
	padding-top:3px;
	padding-bottom:15px;
	padding-left:0px;
	padding-right:0px;
}
h1 {/*ok idem à "P"  */
	font-size: 90%;/*90% en arial ou 100% en palatino*/
	font-style: normal;
	/*color:#080808;/**/
	/*line-height: 18px;/**/
	font-weight: bold;/**/
	
}
h2, h3  {/*ok idem à "P"  */
	font-size: 80%;/*90% en arial ou 100% en palatino*/
	font-style: normal;
	/*color:#080808;/**/
	/*line-height: 18px;/**/
	font-weight: normal;/**/
}
h4  {/*ok */
	font-size: 80%;/*90% en arial ou 100% en palatino*/
	font-style: normal;
	/*color:#080808;/**/
	/*line-height: 18px;/**/
	font-weight: normal;/**/
}

tbody, table {
	font-size:0.9em ;/*14px*/
	background-color: transparent;/*#F8F8F8*/
	text-align: center;
}

p {/*pour espacement entre les lignes des paragraphes*/
	font-size: 70%;/*90% en arial ou 100% en palatino*/
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}
p.titre { /* voir dans csscorpsbase ou  mobilepetit*/
	/*text-align: center;
	font-size: 200%;
	font-family: 'amazon', Times New Roman;
	background-color:;
	margin-top:30px;/**/
}
p.soustitre {
	display: ;
	/*text-align: left;
	margin:0 5%; 
	font-size: 100%;
	font-family:  Times New Roman;/**/
}



 /*======gestion du div photos ==============*/
#photos {
	display:;
	float:;
	width:100%;
	min-height:100px;
	border-right:0px solid #888;
	padding:10px 5px 5px 1px;
	text-align:center;
	}


#centrer_photos {
	height:auto;
	overflow: hidden;
	top:10px;
	left:0px;
	width: 100%; 
	margin:5px auto; 
    position: relative;
    text-align:center;
	background-color:;/**/

}


#photospresentation {
	width: 260px; 
	height: 328px; /*320 pour 3 lignes |cette valeur est modifié par csscorpsmobiletetit (placé aprés le csstete) a verifier !*/
	margin:10px auto;
	/*padding:10px 10px;/**/
    vertical-align:middle;
    display:inline-block;
	background:#eee; 
	border-top: solid 2px #ccc ;
	border-right: solid 2px #777 ;	
	border-bottom: solid 2px #777 ;
	border-left: solid 2px #ccc ;
	overflow: hidden; 
	position: relative;
    text-align:center;
	font-size: 65%;/*70%*/
	line-height: 1.0em;/*1.1*/
	background-color:#999;/**/
	color: #555;
	
}


 /*====== divers ==============*/
.italique {
font-style: italic;
}
.gras {
font-weight:bold;
}
.centre {
text-align: center;/**/
}
.centrertexte {
 margin-left: 15%;
   
    width: 12em	;
	background-color:yellow;
}	

.droite {
float: right; 
text-align: right; 
background:;
}
.espacev {
line-height: 1.8em;/**/
}
.font_asterisque {
font-size: 130%;
}
.dates {
font-weight:bold;
line-height: 24px;/**/
background-color:;/**/
}
.fondviolet{
background-color: #850714;/**/
color: #fff;
}
span.asterisque img {
 	width: 14px;
	height: 14px;
	border: 0px;
	margin: 0;
	padding-left: 0px;
	padding-right:0px;
	background-color:;/**/
}
/*======== fin tables carte =============*/

 /* =========== pour bouton retour haut ==========*/
#myBtn {
  display: none;
  position: fixed;/**/
  bottom: 1px;
  right: 1px;
  z-index: 99;
  /*font-size: 18px;/*si pas image*/
  border: none;
  outline: none;
  background-color: ;/*si pas image*/
  background-image: url("../imgs/back_top.png");
  color: ;
  cursor: pointer;
  padding: 20px;
  border: 1px solid #555;
  border-radius: 25px;
}

#myBtn:hover {
  background-color: #fff;/*fff si pas image*/
}



/*=========special JH ====================*/
.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.feature_right img{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px;
}
.soustitre_accueil {
	color: #AEC0C8;
}
.texte_accueil {
	background-color: ;
	line-height: 1.4em;
}

/*=========special JH accueil ESP ====================*/
a.soustitre_accueil_sp:link , a.soustitre_accueil_sp:visited , a.soustitre_accueil_sp:hover , a.soustitre_accueil_sp:active , a.soustitre_accueil_sp:focus
 {color : #E1FAE5;
 background-color: #888;
 	box-shadow: 2px 2px 4px grey;/**/

	margin:0 ;
	padding: 5px 5px 5px 5px;/*padding: 2px 10px 5px 8px;*/
	text-align: center;
	text-decoration: none;
	/*font: normal 1.8em "amazon", "Arizonia", "Times New Roman", "Great Vibes", serif;/*22*/
	
   
	
	background-color: #777;/**/
	border-left: 3px solid #555;
	border-bottom: 2px solid #999;/**/
	border-right: 2px solid #999;
	border-top: 2px solid #555;
	box-shadow: 2px 3px 4px grey;/**/
	
	-webkit-transition: background-color 0.8s ease-out; /* Safari */
 -moz-transition: background-color 0.8s ease-out;
  -o-transition: background-color 0.8s ease-out;
  transition: background-color 0.8s ease-out;
  text-shadow: 2px 2px 5px #666;/**/  
 
}
a.soustitre_accueil_sp:hover 
{
	color:#fff;/**/
	background-color: #444;
}


/*=========special JH contact====================*/

.fond_contact {	
	/*height:580px; /*voir height dans les 3 css*/
	/*width:850px;*/
	background-color: ; 
	background-image: url(../imgs/maisonsitecontactprintemps.jpg);
	background-size: 100% auto; 
	background-repeat:no-repeat;
	
}
.adresse {
	font-size: 70%;
	font-weight:bold;
	line-height: 18px;/**/
	color:#555;
	padding:20px 0 0 20px;
}
.info_contact {
	font-size: 60%;
	padding:0px 0 0 20px;
}

 a.emailATraduire {
	font-size: 120%;
	font-family: Arial,sans-serif;
	text-decoration: none;
	font-weight:bold;
	color: #555;
  }