/*  
Theme Name: La dernière goutte
Theme URI: http://www.redoxblog.com/
Description: Thème par défaut de la dernière goutte
Version: 0.1
Author: Etienne Depaulis
Author URI: http://www.redoxblog.com/
*/


/*
Les éléments graphiques et le design du site (et donc cette feuille de styles CSS et les images) restent la propriété exclusive de leurs auteurs respectifs conformément aux droits d'auteur.
*/


#menu, #contact_cont, #bottombar, #commentform, #respond, a.lien-carte {
	display: none;
}

html {
	font-size: 16px;
}

body {
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;

}

a, img {
	text-decoration: none;
	border: none;
	font-weight: bold;
	color: #000;
}

a:after {
	content: " (" attr(href) ")";
}

h1, h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.7em;
	line-height: 1.8em;
	text-align: left;
}

h1 {
	padding-top: 15px;
	color: #000;
}

h2 {
	color: #222;
	font-size: 1.5em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 0.4em;
}

h3, legend {
	color: #9e0c05;
	font-family: Georgia, Times New Roman, Times, serif;
}

h3 a:link, h3 a:visited {
	color: #9e0c05;
	text-decoration: none;
}

h4 {
	font-weight: bold;
	font-style: italic;
}

p, #content li {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #444;
}

p {
	margin-bottom: 1.5em;
}

#content ul {
	margin: 1em;
}

#content li {
	list-style-position: inside;
}

strong {
	color: #222;
}

img {
	margin: 0.5em 0;
	padding: 0.5em;
	border: 1px solid #bbb;
}

/* @group Structure */


#footer {
	height: 30px;
	text-align: left;

}

/* @end */

/* @group Formulaire */

form {
	margin: 1.5em 0;
	padding: 0;
}

fieldset {
	border: none;
	width: 340px;
}

#form_infos {
	float: left;
}

#form_message {
	float: right;
}

legend {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2em;

}

form p {
	font-size: 1em;
}

input {
	vertical-align: middle;
	margin: 0.2em;
}

input[type=text]{
	border: 1px solid #333;

	color: #9e0c05;
	font-size: 1.3em;
}

label {
	display: block;
	line-height: 2em;
	font-weight: bold;
	color: #000 ;
}

form p {
	margin-bottom: 0.5em;
}

p.erreur {
	background: #efd6d7;
}

p.erreur span {
	color: #8d2953;
	font-weight: bold;
	font-size: 0.9em;
}

p.exemple {
	color: #555;
	padding: 0 0 0.4em 0;
}

p.infos, p.submit {
	padding: 0 0 0 455px;
}

/* @end */

/* @group Blog */

.post h2 {
	margin-bottom: 0;
}

div.entry {
	padding-top: 1em;
}

.postmetadata {
	font-size: 0.9em;
}

.commentlist div {
	margin: 1em 0;
	padding: 0.2em 0;
}

.commentlist .alt p {
		color: #777;
}

.firstinfos {
	margin-bottom: 0.5em;
}

#bottombar {
	background: #999;
	text-align: center;
	
	
	
	display: none;
}
#bottombar p {
	margin: 0;
	padding: 2px;
	line-height: 1em;
}

#bottombar label {
	display: inline;
}

#bottombar form {
	display: inline;
}

/* @end */

#intro p {
	margin-bottom: 0;
	font-size: 1.1em;
}

img.fleft {
	float: left;
	margin-right: 1em;
}

img.fright {
	float: right;
	margin-left: 1em;
}


#footer a {
	color: #222;
	text-decoration: none;
}

#footer p {
	color: #222;
	line-height: 30px;
	margin-bottom: 0;
}

#intro p {
	color: #000;
}

.date {
	text-align: center;
	width: 60px;
	height: 50px;
	float: right;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #333;
	margin: 0 0 1em 1em;
}

.date span {
	display: block;
	font-size: 30px;
	line-height: 30px;
}






