@charset "utf-8";
/*	--------------------------------------------------------------
--
--  Avigers
--  CSS layout
--  media : print
--
--  revision : janvier 2010
--  please report bug to :
--  aurelien point ferlito chez gmail point com
--
--------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	background-color: #fff;
	font-size: 8pt;
}
div#intWrap {
	width: 100%;
	margin: 0 auto;
}
div.spacer {
	clear: both;
	height: 0;
}
hr.separation {
	height: 0;
	color: #fff;
	background-color: #fff;
	border: none;
	clear: both;
}

/* ---- navigation haute
--------------------------------------------------------------- */
div#intNavHaute,
div.intNavHaute_recettes,
div#intNavHauteSub {
	display: none;
}

/* ---- colonne gauche
--------------------------------------------------------------- */
div#intColGauche {
	display: none;
}

/* ---- colonne droite
--------------------------------------------------------------- */
div#intColDroite {
	width: 760px;
	padding: 0 0 30px 0;
	float: right;
	position: relative;
}
div#intBanniere,
div#intSearch {
	display: none;
}

/* ---- content
--------------------------------------------------------------- */
div#intContent {
	/* reminder */
}
div#intCol01 {
	width: 210px;
	float: left;
	display: inline;
}
div#intCol02 {
	width: 210px;
	float: left;
	margin: 0 0 0 20px;
	display: inline;
}
div#intCol03 {
	width: 290px;
	float: right;
	display: inline;
}

div.content_3col-1 {
	width: 32%; 
	padding-right: 3%; 
	float: left; 
	display: inline;
	text-align: justify;
}
div.content_3col-2 {
	width: 32%; 
	padding-right: 3%; 
	float: left; 
	display: inline;
	text-align: justify;
}
div.content_3col-3 {
	width: 27%; 
	padding-right: 3%; 
	float: left; 
	display: inline
}
div.content_2col-1 {
	width: 67%; 
	padding-right: 3%; 
	float: left; 
	display: inline;
}
div.content_2col-2 {
	width: 27%; 
	padding-right: 3%; 
	float: left; 
	display: inline
}

/* ---- recette du mois
--------------------------------------------------------------- */
div.recetteMedaillon {
	background: url(../img_layout/recette_mois.png) left top no-repeat;
	height: 275px;
}
div.recetteMedaillon p.recette {
	position: relative;
	top: 195px;
	left: 30px;
	width: 170px;
	text-align: left !important;
}
div.recetteMedaillon p.recette span.titre {
	line-height: 135% !important;
	font-size: 11px !important;
	clear: both;
}
div.recetteMedaillon p.recette span.titre a {
	text-decoration: none;
	color: black !important;
	font-weight: normal;
	text-align: left;
}
div.recetteMedaillon p.recette span.lirelasuite {
	font-size: 10px !important;
	float: right;
	margin: 9px 70px 0 0;
}
div.recetteMedaillon p.recette span.lirelasuite a {
	text-decoration: none;
	color: white !important;
}
div.recetteMedaillon p.recette span.lirelasuite a:hover {
	text-decoration: underline;
}


/* ---- single (en particulier pour actualités et recettes)
--------------------------------------------------------------- */
p.postmetadata,
div#respond,
div.navigation {
	display: none;
}

/* ---- navigation
--------------------------------------------------------------- */
div#wp_page_numbers {
	display: none;
}

/* ---- footer
--------------------------------------------------------------- */
div#intFooter {
	display: none;
}
