@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; }