*
{
	padding:0px;
	margin:0px;
	font-family:arial,courier;
	font-size: 10pt;
}

body
{
	background-color:#ffffff;
}

h1
{
	text-align:center;
	font-size:200%;
}

h2
{
	text-align:center;
	margin:1em;
	font-size:150%;
}

h3
{
	text-align:center;
	margin:1em;
	font-size:120%;
	padding:1em;
}

h4
{
	text-align:left;
	margin:1em;
	font-weight:bold;
	padding:1em;
}

div
{
	color:black;
	font-size:10pt;
	border-width:0px;
	border-style:none;
	margin:0px;
	text-align:justify;
}

a
{
	text-decoration:none;
	font-weight:normal;
	color:#333333;
}

a:hover
{
	text-decoration:underline;
}

a:visited
{
	color:#777777;
}

#Conteneur
{
	position:relative;
	background-color:#ffffff;
	width:100%;
	height:auto;
}

#Entete
{
	position:fixed;
	left:12%;
	right:12%;
	top:0;
	background-color:#dfdfdf;
	width:auto;
	height:50px;
	overflow: visible;
	z-index:10;
}

#coinhd
{
	width:10px;
	height:10px;
	position:fixed;
	right:12%;
	top:0;
	float:left;
	background-image:url('./images/coin_hd_gris.png');
	z-index:15;
}

#Logo
{
	position:fixed;
	left:12%;
	background-image:url('./images/logo_udes.gif');
	height:40px;
	width:175px;
	z-index: 15;
}

#Navigation
{
	position:fixed;
	left:12%;
	right:12%;
	top:50px;
	background-color:#ffffff;
	width:auto;
	height:30px;
	overflow: visible;
	z-index:10;
	border-style:solid;
	border-width:1px;
	text-align:center;
}



div.Onglet
{
	background-color:#ffffff;
	width:25%;
	float:left;
	height:30px;
	text-align:center;
}

div.Onglet:hover
{
	width:25%;
	float:left;
	height:30px;
	text-align:center;
	font-size:150%;
}

a.Onglet
{
	display:block;
	font-weight:normal;
}

a.Onglet:first-letter
{
	text-transform:uppercase;
	font-size:150%;
}

a.Onglet:hover
{
	display:block;
	font-weight:bold;
	text-decoration:none;
}

	#Onglet_Recherche
	{
		width:33%;
		float:left;
		height:20px;
	}

	#Onglet_Enseignements
	{
		width:33%;
		float:left;
		height:20px;
	}


#Corps
{
	position:absolute;
	left:12%;
	right:12%;
	top:80px;
	background-color:#dfdfdf;
	border-style:solid;
	border-width:0px;
	height:auto;
	width:auto;
	padding-top:1em;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}

#ContenuCorps
{
	position:relative;
	background-color:#dfdfdf;
	border-style:solid;
	border-width:0px;
	height:auto;
	width:auto;
	padding:1em;
}


p
{
	margin:auto;
	text-align:justify;
	width:80%;
	padding:1em;
}

table
{
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-width:1px;
	padding:1em;
}

tr
{
	padding:1em;
}

td
{
	padding:1em;
}

ul li
{
	list-style:none;
	margin-left: 3em;
	margin-top: 1em;
}




#Pied
{
	position:relative;
	left:auto;
	right:auto;
	top:10px;
	bottom:0px;
	padding:1em;
	text-align:center;
	border-style:solid;
	border-width:0px;
	height:20px;
	width:auto;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:8pt;
}
	a.footer
	{
		text-decoration:none;
		font-weight:normal;
		font-size:8pt;
		color:#333333;
	}

	a.footer:hover
	{
		text-decoration:underline;
	}

	a.footer:visited
	{
		color:#777777;
	}



#coinbd
{
	width:10px;
	height:10px;
	position:relative;
	bottom:10px;
	float:right;
	background-image:url('./images/coin_bd_gris.png');
	z-index:15;
}

#coinbg
{
	width:10px;
	height:10px;
	position:relative;
	bottom:10px;
	float:left;
	background-image:url('./images/coin_bg_gris.png');
	z-index:15;
}

