@charset "utf-8";
/* CSS Document */
body 
{
background-color:#fff;
background-image:url(../img/bg.gif);
background-repeat:repeat-y;
background-position:top;
margin: 0px;

text-align: center;
}

.blanc {
	
	BACKGROUND-COLOR:white;
}
.grison {
	border-style:solid; 
	border-width:1px; 
	border-color:#D5D5D5; 
	BACKGROUND-COLOR: #E3EAF9
}
.navig {
	background-image:url(../img/bg_navigateur.gif);


}
p {
	font-family:verdana, sans-serif;
	font-size:70%;
	background-color:transparent;
	margin-left:0px;
	margin-right:0px;
	margin:0px; 
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

.gros_titre {
	color: #0075B9;
	font-weight: bold;
}

a.grostitrelink:link {color:#0075B9; text-decoration: none; font-weight: bold;}
a.grostitrelink:visited {color:#0075B9; text-decoration: none; font-weight: bold;}
a.grostitrelink:hover {color: #0075B9; text-decoration: underline; font-weight: bold;}
a.grostitrelink:active {color: #0075B9; font-weight: bold;}

a.lienfooter:link {color:#4e4d4d; text-decoration: none; }
a.lienfooter:visited {color:#4e4d4d; text-decoration: none; }
a.lienfooter:hover {color: #4e4d4d; text-decoration: underline; }
a.lienfooter:active {color: #4e4d4d; }

.topNavigation {
	width: 640px;
	overflow: auto;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.topNavigation li {
	list-style-type: none;
	float: left;
	height: 27px;
	cursor: pointer;
	background-repeat: no-repeat;
}

.topNavigation li:hover {
	background-position: 0px -27px;
}

.topNavigation li.selected {
	background-position: 0px -27px;
}

.topNavigation li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.topNavigation li.entreprise {
	background-image: url('../images/new_menu/entreprise.png');
	width: 104px;
}

.topNavigation li.services {
	background-image: url('../images/new_menu/services.png');
	width: 85px;
}

.topNavigation li.gestion {
	background-image: url('../images/new_menu/gestion.png');
	width: 120px;
}

.topNavigation li.licenses{
	background-image: url('../images/new_menu/licenses.png');
	width: 142px;
}

.topNavigation li.realisations{
	background-image: url('../images/new_menu/realisations.png');
	width: 82px;
}

.topNavigation li.coordonnees{
	background-image: url('../images/new_menu/coordonnees.png');
	width: 92px;
}

.servicesSub {
	background-color: #FFF;
	border: 1px solid #444;
	visibility: hidden;
	padding: 10px;
	text-align: left;
	width: 200px;
	margin: 0px;
	margin-right: 315px;
}

.servicesSub li {
	list-style-type: none;
}

.servicesSub li a {
	font-family: Arial, Verdana, Helvetica; 
	color: #444;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.servicesSub li a:hover {
	color: #007;
}
