/*GENERAL DEFINITIONS*/

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

body {
	width: 100%;
	height: 100%;
	font-family: "Univers", sans-serif;
}
/*
#topBar {
	display: none;
}
*/
#leftSideBar {
	display: none;
}

#rightSideBar {
	display: none;
}

.formButton {
	display: none;
}

.hrefButton {
	display: none;
}

button {
	display: none;
}

#submit {
	display: none;
}

.centre {
	width: 100%;
}

.centre .milieu .abstractTitle {
	font-weight: bold;
	font-size: 20px;
	color: blue;
	padding: 20px 50px 20px 0px;
}

.milieu {
	width: 100%;
}

.milieu form{
	padding: 80px 0px 20px 0px;
	
}

/*TOP BAR*/
/*the title div is included into the topBar*/
/*
#topBar {
	height: 60px;
	width: 100%;
	padding-bottom: 30px;
}

#title {
	height: 60px;
	width: 100%;
}*/

#slogan {
	height: 60px;
	width: 100%;
	padding-bottom: 15px;
}


/*the IR div is included into the title div*/
#IR {
	display: none;
}

#carte {
	width: 800px;
	height: 200px;
	background-image: url("../img/test.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 190px;
	text-align: center;
}

#inscription {
	font-size: 15px;
}
