/* CSS Document */
/* menu_deroul */
.menu {display:none};
.submenu {display:none};

/* link */
a:hover {
	color: #FF5050;
	text-decoration: none;
}
a:link {
	color: #233296;
	text-decoration: none;
}
a:visited {
	color: #840084;
	text-decoration: none;
}
a:active {
	color: #840084;
	text-decoration: none;
}

/* lien telecharger */
.thumbs img { cursor: pointer; } /* img's markup in .thumbs */
.telecharger { 
	font-weight: bold; color: #ffffff;
	background-color: gray; width: 300px;
	margin-left: auto; margin-right: auto;
	border: solid 1px #000000;
	cursor: pointer;
}
.txt_14_cursor {
	font-family: tahoma;
	font-size: 14px;
	color: #233296;
	text-decoration: none;
	cursor: pointer;
}

/* disclaimer_css */
div#disclaimer{ text-align:left; }
div#disclaimer-fond{ position:fixed; z-index:1000; top: 0%;left: 0%;width: 100%;height: 100%; background:white; filter:alpha(opacity=100); -moz-opacity:0.9; opacity: 1.0; text-align:center; line-height:normal; clear:both; }
div#disclaimer-conteneur{ position:absolute; z-index:1001; width:550px; text-align:center; clear:both; }
div#disclaimer-cadre{ width:100%; margin-left:50px; margin-right:auto; margin-top:50px; padding:15px; font-size: 13px; font-family: tahoma; text-align:left; border:#ddd 1px solid; background:#f5f5f5; color:#000000; }
div#disclaimer-cadre b{ font-size:14px; color:black; }
div#disclaimer-cadre a{ text-decoration:none; font-size:14px; font-weight:bold; color: #233296; }
div#disclaimer-cadre a:hover{ color: #FF5050; text-decoration: none;}

/* text */
.txt_10 {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.txt_11 {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.txt_12 {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.txt_13 {
	font-family: tahoma;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.txt_13_gris {
	font-family: tahoma;
	font-size: 13px;
	color: #7C7C7C;
	text-decoration: none;
}
.txt_13_gris a{
	font-family: tahoma;
	font-size: 13px;
	color: #7C7C7C;
	text-decoration: none;
}
.txt_14 {
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.txt_16 {
	font-family: tahoma;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}