/* 
bouffon.css
par Alain BARBIER
écrit en mars 2017
*
/*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: 0.8em;
	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: 3.5em;
	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.5em;
	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: 1.4em;
	font-weight: normal; 
	font-style:normal;
	text-align: left; 
	margin-left:30px;
    margin-bottom:0px;
    margin-top:0px;
}
h4
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 1.8em;
	font-weight: normal; 
	font-style:normal;
	text-align: center; 
    margin-bottom:0px;
    margin-top:0px;
}
.nomhistoire
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 1.4em;
	font-weight: normal; 
	font-style:normal;
	text-align: left; 
	margin-left:30px;
	margin-bottom:0px;
}
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.85em;
}
section
{
	width:940px;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
}
.encart
{
	width:455px;
	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: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: 0.8em;
}
h1
{
	text-shadow:2px 2px 2px grey;
	font-size: 2em;
}
#descriptif
{
	width:280px;
	margin-bottom:5px;
	font-family: arial, verdana, sans-serif;
	font-size: 0.7em;
}
section
{
	width:310px;
	height:auto;
	flex-direction: column;
}
.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;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}
h3
{
	margin-left:10px;
    margin-bottom:8px;
    margin-top:8px;
}
h4
{
	font-size: 1.4em;
    margin-bottom:8px;
    margin-top:8px;
}
.nomhistoire
{
	margin-left:10px;
	margin-bottom:10px;
}
.photo
{
	width:100%;
	height:100%;
	border:0px;
	padding-bottom: 10px;
}
.basdepage
{
	padding-top: 15px;
	padding-bottom: 15px;
}
}
