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

@font-face {
    font-family: 'KraashRegular';
    src: url('kraash-webfont.eot');
    src: url('kraash-webfont.eot?#iefix') format('embedded-opentype'),
         url('kraash-webfont.woff') format('woff'),
         url('kraash-webfont.ttf') format('truetype'),
         url('kraash-webfont.svg#KraashRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Eléments principaux de la page */

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

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

section
{
	position:relative;
}

aside h1, footer h1, nav a
{
	font-family: Arial;
	font-weight: normal;
	text-transform: uppercase;
}

/* Header */

header
{
	position:relative;
}

#titre-principal
{
	display: inline-block;
}

header h1
{
	font-family: KraashRegular, serif;
	position: absolute;
	top: 10px;
	font-size: 2em;
	font-weight: normal;
}

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

header h2
{
	display: inline-block;
    font-family: KraashRegular, serif;
	position: absolute;
	right: 0px;
    top: 60px;
    font-size: 1em;
    margin-top: 0px;
    font-weight: normal;
}

#commentaireOk
{
	color:red;
	text-align:center;
}

/* Navigation */

nav
{
    display: inline-block;
	position: absolute;
	bottom:0px;
	right:0px;
    width: 740px;
    text-align: right;
}

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


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

nav a
{
    font-size: 1.3em;
    color: #181818;
    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;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
}

#banniere
{
	position: absolute;
	clip: rect(0px, 900px, 200px, 0px);
}

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

/* Corps */

article
{
	background-color:#f2d878;
    width: 610px;
    margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	left: 0px;
	display: inline-block;
    text-align: justify;
	box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
}

article p
{
    font-size: 1em;
}

article img
{
	clip: rect(0px, 500px, 500px, 0px);
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#titre_article
{
	font-family: Arial;
	text-transform: uppercase;
	width: 400px;
}

#date_article
{
	position: absolute;
	right: 5px;
	top: 10px;
	font-family: Arial;
	font-weight: normal;
}

blockquote
{
	font-style:italic;
	font-family:'Times New Roman'
}

/* Commentaires */

.commentairesdiv
{
	margin-top: 10px;
	text-align: right;
	font-size: 0.85em;
}

.commentairesul
{
    list-style-type: none;
	display: inline;
}

.commentairesli
{
	color: #000064;
    display: inline;
	margin-right: 15px;
}

.commentairesli:hover
{
    color: #760001;
	cursor: pointer;
}

.affichageCommentaires
{
	background-color:#b03631;
	width: 510px;
	display: none;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
	margin-top: 0px;
	position: relative;
    text-align: justify;
	box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 0.1px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 20px;
}

#infos_commentaire
{
	position: absolute;
	right: 5px;
	bottom: 0px;
	font-size: 0.8em;
}


aside
{
    display: inline-block;
    text-align: justify;
    width: 235px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}

#aside1
{
    vertical-align: top;
    position: absolute;
	right: 0px;
	top: 0px;
}

#aside2
{
    position: absolute;
	right: 0px;
	top: 170px;
}

aside img
{
    margin-right: 5px;
}
/* Photos */

.choix_categorie
{
	display: block;
	margin: auto;
	margin-top: 20px;
}

.choix_categorie h4
{
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 0px;
}

.choix_categorie p
{
	text-align: center;
	font-size: 0.8em;
	margin-top: 0px;
}

#affichage_photo
{
	display: block;
	margin: auto;
	width: 98%;
}

#affichage_photo h4
{
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 4px;
	margin-top: 0px;
}

#affichage_photo p
{
	text-align: center;
	font-size: 1em;
	margin-top: 0px;
}

#fleche_gauche
{
	position: absolute;
    left: 5px;
    top: 300px;
}

#fleche_droite
{
    position: absolute;
    right: 5px;
    top: 300px;
}

/* Footer */

footer
{
	position: relative;
    padding-top: 25px;
}

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

footer h1
{
    font-size: 1.1em;
}

#autresblogs, #photos_aleatoires, #mecontacter
{
    display: inline-block;
    vertical-align: top;
}
#photos_aleatoires
{
    display: inline-block;
    vertical-align: top;
}

#photos_aleatoires
{
    width: 35%;
}

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

#mecontacter
{
    width: 25%;
	position: absolute;
	right:0px;
}

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

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

#autresblogs
{
    width: 31%;
}

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

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

.centree 
{
	margin-left:auto;
	margin-right:auto;
	width:50%;
}