@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #E8BC08;
	background-color: #231E1A;
	background-image: url(../picts/bgr2.jpg);
	background-repeat: repeat;
	background-position: 50% top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
}
#imgHome {
	padding-top: 120px;
	position: relative;
}
#lingue li {
	display: block;
	list-style-type: none;
}

#lingue {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.7em;
	color: #E8BC08;
	margin-right: auto;
	margin-left: auto;
	width: 360px;
}
#footer {
	clear: both;
	font-size: 70%;
	font-style: italic;
	color: #c6998e;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #C6998E;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}
#lingue ul {
	margin-right: auto;
	margin-left: auto;
	width: 100px;
}
#contLingue div {
	float: left;
	width: 60px;
	padding-bottom: 10px;
}
#contLingue div:hover {
	color: #ffffff;
	font-weight: bold;
	cursor:pointer;
}
#lingue img {
	margin-right: 10px;
	margin-left: 10px;
}
#contLingue a {
	color: #E8BC08;
	text-decoration: none;
	font-weight: normal;
}
#contLingue a:hover {
	color: #ffffff;
	font-weight: bold;
}

a {
	outline: none;
	color: #c6998e;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-weight: bold;
	color: #D7B8B0;
	border-bottom: 0px dotted #ffffff;
}
