/*--- General ---*/

body{
	background-color:#3E3E3E;
	margin:0;
	font-family:Arial;
	font-size:15px;
}

a{
	color:black;
	text-decoration:none;
}

/*--- Gestion des options (tri, affichage) --- */

#option{
	position:fixed;
	background-color:grey;
	color:white;
	width:175px;
	height:100%;
	min-height:640px;
	padding:5px;
	z-index:3;
}

#option a{
	color : white;
	padding:2px 2px 2px 2px;
}

/*#option a:hover{
	border: 1px dotted white;
	margin-left:-1px;
}*/

#option input:hover,#option label:hover,#option a:hover{
	color:#C0D9E2;
}

#option input{
	margin-bottom:5px;
}

#option p{
	font-size:17px;
}

/*-- Bouton accueil */

#accueil img{
	width:40px;
	height:40px;
}

#accueil label{
	position:relative;
	top:-12px;
	cursor:pointer;
}

#accueil a:hover{
	border:none;
	margin-left:0px;
}

#accueil{
	margin-bottom:-10px;
}

#applicationsAccueil{
	display:none;
	position:relative;
	width:360px;
	height:110px;
	background-color:#E2E2E2;
	left:30px;
	border:1px solid grey;
	border-radius:10px;
	z-index:10;
}

#applicationsAccueil figure{
	width:90px;
	height:90px;
	float:left;
	background-color:white;
	text-align:center;
	padding:2px;
	border-radius:5px;
	margin:10px;
}

#applicationsAccueil img{
	width:65px;
	margin:0;
	border-radius:5px;
}

#applicationsAccueil figcaption{
	margin:0;
	color:grey;
}

#applicationsAccueil figure:hover{
	background-color:#C0D9E2;
}



/*--- Menu --- */

#head{
	height:50px;
	color:#E2E2E2;
	margin-left:210px;
	padding-bottom:5px;
}

#head a{
	color: #E2E2E2;
}

#sousHead{
	margin:auto;
	width:920px;
	height:50px;
	padding-top:15px;
}

#fonctions div,#rechercheDiv div{
	float:left;
	padding:0 10px 0 10px;
}

#head input{
	width:150px;
	margin-top:5px;
}

#head .sep{
	font-size:22px;
	margin:0;
	padding:0;
	color: #E2E2E2;
}

#head label{
	display:none;
	margin-right:5px;
	cursor:pointer;
	position:relative;
	top:-10px;
	color: #E2E2E2;
}

#search label{
	display:block;
	margin-top:15px;
	float:left;
	margin-right:5px;
}

#head img{
	width:30px;
	height:30px;
	margin-right:6px;
}

#aide{
	position : absolute;
	right:10px;
	top:10px;
}


/*--- Gestion des infos en bas--- */

#infosBas{
	position : fixed;
	bottom:0;
	background-color:grey;
	color:white;
	width:100%;
	height:30px;
	border-top: solid white 1px;
	z-index:4;
}

#infosBas p{
	margin:0;
	padding:5px;	
}

#tailleListe{
	float:left;
}

#enregistrerProduit{
	float:right;
}