/*

Thème modifié, crédits originaux :
WordPress Default Theme, based on the famous Kubrick Theme (Michael Heilemann, http://binarybonsai.com/)

*/

body {
	font-size: 68%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
}


/* Begin Structure */

body {
	margin: 0;
}

#header {
	position:relative;
	width:1000px;
	margin:auto;
	background-color:#252629;
	text-align:left;
	padding: 20px 0 0 0;
	margin-bottom:30px;
}

#header a img {
	margin-left:20px;
}

#header p a {
	color:white;
}

#header p {
	position:absolute;
	color:white;
	top:0;
	right:10px;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 1.2em;
	text-align:right;
}

#page {
	font-size: 1.2em;
	width:1000px;
	margin:auto;
}

#main, #sidebar {
	float:left;
	margin-bottom:30px;
}

#main {
	width : 58%;
	padding-right:2%;
}

#sidebar {
	width: 39%;
	padding-left:1%;
}

#footer {
	clear:both;
}

/* Sidebar */

#about p, #about li {
	font-size : 90%;
}

#about .chapeau {
	font-size : inherit;
}

.presentation {
	float:left;
	width:45%;
	margin-right:2%;
}

.presentation p {
	margin : 0 0 5px 0;
}

.followList {
	float:left;
	width:25%;
}

.flA {
	margin-right:1%;
}

.flB {
	margin-left:1%;
}

#sidebar ul, #sidebar li {
	margin :0;
	padding:0;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li:before {
	content: "\00BB \0020";
}

#sidebar h3 {
	font-size:1.15em;
}

#lastPhotos {
	text-align:center;
}

#lastPhotos a {
	margin : 0 0 0 3px;
}

#lastPhotos a.noMargin {
	margin : 0;
}

/* Footer */

#footer {
	text-align :center;
	font-style:italic;
	color : #c2c2c2;
	background-color:#333333;
	padding : 0 0 15px 0;
}

#footer a {
	color: white;
}

/* Typo & Links */

h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0;
	padding : 0;
	
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

a {
	color: #565D87;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

a img {
	border: none;
}

.chapeau {
	border-bottom : 1px solid #777;
	margin: 0 0 10px 0;
	font-weight:bold;
	color:#333;
}

/* Billet */

.date {
	color:#777;
	font-size:80%;
	margin:0;
}

#main .date {
	font-size:110%;
}

.content {
	text-align:justify;
	margin-bottom:30px;
}

.content blockquote, .content cite {
	font-style:italic;
	margin:0;
	padding : 5px 0 10px 20px;
}

span.en {
	font-style:italic;
}

/* HomePage */

em {
	font-weight: bold;
}

#postL, #postR {
	float:left;
	width:49%;
}

#postR {
	margin-left:1%;
}

#postL {
	margin-right:1%;
}

#otherPosts .post h2 {
	font-size:1.2em;
}

#otherPosts .post p {
	font-size:95%;
}

/* Comment */

input, textarea {
	border: solid #777 1px;
	background-color:#ebebeb;
}

form.comment p {
	margin: 0 0 8px 0;
}

form.comment input {
	width : 250px;
}

form.comment textarea {
	width : 390px;
}

.comments cite, .comments cite a {
	font-weight: bold;
	font-style: normal;
}

.comments p.meta {
	margin:0;
}

.comments div.content {
	padding:0 0 0 20px;
	margin : 0;
}

div.message {
	background-color:#DB9D9D;
	margin-bottom:20px;
	padding:5px;
	-moz-border-radius: 5px;
}

form.comment .erroneousField {
	color:red;
	font-weight:bold;
}

form.comment .erroneousField input, form.comment .erroneousField textarea {
	border:2px solid red;
}
