/**************************************************
	Typographie
**************************************************/

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: "Irma Black 2";
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	text-transform: uppercase;
}
h1 {
	margin-top: 20px;
	font-size: 42px;
}
h2 {
	font-size: 34px;
	line-height: 36px;
	z-index: 0 !important;
}
h3 {
	font-size: 21px;
	line-height: 20px;
}
h4 {
	font-size: 18px;
	line-height: 18px;
	color:#CC071E;
}
h5 {
	font-size: 15px;
	line-height: 16px;
	color:#44a12b;
}
h6 {
	font-size: 14px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #e3e3e3;
}

body {
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	color: #727272;
	overflow: none;
	text-align: left;
}

p {
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 18px;
	color: #666;
}

a {
	text-decoration: none;
}

pre { 
	margin: 10px 0 10px 0; 
	line-height: 22px; 
	padding: 0 0 0 15px; 
	background-image: url('http://www.la-cuisine.fr/squelettes/css/images/pre.gif'); 
	border: 1px solid #e7e7e7; 
	overflow: auto; 
}


/**************************************************
	Header
**************************************************/
#header {
	top: 0;
	height: 100%;
	left: -235px;
	width: 255px !important; /*IE9 fix*/
	position: fixed;

	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);

	background-color: #880038;
	z-index: 9999;
}

#header a{
	color: #FFFFFF;
}

#header a:hover {
	color: #E2007A;
}

#header #logo {
	display: block;
	margin: 40px 0 0 20px;
	
}

.arrow {
	display: block;
	position: absolute;
	right: -44px;
	top: 3%;
	width: 44px;
	height: 80px;
	background: url('../img/menu.png') no-repeat;
}

.header_divider {
	height: 3px;
	display: block;
	background: #111111;
	margin: 0 30px;
	display: none;
}

#header, #header p { color: #868686; }

#sitename {
	position: fixed;
	z-index: 999;
	width: 300px;
	top: 50px !important;
	left: 40px;
}
#sitename a {
	text-transform: uppercase;
	color: #000;
	font-size: 36px;
}

/**************************************************
	Footer
**************************************************/
.footer p {
	font-size: 11px;
	color: #B1B3B4;
}

/**************************************************
	Navigation
**************************************************/
#sf-menu  {
	padding-top: 10px;
	padding-bottom: 300px;
	background: url('../img/bg_header.png') no-repeat #880038;
	text-align: left;
}
#sf-menu ul {
	width: 21.2em; /* ne pas modifier */
	padding: 10px 0 0 30px;
}
#sf-menu ul li {
	position: relative;
	list-style: none;
	padding: 8px 0 15px 8px;
}
#sf-menu ul li {
	display: block;
}
#sf-menu ul li ul {
	position: absolute;
	margin: -44px 0 0 205px;/* 235 */
	width: 18em;
	background-color: #CC071E;
	border-color: transparent;
	z-index: 99999;
	padding: 15px 0 0;
	border: 0px solid #222222;
}
#sf-menu ul li a {
	text-transform: uppercase;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	display: block;
	z-index: 300;
}
#sf-menu ul li a:hover {
	color: #E2007A;
}
#sf-menu ul li a:active {
	outline: none;
}
#sf-menu ul li ul li {
	padding: 0 0 16px 20px;
	border: none;
	background: none;
	margin: 0;
}
#sf-menu ul li ul li a {
	color: #ffffff;
}
#sf-menu ul li ul li a:hover {
	color: #B1B3B4;
}
#sf-menu ul li ul li ul {
	position: absolute;
	margin: -1px 0 0 195px;
}

#search {
	padding: 0 0 0 15px;
}
#search input {
	border: 0px;
	padding: 6px 0 6px 10px;
	color: #CC071E;
	font-style: italic;
	width: 186px;
}
#search input:focus {}
#search .search-button {
	width: 25px;
	height: 16px;
	border: none;
	cursor: pointer;
	background: #FFFFFF url(../img/search.png) no-repeat left top;
	position: relative;
	top: 0;
	left: -30px; 
	margin: 0px;
	padding: 0px;
}

#newsletter .formulaire_spip ul,
#newsletter .formulaire_spip li { 
	margin: 0;
	padding: 0; 
}
#newsletter { padding: 15px 0 0 30px; }
#newsletter input {
	border: 0px;
	padding: 6px 0 6px 10px;
	color: #CC071E;
	font-style: italic;
	width: 186px;
	margin: 0;
}
#newsletter .newsletter-button {
	width: 25px;
	height: 14px;
	border: none;
	cursor: pointer;
	background: #FFFFFF url(../img/mail.png) no-repeat left top;
	position: relative;
	top: 0;
	left: -30px; 
	margin: 0;
	padding: 0;	
}
#newsletter label { color: #FFFFFF; text-transform: uppercase; }


#menu-shortcuts { padding: 0 0 15px 30px;
margin-top:70px; }
#social-media {
	margin: 0 0 0 30px;
}
#social-media img {
	float: left;
	margin: 0 5px 0 0;
}


/**************************************************
	Page
**************************************************/
.chapo p{
	font-weight: bold;
	color: #666;
	text-align: justify;
}

.chapo img{
	float: left;
	padding: 0 15px 5px 0;
}

.page_content {
	width: 830px;
	overflow: hidden;
	margin: 40px auto;
	/* background-image: url(../img/alpha80.png); */
	background-color: #FFF;
	padding: 10px 0 50px 0;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	padding-top: 50px;
}

#content {
	padding: 0;
}
#content ul, #content ol {
	margin: 18px;
}
#content ul li {
	padding: 6px 0;
}
#content ol li {
	padding: 6px 0;
}
#content a {
	font-weight: bold;
	color: #000;
}
#content a:hover {
	color: #b1b3b4;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-bottom: 15px;
}

.surtitre {
	padding-bottom: 10px;
	color: #666666;
	font-family: "Irma Black 2";
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
}

.metaInfo {
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #232323;
	border-bottom: 1px solid #232323;
	padding: 10px 0 10px;
}
ul.meta_tags {
	margin: 0;
	padding: 0;
}
ul.meta_tags li {
	float: left;
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0;
	display: block;
	clear: right;
}



/**************************************************
	Sidebar
**************************************************/
#sidebar {
	font-size: 11px;
}
#sidebar a {
	color: #000000;
	font-weight: bold;
	line-height: 16px;
}
#sidebar a:hover { color: #999;}
#sidebar ul {
	margin: 0 0 20px 0;
}
#sidebar ul li {
	list-style: none;
	background: url(../img/arrow.png) no-repeat;
	list-style-position: outside;
	padding: 7px 10px;
	border-bottom: 1px solid #B1B3B4;
	margin: 0;
}
#sidebar ul li a {
	padding: 0;
	display: block;
}
#sidebar h3 {
	font-size: 36px;
	margin-bottom: 10px;
}

.fullwidth_content {
	overflow: hidden;
	padding: 10px 30px 0;
	display: block;
}


/**************************************************
	Calendrier
**************************************************/
#calendar {
	width: 185px;
	text-align: center;
	padding: 10px 0 20px 0;
}

#calendar .occupe a { color: #880038; }
#calendar .occupe a:hover { background-color: #880038; color: #FFF; }

#calendar table{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#calendar caption{
	text-align: center;
	padding-bottom: 10px;
}


/**************************************************
	Portfolio
**************************************************/
.portfolio {
	margin-top : 20px;	
}
.portfolio p{
	padding: 0;
	margin: 0;
}
.portfolio_content img{
	padding: 5px 0 0 0; 
}
.portfolio_content .date{
	margin: 0 0 5px 0;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.portfolio_thumb {
	height: 175px;
	min-height: 175px;
}
.portfolio h5 {
	margin: 0;
	padding: 0;
}
.imagehover {
	position: absolute;
	left: 50%;
	top: 50%;
}


/**************************************************
	Utiles
**************************************************/
.clearboth { clear: both; }

.divider {
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
	margin: 0 0 20px 0;
}

hr {
	height: 1px;
	color: #B1B3B4;
	background-color: #B1B3B4;
	margin-top: 10px;
	margin-bottom: 25px;
	border: none;
}

.filet { border-bottom: 1px solid #000; }
.filet-top { border-top: 1px solid #000; padding-top: 5px; }

.read_more {
	padding: 4px 20px 4px 7px;
	border-radius: 1px;
	margin: 0;
	display: inline-block;
	font-family: "Irma Black 2";
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	background: url(../img/puce-blanche.png) center right no-repeat #B1B3B4;
}
.read_more a{ color: #FFF; }
.read_more a:hover{ color: #b1b3b4; }

.error { background: #f7c5c5; color: #a86f6f; border: 1px solid #ce8484; margin: 5px 0 5px 0; padding: 10px; display: block; }
.success { background: #dff7c3; color: #5a9038; border: 1px solid #bbdb95; margin: 5px 0 5px 0; padding: 10px; display: block; }
.info { background: #d4edf9; color: #5a8e9f; border: 1px solid #abd2ee; margin: 5px 0 5px 0; padding: 10px; display: block; }
.note { background: #f7f9d4; color: #a5830e; border: 1px solid #cfc993; margin: 5px 0 5px 0; padding: 10px; display: block; }

.info .icon, .error .icon, .success .icon, .note .icon { float: left; margin: -1px 8px 0 0; }

.dropcap { font-size: 24px; float: left; overflow: hidden; color: #ffffff; line-height: 40px; width: 40px; font-weight: bold; text-align: center; background-image: url('http://www.la-cuisine.fr/squelettes/css/images/dropcap.png'); margin: 6px 8px 1px 0; background-repeat: no-repeat; }
.dropcap2 { font-size: 28px; float: left; overflow: hidden; line-height: 35px; width: 30px; font-weight: bold; text-align: center; margin: 0 8px -4px 0; }

blockquote { font-size: 14px; font-family: Georgia; background-image: url(http://www.la-cuisine.fr/squelettes/css/images/blockquote.png); background-repeat: no-repeat; margin: 0; padding-left:36px; }
blockquote.block { margin: 5px 0 30px 0; background-position: 0 15px; display: block; }
blockquote.block cite { font-size: 12px; color: #999; margin: 10px 0 10px 0; }

blockquote.alignleft {
	margin: 10px 30px 10px 0;
	width: 250px;
	float: left;

}
blockquote.alignright {
	margin: 10px 0 10px 30px;
	width: 250px;
	float: right;
}

.imageleft {
	margin: 4px 15px 5px 0;
	float: left;
	display: block;
}
.imageright {
	margin: 4px 0 5px 15px;
	float: right;
	display: block;
}

.alignleft {
	float: left;
	margin: 0 14px 4px 0;
}
.alignright {
	float: right;
	margin: 0 0 4px 14px;
}

.bg-bleu { background-color: #999; }


/*************
 Marges
**************/
.margintop10 { margin-top: 10px; }
.margintop20 { margin-top: 20px; }
.margintop30 { margin-top: 30px; }
.margintop60 { margin-top: 60px; }
.margintop200 { margin-top: 200px; }
.marginbottom10 { margin-bottom: 10px; }
.marginbottom20 { margin-bottom: 20px; }
.marginbottom30 { margin-bottom: 30px; }
.marginbottom60 { margin-bottom: 60px; }