/* @override 
	http://seblavoie.com/wp-content/themes/Portfolio/styles/single.css */

/* ----------------------------------------------------
	single.css 
	CRÉÉ par Sébastien Lavoie
	----------------------------------------------------

	Feuille de style spécifique à un article (un post).
*/
div#header{
	height : 90px;
	background-image: url("../images/communs/header_bg.jpg");
}
#lumiere{
	left: 650px!important;
}

div#primary{
	margin: 0px auto auto auto;
}

div#content{
	margin: 10px 0 0 0;
}
.entry-content p{
	font-size: 1.3em;
}
.entry-title{
	clear: none;
}
.hentry img{
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0 20px 0 0;
}
.form-input input, textarea{
	width: 250px;
	background-color: 			#fbfbfb;
	border: 1px solid 			#ccc;
	-moz-border-radius: 		2px;
	-webkit-border-radius: 	2px;
}
.form-label label, .form-label span{
	color: #afafaf;
	font-size: 1.1em!important;
}
.entry-title{											/*Le titre d'un blog post blog */
	font-style: 		normal;
	font-weight: 		normal;
	color :  			#222;
	position: 			relative;
	text-shadow: 		#fff 0px 1px 2px;	
}

