* {
	margin:0;
	padding:0;
	font-family:serif;
}

body {
/*	background-color: rgb(247,230,104);*/
	background:url(mini-logo.png);
}

a {
	text-decoration:none;
}

#content {
	position:absolute;
	left: 50%; 
	top: 50%;
	margin-top: -142px; /* moitié de la hauteur de l'image */
	margin-left: -200px; /* moitié de la largeur de l'image */
}

#main-image {
	width:400px;
	height:283px;
	-ms-interpolation-mode:bicubic;
}

.linkContainer {
	/*background-color: rgba(247,230,104, 0.7);*/
	color:rgb(51,78,165);
	padding:0.1em;
	display:block;
	color:black;
	font-size:2em;
	font-weight:bold;
	height:135px;
	width:135px;
	background: none;
}

.innerLink {
	position: relative;
	left: 100px;
	top: 70px;
}

.linkContainer:link {
	color:black;/*rgb(152,182,130);*/
/*	background: none;*/

}
.linkContainer:visited {
	color:black;/*rgb(152,182,130);*/
	background: none;
}
.linkContainer:hover {
	color:black;/*rgb(81,108,195);*/
	background:url(smallstar.gif);
	background-repeat:no-repeat;
	font-style:italic;
}
.linkContainer:focus {
	color:black;/*rgb(81,108,195);*/
	background:url(smallstar.gif);
	background-repeat:no-repeat;
}
.linkContainer:active {
	color:black;/*rgb(81,108,195);*/
	background:url(smallstar.gif);
	background-repeat:no-repeat;
}


#content-text {
	position:absolute;
	top:10px;
	left:20px;
	width:660px;
	height:240px;
	overflow:hidden;
}

h1 {
	display:block;
	position:absolute;
	left:250px;
	top:470px;
	color:rgb(51,78,165);
	font-size:3.5em;
	text-align:center;
	font-weight:normal;
}
h1 a:link {
	color:rgb(51,78,165);
}

h1 a:hover {
	color:rgb(51,78,165);
}

h1 a:active {
	color:rgb(51,78,165);
}
h1 a:visited {
	color:rgb(51,78,165);
}
.smallerTitle {
	display:inline;
	font-size:0.5em;
}
.content-block {
	margin-bottom:300px;
	text-align:justify;
	background-color: rgb(255,255,255);
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	zoom:1;
	font-weight:bold;
	padding-top:0em;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:1em;
}

.content-block h2 {
	margin-top:-0.5em;
	margin-bottom:0.1em;
	color:rgb(51,78,165);
}

.inlineLink {
	color:rgb(51,78,165);
	text-decoration: underline;
	font-weight:bold;
}
.inlineLink:link {
	color:rgb(51,78,165);

}
.inlineLink:visited {
	color:rgb(51,78,165);
}
.inlineLink:hover {
	color:rgb(51,78,165);
}
.inlineLink:focus {
	color:rgb(51,78,165);
}
.inlineLink:active {
	color:rgb(51,78,165);
}

#nothing {
	margin-bottom:300px;
}

#l-mourao {
	position:absolute;
/*	top:115px;
	left:762px;*/
	top:45px;
	left:662px;
}

#l-capoeira {
	position:absolute;
/*	top:285px;
	left:660px;*/
	top:215px;
	left:560px;
}

#l-group {
	position: absolute;
/*	top:368px;
	left:513px;*/
	top:298px;
	left:413px;
	width: 160px;
}

.topRightLinks {
	position: absolute;
	top: 10px;
	right:10px;
	background-color: rgb(255,255,255);
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	zoom:1;
	padding:5px;
	text-align:right;
	font-weight:bold;
}

.topRightLinks a {
	color:white;
}

.topRightLinks a:link {
	color:rgb(51,78,165);

}
.topRightLinks a:visited {
	color:rgb(51,78,165);
}
.topRightLinks a:hover {
	color:rgb(51,78,165);
	text-decoration: underline;
}
.topRightLinks a:focus {
	color:rgb(51,78,165);
}
.topRightLinks a:active {
	color:rgb(51,78,165);
}


#l-english-version {
/*	position: absolute;
	top:35px;*/
}
#l-mourao-site {
/*	position: absolute;
	top:55px;*/
}
#l-capoeira-hannover {
/*	position: absolute;
	top:75px;*/
}

#l-quilombo {
	position: absolute;
/*	top:640px;
	left:101px;*/
	top:550px;
	left:1px;
}

#l-quilombo:hover {
	background:url(smallstar2.gif);
	background-repeat:no-repeat;
}
#l-quilombo:focus {
	background:url(smallstar2.gif);
	background-repeat:no-repeat;
}
#l-quilombo:active {
	background:url(smallstar2.gif);
	background-repeat:no-repeat;
}



