/* 
StPhilbert.css
par Alain BARBIER
*/

/*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; 
}

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:30px;
	margin-top:10px;
	margin-bottom:10px;
}

h3
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 1em;
	font-weight: normal; 
	font-style:normal;
	text-align: left; 
	margin-left:50px;
	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:850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	font-family: arial, verdana, sans-serif;
	font-size: 0.7em;
}

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

iframe
{
	width:420px;
	height:315px;
	margin-left:20px;
}

video
{
	width:880px;
	height:594px;
	outline: 0;
}

.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.1em;
	padding-right:10px;
}

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

.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%;
}

.vignettes
{
	display: flex;
	justify-content: space-around;
}

.image
{
	width: 400px;
	height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
}

img.image280 {
	width: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
}

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

.bouton
{
	border:0px 
}

.notes
{
	text-align: left; 
	margin-left:50px;
	font-family: arial, verdana, sans-serif;
	font-size: 0.5em;
	font-weight: normal; 
	font-style: italic;
}

.italique
{ 
	text-align: left; 
	font-family: arial, verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal; 
	font-style: italic;
}

/*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 < 1000 pixels ----------*/
/*-------------------------------------------------*/

@media all and (max-width:1000px)
{
#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;
	font-weight: normal; 
}
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.65em;
}

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

iframe
{
	width:296px;
	height:222px;
	margin-left:5px;
}

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

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

.liens
{
	margin-left:10px;
}

h2
{
	text-shadow:6px 6px 6px grey;
	font-size: 1.6em;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}

h3
{
	margin-left:10px;
}

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

.vignettes
{
	display: block;
}

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

.image {
		width: 290px;
}

.vignettes
{
	display: block;
}

.notes
{
	margin-left:10px;
}

}
