/* 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 */

body
{
    background: url('images/fond_bleu.png');
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
}

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

section h1, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}

/* Header */

header
{
    background: url('images/separateur.png') repeat-x bottom;
}

#titre_principal
{
    display: inline-block;
}

header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    font-weight: normal;
}

#logo, header h1
{
    display: inline-block;
    margin-bottom: 0px;
}

header h2
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}

/* Navigation */

nav
{
    display: inline-block;
    width: 950px;
    text-align: left;
}

nav ul
{
    list-style-type: none;
	margin-left: -40px;
}

nav li
{
    display: inline-block;
    margin-right: 12px;
}

nav a
{
    font-size: 0.7em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}    

#menu li a:link, #menu li a:visited
{
 display: block;
 height: 1%;
 margin: 0;
 border-right: 1px solid #fff;
 text-decoration: none;
}
  
/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
@font-face {
	font-family: 'Delicious';
	src: url('font/delicious-roman-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('font/delicious-roman-webfont.woff') format('woff'), 
	     url('font/delicious-roman-webfont.ttf')  format('truetype'),
	     url('font/delicious-roman-webfont.svg#svgDelicious') format('svg');
	} 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	border-radius: 10px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	border-radius: 10px;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#1A1A1A;
	color:#eee3e5;
	z-index:8;
}
.nivo-caption p {
	padding:10px;
  padding-right: 25px;
  padding-left: 20px;
	margin:0;
  font-family: Delicious, Arial;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 2;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider-wrapper {
    /*background:url(images/slider.png) no-repeat;*/
    width:0px;
    height:100px;
    margin:0 auto;
    padding:0px;
    margin:0px;
}

#slider {
	position:relative;
    width:643px;
    margin:0px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:20px;
  top: 3px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:-99999px;
}
a.nivo-prevNav {
	left:-99999px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Delicious, Arial;
  text-transform: uppercase;
  font-weight: bold;
}
.nivo-caption a { 
    color:#FFFFFF;
    text-decoration: none;
}

.nivo-caption a:hover { text-decoration: underline; }

/* Bannière */

#banniere_image
{
    margin-top: 15px;
    height: 200px;
    border-radius: 5px;
    background: url('../Critique/electro/y/yorke_thom/haut_de_page.png') no-repeat;
    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;
    
}

.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;
}

.electro
{
	text-align: center;
}

.electro img
{
	border: 1px solid black;
}

/* Corps */

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

article
{
    width: 625px;
    margin-right: 15px;
}

article a
{
	font-size: 1.0em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

table
{
	border-collapse: collapse;
}

th
{
	text-align: center;
}

td, th
{
	border: 1px solid white;
}

td
{
	width: 200px;
	text-align: center;
}

article a:hover
{
	color: #760001;
    border-bottom: 3px solid #760001;
}

.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}

.note
{
	color: red;
}

.ligne_1
{
	background-color: rgba(24,24,24,0.8);
}

article p
{
    font-size: 0.8em;
}

#critique_une
{
	border: 1px solid black;
	height: 400px;
	position: absolute;
	width: 200px;
	background-color: #706b64;
}

#critique_une p
{
	font-size: 0.8em;
	text-decoration: none;
    color: #F0F0F0;
	text-align: justify;
}

#critique_une ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    list-style-image: url('images/ico_liensexterne.png');
}

#critique_une img
{
	text-decoration: none;
}
#critique_une a
{
	color: white;
}

#autres_article
{
	border: 1px solid black;
	height: 400px;
	position: relative;
	margin-left: 230px;
	background-color: #706b64;
	width: 400px;
}

#autres_article a
{
	color: white;
}

#news_une
{
	border: 1px solid black;
	height: 400px;
	position: absolute;
	width: 200px;
	background-color: #706b64;
}

#news_une p
{
	font-size: 0.8em;
	text-decoration: none;
    color: #F0F0F0;
	text-align: justify;
}

#news_une ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    list-style-image: url('images/ico_liensexterne.png');
}

#news_une img
{
	text-decoration: none;
}

#news_une a
{
	color: white;
}

#autres_news
{
	border: 1px solid black;
	height: 400px;
	position: relative;
	margin-left: 230px;
	background-color: #706b64;
	width: 400px;
}

#autres_news a
{
	color: white;
}

#base_de_donnée_une
{
	border: 1px solid black;
	height: 400px;
	position: absolute;
	width: 200px;
	background-color: #706b64;
}

#base_de_donnée_une p
{
	font-size: 0.8em;
	text-decoration: none;
    color: #F0F0F0;
	text-align: justify;
}

#base_de_donnée_une ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    list-style-image: url('images/ico_liensexterne.png');
}

#base_de_donnée_une img
{
	text-decoration: none;
}
#base_de_donnée_une a
{
	color: white;
}

#base_de_donnée_deux
{
	border: 1px solid black;
	height: 400px;
	position: relative;
	margin-left: 210px;
	width: 200px;
	background-color: #706b64;
}

#base_de_donnée_deux p
{
	font-size: 0.8em;
	text-decoration: none;
    color: #F0F0F0;
	text-align: justify;
}

#base_de_donnée_deux ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    list-style-image: url('images/ico_liensexterne.png');
}

#base_de_donnée_deux img
{
	text-decoration: none;
}
#base_de_donnée_deux a
{
	color: white;
}

#base_de_donnée_trois
{
	border: 1px solid black;
	height: 400px;
	position: relative;
	margin-left: 420px;
	margin-top: -402px;
	width: 200px;
	background-color: #706b64;
}

#base_de_donnée_trois p
{
	font-size: 0.8em;
	text-decoration: none;
    color: #F0F0F0;
	text-align: justify;
}

#base_de_donnée_trois ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    list-style-image: url('images/ico_liensexterne.png');
}

#base_de_donnée_trois img
{
	text-decoration: none;
}
#base_de_donnée_trois a
{
	color: white;
}

aside
{
    position: relative;
    width: 235px;
    background-color: navy;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
	height: 1500px;
}

aside a
{
	font-size: 1.0em;
    color: #F0F0F0;
    padding-bottom: 3px;
    text-decoration: none;
}

aside a:hover
{
	color: #760001;
    border-bottom: 3px solid #760001;
}

#fleche_bulle
{
    position: absolute;
    top: 100px;
    left: -12px;
}

#le_saviez_vous
{
    text-align: center;
}

#le_saviez_vous img
{
    border: 1px solid #181818;
}

aside img
{
    margin-right: 5px;
}

/* Footer */

footer
{
    background:  url('images/ico_top.png') no-repeat top center, url('images/separateur.png') repeat-x top, url('images/ombre_bleu.png') repeat-x top;
    padding-top: 20px;
}

footer p, footer ul
{
    font-size: 0.8em;
}

footer h1
{
    font-size: 1.1em;
}

#tweet, #reseaux_sociaux, #partenariat_copyright
{
    display: inline-block;
    vertical-align: top;
}

#tweet
{
    width: 28%;
}

#tweet a
{
	text-decoration: none;
	color: black;
}

#reseaux_sociaux
{
    width: 35%;
}

#reseaux_sociaux img
{
    margin-right: 2px;
}

#partenariat_copyright ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    list-style-image: url('images/ico_liensexterne.png');
    padding-left: 2px;
}

#partenariat_copyright a
{
    text-decoration: none;
    color: #760001;
}

#partenariat_copyright p
{
	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 #reseaux_sociaux, .old_ie #partenariat_copyright, .old_ie #partenariat_copyright 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;
}