/*                                  */

/*       EdidE Style Sheet          */

/*                           	    */

/*				    */

/* ***   c o u l e u r s   ****/

/*     Dark blue #142E64				*/

/*     Light blue #93A2BA				*/

/*     Red #86233D					*/

/*     black						*/

/* ************************** */


body {
scrollbar-base-color: #142E64;
scrollbar-face-color: #142E64; 
scrollbar-shadow-color: #142E64;
scrollbar-highlight-color: #142E64;
scrollbar-3dlight-color: #142E64; 
scrollbar-darkshadow-color: #142E64; 
scrollbar-track-color: #93A2BA; 
scrollbar-arrow-color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


p {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10pt;

	text-indent: 0em;

	color: black;

	padding-left: 30px;
	padding-right: 30px;
}
table
{
	margin: auto;
}
td img
{
	display:block;
	border:none;
	padding: 0px;
	margin: 0px;
}

/*#product a:hover
{
	display:block;
	text-decoration:none;
	background-image: url("images/products-over.gif");
	background-repeat: no-repeat;
}
#examples a:hover
{
	display:block;
	text-decoration:none;
	background-image: url("images/examples-over.gif");
		background-repeat: no-repeat;
}
#services a:hover
{
	display:block;
	text-decoration:none;
	background-image: url("images/services-over.gif");
		background-repeat: no-repeat;
}

#company a:hover
{
	display:block;
	text-decoration:none;
	background-image: url("images/company-over.gif");
		background-repeat: no-repeat;
}
#references a:hover
{
	display:block;
	text-decoration:none;
	background-image: url("images/references-over.gif");
	background-repeat: no-repeat;
}
#contact a:hover
{
	display:block;
	text-decoration:none;
	background-image: url("images/contact-over.gif");
		background-repeat: no-repeat;
}
#product a
{

	display:block;
	text-decoration:none;
	background-image: url("images/products.gif");
	width: 117px;
	height: 22px;
	background-repeat: no-repeat;
}
#examples a
{
	display:block;
	text-decoration:none;
	background-image: url("images/examples.gif");
	width: 108px;
	height: 22px;
	background-repeat: no-repeat;
}

#services a
{
	display:block;
	text-decoration:none;
	background-image: url("images/services.gif");
	width: 109px;
	height: 22px;
	background-repeat: no-repeat;
}

#company a
{

	display:block;
	text-decoration:none;
	background-image: url("images/company.gif");
	width: 117px;
	height: 22px;
	background-repeat: no-repeat;
}
#references a
{

	display:block;
	text-decoration:none;
	background-image: url("images/references.gif");
	width: 108px;
	height: 22px;
	background-repeat: no-repeat;
}
#contact a
{

	display:block;
	text-decoration:none;
	background-image: url("images/contact.gif");
	width: 109px;
	height: 22px;
	background-repeat: no-repeat;
}*/
.black {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10pt;

	text-indent: 0em;

	color: black;

}

.BlackJustify {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10pt;

	text-indent: 0em;

	color: black;

	text-align: justify;

}

.BlackJustifyIndent {

	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";

	font-size: 10pt;

	text-indent: 1em;

	color: black;

	text-align: justify;

}

.BlackLeft {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10pt;

	text-indent: 0em;

	color: black;

	text-align: left;

}

.BlackRight {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 10pt;

	text-indent: 0em;

	color: black;

	text-align: right;

}

.small { font-size: 8pt; ; font-family: Verdana, Arial, Helvetica, sans-serif;}

.footer { font-size: 8pt; ; font-family: Verdana, Arial, Helvetica, sans-serif;
}

.red { color: #86233D; ; font-family: Verdana, Arial, Helvetica, sans-serif;}

.big { font-size: 15pt; ; font-family: Verdana, Arial, Helvetica, sans-serif;}

.left { text-align: left; }

.right { text-align: right ;}


.titre {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 16pt;

	text-indent: 0em;

	color: #000000;

}

.titreCentre {

	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";

	font-size: 16pt;

	color: #000000;

	text-indent: 0em;

}

.titreMoyen {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12pt;

	color: black;

	font-style: normal;

	font-weight: bold;

	text-indent: 0em;
	text-align:left;


}

	

/* liens */
A:LINK		{ color: #142E64; text-decoration: underline; font-weight: bold;}
A:VISITED	{ color: #93A2BA; text-decoration: underline; font-weight: bold;}
A:HOVER		{ color: #86233D; text-decoration: underline; font-weight: bold;}
A:ACTIVE	{ color: #93A2BA; text-decoration: underline; font-weight: bold;}

A.black:link		{ color: black; }
A.black:visited 	{ color: black; }
A.black:hover		{ color: #CCCCCC; }
A.black:active  	{ color: #000000; }

A.red:link		{ color: #666600; }
A.red:visited 		{ color: #666600; }
A.red:hover		{ color: black; }
A.red:active 		{ color: black; }

