/*GENERAL DEFINITIONS*/

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	/*text-indent: 0px;
	text-align: inherit;*/
}

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

/*GENERAL CLASS*/
.noscroll {
	overflow: hidden
} 

.logout {
	color: black;
	font-size: 15px;
}


/*BOX DEFINITIONS*/
body{
	width: 100%;
	height: 100%;
	background-color: #bdc6ff;
	
	/*font-family: "new century schoolbook", serif;*/
	/*font-family: "bodony", serif;*/
	/*font-family: "garamond", serif;*/
	/*font-family: "Times New Roman", serif;*/
	
	font-family: "Univers", sans-serif;
	/*font-family: "Helvetica", sans-serif;*/
	/*font-family: "verdana", sans-serif;*/
	/*font-family: "Tahoma", sans-serif;*/
	/*font-family: "Gill Sans", sans-serif;*/
	/*font-family: "MS Verdana", sans-serif;*/
	
	/*font-family: "Sanvito", cursive;*/
	/*font-family: "Caflisch Script", cursive;*/
	/*font-family: "Snell Roundhand", cursive;*/
	/*font-family: "Zapf-Chancery", cursive;*/
	
	/*font-family: "Cottonwood", fantasy;*/
	/*font-family: "Critter", fantasy;*/
	
	/*font-family: "Prestige", monospace;*/
	/*font-family: "Courier", monospace;*/
	/*font-family: "Everson Mono", monospace;*/
	/*font-family: "MS Courier New", monospace;*/
}

#topBar {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#leftSideBar {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 250px;
	height: 80%;
}

#main {
	position: absolute;
	top: 110px;
	left: 250px;
	width:600px;
	height: 80%;
}

#rightSideBar {
	position: absolute;
	top: 110px;
	left: 850px;
	width: 300px;
	height: 80%;
}

#bottomBar {
	margin-top: 400px;
	width: 300px;
}


/*TOP BAR*/
#title {
	margin-top: 10px;
	height: 40px;
}

/*the IR div is included into the title div*/
#IR {
	position: absolute;
	top: 10px;
	left: 210px;
	height: 40px;
	color: #527dbd;
	font-size: 40pt;
	/*text-indent: 0px;*/
	line-height: 40px;
}

#slogan {
	position: absolute;
	top: 10px;
	left: 260px;
	height: 40px;
	max-height: 40px;
	width: 780px;
	font-size: x-large;
	/*font-size: 25px;*/
	/*font-size-adjust: 50px;*/
	background-image: url("../img/titre2.jpg");
	background-repeat: no-repeat;
	text-align: center;
	/*text-indent: 0px;*/
	line-height: 40px;
}


/*LEFT SIDE BAR*/
/*the swisszebraLogo image is included into the leftSideBar div*/
#swisszebraLogo {
	width: 180px;
	margin-left:25px;	
}

/*the h3 text is included into the leftSideBar div*/
#leftSideBar h3 {
	width: 180px;
	margin: 0px 0px 0px 25px;	
	height: 150px;
	padding-top: 15px;
	font-size: 15px;
	text-align: center;
	background-color: white;
}

/*the menu div is included into the leftSideBar div*/
#menu {
	width: 180px;
	margin-left:25px;
	border-top: 1px outset black;
	padding: 15px 0px 15px 0px;
	background-color: white;
	font-variant: small-caps;
}

#menu .unorderedList a {
	width: 160px;
	margin-left: 20px;
	cursor: pointer;
	color: black;
	/*border-bottom: 1px outset black;*/
	/*border-bottom: 1px dashed black;*/
	/*display: marker;*/
	display: list-item;
	/*list-style-type: disc;*/
	list-style-type: circle;
	/*text-align: top;*/
	clear: left;
	vertical-align: middle;
	text-decoration: none;
}

#menu .unorderedList a:hover {
	color: green;
	/*border: 1px dashed black;*/
}

#menu .menuListItemBlock {
	/*float: left;*/
	padding-left: 30px;
	width: 140px;
	clear: left;
}

#menu .menuListItem {
	float: left;
	margin-right: 15px;
	cursor: pointer;
	color: blue;
	cursor: pointer;
}

#menu .menuListItem:hover a {
	color: green;
}


/*MAIN BOX*/
/*the class milieu draws the picture top right -- TODO RENAME THIS CLASS*/
.milieu {
	min-height: 100px;
	width: 600px;
	background-image: url("../img/bord.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*the class centre draws the picture bottom left -- TODO RENAME THIS CLASS*/
.centre {
	width: 600px;
	background-image: url("../img/bord_bas.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.center {
	text-align: center;
}

.centre h2 {
	padding: 15px 0px 15px 0px;
	font-size: medium;
	text-align: center;
}

.milieu h3 {
	color: red;
	text-align: center;
	padding: 15px 0px 15px 0px;
}

.milieu h4 {
	text-align: center;
	padding: 15px 0px 15px 0px;
}

.milieu h5 {
	color: blue;
	font-size: 15px;
	text-align: center;
	padding: 15px 0px 15px 0px;
}

.milieu p {
	padding: 0px 50px 8px 50px;
	/*text-align: justify;*/
}

.justifyMe {
	text-align: justify;
}

.milieu ul{
	padding: 0px 50px 8px 50px;
}
/*
.milieu form{
	margin-left: 25px;
	width: 515px;
	margin-top: 10px;
}
*/
.milieu form table {
	width: 515px;
	margin: 10px 0px 15px 40px;
	padding: 5px;
	border-top: 1px outset white;
	border-left: 1px outset white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	font-size: 15px;
}

.milieu table{
	width: 600px;
	margin: 0px 0px 50px 0px;
	padding: 5px;
	border-top: 1px outset white;
	border-left: 1px outset white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	font-size: 15px;
}

.program td {
	vertical-align: top;
	padding-top: 5px;
	text-align: justify;
}

.col1 {
	width: 50px;
}

.col2 {
	width: 550px;
}

.session {
	height: 50px;
}

.milieu form #submitMe {
	background-color: #F6F4F1;
	border-width: 2px;
	border-style: outset;
	border-color: #F6F4F1;
	border-collapse: separate;
	margin-top: 3%;
	margin-left: 13%;
	padding: 0px 4px 0px 4px;
}

.hrefButton {
	background-color: #F6F4F1;
	border-width: 2px;
	border-style: outset;
	border-color: #F6F4F1;
	border-collapse: separate;
	margin-top: 20px;
	margin-left: 13%;
	padding: 1px 8px 5px 8px;
	color: black;
	font-size: 13.3px;
	height: 26px;
}

.formButton {
	background-color: #F6F4F1;
	border-width: 2px;
	border-style: outset;
	border-color: #F6F4F1;
	border-collapse: separate;
	margin-top: 3%;
	margin-left: 13%;
	padding: 0px 4px 0px 4px;
}

#carte {
	height: 210px;
	background-image: url("../img/test.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}

#carteText {
	padding-top: 90px;
	text-align: center;
}

.milieu .abstractTitle {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: blue;
	padding: 20px 50px 20px 50px;
}

.mileu .abstractName {
	text-align: left;
	font-size: 15px;
}

.milieu .abstractInstitute {
	text-align: left;
	font-size: 15px;
}

#preview{
	margin-top: 80px;
}

.contact_information {
	margin-top: 15px;
}

.contact_information tbody tr th {
	text-align: left;
}

/*MEMBERSHIP FORM*/
.membership {
	table-layout: fixed;
}

.membership tbody tr th {
	text-align: left;
}

.membership tbody tr td {
	table-layout: inherit;
	padding-bottom: 15px;
}

.membership tbody tr td input{
	table-layout: inherit;
	margin-right: 15px;
}

.membership .amount {
	table-layout: inherit;
	width: 30px;
	margin-left: 5px;
}

/*PAYEMENT FORM*/
.payment {
	table-layout: fixed;
	width: 800px;
	margin-bottom: 15px;
}

.payment tbody tr td {
	table-layout: inherit;
	padding-bottom: 15px;
}

.payment tbody tr th {
	table-layout: inherit;
	text-align: left;
}

.prices tbody tr th {
	text-align: left;
}

.prices tbody tr td {
	text-align: left;
	padding-top: 5px;
}


/*RIGHT SIDE BAR*/
/*img poisson is included into the rightSideBar*/
#poisson {
	margin-top: 15px;
	margin-left: 15px;
	width: 200px;
}

#addons {
	margin: 15px 15px 15px 15px;
} 

/*entities are included intor the rightSideBar when working with the abstract*/
#entities{
	width: 300px;
}
#entities p {
	padding: 10px 0px 10px 10px;
	font-size: 15px;
}

div#webmaster {
	margin-right:5px;
	color: #7F7F7F;
	font-size: 7px;
	text-align: center;
}

div#webmaster a {
	color: #7F7F7F;
	font-size: 7px;
}
