﻿/* Définition des polices personnalisées */

@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Eléments principaux de la page */
.Covid-19
{
	float: right;
}

body
{
    background: url("images2/tabbkgnd.jpg");
    font-family: "Comic sans MS","Trebuchet MS", Arial, sans-serif;
    color: #181818;
}

#bloc_page
{
    width: 900px;
    margin: auto;
}

section h1, footer h1, nav a
{
    font-family: "Comic sans MS",Dayrom, serif;
    font-weight: bold;
    text-transform: uppercase;
}

article h1
{
	font-style: oblique;
	color: maroon
}

article h3
{
	font-style: oblique;
	color: maroon;
	font-size: 1.1em;
	color: green;
	text-align: center;
}

article h6
{
	font-style: oblique;
	color: maroon;
	font-size: 1.3em;
	color: red;
	text-align: center;
}

article h4
{
	font-style: oblique;
	color: maroon;
	font-size: 1.1em;
	color: green;
}

.histoire
{
	text-align: left;
	margin-left: 50px;
	font-size: 1.4em;
}

.canton
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 20px;
}

/* Header */

/*header
{
    background: url('images/separateur.png') repeat-x bottom;
}*/

#titre_principal
{
    display: inline-block;
}

header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 4.5em;
    font-weight: normal;
	color: RGB(255,202,79);
    margin-top: 30px;
	margin-left: 80px;
	vertical-align: top;
}

#Blason, header h1
{
    display: inline-block;
    margin-bottom: 0px;
}

h2
{
    font-family: "Comic sans MS", Dayrom, serif;
    font-size: 1.2em;
    margin-top: 0px;
    font-weight: bold;
	font-style: oblique;
	color: maroon;
}

/* Navigation */

nav
{
    display: inline-block;
    width: 900px;
    text-align: right;
}

nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 10px;
}

nav a
{
    font-size: 0.9em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}

/* Bannière */

#banniere_titre
{
    margin-top: 0px;
    height: 160px;
    position: relative;
    margin-bottom: 10px;
}

#choix_langue
{
    margin-top: 0px;
    /*height: 160px;*/
    position: absolute;
	top: 0px;
	right: 10px;
	border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 20px;
    padding-top: 0px;
    padding-left: 4px;
    /*margin-bottom: 10px;*/
}

#banniere_image
{
    margin-top: 0px;
    height: 130px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
}


#titre_description
{
    position: absolute;
    bottom: 30px;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
}

#banniere_description
{
    position: absolute;
    bottom: 10px;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    /*background-color: rgb(24,24,24); /* Pour les anciens navigateurs *./
    background-color: rgba(24,24,24,0.8);*/
    color: white;
    font-size: 0.8em;
}

/*.bouton_rouge
{
    display: inline-block;
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url('images/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}

.bouton_rouge img
{
    border: 0;
}*/

/* Corps */

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

article.A
{
    width: 620px;
    margin-right: 20px;
}

article
{
    width: 900px;
    margin-right: 15px;
}

.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}

article p
{
    font-size: 1em;
}

.parchemin
{
	display: inline-block;
	margin: 0px;
}

#parchemin img
{
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 50px;
}

.center
{
	text-align: center;
	font-size: 0.8em;
	font-style: oblique;
}

#armorial
{
	display: inline-block;
	width: 900px;
	margin-left: 40px;
}

aside
{
    position: relative;
    width: 235px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}

#attention
{
    float: right;
    width: 235px;
	margin-left: 20px;
	background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}

#attentionA
{
    float: right;
    /*width: 235px;
	margin-left: 20px;
	background-color: #faecbd;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;*/
    color: black;
    font-size: 1em;
}

#attention h1
{
    display: inline-block;
	margin-top: 40px;
	font-family: "Comic sans MS",Dayrom, serif;
    font-weight: bold;
    text-transform: uppercase;
	font-style: oblique;
	color: yellow;
}

#attentionA h1
{
    display: inline-block;
	/*margin-top: 40px;*/
	font-family: "Comic sans MS",Dayrom, serif;
    font-weight: bold;
    text-transform: uppercase;
	font-style: oblique;
	color: #B7601F;
}

.attention
{
	width: 120px;
}

.attention img
{
	display: inline-block;
	float: left;
}

#attention h3
{
	font-style: oblique;
	color: yellow;
	font-size: 1.4em;
	text-align: center;
}

#acces
{
    float: right;
    width: 235px;
	margin-left: 20px;
	background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}

#acces h1
{
    display: inline-block;
	margin-top: 15px;
	margin-left: 15px;
	text-align: center;
	font-family: "Comic sans MS",Dayrom, serif;
    font-weight: bold;
    text-transform: uppercase;
	font-style: oblique;
	color: yellow;
}

.acces
{
	width: 120px;
}

.acces img
{
	display: inline-block;
	float: left;
}

#acces h3
{
	font-style: oblique;
	color: yellow;
	font-size: 1.4em;
	text-align: center;
}

#acces h6
{
	font-style: oblique;
	color: red;
	font-size: 1.4em;
	text-align: center;
}

a.acces:link 
{
	font-style: oblique;
	color: yellow;
}

a.acces:visited 
{
	font-style: oblique;
	color: yellow;
}

a.acces:hover 
{
	font-style: oblique;
	text-decoration: underline;
	color: RGB(155,0,116);
}

a.acces:active 
{
	font-style: oblique;
	color: RGB(219,13,33);
}

.null
{
	clear: left;
	margin-top: 30px;
}

.gras
{
	font-weight: bold;
}
#fleche_bulle
{
    position: absolute;
    top: 100px;
    left: -12px;
}

#photo_moi
{
    text-align: center;
}

#photo_moi img
{
    border: 1px solid #181818;
	width: 120px;
}

aside img
{
    margin-right: 5px;
}

dt
{
	display: list-item;
	color: RGB(0,124,0);
	font-weight: bold;
	font-style: oblique;
	list-style-image: url("images2/fleche.jpg");
	list-style-position: inside;
}

.image
{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.fridolin
{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.citation
{
	font-style: oblique;
	color: RGB(112,42,204);
}

.retour
{
	clear: left;
	padding-top: 30px;
	margin-left: 80px;
	margin-right: 30px;
}

.retourbis
{
	/*padding-top: 20px;*/
	margin-left: 190px;
	margin-right: 175px;
}

.retourter
{
	/*padding-top: 20px;*/
	margin-left: 100px;
	margin-right: 100px;
}

a.lien:link 
{
	font-style: oblique;
	color: RGB(155,0,116);
}

a.lien:visited 
{
	font-style: oblique;
	color: RGB(155,0,116);
}

a.lien:hover 
{
	font-style: oblique;
	text-decoration: underline;
	color: RGB(155,0,116);
}

a.lien:active 
{
	font-style: oblique;
	color: RGB(219,13,33);
}

.minus
{
	font-size: 0.8em;
	font-weight: normal;
}

/* Footer */

footer
{
    background:  /*url('images/ico_top.png') no-repeat top center,*/ url('images/separateur.png') repeat-x top, url('images/ombre.png') repeat-x top;
    padding-top: 25px;
}

/*#flechehaut
{
	display: middle;
	margin-top: 0px;
}*/

footer p, footer ul
{
    font-size: 0.9em;
}

footer h1
{
    font-size: 1em;
}

#contact, #mes_photos, #mes_amis
{
    display: inline-block;
    vertical-align: top;
}

#contact
{
    width: 35%;
}

#mes_photos
{
    width: 35%;
}

#mes_amis
{
    width: 25%;
}

#mes_photos img
{
    border: 1px solid #181818;
    margin-right: 2px;
}

#mes_amis ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    list-style-image: url('images/ico_liensexterne.png');
    padding-left: 2px;
}

#mes_amis a
{
    text-decoration: none;
    color: #760001;
}


/* Correctifs pour les vieilles versions d'Internet Explorer */

/* Pour activer un positionnement type inline-block sur les vieilles versions d'IE */

/*.old_ie #titre_principal, .old_ie #logo, .old_ie header h1, .old_ie nav, .old_ie nav li, .old_ie .bouton_rouge, .old_ie article, .old_ie aside, .old_ie #tweet, .old_ie #mes_photos, .old_ie #mes_amis, .old_ie #mes_amis ul
{
    display: inline;
    zoom: 1;
}*/

/* Quelques ajustements pour les vieilles versions d'IE */

.old_ie section h1, .ie8 section h1
{
    font-size: 1.1em;
}

.old_ie footer div, .ie8 footer div
{
    margin-top: 30px;
    background: url('images/separateur.png') repeat-x top;
}

