/* 
par Alain BARBIER (mai 2020)
*/

/*corps du document*/
body {
  background : url(fond.jpg)fixed;
} 

#corps
{
	width:940px;
	margin-left: auto;
	margin-right: auto;
}

header
{
	background : url(fond.gif)repeat;
	border: 1px grey solid; /*bordure grise de 2 pixels*/
	border-radius: 15px; /*angles arrondis de 15 pixels*/
	margin-bottom:5px;
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 1.9em;
	font-weight: normal; 
	font-style:normal;
	text-align: center; 
}

footer
{
	background : url(fond.gif)repeat;
	border: 1px grey solid; /*bordure grise de 2 pixels*/
	border-radius: 15px; /*angles arrondis de 15 pixels*/
	margin-bottom:5px;
	text-align: center; 
}	

h1
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 2em;
	font-weight: normal; 
	font-style:normal;
	text-align: center; 
}

h2
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 1.6em;
	font-weight: normal; 
	font-style:normal;
	text-align: left; 
	margin-left:60px;
	margin-top:10px;
	margin-bottom:10px;
}

h3
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 1.2em;
	font-weight: normal; 
	font-style:normal;
	text-align: left; 
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}

strong
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 1.2em;
	font-weight: bold; 
	font-style:normal;
}

#descriptif
{
	width:920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	font-family: arial, verdana, sans-serif;
	font-size: 0.85em;
}

section
{
	width:940px;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
}

iframe
{
	width:400px;
	height:300px;
}

video
{
	width:400px;
	height:300px;
}

.encart
{
	width:940px;
	height: auto;
	background : url(fond.gif)repeat;
	border: 1px grey solid; /*bordure grise de 2 pixels*/
	border-radius: 15px; /*angles arrondis de 15 pixels*/
	margin-bottom:5px;
	font-family: arial, verdana, sans-serif;
	font-size: 1.4em;
	padding-right:10px;
}

.liens
{
	text-align: left; 
	margin-left:30px;
}

.encart .retour
{
	text-align: center;
}

.photo
{
	width:95%;
	height:95%;
	border:0px;
}

.demiphoto
{
	width:40%;
	height:40%;
	border:0px;
	margin-left: 25%;
}

.quartphoto
{
	width:16%;
	height:16%;
	border:0px;
	margin-left: 40%;
}

.basdepage
{
	text-align: center;
	padding-top: 50px;
}

.bouton
{
	border:0px 
}

/*liens en rouge sombre, non soulignés, 
deviennent rouge vif et gras au survol du mulot*/

a{
text-decoration:none;
color:blue;
}
a:link{
font-size: 1.1em;
color:blue;
}
a:visited {
font-size: 1.1em;
color:blue;
}
a:hover{
font-size: 1.1em;
color:yellow;
}


/*-------------------------------------------------*/
/*-------- pour les écrans < 1024 pixels ----------*/
/*-------------------------------------------------*/

@media all and (max-width:1024px)
{
#corps
{
	width:310px;
}
header
{
	width:310px;
	border-radius: 10px; /*angles arrondis de 10 pixels*/
	margin-bottom:5px;
	text-shadow:2px 2px 2px grey;
	font-size: 1.4em;
}
h1
{
	text-shadow:2px 2px 2px grey;
	font-size: 1.6em;
}
#descriptif
{
	width:280px;
	margin-bottom:5px;
	font-family: arial, verdana, sans-serif;
	font-size: 0.7em;
}

section
{
	width:310px;
	height:auto;
	flex-direction: column;
}

iframe
{
	width:296px;
	height:222px;
}

video
{
	width:296px;
	height:222px;
}

.encart
{
	width:305px;
	height: auto;
	border-radius: 10px;
	font-size: 0.9em;
	padding-right:5px;
}

.liens
{
	margin-left:5px;
}

h2
{
	text-shadow:6px 6px 6px grey;
	font-size: 1.15em;
	margin-left:20px;
	margin-top:30px;
	margin-bottom:30px;
}

h3
{
	margin-left:10px;
}

.photo
{
	width:100%;
	height:100%;
	border:0px;
	padding-bottom: 10px;
}

.basdepage
{
	padding-top: 15px;
	padding-bottom: 15px;
}

}
