﻿body 
{
	background-color:#003466;
	width:100%;
	height:100%;
	overflow:auto;
	margin:0;
	padding:0;
}

.texte{
	 font-family:arial;
	 font-size:12px;
	 line-height:16px;
}

.texteTable
{
	width:95%;
	border-left:solid 2px #666;
	padding-left:13px;
	margin-top:13px;
	
}

.texteDiv
{
	overflow: auto;
	width:100%;
	height:100%;
}

.topText
{
	text-align:right;
	padding-right:100px;
	color:White;
	font-family:verdana;
	font-size:12px;
	width:770px;
	height:32px;
	background-image:url(images/frame_top.jpg);
	background-repeat:no-repeat;
}

.bottomText
{
	text-align:right;
	padding-top:5px;
	padding-right:5px;
	color:White;
	font-family:verdana;
	font-size:11px;
	width:760px;
	height:28px;
	background-image:url(images/frame_bottom.jpg);
	background-repeat:no-repeat;
}

.copyright
{
	color:White;
	font-family:verdana;
	font-size:9px;
}

.redTexte
{
	color:Red;
	font-weight:bold;	
}

.blueTexte
{
	color:blue;
	font-weight:bold;	
}

.whiteAnchor{
	color:White;
	font-family:verdana;
	font-size:12px;
	text-decoration:none;
}

.whiteAnchor:hover{
	color:White;
	font-family:verdana;
	font-size:12px;
	text-decoration:underline;
}

.whiteAnchorSmall{
	color:White;
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
}

.whiteAnchorSmall:hover{
	color:White;
	font-family:verdana;
	font-size:11px;
	text-decoration:underline;
}

.blackAnchor{
	color:black;
	font-family:verdana;
	font-size:12px;
	text-decoration:none;
}

.blackAnchor:hover{
	color:black;
	font-family:verdana;
	font-size:12px;
	text-decoration:underline;
}

.realisation
{
	border-left:solid 3px #bbb;
	background-color: #666;
	height:22px;
	color:white;
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
	padding-left:10px;
	cursor:default;
}

.realisationHover
{
	border-left:solid 3px #bbb;
	background-color:#888;
	height:22px;
	color:blue;
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
	padding-left:10px;
	cursor: pointer;
}

.realisationItem{
	border-left:solid 3px #003466;
	background-color:#ffffff;
	height:22px;
	width:154px;
	color:black;
	font-weight:normal;
	font-family:verdana;
	font-size:12px;
	padding-left:7px;
	cursor: defaut;
}
.realisationItemHover{
	border-left:solid 3px #003466;
	background-color:#eeeeee;
	height:22px;
	width:154px;
	color:red;
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
	padding-left:7px;
	cursor: pointer;
}

.imageBorder
{
	margin-top:3px;
	border-top:outset 5px #aaa;
	border-left:outset 5px #aaa;
	border-right:outset 5px #aaa;
	border-bottom:outset 5px #aaa;
}

div{
    scrollbar-base-color: #c0c0c0;
    scrollbar-arrow-color: #ffffff;
    scrollbar-3dlight-color: #003366;
    scrollbar-darkshadow-color: #003366;
    scrollbar-face-color: #003366;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
}
