﻿/* Default CSS Stylesheet for a new Web Application project */
/*
Bleu clair
#D9ECFF
Bleu foncé
#000080
*/


.Commentaire
{
	color:#000080;
	font-size:1.2em;
	font-weight:bold;
}

A:link
{
	text-decoration: none;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	color: red;
	text-decoration: underline;
}
.Titre
{
	padding: 5px 0px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
	color: #000080;
}

.Vu
{
	color:Gray;
	font-size:0.9em;
}

.Auteur
{
	color:Gray;
	font-size:0.9em;
	padding:5px 0px 10px 0px;
}

.Titre8
{
	font-weight: bold;
	font-size: 8pt;
	color: #0066ff;
	font-family: Verdana, Arial, 'Times New Roman';
}
.Titre10
{
	font-weight: bold;
	font-size: 10pt;
	color: #0066ff;
	font-family: Verdana, Arial, 'Times New Roman';
}
.TitreCode
{
	font-weight: bold;
	font-size: 12pt;
	color: #0066ff;
	font-family: Verdana, Arial, 'Times New Roman';
}
.TitreCategorie
{
	font-weight: bold;
	font-size: 10pt;
	color: #0066ff;
	font-family: Verdana, Arial, 'Times New Roman';
}
A.Titre
{
	font-size: 8pt;
}
.gray8italic
{
	font-size: 8pt;
	color: silver;
	font-style: italic;
	font-family: Verdana, Arial, 'Times New Roman';
}
.CodeResume
{
	font-size: 8pt;
	font-family: Verdana, Arial, 'Times New Roman';
	background-color: #ffffcc;
}

.green8
{
	font-size: 8pt;
	color: #004000;
	font-family: verdana, Arial, "Times New Roman";
}

.green10
{
	font-weight: bold;
	font-size: 10pt;
	color: #0033ff;
	font-family: verdana, Arial, "Times New Roman";
}

.code
{
	font-size: 8pt;
	color: #0000ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cccccc;
}

.red8
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #ff0000;
    FONT-FAMILY: verdana, Arial, "Times New Roman"
}

.codeCS
{
	font-size: 8pt;
	color: #0000ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffcc;
}

.vote
{
	font-size: 7pt;
	color: gray;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}