/* D&#1081;finition des polices personnalisables */

<head>
  ...
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <link rel="stylesheet" href="style.css" />
        <!--[if lt IE 9]>
        <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
        <![endif]-->
  ...
</head>


@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: 'BallparkWeiner';
    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&#1043;İments principaux de la page */

body
{
    	background-image: url("images/fondnoir.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
    	font-family: 'Trebuchet MS', Arial, sans-serif;
    	color: #ffffff;
}

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

section h1, footer h1, nav a
{
    font-family: Dayrom;
    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: Dayrom;
    font-size: 2.5em;
    font-weight: normal;
}

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

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

/* Navigation */

nav
{
    display: inline-block;
    width: 1024px;
    text-align: right;
}

nav ul
{
    list-style-type: none;
}

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

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

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

/* Banni&#1043;&#1025;re */

#banniere_image1
{
    margin-top: 5px;
    height: 200px;
    border-radius: 5px;
    background: url("images/note.jpg") no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 15px;
}

#banniere_image2
{
    margin-top: 5px;
    height: 200px;
    border-radius: 5px;
    background: url("images/note1.jpg") no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 15px;
}

#banniere_image3
{
    margin-top: 5px;
    height: 200px;
    border-radius: 5px;
    background: url("images/note2.jpg") no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 15px;
}


#banniere_image4
{
    margin-top: 5px;
    height: 200px;
    border-radius: 5px;
    background: url("images/note3.jpg") no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 15px;
}

#banniere_image5
{
    margin-top: 5px;
    height: 200px;
    border-radius: 5px;
    background: url("images/note4.jpg") no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 15px;
}



#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
    height: 20px;
    padding-top: 5px;
    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_bleu
{
    display: inline-block;
    height: 15px;
    position: absolute;
    right: 3px;
    bottom: 5px;
    background: url('images/fond_degradebleu.png') repeat-x;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 2px 8px 2px 8px;
    color: white;
    text-decoration: none;
}

.bouton_bleu img
{
    border: 0;
}

/* Corps */

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

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

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

article p
{
    font-size: 0.8em;
}

em
{
    font-size: 1.2em;
    color: yellow;

}

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


#photo_audrey
{
    text-align: center;
}

#photo_audrey 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.png') repeat-x top;
    padding-top: 25px;
}

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

footer h1
{
    font-size: 1.1em;
}

#mes_amis_twitter
{
    display: inline-block;
    vertical-align: top;
}

#mes_amis_twitter ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 10;
    width: 20%;
    list-style-image: url('images/twitter.gif');
    padding-left: 25px;
}

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




#mes_photos
{
    display: inline-block;
    vertical-align: top;
}

#mes_amis_facebook
{
    display: inline-block;
    vertical-align: top;
}

#mes_amis_twitter
{
    width: 100%;
}

#mes_photos
{
    width: 100%;
}

#mes_amis_facebook
{
    width: 100%;
}

#mes_photos img
{
    border: 1px solid #181818;
    margin-right: 2px;
}

#mes_amis_facebook ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 10;
    width: 20%;
    list-style-image: url('images/facebook.gif');
    padding-left: 25px;
}

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


/* 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_facebook, .old_ie #mes_amis_facebook 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;
}

