

/* Eléments principaux de la page */
body
{
	background: #F0F0F0;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #181818; 
}

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

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

#logo, header h1
{
	display: inline-block;
	margin-bottom: 0px; 
	}
	
header h2
{
	font-family: Times, serif; 
	font-size: 1.1em; 
	margin-top: 0px; 
	font-weight: normal;
}


/* Navigation */
nav
{
	display: inline-block; 
	width: 900px; 
	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; 
}

/* Bannière */
#banniere_image
{
margin-top: 25px;
height: 200px;
border-radius: 5px;
background: url('../images/banniere.png') no-repeat; position: relative;
box-shadow: 0px 4px 4px #1c1a19;
margin-bottom: 25px; 
}

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

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

#photo_catphil
{
	text-align: center;
}

#photo_catphil 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;
	margin-top: 25px; 
}

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

footer h1
{
	font-size: 1.0em;
}

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

#tweet
{
	width: 65%;
}

#mentions
{
	width: 25%;
}

#mentions_texte
{
	font-size: 0.8em;
	margin-left: 40px;
	padding-bottom: 25px;
	
}



