/***********************************************************
*************  XTX CRACKING PROGRESSIF  ********************
*************    Kirjo - Team XTX       ********************
*************         @2012             ********************
***********************************************************/

 
/* GENERAL ************************************************/
body,td,th
{
	font-size: large;
	color: #FFFFFF;
}
body
{
	background-color: #000000;
}

/*LIEN ****************************************************/
a:link
{
	color: #00FF00;
}
a:visited
{
	color: #00FF00;
}
a:hover
{
	color: #0000FF;
}

/* TITRE *************************************************/
.h1
{
	font-size: x-large;
	font-weight: bold;
	color: #00FF00;/* vert */
}
.h2
{
	font-size: x-large;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF; /* blanc */
}
.h3
{
	font-size: large;
	font-weight: bold;
	text-decoration: underline; 
	color: #FFFFFF; /* blanc */
}
.h4
{
	font-size: large;
	font-weight: bold;
	color: #FFFFFF; /* blanc */
}
.Chapitre
{
	font-size: x-large;
	font-weight: bold;
	color: #00FFFF; /* bleu */
}

/* TEXTE ***********************************************/
.Rouge
{
	color: red;
}
.Gras
{
	font-weight: bold;
}
.GrasRouge
{
	font-weight: bold;
	color: red;
}
.GrasBleu
{
	font-weight: bold;
	color: blue;
}
.GrasMarron
{
	font-weight: bold;
	color: #603913;
}
.GrasJaune
{
	font-weight: bold;
	color: yellow;
}
.GrasOrange
{
	font-weight: bold;
	color: #f26522;
}
.Italique
{
	font-style: italic;
}
.Clavier
{
	font-weight: bold;
	font-style: italic;
}
.Registre
{
	font-weight: bold;
	font-style: italic;
}
.Chaine
{
	font-style: italic;
	color: #ffff00; /* jaune */
}
.FormeCode
{
	padding: 6px;
	margin: 30px;
	border: 1px solid white;
	color: #00FFFF; /* bleu */
	font-family: "Courier New", Arial, serif; 
}
.asm
{
	font-weight: bold;
	color: #00FFFF; /* bleu */
}
.Signature
{
	font-size: medium;
	font-style: italic;
}
.contour 
{
 	border: 1px solid grey;
 	padding: 6px;
 	margin: 5px;
 }
 .Commentaire
{
	color: #8a8a8a;
	font-style: italic;
}
 

/* IMAGE **********************************************/
.imageflottante
{
    float: left;
}
.dessous
{
   clear: both;
}
/*******************************************************/



a{
  color: #15F3CF;
  text-decoration-color:#00FF00;
  position:relative;
  padding:0px 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}    
a:after{
  content:'';
  width:0%;
  margin-left:50%;
  height:2px;
  bottom:0;
  left:0;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  border-radius:40%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition:all 0.5s;
  position:absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition:all 0.5s;
}
a:hover:after {
  background-color: #15F3CF;
  width:80%;
  margin-left:10%;
  -moz-box-shadow: 0px 0px 15px #22A9E8;
  -webkit-box-shadow: 0px 0px 10px #22A9E8;
  -o-box-shadow: 0px 0px 10px #22A9E8;
  box-shadow:0px 0px 10px #22A9E8;
}