body { 	background-color : #000000;
		padding-top: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
}


img {
	border: 0px;
}
img.bd {
	border: 1px #333333 solid;
}

p, font, td, div {
	font-family: Verdana; 
	font-size: 12px; 
	color: #000000;
}

a:link { 
	font-family: Verdana; 
	font-size: 12px; 
	color: #333333; 
	text-decoration: none;
}
a:visited { 
	font-family: Verdana; 
	font-size: 12px; 
	color: #333333; 
	text-decoration: none;
}
a:active { 
	font-family: Verdana; 
	font-size: 12px; 
	color: #333333; 
	text-decoration: none ;
}
a:hover { 
	font-family: Verdana; 
	font-size: 12px; 
	color: #333333; 
	text-decoration: underline overline;
}

.hidden {
	display: none;
}

/*********************************************************************************************/

table.main {
	width: 760px;
	height: 100%;
	border: 0px;
	padding: 0px;
	spacing: 0px;
	background: #993333;
}

#page {	display:block;
		position: relative;
		top: 0px;
		left: 0px;
		height: 100%;
		min-height: 467px;
		width: 760px;
		background-color: #993333;
		background-image: url(../images/bg.jpg);
		background-properties: fixed;
		background-repeat: no-repeat;
		background-position: bottom right;
		border: 0px;
}

div.banner{
	position:absolute;
	top:0px;
	left:0px;
	width:760px;
	height:120px;
}

td.content {
	border: 3px #000000 solid;
	background-color: #AAAAAA;
	width: 500px;
	padding: 5px;
}

div.title {
	position: relative;
	border: 0px;
	left: 10px;
	top: -15px;
}

td.events {
	border: 3px #000000 solid;
	background-color: #AAAAAA;
	width: 200px;
	padding: 5px;
}

div.nextevent {
	position: relative;
	border: 0px;
	left: 10px;
	top: -15px;
}

#hosted {
	position: absolute;
	bottom: 5;
	right: 65;
}

#hosted span {
	font-size: 9px;
	color: #ffffff;
}

#hosted span a {
	font-size: 9px;
	color: #ffffff;
}

#edustries {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('../images/edustries.jpg');
	width: 57px;
	height: 19px;
}

#edustries a {
	display: block;
	width: 57px;
	height: 19px;
}

#edustries a span {
	display: none;
}

input, textarea {
	font-family: arial;
	font-size: 11px;
	color: #666666;
	background-color: #ffffff;
	border: 1px #999999 solid;
}

input.bouton {
	background-color: #e0e0e0;
}