﻿@font-face
{
  font-family: 'OrangeJuice';
  src: url('polices/orangejuice.woff') format('woff') ,
       url('polices/orangejuice.ttg') format('truetype') ,
       url('polices/orangejuice.svg') 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;
}

body
{
    background: #A03F3F;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
    cursor: default;
}

#page
{
    width: 1000px;
    margin: auto;
}
/*
section h1, footer h1, nav a
{
    font-family: Dayrom, 'Times New Roman', serif;
    font-weight: normal;
}
*/
h1
{
	font-family: orangejuice;
	font-size:3em;
  font-weight: normal;
	margin-top: 8px;
	margin-bottom:0px;
  background: url('images/Logo_liste.jpg') no-repeat 3px 13px;
  padding-left: 56px;
  text-align: left;
}

nav
{
    display: inline-block;
    width: 950px;
    text-align: center;
    background: #681515;
    border-radius: 5px;
}

nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 15px;
}

nav a
{
    font-size: 1.5em;
    color: #F3C7C7;
    padding-bottom: 3px;
    text-decoration: none;
    font-family: Dayrom, 'Times New Roman', serif;
    font-weight: normal;
}

nav a:hover
{
    color: White;
    border-bottom: 3px solid #760001;
}

nav li.choisi a
{
    border-bottom: 3px solid #fff;
}
/* Bannière */

#banniere_image
{

    width: 950px;
    margin-top: 15px;
    height: 348px;
    border-radius: 5px;
    background: url('images/photo_liste.jpg') no-repeat center;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    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;
    
}

/* Corps */

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

article
{
   margin: 15px 0 0 0;
   background: #F9E0E0;
   width: 924px;
   border-top-right-radius: 30px;
   border-bottom-left-radius: 30px;
   border: 2px black solid;
   padding: 0px 13px 8px 13px;
}

h2
{
  font-size: 1.1em;
  text-align: left;
  vertical-align: middle;
}

h2.image
{
/*
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 192px;
  padding: 0 0 0 192px;
  border: 3px solid black;
  border-radius: 5px;
  */
  margin: 24px 0 24px 0;
  text-align: center;
}


h2.image a
{
  /*
  margin: 96px 0 0 0;
  */
}

.article h1
{
	margin-top:-10px;
}

article p
{
    	font-size: 1.1em;
	
}

tr, th
{
  padding: 10px;
  text-align: left;
	font-size: 1.2em;
}

tr:hover
{
  background : #BC7572;
}

td a
{
  text-decoration: none;
  font-weight: normal;
  width: 100%;
	color:black;
}

td
{
	padding: 2px 0px 2px 5px;
}

#titre_Table
{
	font-family: orangejuice;
	font-size: 3em;
}

footer
{
  display: inline-block;
  width: 950px;
  text-align: center;
  /*background: #681515;*/
  border-radius: 5px;
  margin-top: 10px;
  padding: 5px;
  color: #F3C7C7;
  font-size: 1.5em;
  font-family: Dayrom, 'Times New Roman', serif;
  font-weight: normal;
}


.date
{
	font-family: serif;
  font-size: 1.5em;
  font-style: italic;
	color :red;

}

.dossier
{ 
	background: url('Galerie/dossier.jpg') no-repeat;
	width: 240px;
  height: 205px;
  padding-top: 55px;
  padding-left: 10px;
	padding-right: 10px;
}
.dossier img
{
	margin-left: 10px;
	margin-right: 3px;
}

.orange_juice
{
	font-family: orangejuice;
	font-size:3em;
  font-weight: normal;
}
.illustration{
	border:3px solid #8d6868;
}
