@charset "utf-8";
/*	--------------------------------------------------------------
--
--  Avigers
--  CSS layout
--  media : screen
--
--  revision : octobre 2009
--  please report bug to :
--  aurelien point ferlito chez gmail point com
--
--------------------------------------------------------------- */

body {
	font-size: 10px;
}
div#homeWrap {
	width: 950px;
	margin: 0 auto;
}

/* ---- header
--------------------------------------------------------------- */
div#homeHeader {
	height: 240px;
	background: url(../img_layout/banniere_accueil02.jpg) right top no-repeat;
	position: relative;
}
div#homeLogo h1 {
	font-size: 2em;
	line-height: 100%;
	position: absolute;
	top: 80px;
	left: 25px;
}
div#homeLogo h1 a {
	background: url(../img_layout/accueil_logo.png) left top no-repeat;
	text-indent: -10000px;
	outline: none;
	display: block;
	width: 196px;
	height: 147px;
}


/* ---- central (parent)
--------------------------------------------------------------- */
div#homeCentral {
	clear: both;
}
div#homeColGauche {
	width: 292px;
	height: 380px;
	float: left;
	margin-top: 20px;
	position: relative;
}
div#homeColGauche img {
	border: none;
}
div#homeColGauche div#homeRecettes {
	position: absolute;
	height: 60px;
	width: 127px;
	left: 138px;
	top: 118px;
	font-size: 11px;
	line-height: 130%;
	color: #fff;
}
div#homeColGauche div#homeRecettes a {
	color: #fff;
	text-decoration: none;
}
div#homeColGauche div#homeRecettes a:hover {
	color: #000;
}

/* ---- soutien
--------------------------------------------------------------- */
div#soutiens {
	margin: 50px 0 0 20px;
	width: 175px;
}
div#soutienEurope,
div#soutienGers,
div#soutienRegion {
	display: block;
	margin: 0 7px 0 0;
	float: left;
	border: 0;
}
div#soutiens p {
	font-size: 11px;
	line-height: 140%;
	font-weight: bold;
}

/* ---- colonne droite
--------------------------------------------------------------- */
div#homeColDroite {
	width: 600px;
	float: right;
}
div#nuageTags {
	padding: 15px 0;
}
div#nuageTags p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	list-style: none;
	font-size: 16px;
	line-height: 170%;
	text-align: justify;
}
div#nuageTags a {
	text-decoration: none;
}
div#nuageTags a:hover {
	color: #000;
}
a.nuage01 {
	color: #c9d200;
}
a.nuage02 {
	color: #84b817;
}
a.nuage03 {
	color: #e2001a;
	font-size: 24px;
}
a.nuage04 {
	color: #84b817;
	font-size: 24px;
}
a.nuage05 {
	color: #84b817;
	font-size: 20px;
}
a.nuage06 {
	color: #c9d200;
	font-size: 20px;
}
div#homeContentWrap {
	padding: 0;
}


/* ---- content
--------------------------------------------------------------- */
div#homeContent {
	width: 400px;
	float: left;
	margin: 0 0 0 0;
}

/* ---- actu
--------------------------------------------------------------- */
div#actu {
	width: 175px;
	float: right;
}
div#actu h1 {
	font-size: 1.2em;
	line-height: 120%;
	text-transform: uppercase;
	background-color: #96bf0d;
	color: #fff;
	padding: 3px 10px;
}
div#actu h2 {
	font-size: 1.1em;
	line-height: 140%;
	margin: 7px 0 0 0;
	padding: 0 10px;
}
div#actu p {
	font-size: 1.1em;
	line-height: 140%;
	margin: 0 0 7px 0;
	padding: 0 10px;
}
div#actu h2 a,
div#actu p a {
	color: #000;
	text-decoration: none;
	display: block;
}
div#actu h2 a:hover,
div#actu p a:hover {
	color: #000;
	text-decoration: underline;
}
p.actu_toutes  a {
	font-weight: bold;
	background: url(../img_layout/actu_picto.png) left center no-repeat;
	padding: .2em 0 .2em 2em;
}

/* ---- footer
--------------------------------------------------------------- */
div#homeFooter {
	clear: both;
	margin: 20px 0 30px 0;
}
div#homeFooter ul {
	list-style: none;
	margin: 0 0 0 0;
	font-size: 1.1em;
}
div#homeFooter li {
	display: inline;
	margin: 0 5px 0 0;
}
div#homeFooter a {
	color: #666;
	text-decoration: none;
}
div#homeFooter a:hover {
	color: #000;
	text-decoration: underline;
}
