/****************************************** B ***********************************************/

#bandeau_logoMenu  
{
	width : 100%;
	height : 180px;
	background-color: #6c6c6c;

	}

#bandeau_logoMenu_tab
{
	width : 1000px;
	height : 100%;
	margin:0 auto;
}

#blocConnection a
{
	color:#36B5D2;
}
#blocConnection a:hover
{
	color:#fff;
}
/****************************************** C ***********************************************/

#connection_bandeau 
{
	width : 100%;
	height : 32px;
	background-color: #545454;
}


#connection_tab
{
	width:1000px;
	height:100%;
	margin:0 auto;
	
	font-family:Arial, Verdana, Sans-serif;
	font-size:12px;
	color:#ffffff;
}
#connection_info
{
	width:70%;
	padding-left:5px;
}

#connection_actions
{
	width:25%;
}

#connection_drapeau
{
	width:5%;
}

/****************************************** F ***********************************************/

#flag_fr
{
	width : 16px;
	height : 11px;
	background:url("../images/flags.gif") top center no-repeat;
	background-position:0px 0px;
}

#flag_en
{
	width : 16px;
	height : 11px;
	background:url("../images/flags.gif") top center no-repeat;
	background-position:0px -11px;
}

/****************************************** H ***********************************************/

#header
{
	width:100%;
	height:405px;
	margin:0px auto;
}

#header	a
{
	color:#fff;
	text-decoration:none;
}

/****************************************** I ***********************************************/

#icon_user
{
	width : 32px;
	height : 32px;
	background:url("../images/bg_userIcon.png") center center transparent no-repeat;
	color:#3d3d3d;
	font-weight:bold;
	font-size:12px;

}

#icon_user p
{

	margin:15px 0 0 12px;
	
}

/****************************************** L ***********************************************/

#logo_demplus 
{
	width:35%;
	height:115px;
	background:url("../images/logo_demplusCom.png") top right no-repeat;
}


/****************************************** M ***********************************************/


#menu
{
	font-family:'demplus';
	font-size:21px;
	/* font-weight:bold; */
	color:#fff;
	padding-left:80px;
}

#menu_tab
{
	width:85%;
	height:55px;
	text-align:center;
	margin:0px auto;
}

#menu table tr td
{
	text-align:center;
	margin:0px auto;
} 

.menu_btn
{
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	height:40px;
	padding-top:15px; 
}


.menu_btn_1 p
{
	width : 38px;
	height : 32px;
	background : url("../images/header_picto.png") top center transparent no-repeat;
	background-position : 5px 0px;
}



.menu_btn_1_click p, .menu_btn_1 p:hover
{
	width : 38px;
	height : 32px;
	background : url("../images/header_picto.png") top center transparent no-repeat;
	background-position : 5px -32px;
}

.menu_btn_1,.menu_btn_1_click
{
	width : 45px;
}

.menu_btn_1_click,.menu_btn_2_click,.menu_btn_3_click,.menu_btn_4_click,.menu_btn_5_click,.menu_btn_6_click,.menu_btn_7_click
{
	color:#662483;
	text-decoration:none;
	background-color:#fff;
}

#moncompte_panier
{
	
	position:absolute;z-index:3;margin:0px auto;
	top : 32px;
	border-bottom:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #fff;
	height:40px;
	width:100px;
	background-color:#c9c9c9;
	color:#3d3d3d;
	-webkit-border-bottom-left-radius: 8px;-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;
}

#moncompte_panier a
{
	color:#3d3d3d;
}

#moncompte_panier a:hover
{
	color:#3d3d3d;
	text-decoration:underline;
}