﻿/* Définition des polices personnalisées */

@font-face
{
	font-family: 'BallparkWeiner';
	src: url('/core/rsrc/css/fonts/ballpark/ballpark.eot');
	src: url('/core/rsrc/css/fonts/ballpark/ballpark.eot?#iefix') format('embedded-opentype'),
		 url('/core/rsrc/css/fonts/ballpark/ballpark.woff') format('woff'),
		 url('/core/rsrc/css/fonts/ballpark/ballpark.ttf') format('truetype'),
		 url('/core/rsrc/css/fonts/ballpark/ballpark.svg#BallparkWeiner') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'Dayrom';
	src: url('/core/rsrc/css/fonts/dayrom/dayrom.eot');
	src: url('/core/rsrc/css/fonts/dayrom/dayrom.eot?#iefix') format('embedded-opentype'),
		 url('/core/rsrc/css/fonts/dayrom/dayrom.woff') format('woff'),
		 url('/core/rsrc/css/fonts/dayrom/dayrom.ttf') format('truetype'),
		 url('/core/rsrc/css/fonts/dayrom/dayrom.svg#Dayrom') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Eléments principaux de la page */

body
{
	background: #f5f3d0 url('/core/rsrc/css/assets/bgd.png');
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #181818;
}

#bloc_page
{
	width: 900px;
	margin: auto;
	padding: 10px;
	box-shadow: 4px 8px 8px black;
	background-color: white;
}

section h1, footer h1, nav a
{
	font-family: Dayrom, serif;
	font-weight: normal;
	text-transform: uppercase;
}

/* Header */

header
{
	background: url('/core/rsrc/css/assets/separateur.png') repeat-x bottom;
}

#titre_principal
{
	display: block;
	width: 100%;
	text-align: left;
}

header h1
{
	font-family: 'BallparkWeiner', serif;
	font-size: 5.5em;
	font-weight: normal;
}

#logo, header h1
{
	display: inline-block;
	margin-bottom: 0px;
}

header h2
{
	display: inline;
	font-family: Dayrom, serif;
	font-size: 1.5em;
	margin: 0 0 0 15px;
	font-weight: normal;
}

/* Navigation */

nav
{
	display: inline-block;
	width: 100%;
	text-align: center;
}

nav ul
{
	list-style-type: none;
}

nav li
{
	display: inline-block;
	margin-right: 15px;
}

nav li.btn
{
	display: inline-block;
	width: 31px;
	height: 25px;
	background: transparent url('/core/rsrc/css/assets/btn_home.png') no-repeat top left;
}

nav li.btn:hover, nav li.actif
{
	background-position: 0% -25px;
}

nav a
{
	font-size: 1.3em;
	color: #181818;
	padding-bottom: 3px;
	text-decoration: none;
}

nav a:hover, nav a.actif
{
	color: #760001;
	border-bottom: 3px solid #760001;
}

/* Bannière */

#banniere_image
{
	margin-top: 15px;
	height: 250px;
	border-radius: 5px;
	background: url('/core/rsrc/m/banniere.jpg') 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: 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('/core/rsrc/css/assets/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: 0.8em;
}

aside
{
	position: relative;
	width: 235px;
	background-color: #706b64;
	box-shadow: 0px 2px 5px #1c1a19;
	border-radius: 5px;
	padding: 10px;
	color: white;
	font-size: 0.9em;
}

aside.a_voir
{
	position: relative;
	float: right;
	margin-top: -500px;
	width: 235px;
	background-color: #f5f3d0;
	box-shadow: -5px 2px 10px black;
	border-radius: 5px;
	padding: 10px;
	text-align: left;
	color: #181818;
	font-size: 0.9em;
}
aside.a_voir ul
{
	list-style-image: url('/core/rsrc/css/assets/ico_liensexterne.png');
	color: ;
}
aside.a_voir a
{
	text-decoration: none;
	color: #760001;
}

#fleche_bulle
{
	position: absolute;
	top: 100px;
	left: -12px;
}

#photo_auteurs
{
	text-align: center;
}

#photo_auteurs img
{
	border: 1px solid #181818;
}

aside img
{
	margin-right: 5px;
}

/* Footer */

footer
{
	background:  url('/core/rsrc/css/assets/ico_top.png') no-repeat top center, url('/core/rsrc/css/assets/separateur.png') repeat-x top, url('/core/rsrc/css/assets/ombre.png') repeat-x top;
	padding-top: 15px;
}

footer p, footer ul
{
	font-size: 0.8em;
}

footer h1
{
	font-size: 1.1em;
}

#tweet, #mes_photos, #mes_amis
{
	display: inline-block;
	vertical-align: top;
}

#tweet
{
	width: 28%;
}

#mes_photos
{
	width: 38%;
}

#mes_amis
{
	width: 28%;
}

#mes_photos img
{
	border: 1px solid #181818;
	margin-right: 2px;
}

#photoDiv	{
	position: fixed;
	top: 10px;
	left: 100px;
	width: 620px;
	height: 500px;
	padding: 50px;
	border-radius: 20px;
	box-shadow: 4px 8px 8px black;
	text-align: center;
	background-color: white;
}

#mes_amis ul
{
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	width: 40%;
	list-style-image: url('/core/rsrc/css/assets/ico_liensexterne.png');
	padding-left: 15px;
}

#mes_amis a
{
	text-decoration: none;
	color: #760001;
}