/* Copyright 2011 David TARALLA */

body {
	width: 999px;
	
	margin: auto;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #DDD;
	
	background: url(images/background-gradient.png) left top repeat-x fixed;
}

a {
	color: #386062;
	text-decoration: none;
}

a:hover {
	color: #46787a;
	text-decoration: underline;
}

ul {
	margin: 0px;
	
	list-style-image: url(images/Icons_bullet.png);
}

/*div*/.clear {
	clear: both;
}

/*span*/.italic {
	font-style: italic;
}

/*div*/#header {
	width: 999px;
	height: 159px;
	
	margin: 20px auto;
}

/*div*/#B_ulgLogo {
	float: right;
}

/*span*/#facsa {
	position: relative;
	left: 10px;
	
	font-style: italic;
}

/*div*/#B_title {
	float: left;
}

/*h1*/#welcomeText {
	margin: 0px;
	
	font-size: 40px;
	font-style: italic;
	font-variant: small-caps;
}

/*div*/#topMenu {
	width: 999px;
	height: 90px;
	
	margin-top: 20px;
	
	background: url(images/topMenu_back.png) no-repeat left top;
}

/*ul*/#TM_list {
	padding-left: 19px;
	
	list-style: none;
}

/*li*/.TM_listObject {
	height: 30px;
	
	float: left;
	margin-top: 15px;
	padding: 15px 23px;
	
	font-size: 20px;
}

/*li*/.TM_noJS, .TM_BackOFF {
	background: none;
}

/*li*/.TM_noJS:hover, .TM_BackON {
	background: url(images/TM_listObject_back.png) center bottom no-repeat;
}

/*li*/.TM_listObject_spec {
	border-right: 2px solid white;
}

/*a*/.TM_link {
	color: #DDD;
	text-decoration: none;
}

/*a*/.TM_link:hover {
	color: #BBB;
	text-decoration: none;
}

/*div*/#body {
	width: 999px;
	height: auto;
	
	margin: 0px auto;
	
	background: url(images/body_back.png) repeat-y left top;
}

/*div*/#body {
	width: 919px; /* because of 999 - 2 * 40 padding*/
	height: auto;
	
	margin: 0px auto;
	padding: 30px 40px 0px;
	
	background: url(images/body_back.png) repeat-y left top;
}

/*div*/#myPicture {
	margin-left: 10px;
	
	float: right;
}

/*h2*/.subtitles {
	margin: 20px 0px 5px;
}

/*div*/.titleExplain {
	font-style: italic;
	margin-bottom: 15px;
}

/*h2*/#firstTitle {
	margin: 0px 0px 5px;
}

/*div*/#titleContainer {
	margin-bottom: 30px;
}

/*h1*/#title {
	margin: 0px 0px 5px;
}

/*p*/.pContent {
	margin: 0px;
	
	text-indent: 15px;
	text-align: justify;
}

/*span*/#pensee {
	font-style: italic;
}

/*div*/.linkCat {
	font-size: 13px;
	font-weight: bold;
}

/*div*/#bodyBottom {
	width: 999px;
	height: 45px;
	
	margin: 0px auto 20px;
	
	background: url(images/bodyBottom_back.png) no-repeat left top;
}

/*div*/#footer {
	width: 899px;
	
	margin: auto 0px 20px;
	padding: 0px 50px;
	
	text-align: center;
}
