﻿/* 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: 'morethanhuman';
         url('polices/morethanhuman.ttf') format('truetype'),
    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
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
	background: #000000;
    color: #e0dddd;
}

span[id="toper_site"]
{
color: #969696;
}

a[id="mentions_legals"]
{
color: #464646;
}

#bloc_page
{
    width: 95%;
    margin: auto;
}

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

/* Header */

header
{
	position: center;
    background: url('http://matsama.fr/includes/design/prime/img/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: 85%;
    text-align: right;
}

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

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

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

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

/* Bannière */

#banniere_image
{
    margin-top: 15px;
    height: 200px;
	width: 898px;
    border-radius: 5px;
    background: url('http://matsama.fr/images/headers/ban_gt_sr.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: 898px;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgb(132,3,3); /* Pour les anciens navigateurs */
    background-color: rgba(132,3,3,0.5);
    color: white;
    font-size: 0.8em;
    
}

.bouton_rouge
{
    display: inline-block;
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url('http://matsama.fr/includes/design/prime/img/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 */

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border-collapse: collapse; /* Colle les bordures entre elles */
      text-align: justify;
}

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

th /* Les cellules d'en-tête */
{
   background-color: #480101;
   color: #a0a0a0;
   text-align: center;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   border: 1px solid #2C3033;
}

td /* Les cellules normales */
{
   border: 1px solid #2C3033;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

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

#separateur_article
{
background: url('http://matsama.fr/includes/design/prime/img/separateur.png') repeat-x top;
text-align: center; /* les images sont centrées */
}

#img_in_txt_left
{
float: left;
padding: 3px;
}

#img_in_txt_right
{
float: right;
padding: 3px;
}

#menu_section_bottom
{
text-align: center;
padding-top: 10px;
}

#media_dl_lecteur
{
text-align: center;
height: 100px;
padding: 10px;
}

article
{
    width: 80%;
    margin-right: 15px;
	background-color: #000000;
}

#content {
  margin-left:32%;
  width:500px;
  text-align:center;
}
#hint {
  color:#666;
  width:300px;
  text-align:center;
  margin-top:3em;
}

hr [id="hr_rouge"]
{
color: #c60000;
}

#newser
{
  width:95%;
}

#footer_newser
{
  width:40%;
}

.news
{
font-size: 11px;
background-color: #890000;
border: 2px #640202 solid;
border-radius: 5px;
}

.i_news
{
font-style: italic;
color: #ff0000;
}

.a_news
{
	font-style: italic;
	color: #ffbbbb;
	text-decoration: none;
}

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

a[id="facebook_sr"]
{
color: #3b599a;
text-decoration: none;
}

article p
{
    font-size: 1.0em;
}

article h1
{
color: #670000;
}

article a
{
    font-style: italic;
	color: #969696;
	text-decoration: none;
}

a[id="red_red"]
{
color: #b80000;
}


article a:hover
{
    color: #760001;
}

article ul
{
	color: ##c8c8c8;
	list-style-image: url('http://matsama.fr/includes/design/prime/img/ico_liensexterne.png');
}

article li
{
	color: ##c8c8c8;
	
}

.avatar
{
padding: 2px;
border: dashed 2px #2C3033;
border-radius: 3px;
}

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

aside a
{
	color: #ff5b5b;
}

aside a:hover
{
    color: #760001;
}
aside h1
{
    background-color: #480101;
}

aside h3
{
    background-color: #480101;
	font-family: morethanhuman, BallparkWeiner, serif;
	font-size: 1.9em;
	text-shadow: 1px 4px 4px #000000;
}

aside ul
{
list-style-image: url('http://matsama.fr/includes/design/prime/img/ico_liensexterne.png');
}

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

#photo_zozor
{
    text-align: center;
}

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

aside img
{
    margin-right: 5px;
}

footer a
{
    font-style: italic;
	color: #969696;
	text-decoration: none;
}

/* Footer */

footer
{
    background: url('http://matsama.fr/includes/design/prime/img/separateur.png') repeat-x top;
    padding-top: 25px;
}

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

footer h1
{
    font-size: 1.1em;
	color: #670000;
}

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

#tweet
{
    width: 57%;
}

#mes_photos
{
    width: 35%;
}

#mes_amis
{
    width: 33%;
}

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

#mes_photos ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 33%;
    list-style-image: url('http://matsama.fr/includes/design/prime/img/ico_liensexterne.png');
    padding-left: 2px;
}

#mes_photos a
{
    text-decoration: none;
    color: #464646;
}

#mes_photos a:hover
{
    color: #760001;
}

#mes_amis ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    list-style-image: url('http://matsama.fr/includes/design/prime/img/ico_liensexterne.png');
    padding-left: 2px;
}

#mes_amis a
{
    text-decoration: none;
    color: #464646;
}

#mes_amis a:hover
{
    color: #760001;
}

footer table /* Le tableau en lui-même */
{
   border-collapse: collapse; /* Colle les bordures entre elles */
      text-align: justify;
}

footer caption
{
font-size: 1.1em;
	color: #670000;
font-family: 'Dayrom', serif;
font-weight: normal;
    text-transform: uppercase;
	background-color: #000000;
}

footer th /* Les cellules d'en-tête */
{
   background-color: #480101;
   color: #a0a0a0;
   text-align: center;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   border: 1px solid #2C3033;
}

footer td /* Les cellules normales */
{
   border: 1px solid #2C3033;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

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

