@charset "utf-8";

body {
	background-color: #FFFFFF;
	margin-top: 10px;
}

td {
	border:0px solid;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.titre_menu_gris {
	font-family: Tahoma;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.text {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
}
.text_vert {
	color: #339933;
	font-family: Tahoma;
	font-size: 12px;
}
.text_orange {
	color: #FF7911;
	font-family: Tahoma;
	font-size: 12px;
}
.text_rouge {
	color: #740D0D;
	font-family: Tahoma;
	font-size: 12px;
}
.text_big {
	color: #000000;
	font-family: Tahoma;
	font-size: 14px;
}
.text_big_vert {
	color: #339933;
	font-family: Tahoma;
	font-size: 14px;
}
.text_big_orange {
	color: #FF7911;
	font-family: Tahoma;
	font-size: 14px;
}
.text_big_rouge {
	color: #740D0D;
	font-family: Tahoma;
	font-size: 16px;
}
.lien_lang {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.copyright_rouge {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF7911;
}
.copyright_gris {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
#bulle {
	position:absolute;
	z-index:1;
}
#vertical {
background: url(../images/tab_g.gif);
width: 5px;
background-repeat: repeat-y;
}