@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/fond_vert.jpg);
	background-repeat:no-repeat;
	background-color:#6A8F2F;
	/*background-position:fixed;*/
}

.center
{
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.contener
{
	position:relative;
	float:left;
	width:1000px;
	/*border:solid 1px;*/
}



/*//////////*/
/*   MENU   */
/*//////////*/

.menu
{
	position:relative;
	width:976px;
	height:77px;
	background-image:url(../images/fond_menu.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

.menu a
{
	text-decoration: none;
	font-size:10px;
	color:#626161;
}

.menu_v
{
	position:relative;
	line-height:35px;
	float:left;
	padding-left:15px;
}

.menu_h
{
	position:relative;
	line-height:4px;
	float:right;
	padding-right:15px;
	padding-top:0px;
}

.menu_h dl 
{
	float:left;
	display:inline;
	padding-left:19px;
	margin:0px;
}

.menu_h dl dd
{
	position:absolute;
	z-index:100;
	background-color:#323232;
	top:41px;
	right:0px;
	width:440px;
	height:11px;
	padding:8px;
}

.menu_h dl dd ul
{
	margin:0px;
	padding-left:5px;	
	padding-right:5px;
	padding-top:0px;
	padding-bottom:5px;
}

.menu_h dl dd ul li
{
	display:inline;
	padding-left:10px;
	padding-right:10px;
}

.menu_h dl dd a
{
	font-size:11px;
	color:#FFFFFF;
}

.menu_stat1_select
{
	background-image:url(../images/item_sous.png);
	background-repeat:no-repeat;
	background-position:center 19px;
	height:50px;      
}

/*//////////*/
/*   LOGO   */
/*//////////*/

.logo
{
	position:relative;
	float:left;
	width:400px;
	height:145px;
	margin-left:12px;
	padding-bottom:8px;
	background-image:url(../images/logo_piwoo.png);
	background-repeat:no-repeat;
}



/*////////////*/
/*   ZONE 1   */
/*////////////*/
.zone1
{
	position:relative;
	float:right;
	width:570px;
	margin-right:12px;
}

.guillemet
{	
	width:570px;
	height:145px;
}


/*////////////*/
/*   ZONE 2   */
/*////////////*/

.zone2
{
	position:relative;
	float:left;
	width:976px;
	margin-left:12px;
	padding-top:10px;
}


/*////////////*/
/*   ZONE 3   */
/*////////////*/

.zone3
{
	position:relative;
	float:left;
	width:460px;
	margin-left:12px;
}

/*////////////*/
/*   ZONE 4   */
/*////////////*/

.zone4
{
	position:relative;
	float:right;
	width:460px;
	margin-right:12px;
}



/*///////////*/
/*   BOXES   */
/*///////////*/

.boxes
{
	position:relative;
	width:988px;
	float:left;
	margin-left:6px;
	margin-top:20px;
	background-image:url(../images/fond_box.png);
	background-repeat:no-repeat;
	background-position:center;
}

.zone5
{
	position:relative;
	float:left;
	width:329px;	
}

.zone6
{
	position:relative;
	float:left;
	width:329px;	
}

.zone7
{
	position:relative;
	float:left;
	width:329px;	
}

.box_dynamik
{
	width:329px;
	height:181px;
	background-image:url(../images/box_piwoo.png);
	background-repeat:no-repeat;
	padding-top:20px;
}

.box_titre
{
	font-size:12px;
	color:#FFFFFF;
	margin-left:19px;
}

.box_image
{
	position:relative;
	float:left;
	margin-left:5px;
	margin-top:6px;
}

.box_texte
{
	position:relative;
	float:left;
	width:150px;
	height:105px;
	font-size:11px;
	color:#000000;
	margin-top:8px;
}

.box_texte a
{
	color:#000000;
}

.box_bouton
{
	position:relative;
	font-size:9px;
	color:#6A8F2F;
	font-weight:bold;
	padding-top:10px;
	padding-right:43px;
	float:right;
}

.box_bouton a
{
	color:#6A8F2F;
	text-decoration:none;
}

.box_neeetgr
{}

.box_contact
{}



/*////////////*/
/*   FOOTER   */
/*////////////*/

.footer
{	
	position:relative;
	width:976px;
	float:left;
	left:12px;
	top:-14px;	
	
}

.mentions
{
	position:relative;
	float:left;
	background-image:url(../images/barre_bas.png);
	background-repeat:no-repeat;
	width:976px;
	height:43px;
	font-size:10px;
	color:#626161;
	line-height:53px;
	text-align:center;
}

.mentions a
{
	font-size:10px;
	color:#626161;
	text-decoration: none;
	margin:0px;
	padding:0px;
}



