/* CSS Document */

.MainContainer {
/*	width:800px;*/
	height:400px;
	border-collapse:collapse;
	padding:0; /* 10px 10px 490px;*/
	float:left;
	text-align:right;
	border:1px #555555 ridge;
}

.prix_bg {
	background:url(../images/backgrounds/bg-prix.jpg) no-repeat;
}

.profil_bg {
	background:url(../images/backgrounds/bg-profil.jpg) no-repeat;
}

.presentation_bg {
	background:url(../images/backgrounds/bg-presentation.jpg) no-repeat;
}

.associes_bg {
	background:url(../images/backgrounds/bg-associes.jpg) no-repeat;
}

.equipe_bg {
	background:url(../images/backgrounds/bg-equipe.jpg) no-repeat;
}


.awards_bg {
	background:url(../images/backgrounds/bg-prix.jpg) no-repeat;
}

.conferences_bg {
	background:url(../images/backgrounds/bg-conferences.jpg) no-repeat;
}

.expositions_bg {
	background:url(../images/backgrounds/bg-expositions.jpg) no-repeat;
}



.publications_bg {
	background:url(../images/backgrounds/bg-publications.jpg) no-repeat;
}

.actualites_bg {
	background:url(../images/backgrounds/bg-actualites.jpg) no-repeat;
}

.services_bg {
	background:url(../images/backgrounds/bg-services.jpg) no-repeat;
}

.contact_bg {
	background:url(../images/backgrounds/bg-contact.jpg) no-repeat;
	height:404px;
	width:800px;
	vertical-align:middle;
	display:table-cell;
}

#ContactTable {
	width:70%;
	margin-left:370px;
	}

#ContactTable td{
	padding:6px;
}

#ContactTable th{
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}

#ContactTable .tdRCol {
	color:#FFFFFF;
}

#ContactTable .tdLCol {
	text-align:right;
}

#ProfileText {
	margin:5px;
	margin-left:485px;
	height:390px;
	overflow:auto;
	text-align:left;
	}

#ProfileText p, ProfileText ul, ProfileText em {	
	margin:2em;
}
	
#ProfileText p {	
	line-height:1.25em;
	font-size:12px;
	}
	
#ProfileText ul {	
	list-style:disc;
	margin-left:3.3em;
	}