/*-----------------------------------------------------------------------------

TheGeenBow main style sheet.

jc190424: images en https

-----------------------------------------------------------------------------*/


/* Résoudre les problèmes de marges en CSS : http://css.mammouthland.net/problemes-css-marges-margin-padding.php */
/* [Position: fixed ] & [Position: absolute] décalages incompréhensibles : http://www.grafikart.fr/forum/topics/14187 */


html, body {
	margin:0;
	padding:0;
	font-family: verdana; 
	font-size:11px;
	color: #666;
	background: white;
}

a {
	outline: 0;
	color: rgb(66,127,216);
}

a:visited {
	color: rgb(105,136,180);
}

h2 {
	font: 28px "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weigt: normal;
	color: rgb(66,127,216);
	padding:40px 0px 10px 0px;;
	margin:0;
}

h2 a, h2 a:visited {
	color: rgb(66,127,216);
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font: 20px "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weigt: normal;
	color: rgb(66,127,216);
	padding:0px 0px 10px 0px;;
	margin:0;
}

h3 a, h3 a:visited {
	color: rgb(66,127,216);
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

.parag1 {
	width:700px;
	margin: 30px 0px 30px 0px;
	/*text-align: left!important;*/
	font: 14px Arial, sans-serif;
	font-weigt: normal;
	color:#707070;
}

.sep {
	width: 100%;
	border-bottom:1px solid #CCC;
	margin: 40px 0px 20px 0px;
}


/*-----------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------*/
.headermenu {
	position:fixed;
	top:0;
	//line-height: 40px;
//	border-bottom: 1px solid #AAA;
	width: 100%;
	background: white;
	z-index:10;
}

.menu_left {
	float: left;
}
.menu_left ul {
	font-size: 14px;
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
	list-style: none;
	margin:0;
	padding:0;
}
.menu_left ul li {
	list-style: none;
	display:inline;
}
.menu_left ul li a {
	color: #555;
	text-decoration: none;
	padding: 20px 20px 20px 20px;
	border: 0;
	border-right: 1px solid #AAA;
}
.menu_left ul li a:hover {
	background: #EEE;
}
.logo_block a:hover {
	background: white!important;
}
.store_block a {
	background: rgb(209,237,255);
}
.store_block a:hover {
	background: rgb(163,219,255)!important;
}


.menu_right {				/* attention, comme menu_left est en float, menu_right fait tout le header de large et de haut ! */
	text-align: right;
	/*border:1px solid black;*/
}
.menu_right ul {
	font-size: 0px;			/* ça c'est pour éviter du padding autour des drapeaux */
	list-style: none;
	margin-right: 20px;		/* c'est plus propre que ce oit le "ul" qui ait le margin droite plutôt que le "menu_right" lui-même */
	line-height:0px!important;	/* Ca c'est pour éviter le padding en dessous des drapeaux... */
	margin-top: 36px!important;
	/*border:1px solid red;*/
}
.menu_right ul li {
	list-style: none;
	display:inline;
	margin:0!important;
	padding:0!important;
	padding-right: 8px!important;
	/*border:1px solid blue;*/
}
.menu_right ul li a {
	margin:0!important;
	padding:0!important;
	/*border:1px solid green;*/
}
.menu_right ul li a:hover {
}


/*-----------------------------------------------------------------------------
Banner
-----------------------------------------------------------------------------*/
.banner {
	margin-top:57px;
	width: 100%;
	height: 67px;
    //background: url("https://www.thegreenbow.com/images/tgb_banner.gif");
   	background-color:#0A2337
	border-bottom: 1px solid rgb(100,152,35);	/* souligné bannière pour rendu plus smart */
}

.headtitle {
	font-family: arial, verdana;
	font-size: 32px;
	font-weight: lighter!important;
	color: white;
	padding-top: 16px;
    	height: 50px;
	background-color:#0A2337
}


.subtitle {
	font-family:arial;
	font-size:20px;
	color:#555;
}

.supportframe {
	width: 100%;
	height: 180px;
	background: rgb(45,130,38);
}
.supportparag {
	width: 800px;
	text-align: left;
}
.supporttitle {
	font-family: arial;
	font-size: 36px;
	color: white;
	padding:40px 0px 10px 0px;;
	margin:0;
}
.supportsubtitle {
	font-family: arial;
	font-size: 20px;
	color:  #222;
}


/*-----------------------------------------------------------------------------
Main page : left menu
-----------------------------------------------------------------------------*/
div.left_menu ul {
	padding:0;
	margin:0;
}

div.left_menu ul li {
	list-style:none;
}

div.left_menu ul li a {
	width:204px;					/* largeur cellule = 204px */
	height:100%;
	display:block;
	color:#777;
	font-size:11px;
	text-decoration:none;
	text-align:left;
	padding: 15px 10px 15px 10px;
	border: 1px solid #DDD;				/* border 1px tout autour... */
	border-bottom:0px!important;			/* ... sauf en bas */
}
div.left_menu ul li:last-child a {
	border-bottom: 1px solid #DDD!important;	/* ... sauf le 'last-child' qui lui a un border en bas */
}

div.left_menu ul li a:hover {
	border-left: 4px solid rgb(127,200,35);		/* hover = 4px green à gauche (au lieu de 1px quand pas hover, donc 3px de plus) */
	width:201px;					/* donc largeur = 204 - 3 = 201px */
	text-decoration:none;
	background: #F8F8F8;
}
div.left_menu ul li img {
	float:left;
	margin:0px 10px 15px 5px;
	/*border:1px solid blue; */
}
div.left_menu ul li a:hover img {
	margin:0px 10px 15px 2px!important;		/* hover=>3px de border à gauche en plus, donc, pour garder img stable, on enlève 3px à gauche : 5 - 3 = 2px */ 
}
div.left_menu b {
	color:#777;
	font-size:12px;
	display:block;					/* crée le retour chariot au bout du bloc */
	margin:0px 0px 5px 0px; 
	padding:0;
	text-align:left;	
}


/*-----------------------------------------------------------------------------
OSlist
-----------------------------------------------------------------------------*/
.oslist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: arial;
	font-size: 12px;
	color: #888;
}

.oslist ul li {
	list-style:none;
	display:inline-block;		/* C'EST LUI le paramètre pour afficher des "display:block" en ligne dans un li/ul */
	margin:0px;
	padding:10px 34px 10px 34px;
}

.oslist ul li.os_windows a {
	background: url("https://www.thegreenbow.com/images/os_windows.gif") 0px 0px no-repeat;		/* center center no-repeat; */
	display:block;
	width:72px;
	height:72px;
}
.oslist ul li.os_windows a:hover {
	background: url("https://www.thegreenbow.com/images/os_windows.gif") -72px 0px no-repeat;	/* center center no-repeat; */
}

.oslist ul li.os_ios a {
	background: url("https://www.thegreenbow.com/images/os_ios.gif") 0px 0px no-repeat;		/* center center no-repeat; */
	display:block;
	width:72px;
	height:72px;
}
.oslist ul li.os_ios a:hover {
	background: url("https://www.thegreenbow.com/images/os_ios.gif") -72px 0px no-repeat;	/* center center no-repeat; */
}

.oslist ul li.os_macos a {
	background: url("https://www.thegreenbow.com/images/os_macos.gif") 0px 0px no-repeat;		/* center center no-repeat; */
	display:block;
	width:72px;
	height:72px;
}
.oslist ul li.os_macos a:hover {
	background: url("https://www.thegreenbow.com/images/os_macos.gif") -72px 0px no-repeat;	/* center center no-repeat; */
}

.oslist ul li.os_android a {
	background: url("https://www.thegreenbow.com/images/os_android.gif") 0px 0px no-repeat;		/* center center no-repeat; */
	display:block;
	width:72px;
	height:72px;
}
.oslist ul li.os_android a:hover {
	background: url("https://www.thegreenbow.com/images/os_android.gif") -72px 0px no-repeat;	/* center center no-repeat; */
}

.oslist ul li.os_linux a {
	background: url("https://www.thegreenbow.com/images/os_linux.gif") 0px 0px no-repeat;		/* center center no-repeat; */
	display:block;
	width:72px;
	height:72px;
}
.oslist ul li.os_linux a:hover {
	background: url("https://www.thegreenbow.com/images/os_linux.gif") -72px 0px no-repeat;		/* center center no-repeat; */
}


/*-----------------------------------------------------------------------------
Button
-----------------------------------------------------------------------------*/
button {
	border: 1px solid rgb(66,127,216);
	color: rgb(66,127,216);
	/*width: 110px;*/
	background: white;
	text-decoration: none;
	text-align: center;
	padding: 5px 25px 5px 25px;
	/*display:block;*/		/* finalement pas nécessaire pour un background bleu plein */
}

button:hover {
	background: rgb(209,237,255);
	text-decoration: none;
	/*display:block;*/		/* finalement pas nécessaire pour un background bleu plein */
}

.button {
	font-size:12px;
	border: 1px solid rgb(66,127,216);
	color: rgb(66,127,216);
	background: white;
	text-decoration: none;
	text-align: center;
	padding: 5px 25px 5px 25px;
	/*display:block;*/		/* finalement pas nécessaire pour un background bleu plein */
}

.button:hover {
	background: rgb(209,237,255);
	text-decoration: none;
	/*display:block;*/		/* finalement pas nécessaire pour un background bleu plein */
}

.moreinfo_mid a {
	display:inline-block;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	background-color: white;				/* rgb(94,156,230); rgb(127,200,35); */
	color: rgb(94,156,230);					/* white; */
	text-decoration:none;
	width:130px;
	line-height:40px;
	margin:2px 6px 6px 6px;
	border: 1px solid rgb(94,156,230);
}
.moreinfo_mid a:hover {
	background-color: rgb(94,156,230);			/* rgb(64,132,213); bleu roi, plutôt que : rgb(82,136,200); ou rgb(84,173,25); */
	color: white;
}


/*-----------------------------------------------------------------------------
DOWNLOAD & BUY Button
-----------------------------------------------------------------------------*/
.downloadbutton a {
	display: inline-block;
	font-size: 18px;
	height: 47px;
	text-transform: uppercase;
	background: url("https://www.thegreenbow.com/images/icones/download_white.gif") 13px 7px no-repeat;
	background-color: rgb(94,156,230);			/* rgb(127,200,35); */
	padding-left:57px;
	padding-right: 20px;
	color: white;
	text-decoration: none;
	/*line-height:47px;*/
	cursor:pointer;
}
.downloadbutton a:hover {
	background-color: rgb(64,132,213)			/* bleu roi, plutôt que : rgb(82,136,200); ou rgb(84,173,25); */
}
.downloadsub {
	font-family: arial; 
	font-size:9px;
	text-transform:none!important;
}

.downbase {							/* couleur baseline en dessous du bouton "download", typiquement "30 days FREE evaluation" */
	font-family: arial;
	margin-top:3px;
	color: rgb(94,156,230);					/* rgb(84,173,25); */
	font-size:13px;
}

.buybutton a {
	display:inline-block;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	background: rgb(166,228,33);				/* rgb(255,219,47); */
	color: rgb(96,130,25);					/* rgb(101,91,35); */
	text-decoration:none;
	width:180px;
	line-height:47px;
	cursor:pointer;                 
}
.buybutton a:hover {
	background: rgb(84,173,25);				/* rgb(117,186,30); rgb(142,195,27); rgb(255,174,0); */
	color: white;
}

.storebutton {							/* bouton "Checkout" */
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	background: url("https://www.thegreenbow.com/images/icones/check_white.gif") 13px 7px no-repeat;
	background-color: rgb(127,200,35);
	padding-left:57px;
	padding-right: 20px;
	color: white;
	text-decoration: none;
	line-height:47px;
	border:0px!important;
	cursor:pointer;                 
}
.storebutton:hover {
	background-color: rgb(84,173,25);
}


/*-----------------------------------------------------------------------------
Liste prix sur homepage
-----------------------------------------------------------------------------*/
.pricetable td {
	font-family: arial;
	font-size: 12px;
	color: #444;
	border: 1px solid #BBB;
	padding-bottom: 14px;
}
.pricetable td a {
	color: rgb(66,127,216);
	text-decoration:none;
}
.pricetable td a:hover {
	text-decoration:underline;
}
.pricebanner {
	font-family: arial;
	font-size: 14px;
	width: 105px;
	height: 37px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 14px;
	padding-top: 4px;
}
.pricevalue {
	font-family: arial;
	font-size: 24px;
	/*font-weight: bold;*/
	/*color: rgb(66,127,216);*/
	color: #666;
}

.evaluationwarn {
	width: 450px;
	border: 1px solid #DDD;
	padding: 10px;
}
.bluetitle {
	font-family: arial;
	font-size: 16px;
	color: rgb(66,127,216);
}
.smalltext {
	font-family: arial;
	font-size: 12px;
	color: #888;
}


/*-----------------------------------------------------------------------------
Liste des cadres produits et prix produits pour les pages "vpn_product.html"
et "vpn_store.html" (cadres avec liseret vert en bas quand on passe dessus
avec la souris.
-----------------------------------------------------------------------------*/
.producttable ul {
	margin-top: 40px;
}
.producttable ul li {
	list-style: none;
	display:inline-block;		/* C'EST LUI le paramètre pour afficher des "display:block" en ligne dans un li/ul */
	width:260px;			/*250px;*/
	margin:0px 20px 2px 20px;
	border:1px solid white;
	text-align: center;
	padding-bottom:16px;
	background-color:white;
        /*height:365px;*/
}
.producttable ul li:hover {
	border:1px solid #DEDEDE;
	border-bottom: 3px solid rgb(84,173,25);
	margin:0px 20px 0px 20px;
}
.producttitle {
	font-family: Segoe UI, Verdana, Arial, sans-serif;
	font-size: 22px;
	padding: 15px 0px 15px 0px;
	color: #555;
	border-bottom: 2px solid #C8C8C8;
	width:260px;			/*250px;*/
	text-align:left!important;
}
.producttitle a {
	color: #555;
	text-decoration: none;
	padding-left:4px;
}
.producttitle a:hover {
	text-decoration: underline;
}
.productstick {
	margin: 25px 0px 0px 0px;
}
.productprice {
	width: 240px;
	text-align: center;
	color: rgb(66,127,216);
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0px 20px 0px;
}
.producttext {
	margin:8px 8px 0px 5px;
	padding: 0px;
	/*width: 240px;*/
	text-align:left!important;
}
.productmore {
	width: 240px;
	text-align:right!important;
	margin:16px 0px 16px 0px;
}
.productmore a {
	font-size:12px;
	color: rgb(66,127,216);
	text-decoration:none;
	background:url("https://www.thegreenbow.com/images/icones/more.gif") no-repeat;
	background-position: right;
	padding-right:22px;
	line-height:16px;
	display:block;
}
.productmore a:hover {
	text-decoration:underline;
	background:url("https://www.thegreenbow.com/images/icones/morehover.gif") no-repeat;
	background-position: right;
}
.infotrial {
	font-size: 10px;
	width:110px;
	text-align:center;
	margin:0px 6px 0px 6px!important;
	color: rgb(94,156,230);					/* rgb(94,156,230); rgb(84,173,25); */
}
.download_mid a {
	display:inline-block;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	background-color: rgb(94,156,230);			/* rgb(127,200,35); */
	color: white;
	text-decoration:none;
	width:110px;
	line-height:40px;
	margin:2px 6px 6px 6px;
}
.download_mid a:hover {
	background-color: rgb(64,132,213)			/* bleu roi, plutôt que : rgb(82,136,200); ou rgb(84,173,25); */
}
.buy_mid a {
	display:inline-block;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	background: rgb(166,228,33);				/* rgb(255,219,47); */
	color: rgb(96,130,25);					/* rgb(101,91,35); */
	text-decoration:none;
	width:110px;
	line-height:40px;
	margin:2px 6px 6px 6px;
}
.buy_mid a:hover {
	background: rgb(84,173,25);				/* rgb(117,186,30); rgb(142,195,27); rgb(255,174,0); */
	color: white;
}


/*-----------------------------------------------------------------------------
Ligne des boutons "download" et "buy" des pages produits
-----------------------------------------------------------------------------*/
.buttonrow {
	width:100%;
	text-align:center;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#F0F0F0;
}

.buttonrow ul {				/* ligne des boutons "télécharger" et "buy" */
	list-style:none;
	display:inline-block;		/* C'EST LUI le paramètre pour afficher des "display:block" en ligne dans un li/ul */
}
.buttonrow ul li {
	list-style:none;
	display:inline-block;		/* C'EST LUI le paramètre pour afficher des "display:block" en ligne dans un li/ul */
	margin:5px 20px 5px 20px;
	vertical-align:top;
}


/*-----------------------------------------------------------------------------
Onglets feature/download/documentation/etc. des pages produits
-----------------------------------------------------------------------------*/
#tabs ul {
    font: normal 12px verdana, sans, sans-serif;
    -list-style-type: none;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 20px 0;  
    width:685px;/*725px;*/		/* donc contenu 'right' = 960 - 270 = 690 */
    height: 36px;
    /*float:right;*/
    padding-left:10px;
    padding-right:0px;
    padding-bottom:0px;
}
#tabs ul li {
    display: block;
    float: left;
    text-align:center;
    padding:0;
    margin: 1px 3px 0px 0px;
    /*border: 1px solid #e1e1e1;*/
}
#tabs ul li a {
    float: left;
    color: #666;/*#888;/*#2c2b2b;*/
    /*font-weight:bold;*/
    text-decoration: none;
    text-align:center;
    padding:10px;
    background-color:#EEE;/*#ffffff;*/
    height:14px;
    min-width:80px;
    border: 1px solid #e1e1e1;
}
nav.tab_menu #tabs ul li a.active {
    /*color: #415567;*/
    /*font-weight:bold;*/
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;	
}
nav.tab_menu2 #tabs ul li a.active,
#tabs ul li.current a {
    color: #666;/*#415567;*/
    /*font-weight:bold;*/
    background-color: white;/*#f8f8f8;*/
    border-bottom: 1px solid white;/*#f8f8f8;*/
    border-top: 4px solid rgb(166,228,33)!important;	/* jc190902 bord top vert */
    height: 11px!important;				/* jc190902 bord top vert */
    padding-top: 7px!important;				/* jc190902 bord top vert */
    padding-bottom: 13px!important;			/* jc190902 bord top vert */
}
#tabs ul li a:hover {
	/*color: #81df23;*/
	color:#666;
	font-weight:none;
	background-color: #ffffff;
	/*opacity:0.7;      */
}


/*-----------------------------------------------------------------------------
Titre des paragraphes docs
-----------------------------------------------------------------------------*/
.title_doc {
	font-size: 22px;
	/*margin: 20px 0px 18px 24px;*/
	font-family: segoe ui, arial, verdana;
	color: #A0A0A0;
	margin: 25px 0px 20px 20px;
}

.doclist {
}
.doclist th {
	font-family: segoe ui, arial, verdana;
	color: #A0A0A0;
	font-size: 20px;
	border-bottom: 1px solid #CCC;
	padding: 12px 0px 12px 0px;
	font-weight: normal!important;
}
.doclist td {
	border-bottom: 1px solid rgb(210,210,210);
	padding: 0px 10px 0px 10px;
}
.noleftpad {
	padding-left:0px!important;
}
.dochoverblue {
	font-size: 14px;
	text-decoration: none;
	background: url('https://www.thegreenbow.com/images/vpn_configuration_guide_4.gif') 17px 16px no-repeat;
        background-color: white;
	line-height: 32px;
	padding: 12px 10px 12px 49px;
}
.dochoverblue:hover {
	background: url('https://www.thegreenbow.com/images/vpn_configuration_guide_4.gif') 17px 16px no-repeat;
	background-color: rgb(220,235,255);		/* rgb(209,237,255); rgb(174,208,246); */
}
.nodeco {
	color: rgb(24,112,200)!important;
	text-decoration: none!important;
}
.nodeco:hover {
	text-decoration: none!important;
}

/*-----------------------------------------------------------------------------
Police des versions dans onglet download des produits
-----------------------------------------------------------------------------*/
.vpn_version a {
	font-size: 18px;
	color: #444;
	font-weight:normal;
	text-decoration:none;
}
.vpn_version a:hover {
	text-decoration:underline;
}

.downmore{
	padding-left: 40px;
	line-height:30px;
	margin-left: 20px;
	background:url('https://www.thegreenbow.com/images/download_lite.png') no-repeat;
}

/*-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#footer_div{
	clear:both;
}

footer div.footer_main div.footer_content_top a.buy,
footer div.footer_main div.footer_content_top a.download{
	width:135px; 
	height:20px; 
	display:block;	
	padding:9px;
	text-align:center;
	text-transform:uppercase; 
	text-decoration:none;
	letter-spacing:1px;
	font-size:12px; 
	font-weight:normal;
}
footer div.footer_main div.footer_content_top a.download img{
	padding: 0 5px 0 0;
	float:left;
	border:0px solid #ff0000;
}
footer div.footer_main div.footer_content_top a.download {
	color:#ffffff;
	border:1px solid #324250;	
	background: #4a5e70; /* Old browsers */
	box-shadow: 0px 2px 0px 0px #324250;	
}
footer div.footer_main div.footer_content_top a.buy {	
	color:#000000;
	border:1px solid #e4e4e4;
	background: #f1f2f3; /* Old browsers */
	box-shadow: 0px 2px 0px 0px #E6E6E6;
}

/*
article.block_footer{
	margin: 75px auto 20px auto;
	width:900px;
	height:148px;
	border: 0px solid black;
}
article.block_footer div.block_footer_link{
	width:221px;
	height:148px;
	float:left;
	margin:0;
	background: #f8f8f8;
	border:1px solid #e8e8e8;	
}
article.block_footer div.block_footer_link ul{
	color:#415567;
	font-size:14px;
	font-weight:bold;
}
article.block_footer div.block_footer_link ul li{
	color:#2c2b2b;
	font-size:10px;
	font-weight:none;
	list-style:none;
	padding:10px 0 0 15px;
}
article.block_footer div.block_footer_link a{
	color:#2c2b2b;
	text-decoration:none;
}
article.block_footer div.block_footer_link a:hover{
	color:#2c2b2b;
	text-decoration:underline;
}
*/

footer{
	margin:0 0 -20px 0;
	bottom:0px;
	width:100%;
	/*background: url("https://www.thegreenbow.com/images/footerBackground.gif") repeat-x scroll center top transparent;*/
	clear: both;
	background-color:#0A2337;
	position:bottom;
	text-align:center;
}
footer h1{
	color: rgb(204, 204, 204);
	font-weight: normal;
	line-height: 220%;
	font-size: 13px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}
footer div.footer_main{
	width:900px;
	margin:0 auto;
}
footer div.footer_content{
	width:900px;
	padding-top:15px;
	margin: 0 0 15px 0;
	border:0px solid #ffff00;
	border-bottom: 1px dotted rgb(10, 35, 35);
}
footer div.footer_bottom{
	width:900px;
	margin: 0 0 0 0;
	border:0px solid #ffff00;
}
footer div.footer_main div.footer_content_top{
	width:900px; 
	padding:5px 0 15px 0;
	border-bottom: 1px dotted rgb(10, 35, 35);
}
footer div.footer_main div.footer_content_top div.footer_content_top_block {
	width:350px;
	height:auto;
	margin: 0 15px 15px 5px;
	float:left;
	border:0px solid #ff0000;
}
footer div.footer_main div.footer_content_top div.footer_content_top_block_pict {
	height:auto;
	margin: 0 15px 0 5px;
	float:right;
	border:0px solid #ff0000;
}
footer div.footer_main div.footer_content_top div.footer_content_top_block_pict  div.location1{
	position:absolute;
	margin:45px 0 0 207px;
}
footer div.footer_main div.footer_content_top div.footer_content_top_block_pict  div.location2{
	position:absolute;
	margin:65px 0 0 77px;
}
footer div.footer_main div.footer_content_top div.footer_content_top_block_pict  div.location3{
	position:absolute;
	margin:47px 0 0 227px;
}
footer div.footer_main div.footer_content_top div.footer_content_top_block_pict  div.location4{
	position:absolute;
	margin:60px 0 0 192px;
}
footer div.footer_main div.footer_content_top div.footer_content_top_block_pict  div span.infobulle{
	display:none;
}
footer div.footer_main div.footer_content_top div.footer_content_top_block_pict  div:hover > span.infobulle{
	display:block;
	position:absolute;
	color:#000000;
	background:rgba(255,255,255,.9);
	padding:15px;
	border-radius:3px;
	box-shadow:0 0 2px rgba(0,0,0,.5);
}

div.alt {
	display:inline-block;
	position:relative;
	border:none;
	cursor:pointer;
	min-width:14px; 
	height:14px;
}
div.alt p {
	display:inline;
	margin-left: 19px;
}
div.alt img {
	position:absolute;
	z-index:9999;
}
div.alt span.alt-bulle {
	display:none;
	overflow-x:hidden;
	overflow-y:auto;
	max-height:300px;
}
div:hover > span.alt-bulle {
	display:block;
	position:absolute;
	z-index:999;
	margin:-3px 0 0 -5px;
	color:#000000;
	background:rgba(255,255,255,1);
	/*padding:15px;*/
	border:1px solid #CCC;
}
span.alt-bulle h1 {
	color:#ffffff;
	margin:0 !important;
	padding: 10px 0px 10px 40px!important;/*padding:0 !important;*/
	font-weight:normal!important;
	background-color: #959BBE!important;
}

footer div.footer_main div.footer_content_top div.footer_content_top_news {
	width:200px; 
	height:auto;
	margin: 0 0 0 5px;
	float:left;
	border:0px solid #ff0000;
}
footer div.footer_main div.footer_content_top div.footer_content_top_block a.buy,
footer div.footer_main div.footer_content_top div.footer_content_top_block a.download {
	float:right;
	margin-top:20px;
	margin-right:30px;
}
footer div.footer_main div.footer_content_top div.footer_content_top_block  ul{
	float:left;
	width:250px;
	margin:0 0 0 0; 
	border:0px solid #ff0000;
}
footer div.footer_main div.footer_content_top div.footer_content_top_block  ul li{
	list-style: none outside none;
	padding: 0px 0px 0px 20px;
	line-height: 220%;
	border:none;
}
footer div.footer_main b{
	color: rgb(204, 204, 204);
	font-weight: normal;
	line-height: 220%;
	font-size: 13px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}
footer div.footer_content ul{
	font-size: 12px;
	color: rgb(204, 204, 204);
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
	border:0px solid #ff0000;
	float:left;
	margin:0 6px; 
	padding:0 0 15px 0;
	width:150px;
}
footer div.footer_main ul.contact{
	float:left;
	border:1px solid #fff000;
}
footer div.footer_content ul li{
	list-style:none;
	line-height: 220%;
}
footer div.footer_content ul li a,
footer div.footer_main div.footer_content_top div.footer_content_top_news a,
footer div.footer_main div.footer_content_top div.footer_content_top_block  ul li a{
	color: rgb(102, 102, 102);
	border: medium none;
	-moz-transition: all 0.15s ease-in-out 0s;
	text-decoration: none; 
	font-size: 12px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}
footer div.footer_content ul li a:hover,
footer div.footer_main div.footer_content_top div.footer_content_top_news a:hover,
footer div.footer_main div.footer_content_top div.footer_content_top_block  ul li a:hover{
	color: rgb(255, 255, 255);
	border: medium none;
	-moz-transition: all 0.15s 
	
}
footer div.footer_bottom img{
//	float:left;
}
footer div.footer_bottom p.copyright{
      text-align:center; 
      border:0px solid #ff0000;
	padding:0 0 15px 0; 
	margin:0px;
	width:auto;
	color:#f1f1f1;
}