*, *:before, *:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

*{
	margin: auto;
	font-size: .95em;
	font-family: 'Open Sans', sans-serif;
}

html, body{
	height: 100%;
}

li{
	list-style: none;
}

a{
	text-decoration: none;
}

table tbody tr:nth-child(odd){
	background-color: #f0f0f0;
}

table tbody tr:nth-child(even){
	background-color: #fff;
}

/********************************************************************/

#content{
	margin-left: 20%;
	overflow-x:hidden;
	background-color:#f2f2f2;
}
li#welcome{
	margin: unset;

}

.content-ask{
	height: inherit;
}



.module_home{

	width: 45%;
	float: left;
	/* bord arrondie */
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	margin-left: 4%;
	padding-left: 0px;
	border: 1px solid #eaeaea;
	background: #fff;
	box-shadow: 0px 0px 2px #eaeaea;
	padding: 10px;
	padding-left: 30px;
}

.title_module{
	position: relative;
	font-size: 1.1em;
	padding-left: 10px;
	line-height: 50px;
	color:#444;
	letter-spacing: 0px;
}

.module_home li{
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #DDD;
	padding-left: 10px;
	color: #444;
	letter-spacing: 0px;
	cursor: pointer;
}

.module_home li div{
	display: none;
}

.module_home li:hover{
	background-color: #ffc6b9;
}

.module_home li:hover div{
	letter-spacing: 0px;
	position: absolute;
	display: block;
	max-width: 100px;
	margin: auto;
	padding: 5px 10px;
	line-height: 18px;
	background-color: white;
	bottom: 39px;
	left: 40%;
	border: 1px solid #bbb;

	/* Bordure arrondie */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	/* ombre porté */
	box-shadow: 0px 2px 15px #ccc;
	-webkit-box-shadow: 0px 2px 15px #ccc;
	-moz-box-shadow: 0px 2px 15px #ccc;

}

.module_home li:hover div:before{
	content: "";
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: white;
	bottom: -7px;
	left: 40%;

	/* Bordure arrondie */
	border-radius: 0px 0px 3px 0px;
	-webkit-border-radius: 0px 0px 3px 0px;
	-moz-border-radius: 0px 0px 3px 0px;

	/* ombre porté */
	box-shadow: 1px 1px 1px #bcbcbc;
	-webkit-box-shadow: 1px 1px 1px #bcbcbc;
	-moz-box-shadow: 1px 1px 1px #bcbcbc;

	/* Rotation du conteneur */
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#home_page{
	background-color: #f2f2f2;
	float: left;
	padding: 0px 20px;
	margin-top: 0px;
	width: 100%;
}

.preindex > li >a{
	color: black;
}


.title_module:before{
	position: absolute;
	content: " ";
	display: block;
	height: 18px;
	width: 18px;
	top: 15px;
	left: -15px;
}

.module_home{
	margin-bottom: 30px;
}

#module_tech li{
	margin-top: 10px;
	height: 50px;
	line-height: 18px;
}

#module_tech li h6, #module_tech li p{
	letter-spacing: 0px;
	line-height: 10px;
}


.title_bt:before{
	background: url('../images/BT.png') 50% 50% no-repeat;
	background-size: 100%;
}

.title_tech:before{
	background: url('../icone/user_dark.png') 50% 50% no-repeat;
	background-size: 100%;
}

.title_ask:before{
	background: url('../images/DI.png') 50% 50% no-repeat;
	background-size: 100%;
}

.title_equipment:before{
	background: url('../icone/equipment_dark.png') 50% 50% no-repeat;
	background-size: 100%;
}

.title_search:before{
	background: url('../icone/filter.png') 50% 50% no-repeat;
	background-size: 100%;
}

.title_stock:before{
	background: url('../icone/stock_dark.png') 50% 50% no-repeat;
	background-size: 100%;
}

/* Pour les notification des demandes */
#not_ask{ 
	color: white;
}

/********************************************************************/

#footer{
	position: fixed;
	font-size: .8em;
	right: 10px;
	bottom: 5px;
	color: #999;
}