/* 
toile.css
par Alain BARBIER
écrit en mars 2017
*/
/*corps du document*/
body {
  background : url(images/fond.jpg)fixed;
} 
#corps
{
	width:1500px;
	margin-left: auto;
	margin-right: auto;
}
header
{
	width:1500px;
	background : url(images/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;
	font-size: 1em;
	font-weight: normal; 
	font-style:normal;
	text-align: center; 
}
section
{
	width:1500px;
	height: auto;
	background : url(images/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: 1em;
}
h1
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 4em;
	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: 2.5em;
	font-weight: normal; 
	font-style:normal;
	text-align: center; 
}
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-top:10px;
	margin-bottom:10px;
}
.texte0
{
	display: block;
	text-align: left; 
	margin-left:25px;
	font-size: 2.5em;
}
.texte1
{
	display: block;
	text-align: left; 
	margin-left:200px;
	font-size: 2.5em;
}
.texte2
{
	display: block;
	text-align: left; 
	margin-left:300px;
	font-size: 2.5em;
}
.texte3
{
	display: block;
	text-align: left; 
	margin-left:450px;
	font-size: 2.5em;
}
.nota
{
	display: block;
	text-align: left; 
	margin-left:15px;
	font-size: 0.65em;
	font-style:italic;
	color: red;
}
strong
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:4px 4px 4px grey;
	font-weight: bold; 
	font-style:normal;
}
.photo
{
	display: block;
	margin-left: auto;
    margin-right: auto;
	width:50%;
	height:50%;
	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:darkblue;
}
a:link{
font-size: 1.1em;
color:darkblue;
}
a:visited {
font-size: 1.1em;
color:darkblue;
}
a:hover{
font-size: 1.1em;
color:red;
}
/*-------------------------------------------------*/
/*-------- pour les écrans < 1800 pixels ----------*/
/*-------------------------------------------------*/
@media all and (max-width:1800px)
{
#corps
{
	width:750px;
}
header
{
	width:750px;
	border-radius: 10px; /*angles arrondis de 10 pixels*/
	margin-bottom:5px;
	text-shadow:4px 4px 4px grey;
}
section
{
	width:750px;
	height:auto;
}
h1
{
	text-shadow:4px 4px 4px grey;
	font-size: 2em;
}
h2
{
	text-shadow:4px 4px 4px grey;
	font-size: 1.6em;
}
h3
{
	font-size: 0.7em;
	margin-left:10px;
}
.photo
{
	width:95%;
	height:95%;
	border:0px;
	padding-bottom: 10px;
}
.basdepage
{
	padding-top: 15px;
	padding-bottom: 15px;
}
.texte0
{
	text-align: left; 
	margin-left:20px;
	font-size: 1.5em;
}
.texte1
{
	margin-left:50px;
	font-size: 1.5em;
}
.texte2
{
	margin-left:100px;
	font-size: 1.5em;
}
.texte3
{
	margin-left:150px;
	font-size: 1.5em;
}
}
/*-------------------------------------------------*/
/*-------- pour les écrans < 760 pixels ----------*/
/*-------------------------------------------------*/
@media all and (max-width:760px)
{
#corps
{
	width:310px;
}
header
{
	width:310px;
	border-radius: 10px; /*angles arrondis de 10 pixels*/
	margin-bottom:5px;
	text-shadow:2px 2px 2px grey;
}
section
{
	width:310px;
	height:auto;
}
h1
{
	text-shadow:2px 2px 2px grey;
	font-size: 1.2em;
}
h2
{
	text-shadow:2px 2px 2px grey;
	font-size: 0.9em;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}
h3
{
	font-size: 0.6em;
	margin-left:10px;
}
.photo
{
	width:98%;
	height:98%;
	border:0px;
	padding-bottom: 10px;
}
.basdepage
{
	padding-top: 15px;
	padding-bottom: 15px;
}
.texte0
{
	text-align: left; 
	margin-left:10px;
	font-size: 0.7em;
}
.texte1
{
	margin-left:10px;
	font-size: 0.7em;
}
.texte2
{
	margin-left:30px;
	font-size: 0.7em;
}
.texte3
{
	margin-left:50px;
	font-size: 0.7em;
}
}
