/**********************/
/**** START IMPORT ****/
/**********************/
	@import "menu.css";
	@import "link.css";
	@import "content.css";
	@import "seminair.css";

/****************/
/*** CLEARFIX ***/
/****************/
	.clearfix {
		height: 			1%;
	}
	.clearfix:after {
		content: 			".";
		height: 			0px;
		line-height: 		0px;
		display: 			block;
		visibility: 		hidden;
		clear: 				both;
	}
	.clearboth {
		clear:				both;
	}
	.floatleft {
		float:				left;
	}
	.floatright {
		float:				right;
	}
	.alignleft {
		text-align: 		left;
	}
	.aligncenter {
		text-align: 		center;
	}
	.alignright {
		text-align: 		right;
	}
/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
	body { 
		font: 				normal 0.7em Arial, Helvetica, sans-serif;
		color: 				#000; 
		background-color: 	#989991; 
		margin: 			0px; 
		padding: 			0px; 
		behavior: 			url(csshover.htc);
     } 
	div#wrapper { 
		width: 				780px; 
	}
/* LOGO*/
	div#logoEIT { 
		height: 			102px; 
		width: 				80px; 
	}

/* CONTENT*/
	div#content {
		background: 		url(../images/content.jpg) repeat-y scroll 0 0;
	}
	div#contentCenter, div#contentRight {
		float:				left;
	}
	div#contentCenter {
		width: 				558px;
		margin-left:		51px;
	}
	/* contentCenter */
	div#locator {
		background:			transparent url(../images/locator.gif) no-repeat scroll 8px 15px;
		border-bottom:		1px solid #EBEEED;
		height:				30px;
		padding:			15px 0px 0px 0px;
		text-indent:		30px;
	}
	div#contentData {
		margin: 			5px;
		width:				350px;
		float: 				right;
	}
	div#contentDataFull {
		margin: 			5px;
	}
	table {
		border-collapse: 	collapse;
	}
	div#menuBis {
		margin: 			5px;
		width: 				180px;
		float: 				left;
	}
	div#menuBis ul {
		margin: 			0px 0px; 
		padding: 			5px 0px;
	}
	div#menuBis ul li {
		line-height: 		20px;
		list-style-type: 	none;
		background:			transparent url(../images/bullet.gif) no-repeat scroll 0px 7px;
		border-bottom: 		1px dotted black;
		margin: 			0px 0px;
		padding: 			0px 10px;
	}
	div#contentRight {
		width:				171px;
	}
/* FOOTER */
	div#footer {
		
	}
	div#footerMenu {
		width: 				548px;
		line-height: 		22px;
		background-color: 	#19403D;
		margin: 			0px 0px 0px 51px;
		color: 				#A3B3B1;
		padding: 			0px 5px;
		text-align: 		right;
	}
	div#Adress {
		background:			#FFFFFF url(../images/footerAdress.gif) repeat-x scroll 0 0;
		color: 				#68695D;
		height: 			47px;
		margin: 			0px 0px 0px 51px;
		padding: 			23px 0px 0px;
		text-align: 		center;
		width: 				558px;
	}
	div#Copyrights{
		color: 				#C5C5C2;
		font-size: 			0.9em;
		height: 			19px;
		margin: 			0px 0px 0px 51px;
		padding: 			5px 0px 0px;
	}
	
	
