html {
height:100%;
}

body {
	background-color: #6A83B2;
	border:0px;
	margin:0px;
	padding:0px; 
}

html {
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #003366;
	scrollbar-track-color: #FFFFFF; 
	scrollbar-base-color: #FFFFFF;
	scrollbar-bottom-base-color: #000000;
	scrollbar-width:2px;
}

#frame {
	width: 700px;
	vertical-align:top; 
	padding-right:10px;
	padding-left:10px;
}

/*#frameold {
	min-width: 730px;
	vertical-align:top; overflow:auto;
	padding-right:10px;
	padding-left:10px;
	width: expression((document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) < 700 ? "700px" : "auto" );
	height:expression(document.documentElement.clientHeight-155)};
	
#frameold.commentaire {pour utiliser, specifier une min-width de 700 avec une width de 670 dans le tableau de la rubrique. Possibilité d'enlever l'attribut width dans le tableau de la rubrique avec frameold (mais affichage mauvais sur de très grandes résolution, nécessité de mettre un max-width non supporté...}*/

.gras {
	font-weight:bold;
}

.menuBouton {
	width:90px;
	float:left;	
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-size:11pt;
	font-weight: lighter;
	border-top-color:#6A83B2;
	border-bottom-color:#6A83B2;
	border-right-color:#6A83B2;
	border-left-color:#6A83B2;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: hidden;
	border-left-style: solid;
	padding:0px; border:0; margin:0;
	vertical-align:top;
}

a {
	color:#A9B9DA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-weight: lighter;
	text-decoration:none;
}

a:hover { 
	text-decoration:underline;
}

a.menuTexte { color:#FFFFFF;}
a.menuTexte:hover { color:#FFFFFF;  background-color:#A9B9DA; text-decoration:none;}

.rubriqueConteneur {
	width:670px;
	text-align:center;
}

.rubriqueTable {
	width:670px;
	border:0; 
}

.rubriqueTexte {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	text-align:justify; 
	font-style:normal;
}

.rubriqueTitre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #A9B9DA;
	text-align: center;
}

.Titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	cursor:pointer;
}

.rubriqueTitreParagraphe {
	color: #A9B9DA;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
/* 	font-variant: small-caps; */
	font-style: italic;
	text-align: left;
	margin-left: 30px;
}
.citation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #A9B9DA;
	text-align:left;
	margin-left:30px;
}
.rubriqueTitreArticlecharte {
	color: #A9B9DA;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}

.ChampsContact {
	margin-bottom:0px;
	padding-bottom:0px;
	color: #A9B9DA;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}
