/* CSS Document */

body {
	background: #fff;
	margin-top:50px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	
	text-align: center;
	font-family : tahoma;
	font-style: normal;
	font-size: 13px;
	color: #555;
}

a {
	color: #666666;
	text-decoration: none;
} 

a:hover {
	color: #FF6600;
}

.cadre {
	width: 700px;
	overflow: auto;

	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;

	padding: 10px;

	border-width: 1px 1px 1px 12px;
	border-style: solid;
	border-color: #831f00;
	-moz-border-radius:6px;
	border-radius:6px;

	background: #e2dbbf;
}

.cadre img {
	border: 1px #666 solid;
}

.tile {
	width: 700px;
	overflow: auto;

	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;

	padding: 10px;

	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #999;
	-moz-border-radius:6px;
	border-radius:6px;

	background: #E5E5E5;
  
	text-align: left;
}

.logo {
  float:left;
  width:150px;
  height:150px;
}

.txt {
  margin-left:170px;
}