@charset "utf-8";
/* CSS Document */


body {
	background-color: #333333;
	color: #FFFADC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:1.25;
}

h1, h2, h3 { margin-top:0; margin-bottom:0; }

h1 { 
	font-size:2.11538em; 
	padding:1.44305em 0; 
}

h2 { 
	font-size:1.61538em; 
	padding:1.30936em 0; 
}

h3 { 
	font-size:1.30769em; 
	padding:1.28686em 0; 
}

table {
	background-color: #333333;
	border:none;
	color:#FFFADC;
}

a:link {
	color:#FFFADC;
	text-decoration: none;
	}      /* unvisited link */

a:visited {
	color:#FFFADC;
	text-decoration: none;
	}  /* visited link */

a:hover {
	color:#F55B2C;
	text-decoration: underline;
	}  /* mouse over link */

a:active {
	color:#F55B2C;
	text-decoration: underline;
	}  /* selected link */
	
/* Intégration Tumblr */
	
ol.tumblr_posts{
    list-style:none;
	margin-left:-35px
}

.tumblr_post {
	padding:20px;
	background-color:#1a1a1a;
	color:#fffadc;
	margin-bottom:10px;
	}

.tumblr_quote {
	padding:20px;
	background-color:#808080;
	color:#FFFADC;
	font-style:italic;
	font-size:1.30769em;
	font-family:"Times New Roman", Times, serif;
	}

.tumblr_source {
	padding-top:5px;
	}
	
/* Formulaire de contact */

.formulaire {
	margin: 20px 20px 20px 40px;
	min-height: 600px;
	width: 360px;
	}


	
