/* 
geocaching.css
par Alain BARBIER
écrit en janvier 2013
*/
/*polices*/
@font-face 
{
font-family: 'smokumregular'; /*police téléchargée sur fontsquirrel.com*/
src: url('../polices/Smokum-Regular-webfont.eot');
src: url('../polices/Smokum-Regular-webfont.eot?#iefix') format('embedded-opentype'),
     url('../polices/Smokum-Regular-webfont.woff') format('woff'),
     url('../polices/Smokum-Regular-webfont.ttf') format('truetype'),
     url('../polices/Smokum-Regular-webfont.svg#smokumregular') format('svg');
font-weight: normal;
font-style: normal;
}
/*corps du document*/
body {
  background : url(fond.jpg)fixed;
} 
#corps
{
	width:1240px;
	margin-left: auto;
	margin-right: auto;
}
header
{
	background : url(fond.gif) fixed repeat;
	border: 1px grey solid; /*bordure grise de 2 pixels*/
	border-radius: 15px; /*angles arrondis de 15 pixels*/
	margin-bottom:5px;
}
header h1
{
	font-family: smokumregular, arial, verdana, sans-serif;
	text-shadow:8px 8px 8px grey;
	font-size: 3em;
	font-weight: normal; 
	font-style:normal;
	text-align: center; 
}
#descriptif
{
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom:10px;
	font-family: arial, verdana, sans-serif;
	font-size: 0.8em;
}
section
{
	width: 1240px;
	height: 1000px;
	display: flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	font-family: arial, verdana, sans-serif;
	font-size: 0.8em;
}
#sites, #forums, #types, #smartphones, #garmin, #gpx, #logiciels, #cartes, #gsak, 
#stats, #divers, #mag, #jeux, #tutos, #amis, #Lomobéré
{
	width:308px;
	background : url(fond.gif) fixed repeat;
	border: 1px grey solid; /*bordure grise de 2 pixels*/
	border-radius: 10px; /*angles arrondis de 15 pixels*/
	margin-bottom:5px;
}
#sites .liens, #forums .liens, #types .liens, #smartphones .liens, #garmin .liens, 
#gpx .liens, #logiciels .liens, #cartes .liens, #gsak .liens, #stats .liens, #divers .liens, 
#mag .liens, #jeux .liens, #tutos .liens
{
	margin-left:5px;
}
#amis .liens
{
	margin-left:45px;
}
h2{
	background: #836001;
	line-height: 25px;
	color: white;
	border: 1px solid #000000;
	border-radius: 10px 10px 0 0;
	font-size: 19px; 
	font-weight: bold;
	margin: 0px auto;
	margin-bottom: 6px;
	text-align: center;
}
video
{
	width:308px;
}
a{
text-decoration:none;
color:darkblue;
font-weight: bold;
}
a:link{
color: darkblue;
}
a:visited {
color: darkblue;
}
a:hover{
color:blue;
font-weight: bold;
}
/*-------------------------------------------------*/
/*-------- pour les écrans < 1300 pixels ----------*/
/*-------------------------------------------------*/
@media all and (max-width:1300px)
{
#corps
{
	width:930px;
}
header
{
	width:930px;
	border-radius: 10px; /*angles arrondis de 15 pixels*/
	margin-bottom:5px;
}
header h1
{
	text-shadow:2px 2px 2px grey;
	font-size: 2.5em;
}
#descriptif
{
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom:5px;
	font-family: arial, verdana, sans-serif;
	font-size: 0.8em;
}
section
{
	width:930px;
	height: 1400px;
}
}
/*-------------------------------------------------*/
/*-------- pour les écrans < 1000 pixels ----------*/
/*-------------------------------------------------*/
@media all and (max-width:1000px)
{
#corps
{
	width:620px;
}
header
{
	width:620px;
	border-radius: 10px; /*angles arrondis de 15 pixels*/
	margin-bottom:5px;
}
header h1
{
	text-shadow:2px 2px 2px grey;
	font-size: 2em;
}
#descriptif
{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:5px;
	font-family: arial, verdana, sans-serif;
	font-size: 0.6em;
}
section
{
	width:620px;
	height: 2000px;
}
}
/*-------------------------------------------------*/
/*-------- pour les écrans < 650 pixels ----------*/
/*-------------------------------------------------*/
@media all and (max-width:650px)
{
#corps
{
	width:310px;
}
header
{
	width:310px;
	border-radius: 10px; /*angles arrondis de 15 pixels*/
	margin-bottom:5px;
}
header h1
{
	text-shadow:2px 2px 2px grey;
	font-size: 1.2em;
}
#descriptif
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom:5px;
	font-family: arial, verdana, sans-serif;
	font-size: 0.6em;
}
section
{
	width:310px;
	height:auto;
}
}