/* ttk.php */
body{color:yellow;
		 font-family:Helvetica, Verdana, Arial, ;
		 background-color:black;
		 }


.phrase{color:white;}
a{color:gray;}

#contenu{position:relative;
				 width:600px;
				 height:650px;
				 margin-left:-300px;
				 left:50%;
				 text-align:center;
				 background-color:blue;
				 border:2px double yellow;
				 }
				 
.alerte{color:yellow;font-weight:bolder; text-decoration:underline;}

.ps{font-size:10px;}

#form{margin:0px;}

label{text-decoration:underline;}