/* CSS Document */
@charset "utf-8";

body {
	background-image: url(images/tall_header.jpg);
	background-repeat: repeat-x;
}
.texte {
	color: #48D4F8;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.textepied {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #414143;
	text-decoration: none;
}
.titreVert {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCFF00;
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



.texteformulaire {
	color: #333333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}
.texteformulaireGd {
	color: #333333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: none;
}
.textegris {
	color: #CCCCCC;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}
.titreGd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #414143;
	text-decoration: none;
}

.texteturquoise {
	color: #48D4F8;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}.texteblanc {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	text-decoration: none;
}

.hidden { visibility:hidden; overflow: auto; display:none;}
