body {
	background-color: #FAFAFA;
	background-image: url(../texture.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	color: #7C0019;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #7C0019;
	text-decoration: underline;
}

a:hover {
	color: #B00023;
}

a.langues {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: underline;
}
a.langues:hover {
	color: #FFFF00;
}

a.liens {
	font-size: 9px;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: underline;
}
a.liens:hover {
	color: #FFFF00;
}

.adresse {
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	color: #A7A7A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tableauLogo {
	
	vertical-align:top;
	
}


.tableauPhoto {
	
	vertical-align:bottom;
	text-align:center;
	padding-bottom: 15px;
}
.tableauPhoto img {
	border: 1px solid #7C0019;
}

.logo {
	padding-left: 15px;
	padding-right: 15px;
	text-align:center;
	vertical-align:bottom;
}

table {
	font-size: 10px;
}
table.tableauGlobal {
	height: 100%;
}

select {
	color: #000000;
}
option {
	color: #000000;
}
input {
	color: #000000;
}
textarea {
	color: #000000;
}