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

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
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

article
{
    width: 850px;
    margin-left: 25px;
	
}

#mes_photos
{
margin-top: 50px;
}

#mes_photos1
{
margin-left: 45px;
  margin-right: auto;
  margin-top: 25px;
  width: 850px;
}

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

article p
{
    font-size: 15px;
}

img.displayed {
display: block;
margin-left: auto;
margin-right: auto }

/* Footer */

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


footer p, footer ul
{
    font-size: 0.8em;
	 margin-bottom: 55px;
}

footer h4
{
margin-top: 55px;
 margin-bottom: 0px;
}




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

