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

body
{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

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

.contener
{
	position:relative;
	float:left;
	width:1000px;
}



/*//////////*/
/*   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:4px;
	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:240px;
	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;
	z-index:1000;	
}

.menu_stat1_unselect
{
	
}



.menu2_stat_select
{
	background-image:url(../images/item_sous.png);
	background-repeat:no-repeat;
	background-position:center 19px;
	height:35px;
	z-index:1000;	
}

.menu2_stat_unselect
{
	
}




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





/*////////////////////*/
/*   COLONNE DROITE   */
/*////////////////////*/

.colonne_droite
{
	position:relative;
	float:right;
	width:531px;
	margin-right:12px;
}

.poles
{
	color:#b1afae;
	font-size:12px;
	margin-top:27px;
	width:531px;
}

.poles_logos
{
	width:531px;
}

.logo_solucia
{
	background-image:url(../images/pole_solucia.png);
	background-repeat:no-repeat;	
	width:173px;
	height:75px;
	margin-top:10px;
	padding-bottom:29px;
	float:left;
}

.logo_neeetshop
{
	background-image:url(../images/pole_neeetshop.png);
	background-repeat:no-repeat;	
	width:207px;
	height:75px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:29px;
	float:left;
}

.logo_piwoo
{
	background-image:url(../images/pole_piwoo.png);
	background-repeat:no-repeat;	
	width:137px;
	height:75px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:29px;
	float:left;
}



/*////////////*/
/*   ZONE 1   */
/*////////////*/
.zone1
{
	position:relative;
	float:left;
	width:976px;
	margin-left:12px;
	margin-bottom:20px;
}

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

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


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

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




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

.boxes
{
	position:relative;
	width:987px;
	float:left;
	margin-left:6px;
}

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

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

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

.box_dynamik {
	width:329px;
	height:181px;
	background-image:url(../images/box_neeetgr.png);
	background-repeat:no-repeat;
	padding-top:20px;
}
.box_titre {
	font-size:12px;
	color:#867b7b;
	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:#8e8e7e;
	font-weight:bold;
	padding-top:10px;
	padding-right:43px;
	float:right;
}
.box_bouton a {
	color:#8e8e7e;
	text-decoration:none;
}
.box_neeetgr
{}

.box_contact
{}



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

.footer
{	
	position:relative;
	width:976px;
	margin-left:auto;
	margin-right:auto;
	
}

.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;
}



