body{
	background-color:white;
}

div{	
	font-family:"Calibri";	
	color:grey;
	font-size:14px;
}	

hr{
	color:white;
}
a{
	color:lightgrey;
	text-decoration:none;
	font-weight:bold;
}

.gris{
	color:grey;
	text-decoration:none;
	font-weight:bold;
}

.erreur{
	color:red;
	text-decoration:none;
	font-weight:bold;
}

.blanc{
	color:white;
	text-decoration:none;
	font-weight:bold;
}

th{
	background-color:grey;
	color:white;
	font-weight:bold;
}

.tableauG{
	background-color:white;
	color:grey;
	padding-left:5px;
}

.tableauC{
	background-color:white;
	color:grey;
	text-align:center;
}

.tableauD{
	background-color:white;
	color:grey;	
	text-align:right;
}

a:hover{
	color:white;
}

.colonne{
	color:white;
}

.gris:hover{
	color:black;
}

.login{
	background-color:yellow;
	position:fixed;
	height:160px;
	width:320px;
	top:200px;
	left:250px;
}

.logo{
	position:fixed;
	height:60px;
	width:200px;
	top:10px;
	left:10px;
}

.margeG{
	border: solid 1px #0B7D86;
	position:fixed;
	height:640px;
	width:174px;
	top:77px;
	left:10px;
	padding-top:5px;
	padding-left:5px;
}

.nav{
	background-color:#0B7D86;
	position:fixed;
	height:60px;
	width:1000px;
	top:10px;
	left:200px;
	font-size:16px;
}

.corps{
	position:fixed;
	height:700px;
	width:985px;
	right:auto;
	left:200px;
	top:77px;
}

.corps_liste{
	background-color:grey;
	position:relative;
	max-height:650px;
	overflow:auto;
	width:985px;
	margin-bottom:11px;
}

.sous_corps{
	background-color:grey;
	position:relative;
	max-height:420px;
	overflow:auto;
	width:985px;
	margin-bottom:11px;
	border-radius:5px;
}

.sous_corpsFiches{
	position:relative;
	max-height:460px;
	overflow:auto;
	width:985px;
}

.sous_corpsForm{
	background-color:grey;
	position:relative;
	max-height:490px;
	overflow:auto;
	width:985px;
	margin-bottom:11px;
	border-radius:10px;
	padding:10px;
}
