/* CSS Document */

/* Debut Bloc global  */
body {
	font-family : "Verdana", Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color: black;
	width: auto;
	margin: 0 auto;
	margin-top: 10px; 				
}

#global {
	width: 8O%;
	background-color : #500c0c;
	font-size: 12px;
	color: white; 
	text-align: center;
}			

#header {
	width: 80%;
	height: 200px;
	margin: auto; 
	background-color: grey;
}

#logo  {
	width : 200px; 
	height: 200px;
	margin: 0;
	background-image: url('../IMG/logo_teknicity.png');
	background-repeat: no-repeat;
	background-position: center;
}

#date {
	width: 200px;
	height: 20px; 
	float: left;
	background-color: black;
	text-align: center;
	border-style:  solid;
	border-color: white;
}

#infos {
	width: 200px; 
	float: right; 
	background-color: black;
	text-align: center;
}
