/*
style.css
---------
 
Par Paul
*/

body		/* Description body */
{
    /*background: url('images/fond_jaune.png');*/
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
	background-color: #efddaf;
	background: url('images_illustrations/bg.jpg');
	background-repeat: repeat-x repeat-y;
}

#bloc_page
{
    width: 950px;
    margin: auto;
}

/* Banniere */
.banner_image_trac
{
    height: 300px;
    border-radius: 5px;
    background-image: url("images_illustrations/header_banner.jpg");
    background-repeat: no-repeat;  /* Le fond ne sera pas répété */
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 20px;
	margin-top: 15px;
}

.banner_image_mini
{
    height: 300px;
    border-radius: 5px;
    background-image: url("images_illustrations/header_banner_mini.jpg");
    background-repeat: no-repeat;  /* Le fond ne sera pas répété */
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 20px;
	margin-top: 15px;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.8%;
    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_illustrations/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;
}
/* fin Banniere */


/* centre de la page */


.article
{
    width: 950px;
	margin-top: 15px;
	
	border-radius: 5px;
    box-shadow: 0px 4px 4px #1c1a19;
	background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(24,24,24,0.8);
	/*	background: url('images/fondMenu.png') bottom; 
    background-repeat: repeat-x; */
	
	color: white;
	padding-bottom: 5px;
}

.article_header
{
	border-radius: 5px;
    box-shadow: 0px 4px 4px #1c1a19;
}

.article .date, .article h1, .article .number
{
	display: inline-block;
}

.article .date
{
	float:right;
	padding-top: 15px;
	padding-right: 15px;
	font-family: 'BallparkWeiner', serif;
	font-size: 1.2em;
}

.article h1
{
	width: 650px;
	text-align: center;
	float:left;
	font-family: 'BallparkWeiner', serif;
	font-size: 1.2em;
}

.article .number
{
	float:left;
	padding-right: 100px;
	padding-left: 10px;
	padding-top: 5px;
	font-family: 'BallparkWeiner', serif;
    font-size: 1em;
}

p#spacer 
{
	clear: both;
	height: 1px;
}

.article p
{
	padding-left:	20px;
	padding-right:	20px;
}

.article  .fleche
{
	position: relative;
		left: 930px;

    height: 25px;
	width: 25px;
	
    background: url('images_illustrations/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;

}

.thumbsnail img
{
	margin-top: 15px;
	margin-left: 15px;
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 4px 4px #1c1a19;
}

a img {
  border: none;
}

/* Galerie */

div #galerie
{
  width: 410px ;
  background: #eed ;
  border: 1px solid #dcb ;
  padding: 15px ;
  margin: 15px 30px ;
  text-align: center ;
  font: 0.9em Georgia, serif ;
}

ul #galerie_mini
{
  margin: 0 ;
  padding: 0 ;
  list-style-type: none ;
}

ul #galerie_mini li
{
  float: left ;
}

ul #galerie_mini li a img
{
  margin: 2px 1px ;
  border: 1px solid #dcb ;
}

dl #photo
{
  clear: both ;
  margin: 0 auto ;
}

dl #photo dt
{
  font: italic 2.5em/1.5em Georgia, serif ;
  color: #dcb ;
}

dl #photo dd
{
  margin: 0 ;
}

dl #photo img
{
  border: 1px solid #dcb ;
}