/* 
deasso.css
par Alain BARBIER
écrit en 2024
------------------
corps du document
Voir plus bas les définitions pour des écrans
plus petis que 1280
plus petits que 1024
plus petits que 800
plus petis que 640
*/
body {
  	background : url(fond.jpg)fixed;
	width:1200px;
	margin-left: auto;
	margin-right: auto;
} 
header,footer
{
	width:1172px;
	background : url(fondheader.gif)repeat;
	border: 1px grey solid; /*bordure grise de 1 pixels*/
	border-radius: 15px; /*angles arrondis de 15 pixels*/
	margin:5px 4px 5px 4px;
	padding-top:10px;
	padding-bottom:20px;
	text-align: center; 		
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 24px;
	font-weight: normal; 
	font-style:normal;
}
section
{
	width:1180px;
	margin: 0px;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 24px;
}
.encart
{
	background : url(fondencart.gif)repeat;
	width:582px;
	height: auto;
	border: 1px grey solid; /*bordure grise de 1 pixels*/
	border-radius: 15px; /*angles arrondis de 15 pixels*/
	margin: 0px 4px 5px 4px;
	padding-bottom:10px;
}
.encartlarge
{
	background : url(fondencart.gif)repeat;
	width:1180px;
	height: auto;
	border: 1px grey solid; /*bordure grise de 1 pixels*/
	border-radius: 15px; /*angles arrondis de 15 pixels*/
	margin: 0px 4px 5px 4px;
	padding:20px;
}
.gauche
{
	font-style: italic;
	text-align: left; 
	margin:0px 30px 0px 30px;
}
h1
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 1.5em;
	font-weight: normal; 
	font-style:italic;
	text-align: center; 
	margin: 10px;
}
h2
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 1.2em;
	font-weight: normal; 
	font-style:italic;
	text-align: left; 
	margin: 10px;
}
.small
{
	font-size: smaller;
}
.logo
{
	width:582px;
	border:0px;
	margin-bottom:-20px;
}
.photo
{
	width:95%;
	height:95%;
	border:0px;
	margin-left: 2%;
}

.demiphoto
{
	width:70%;
	height:70%;
	border:0px;
	margin-left: 15%;
}

.tiersphoto
{
	width:50%;
	height:50%;
	border:0px;
	margin-left: 25%;
}	

.quartphoto
{
	width:20%;
	height:20%;
	border:0px;
	margin-left: 40%;
}
video
{
	width:95%;
	height:95%;
	border:0px;
	margin-left: 2%;
}
.affichmail
{
	font-family: arial, verdana, sans-serif;color: navy;
	color: darkblue;
	font-size:2em;
	font-weight: bold;
}
.affichtexte
{
	font-family: arial, verdana, sans-serif;color: navy;
	color: darkblue;
	font-size:1.8em;
	font-weight: bold;
	margin-bottom: 5px;
}
.affichcode
{
	font-family: arial, verdana, sans-serif;color: navy;
	color: darkblue;
	font-size:3em;
	font-weight: bold;
}
.notes
{
	font-family: arial, verdana, sans-serif;color: navy;
	color: darkblue;
	text-align: left; 
	font-size:0.7em;
	font-style: italic;
}
.central
{
	width: 50%;
	height: "90";
	text-align: center;	
}	
/*liens en rouge sombre, non soulignés, 
deviennent rouge vif et gras au survol du mulot*/
a{
font-style:italic;
text-decoration:none;
color:blue;
}
a:link{
color:darkblue;
}
a:visited {
color:darkblue;
}
a:hover{
font-size: 1.05em;
color:blue;
}
/*-------------------------------------------------*/
/*-------- pour les écrans < 1200 pixels ----------*/
/*-------------------------------------------------*/
@media all and (max-width:1200px)
{
body
{
	width:1000px;
}
header,footer
{
	width:972px;
	padding-bottom:15px;
	font-size: 20px;
}
section
{
	width:980px;
	font-size: 20px;
}
.encart
{
	width:482px;
}
.encartlarge
{
	width:980px;
}
.gauche
{
	margin:0px 20px 0px 20px;
}
.logo
{
	width:482px;
	margin-bottom:-20px;
}

}
/*-------------------------------------------------*/
/*-------- pour les écrans < 1024 pixels ----------*/
/*-------------------------------------------------*/
@media all and (max-width:1024px)
{
body
{
	width:780px;
}
header,footer
{
	width:752px;
	padding-bottom:12px;
	font-size: 15px;
}
section
{
	width:760px;
	font-size: 16px;
}
.encart
{
	width:372px;
}
.encartlarge
{
	width:760px;
}
.gauche
{
	margin:0px 15px 0px 15px;
}
.logo
{
	width:372px;
}

}
/*-------------------------------------------------*/
/*-------- pour les écrans < 800 pixels -----------*/
/*-------------------------------------------------*/
@media all and (max-width:800px)
{
body
{
	width:620px;
}
header,footer
{
	width:592px;
	padding-bottom:12px;
	font-size: 13px;
}
section
{
	width:600px;
	font-size: 13px;
}
.encart
{
	width:292px;
}
.encartlarge
{
	width:980px;
}
.gauche
{
	margin:0px 12px 0px 12px;
}
.logo
{
	width:292px;
	margin-bottom:-10px;
}

}
/*-------------------------------------------------*/
/*-------- pour les écrans < 640 pixels -----------*/
/*-------------------------------------------------*/
@media all and (max-width:640px)
{
body
{
	width:460px;
}
header,footer
{
	width:452px;
	padding-bottom:6px;
	font-size: 12px;
}
section
{
	display: block;
	width:460px;
	font-size: 14px;
}
.encart
{
	width:452px;
}
.encartlarge
{
	width:412px;
}
.gauche
{
	margin:0px 10px 0px 10px;
}
.logo
{
	width:220px;
}
.affichmail
{
	font-size:1em;
}
}
/*-------------------------------------------------*/
/*-------- pour les écrans < 480 pixels -----------*/
/*-------------------------------------------------*/

@media all and (max-width:480px)
{
body
{
	width:310px;
}
header,footer
{
	width:302px;
	padding-bottom:6px;
	font-size: 10px;
}
section
{
	display: block;
	width:310px;
	font-size: 12px;
}
.encart
{
	width:302px;
}
.encartlarge
{
	width:292px;
	padding:5px;
}
.gauche
{
	margin:0px 1px 0px 1px;
}
.logo
{
	width:170px;
	margin-bottom:-6px;
}

}

