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: 100%;
	min-width: 45px;
	max-width: 150px;
}

#titre {
	width: 100%;
	min-width: 90px;
	max-height: 200px;
}

#sinkido {
	width: 70%;
	min-width: 45px;
	max-width: 150px;
}

.button{
	width: 150px;
	border:1px solid #616261;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-family:arial, helvetica, sans-serif; 
	padding: 10px 10px 10px 10px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold; 
	color: #FFFFFF;
	border:1px solid #4a4b4a;
	background-color: #646464; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
	background-image: -webkit-linear-gradient(top, #646464, #282828);
	background-image: -moz-linear-gradient(top, #646464, #282828);
	background-image: -ms-linear-gradient(top, #646464, #282828);
	background-image: -o-linear-gradient(top, #646464, #282828);
	background-image: linear-gradient(to bottom, #646464, #282828);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
}

.button:hover{
	background-color: #7d7e7d; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
	background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
}


.button a{
	text-decoration: none;
}

.appuye{
	color: #FF0040;
	background-color: #7d7e7d; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
	background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
}

.appuye:hover{
	color: #FFFFFF;
	background-color: #646464; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
	background-image: -webkit-linear-gradient(top, #646464, #282828);
	background-image: -moz-linear-gradient(top, #646464, #282828);
	background-image: -ms-linear-gradient(top, #646464, #282828);
	background-image: -o-linear-gradient(top, #646464, #282828);
	background-image: linear-gradient(to bottom, #646464, #282828);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
 }


.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;
	/*height: 190px;*/
	width: 90%;
}

.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;
	/*height: 190px;*/
	width: 90%;
}



.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: 20px;
	
	text-indent:30px;

	background :#1C1C1C;
	width: 90%;

 }
 
.content ul {
	text-indent: 0;
/*	margin: 0;
	padding: 0px;*/
	list-style-position:inside;

}

/*
.content.right .sidebar {
    float: right;
    margin: 10px;
    margin-left: 0;
}

    .content.right .main {
      margin: 10px;
      margin-right: 220px; }

 .content.double .main {
    margin-left: 434px; }
	*/
  .content .sidebar {
    width: 150px;
    height: 300px;
    margin: 20px 0 0 20px;
    float: left;
    overflow: hidden;
    font-family: sans-serif; }
	
/*	
    .content .sidebar.alt {
      height: 133px; }
    .content .sidebar.tall {
      height: 400px; }
    .content .sidebar.medium {
      height: 300px; }
    .content .sidebar.flat {
      border: 0;
      height: auto; }
  .content .inner {
    border: 1px solid red;
    height: 66px;
    margin: 10px 0; }
    .content .inner.static {
      margin-top: 0;
      border: 1px solid blue; }
  .content .item {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    border: 1px solid blue;
    font-size: 16px;
    margin: 10px;
    overflow: hidden; }
    .content .item.sticky {
      border: 1px solid red;
      height: 100px; }
  .content .inline_columns {
    font-size: 0; }
*/
 .content .main {
  text-indent:30px;
    margin: 10px;
    margin-left: 200px;
/*    border: 1px solid blue;*/
    /*height: 400px;*/
    overflow: hidden;
}
	
	/*
    .content .main.short {
      height: 133px; }
    .content .main.tall {
      height: 600px; }
*/
/*
.footer {
  margin: 10px;
  text-align: center;
  font-size: 13px;
  border-top: 1px dashed #dadada;
  color: #666;
  padding-top: 10px;
  min-height: 133px; }
*/

/*
  .sub {
  color: #999; }
*/
/*
@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; } }
	  */
