/* textes*/

td{
	color : #666666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align: center;
}

.form{
	color : #663399;
	background-color : #ffffff;
	border -color: #663399;
	border-width:1px;
	border-style:solid;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
/* liens */

a:link, a:visited
 {
	color : #663399 ;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline ;
}
a:hover, a:focus, a:active 
 {
	color : #99cc66;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline ;
}

a.nota:link, a.nota:visited
 {
	color : #663399 ;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline ;
}
a.nota:hover, a.nota:focus, a.nota:active 
 {
	color : #99cc66;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline ;
}
/*forms*/

input{
	color : #336666;
	background-color : #ffffff;
	border -color: #336666;
	border-width:1px;
	border-style:solid;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
input.button{
	color : #ffffff;
	background-color : #336666;
	border -color: #99cc66;
	border-width:1px;
	border-style:solid;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	padding-bottom : 3px;
	text-align : center ;
	font-weight : bold ;
}
