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


.v_con {
background: #151515; /* Old browsers */
background: -moz-linear-gradient(top,  #151515 0%, #ccb99f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#151515), color-stop(100%,#ccb99f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #151515 0%,#ccb99f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #151515 0%,#ccb99f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #151515 0%,#ccb99f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #151515 0%,#ccb99f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#ccb99f',GradientType=0 ); /* IE6-9 */
}

.v_aac_LIGHT {
background: #d8f2ff;
background: -moz-linear-gradient(top,  #d8f2ff 0%, #abd3ee 53%, #7bc4f2 76%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8f2ff), color-stop(53%,#abd3ee), color-stop(76%,#7bc4f2));
background: -webkit-linear-gradient(top,  #d8f2ff 0%,#abd3ee 53%,#7bc4f2 76%);
background: -o-linear-gradient(top,  #d8f2ff 0%,#abd3ee 53%,#7bc4f2 76%);
background: -ms-linear-gradient(top,  #d8f2ff 0%,#abd3ee 53%,#7bc4f2 76%);
background: linear-gradient(to bottom,  #d8f2ff 0%,#abd3ee 53%,#7bc4f2 76%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8f2ff', endColorstr='#7bc4f2',GradientType=0 );
}

.v_aac {
background: #143974; /* Old browsers */
background: -moz-linear-gradient(top,  #143974 0%, #14589d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#143974), color-stop(100%,#14589d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #143974 0%,#14589d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #143974 0%,#14589d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #143974 0%,#14589d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #143974 0%,#14589d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#143974', endColorstr='#14589d',GradientType=0 ); /* IE6-9 */
}

.v_cat {
background: #2e6194; /* Old browsers */
background: -moz-linear-gradient(top,  #2e6194 0%, #7bb0e4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e6194), color-stop(100%,#7bb0e4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2e6194 0%,#7bb0e4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2e6194 0%,#7bb0e4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2e6194 0%,#7bb0e4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2e6194 0%,#7bb0e4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6194', endColorstr='#7bb0e4',GradientType=0 ); /* IE6-9 */
}

.v_hah {
background: #670100; /* Old browsers */
background: -moz-linear-gradient(top,  #670100 0%, #99441a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#670100), color-stop(100%,#99441a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #670100 0%,#99441a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #670100 0%,#99441a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #670100 0%,#99441a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #670100 0%,#99441a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#670100', endColorstr='#99441a',GradientType=0 ); /* IE6-9 */
}

.v_rayes {
	background: #151413;
background: -moz-linear-gradient(top,  #151413 0%, #918572 54%, #918572 56%, #918572 59%, #38332d 100%);
background: -webkit-linear-gradient(top,  #151413 0%,#918572 54%,#918572 56%,#918572 59%,#38332d 100%);
background: linear-gradient(to bottom,  #151413 0%,#918572 54%,#918572 56%,#918572 59%,#38332d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151413', endColorstr='#38332d',GradientType=0 );
}

.v_fond {
	background: #383427;
	background: -moz-linear-gradient(top,  #383427 0%, #5f5b57 100%);
	background: -webkit-linear-gradient(top,  #383427 0%,#5f5b57 100%);
	background: linear-gradient(to bottom,  #383427 0%,#5f5b57 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383427', endColorstr='#5f5b57',GradientType=0 );
}
.v_con:hover
	{
	background:#6e6559;
	}
.v_aac:hover
	{
	background:#14589d;
	}
.v_cat:hover
	{
	background:#566eb3;
	}
.v_hah:hover
	{
	background:#852b17;
	}	
.v_rayes:hover
	{
	background:#38332d;
	}				