﻿body
{
	/*background-color: rgb(0,89,179); */
	/*background-color: rgb(10,20,106);*/
	position:relative;
	left: 75px;
	height: 1024px;
	background-image:-webkit-linear-gradient(top right,rgb(250,173,106) 0% ,rgb(0,0,100) 100%);
	background-image:-moz-linear-gradient(top right,rgb(250,173,106) 0% ,rgb(0,0,100) 100%);
	background-image:-ms-linear-gradient(top right,rgb(250,173,106) 0% ,rgb(0,0,100) 100%);
	background-image:-o-linear-gradient(top right,rgb(250,173,106) 0% ,rgb(0,0,100) 100%);
	background-image:linear-gradient(top right,rgb(250,173,106) 0% ,rgb(0,0,100) 100%);
}

div
{
	display: inline-block;
	border: 2px groove teal;
	width: 82%;
	height:50px;
	padding: 12px;
	margin: 3px;
	background-color: rgb(255,255,190);
	color: rgb(0,198,255);
	text-align:center;
	font-style:italic;
	font-weight:bold;
	font-size:large;
	box-shadow: 6px 6px 13px black;
}

.logojbs
{
	position:relative;
	bottom: 5px;	
	right: 45px;
}
em
{
	position:relative;
	bottom:40px;
	font-size:14px;
	right:10px;
}
strong
{
	color:rgb(255,0,0);   
	font-size:16px;
	position:relative;
	top:7px;
	left:40px;
}

.navig1
{
	display: inline-block;
	border: 4px groove silver;
	width:10.5%;
	height:30px;
	margin: 3px;
	text-align:center;
	font-size:large;
	background-color:rgb(230,230,230);
	color:rgb(0,0,178);
}
.navig
{
	display: inline-block;
	border: 4px groove silver;
	width:10.7%;
	height:30px;
	margin: 3px;
	text-align:center;
	font-size:large;
	background-color:rgb(0,0,70);
	color:rgb(255,255,178);
}

.navig:hover
{
	background-color: rgb(0,83,232);
}
.doc
{
	background-color: rgb(160,210,255);
	color: navy;
	font-style:normal;
	text-decoration:none;
} 

p
{
	display: inline-block;
	border: 2px groove teal;
	width: 25%;
	padding: 12px;
	margin: 3px;
	background-color: rgb(160,210,255);
	color: navy;
	text-align:center;
	text-decoration:none;
	box-shadow: 6px 6px 13px black;
}


h2
{
	display: inline-block;
	border: 2px groove teal;
	width: 25%;
	height:14px;
	padding: 12px;
	margin: 3px;
	background-color: rgb(0,0,60);
	color: silver;
	text-align:left;
	/*box-shadow: 6px 6px 6px silver;*/
}

.log1
{
	background-image: url(compta.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
}

.log2
{
	background-image: url(paie.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.log3
{
	background-image: url(stock.jpg);
	background-repeat:no-repeat;
	background-position:right;
}


.log4
{
	background-image: url(is.png);
	background-repeat:no-repeat;
	background-position:right;
	
}

.log5
{
	background-image: url(ir.png);
	background-repeat:no-repeat;
	background-position:right;
}

.log6
{
	background-image: url(stock.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

footer
{
	text-align:center;
	font-size:large;
	background-color:rgb(105,105,105);
	color:rgb(254,218,2);
	display: inline-block;
	border: 2px groove teal;
	width: 81%;
	height:7px;
	padding: 12px;
	margin: 3px;
}
span
{
	position:relative;
	bottom: 7px;
}
