/*
====================================================================
Create date : 22/10/2012
Last modify : 14/11/2012
Author      : ORCH Karim
Version     : 2.0.0
Document    : http://www.youtube.com/watch?v=kHSSZ4m0xnU&list=PLMuS58W9nUkQsMFul8CS6tfmBQQbHTs1M&index=9
====================================================================
*/

/*
====================================================================
 CSS Typographie 
====================================================================
*/

body{
	font-family: 'Antic', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #6B5F49;
	
	/*background-color:#fdfdfc; /*F8F7F2*/
	/* pour la mise en forme *

	background: -webkit-linear-gradient(top,#fff, #fff 98%, #000 100%);
	background:    -moz-linear-gradient(top,#fff, #fff 98%, #000 100%);
	background:     -ms-linear-gradient(top,#fff, #fff 98%, #000 100%);
	background:      -o-linear-gradient(top,#fff, #fff 98%, #000 100%);
	background:         linear-gradient(top,#fff, #fff 98%, #000 100%);
	
	background-size: 1.5em 1.5em;
	background-position: 0 -5px;/* */
}

p,ul,ol, blockquote{
	margin-bottom: 1.5em;
}
ul,ol, blockquote{
	overflow:hidden;
}
h1,h2,h3,h4,h5,h6{
	color:#b59e6c;
	margin-bottom: 24px;
	font-family: 'Abril Fatface', cursive;
}
h1{
	font-size: 1.5em;
}
h2{
	font-size: 1.325em;
}
h3{
	font-size: 1.25em;
}
h4{
	font-size: 1.125em;
}
h5,h6{
	font-size: 1em;
}
ul,ol {
	list-style:none;
}
ul, ol{
	margin-left: 1.5em;
}
strong{
	color:#A3534C;
	font-weight: bolder;
}
blockquote{
	margin: 0 60px 0 45px;
	border-left: 5px solid #A3534C;
	padding-left: 15px;
	font-style:italic;
	font-family: 'Abril Fatface', cursive;
}
blockquote em{
	display:block;
	text-align:right;
	font-family: 'Antic', sans-serif;
	font-style:normal;
}
blockquote em:before,blockquote em:after{
	content:' - ';
}
blockquote p{
	margin-bottom: 0;
}
a{
	/*text-decoration: none;*/
	color:#B59E6C;
	font-weight: bolder;
}
i{
	text-decoration: none;
}
img.align-left{
	float:left;
	margin-right:20px;
}
img.align-right{
	float:right;
	margin-left:20px;
}
img.align-center{
	display:bloc;
	margin: 0 auto;
}