@charset "utf-8";
/* ============================================================================ */
/*   Elements et classe de auteur.php                   			        */
		
.dv_auteur,.dv_contact {
        display: flex;
        justify-content: center;
        align-items: center;  /* dans la hauteur aligne au milieu les elements enfants */
        margin-left: 1px;
	margin-right: 1px;
	margin-top:5px;
	margin-bottom:15px;
	border: 0px solid #777777;
        overflow: hidden;  /* pour que dv_auteur s adpate en hauteur aux  div en float à l interieur */
	font-family: Palatino Linotype, Verdana, Arial;
	font-size: 1.10em;
}
.dv_agenda {
    border:1px solid #444444;
    box-shadow: 5px 5px 15px #666666;
}
.dv_agenda div { padding-bottom:0px;}
.dv_agenda p {margin:0px;}

.auteur_coltxt1  { width:64%; font-size:1.05em;}
.auteur_colimg1  { width:35%; }
.auteur_colimg1 img {width:99%; max-width:500px;} 
.auteur_coltxt2  { width:64%; font-size:1.05em;}
.auteur_colimg2  { width:35%; max-width:500px;}
.auteur_coltxt3  { width:35%; }
.auteur_colimg4  { width:40%; max-width:500px;}
.auteur_coltxt4  { width:59%; text-align:justify; }
.auteur_colimg4 img {width:99%; max-width:500px;} 

.contact_gauche {width:60%; }
.contact_droit {width:40%; }

.dv_auteur div,.dv_contact div { text-align:left; 	padding:20px 20px 20px 20px;}
.dv_auteur p,.dv_contact p {  text-indent:0px;  text-align:justify; }
.dv_auteur img,.dv_contact img{  margin: 25px 20px 0px 25px;  border: 0px solid black; object-fit: contain; max-height:500px; }
.dv_auteur pre { font-family: Palatino Linotype, Verdana, Arial; margin:0px; }

.dv_auteur h2 {
        font-weight: bold;
	font-size: 1.25em;
	border: 0px solid;
	padding-left:25px;
	padding-top:0px;
        margin-top:20px;
        text-align:center;
}
.dv_contact input,.dv_contact textarea {   max-width: 99%; }  /* pour ne pas deborder si mini ecran tel portable */

.dv_texte {
    text-align: justify;
    margin-left: 1px;
    margin-right: 1px;
    margin-top:5px;
    margin-bottom:15px;
    border: 0px solid #777777;
    font-family: Palatino Linotype, Verdana, Arial;
    font-size: 1.15em;  
}

#auteur_sign {
  display:block;
  width:90%;
  font-family: Times new roman;
  font-style: italic;
  font-weight: bold;
  margin-right: 30%;
  text-align:right;
  margin-bottom:10px;
}

.dv_contact a { color:white;}

