body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #113A8B;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FEDA3D;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	color: #FEDA3D;
}

strong { color: #ffffff; }

#page { width: 700px; margin: auto; padding-top: 134px; }

#languagelink {
	float: right;
	margin-right: 12px;  }
	
#languagelink a {
	display: block;
	padding: 8px;
	background-color: #CC0000;
	border: 1px solid #ffffff;
	text-decoration: none;
	-webkit-border-radius: 12px; -moz-border-radius: 12px;
}

#languagelink a:hover {
	background-color: #ff0000;
	color: #ffffff;
}

#telephone {
	text-align: left;
}

#texte {
	text-align: left;
}

#texte ul {
	list-style-type: square;
}

#texte ul li {
	padding-bottom: 18px;
}

.white {
	color: #ffffff;
}

#rightcol {
	border-left: 1px solid #FEDA3D;
	float: right;
	margin-top: 6px;
	margin-left: 12px;
	padding-left: 12px;
	text-align: center;
	font-size: smaller;
	width: 200px;
	color: #ffffff;
}

#images {
	clear: both;
}

#footer {
	text-align: center;
	margin: 12px;
}

#visites {
	font-size: x-small;
	color: #999CC9;
}