body {
	background-color: #585858;
	background-image: url(../medias/background-tambdesign.png);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

hr {
	height: 2px;
	width: 658px;
	margin: 10px 0 0 0;
	color: #fbf4e1;
	background-color: #fbf4e1;
	border: 0px 0px 1px 0px;
}

.clear {
	clear: both;
	height: 0px;
}

.PageAll {
	width: 900px;
	margin: 0 auto;
}

.Container h1 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.Container h2 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.Container h3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.Container h4 {
	font-size: 14px;
	font-weight: bold;
}
.Container h5 {
	font-weight: bold;
	text-decoration: underline;
}
.Container h6 {
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	font-weight: bolder;
	text-decoration: underline;
}

.Languages {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	background-color: #c4b89d;
}
.Languages .Flags {
	width: 90px;
	height: 25px;
	vertical-align: bottom;
	float: right;
	padding: 5px 10px 0px 0px;
}

.Header {
	width: 900px;
	height: 150px;
	margin: 0 auto;
	background-image: url(../medias/tamb-home.png);
	background-repeat: no-repeat;
}

.MenuBar {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	background-color: #c50428;
}
.MenuBar .Menu {
	color: #ffffff;
	float: right;
	margin: 2px;
}

.Container {
	width: 900px;
	min-height: 400px;
	margin: 0 auto;
	background-color: #ffffff;
	color: #000000;
}
.Container .Content {
	max-width: 876px;
	min-height: 400px;
}
.Container .Content .Title {
	color: #c50428;
	padding: 10px;
}
.Container .Content .Text {
	margin: 10px;
	font-weight: normal;
}

.Footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	background-color: #ffffff;
}




