﻿body
{
	font-family: Verdana;
	font-size: 12px;
	background-image: url(../../imgs/earthback.jpg);
}

INPUT.bouton
{
	border-right: #102030 2px solid;
	border-top: #306090 2px solid;
	font-size: 11px;
	border-left: #306090 2px solid;
	color: #990000;
	border-bottom: #102030 2px solid;
	font-family: verdana,helvetica;
	cursor: hand;
	background-color: #E2E7F2;
	width: 120px;
}


SELECT
 {
	border-right: #285890 1px solid; 
	border-top: #102840 1px solid; 
	font-size: 11px; 
	border-left: #102840 1px solid; 
	color: #990000; 
	border-bottom: #285890 1px solid; 
	font-family: verdana,helvetica; 
	background-color: #E2E7F2
 }
 
 .text
{
	padding: inherit;
	border-right: #285890 1px solid;
	border-top: #102840 1px solid;
	font-size: small;
	border-left: #102840 1px solid;
	color: #990000;
	border-bottom: #285890 1px solid;
	font-family: verdana,helvetica;
	background-color: #E2E7F2;
	width: 300px;
	height: 22px;
}
 
A:link
{
	color: #0066FF;
	text-decoration: none;
}
A:visited
{
	color: #0066FF;
	text-decoration: none;
}
A:hover
{
	color: #ff6666;
	text-decoration: none;
}
A:active
{
	color: #0066FF;
	text-decoration: none;
}

.TopicoPages
{
	font-family: verdana;
	font-size: large;
	font-weight: bold;
	color: #999999;
}
