/* CSS Document */
input	{
		border-style: solid;
		border-color:#000000;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 1px;
		font-family:"Ms Sans Serif";
		font-size: 9px;
		color:#FFFFFF;
		background-color:#ff6600;
		}
			
.td	{
		background:#FF6600;
		}


						
							
					
.text { font-family:"Ms Sans Serif";
		font-size: 12px;
		}

.titre { font-family:"Ms Sans Serif";
		 font-size: 13px;
		}

a:link { color:#000000;
		 text-decoration:none;
		 font-family:"Ms Sans Serif";
		 font-size: 12px;
		}
a:hover {
		font-family:"Ms Sans Serif";
		font-size: 12px;
		color:#000000;
		text-decoration:underline;
		}
a:visited {
		font-family:"Ms Sans Serif";
		font-size: 12px;
		color:#000000;
        text-decoration:none;	
		}
