


h2 { 
	font-weight: bold;
}

body { 
	font-family: arial; 
	margin: 0;
}


A:link {text-decoration: none; color:#1D4271}
A:visited {text-decoration: none; color:#1D4271}
A:active {text-decoration: none; color:#1D4271}
A:hover {font-weight:bold; color: red;}


div.Top {
	padding: 0;
	border: 0;
	height: 100px;
	font-family: arial;
}

div#TopLeft {
	float: left;
	width: 100px;
	background-image: url(./Pics/left_galax_100.gif);
}

div#TopCenter {
	background-image: url(./Pics/blue_top.gif); 
	background-repeat: repeat-x;
}

div#TopRight {
	float: right;
	width: 100px;
	background-image: url(./Pics/iub_circle_100.gif);
}


span.OuterFrameText {
	font-family: arial;
	color: white;
	font-weight: bold; 
	font-variant: small-caps;
	line-height: 40px;
}

A.OuterFrameText:link {text-decoration: none; color: white; }
A.OuterFrameText:visited {text-decoration: none; color: white; }
A.OuterFrameText:active {text-decoration: none; color: white; }
A.OuterFrameText:hover {font-weight:bold; color: #E6FF95;}



div.Bulge {
	margin: 0; 
	padding: 0; 
}


div#BulgeLeft {
	float: left; 
	width: 240px; 
	height: 750px; 
	background-image: url(./Pics/left.png); 
	background-repeat: no-repeat;
}


div#BulgeCenter {
	margin-top: 50px;
	margin-left: 240px;
	width: 650px;
}

div#BulgeRight {
	float: right;
	margin-top: 50px;
	width: 220px;
}


div.MenuItem {
	position: relative;
	margin-left: 22px;
	width: 200px;
	height: 70px;
	background-image: url(./Pics/shadow_53.png);
	background-repeat: no-repeat;
	font-family: arial; 
	font-weight: bold;
	color: #1D4271;
}

div#MenuFirstItem {
	margin-top: 50px;	
}


img.MenuPicto {
	display: inline;
	vertical-align: top;
}


div.ResTopicPicto {
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 6px;
	background-image: url(./Pics/shadow_90.png);
}

div.ResTopicPicto2 {
	width: 90px;
	height: 90px;
	margin-right: 6px;
	background-image: url(./Pics/shadow_90.png);
}

span.ResTopicPicto {
	width: 90px;
	line-height: 90px;
	background-image: url(./Pics/shadow_90.png);
}

img.ResTopicPicto {
	display: inline;
	vertical-align: top;
	margin-bottom: 6px;
	margin-right: 6px;
}




img.shade{
	width: 90px;
	height: 90px;
/* specify the dimension of the image */
	display: block;
	position: absolute;
	z-index: -1;
/* force the image to show below the content */
	right: -10px;
	bottom: -10px;
}

div.shade1{
	float: left;
	width: 80px;
	height: 80px;
/* specify the dimension of the content, slightly smaller than the image */
	display: block;
	position: relative;
	z-index: 1;
/* force the content to show above the image */
	background-color: #fff;
	border: 1px solid #000;
	padding: 0;
	margin-right: 0; 
	margin-bottom: 0;
}








