﻿/* Dé{finition des polices personnalisées */

@font-face
{
    font-family: impact;
    
   
    font-style: normal;
}

@font-face
{
    font-family: impact;
    font-weight: normal;
    font-style: normal;
}

/* Eléments principaux de la page */

body
{
    background: url('images/fond_gris.jpg');
	background-color: #E8E8E8;
    font-family: 'Trebuchet MS', impact, impact;
    color: #181818;
}

.logo
{
margin-top: 15px;
margin-bottom: 15px;
}

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

section h1, footer h1, nav a
{
    font-family: 'Trebuchet MS', arial;
	font-size:18px;
    font-weight: normal;
    text-transform: uppercase;
}

/* Header */



#titre_principal
{
    display: inline-block;
}

header h1
{
    font-family: 'BallparkWeiner', impact;
    font-size: 2em;
    font-weight: normal;
	font-style: italic;
}

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

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

/* Navigation */

nav
{
margin-top:1px;
    display: inline-block;
    width: 900px;
    text-align: center;
	height:55px;
   background: #2b2b2b;
   background: -webkit-gradient(linear, left top, left bottom, from(#636363), to(#2b2b2b));
   background: -webkit-linear-gradient(top, #636363, #2b2b2b);
   background: -moz-linear-gradient(top, #636363, #2b2b2b);
   background: -ms-linear-gradient(top, #636363, #2b2b2b);
   background: -o-linear-gradient(top, #636363, #2b2b2b);
   border-radius: 10px;
	
}

.video
{
 margin-top:25px;
margin-bottom:10px;
}

iframe
{ 
margin-top: 25px;
margin-bottom:10px;
}

nav ul
{
    list-style-type: none;
	 display: inline-block;
    width: 900px;
}

nav li
{
    display: inline-block;
   
}

nav a
{
    font-size: 1.2em;
    color: #a1a1a1;
    padding-bottom: 3px;
    text-decoration: none;
	
	margin-right: 100px;
}

nav a:hover
{
    color: #a1a1a1;
    border-bottom: 2px solid #a1a1a1;
}

/* Bannière */

#banniere_image
{
    margin-top: 25px;
    height: 200px;
margin-left:25px;
	width:850px;
    border-radius: 5px;
    background: url('images/test.jpg') no-repeat;
    
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 0.5%;
    height: 0px;
    padding-top: 0px;
    padding-left: 0px;
    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
{
    width: 625px;
    margin-right: 15px;
}



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

article p
{
    font-size: 15px;
}

aside
{
    position: relative;
    width: 235px;
    border-top: 1px solid #5c5c5c;
   ackground: -moz-linear-gradient(top, rgba(127,177,0,1) 0%, rgba(127,177,0,0.84) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,177,0,1)), color-stop(100%,rgba(127,177,0,0.84))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(127,177,0,1) 0%,rgba(127,177,0,0.84) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(127,177,0,1) 0%,rgba(127,177,0,0.84) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(127,177,0,1) 0%,rgba(127,177,0,0.84) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(127,177,0,1) 0%,rgba(127,177,0,0.84) 100%); /* W3C */
 border-radius:5px;
    padding: 10px;
	 box-shadow: 3px 3px 5px #3b3b3b;
    color: white;
    font-size: 0.9em;
}
background: #54b500; /* Old browsers */
background: -moz-linear-gradient(top,  #54b500 0%, #f7f7f7 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54b500), color-stop(99%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #54b500 0%,#f7f7f7 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #54b500 0%,#f7f7f7 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #54b500 0%,#f7f7f7 99%); /* IE10+ */
background: linear-gradient(to bottom,  #54b500 0%,#f7f7f7 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b500', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */


aside img
{
    margin-right: 15px;
}

/* Footer */

footer
{
margin-top: 355px;
    background: url('images/ico_top.png') no-repeat top center, url('images/separateur.png') repeat-x top;
   margin-bottom: 50px;
	
}


footer p, footer ul
{
    font-size: 0.8em;
	margin-top:25px;
}

footer h4
{
margin-top: 55px;
    font-size: 1em;
}



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

