/* CSS Document */
body
{
	width: 800px;
	height: 600px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	padding: 20px;
	border: none;
	
}

#index

{ 	
	width: 700px;
	height: 525px;
	margin-top: 40px;
	margin-bottom: 30px;
	margin: auto;
	border: 2px solid gray;
	background-repeat: no-repeat;
	background-image: url(images/traduction_index.jpg);
	position: static;
}
#texte

{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: auto;
	font-size: 16px;
	background-color: #FFFFFF;
	text-decoration: none;
	

}

.element_texte
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	background-color: #FFFFFF;
	text-decoration: none;
}	
	
.element_texte a
{	text-decoration: none;
	color: #666666;
}
.element_texte a:hover
{	text-decoration: none;
	color: #FF7F00;
}
.element_texte a:visited
{	text-decoration: none;

}
