html {
	font-size: 100%;
}

body {
	margin: 0 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FAFAFA;
  }

a {
	color: #FF0040;
}

a:hover {
	color: #FF0040;
}
  
#tkkd_phenix_logo {
	width:80%;
}

#titre {
	width:100%;
	max-height: 100px;
}

#sinkido {
	width: 70%;
}

  
.banniere{
	border:1px solid #4a4b4a;
	-webkit-border-radius: 0px 0px 30px 30px; 
	-moz-border-radius: 0px 0px 30px 30px; 
	border-radius: 0px 0px 30px 30px; 
	/*padding: 30px 30px 30px 30px; */
	padding: 0 0 0px 0; 

	background :#1C1C1C;

	font-weight : bold;
	font-size: 2em;
	text-align : center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 98%;
}

.footer{
	border:1px solid #4a4b4a;
	-webkit-border-radius: 30px 30px 0px 0px; 
	-moz-border-radius: 30px 30px 0px 0px; 
	border-radius: 30px 30px 0px 0px; 
	padding: 0;

	background :#1C1C1C;

	font-weight : bold;
	font-size: 2em;
	text-align : center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 98%;
	position: absolute;
	bottom: 0;
	left: 1%;
}



.content {
	overflow: hidden; 
	opacity: 0.95;
  	border:1px solid #4a4b4a;
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px; 
	border-radius: 30px; 
	padding: 10px; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	text-indent:30px;
	background :#1C1C1C;
	width: 98%;

 }
 
.content ul {
	text-indent: 0;
	list-style-position:inside;
}

	
/*
@media all and (max-width: 500px) {
  .content .sidebar {
    width: 100px; }
    .content .item {
      width: 60px; }
    .content .main {
      margin-left: 122px; }
    .content.double .main {
      margin-left: 234px; }
    .content.right .main {
      margin-right: 120px; } }
	  */
