/* Ajouter un lien au document */
a:link {
	/* Lien qui n'a pas encore ete touche */
	/*TAGS CONSEILLES*/
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	/*TAGS POSSIBLES POUR TOUS*/
	/*Definition du textefont-family : ;*/
	font-size : 11px;
}

/* Ajouter un lien au document */
a:hover { /* Quand la souris passe dessus */
	color: #FFCC99;
	text-decoration: underline;
	font-size : 11px;
	font-weight: bold;
	
}

/* Ajouter un lien au document */
a:active { /* Quand on clique */
	color: blue;
	text-decoration: underline;
	font-size : 11px;
	font-weight: bold;
}

/* Ajouter un lien au document */
a:visited {	/* Lien visite */
	color: #FF9900;
	text-decoration: underline;
	font-size : 11px;
	font-weight: bold;
}

/* Intertitre de niveau 1 */
h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px;
	color: #990000;
	font-weight: bold;	
	/*TAGS POSSIBLES POUR TOUS LES TITRES*/
	/*Enrichissement de texte*/
	/*font-family : ;*/
	/*text-decoration: ;*/
	/*font-style : ;*/
	/*Gestion de l'espace*/
	/*Espace apres le titre, en negatif pour reduire - Creer un degrade entre les differents titres*/
	/*ATTENTION : Pas compris par NS*/
	/*Indentation du texte - Creer un degrade entre les differents titres*/
	/*margin-left : 10px;*/
}

/* Intertitre de niveau 2 */
h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}

/* Intertitre de niveau 3 */
h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #990000;
	font-weight:bold;
}

/* Intertitre de niveau 4 */
h4 {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size: 15px;
	color: #000000;
	font-weight: normal;
}

/* Intertitre de niveau 5 */
h5 {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

/* Liste a puces */
ul {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	list-style-type : square;
	color:#000000;
	font-size:12px;
	font-weight: normal;
}

/* Liste numerotee */
ol {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	list-style-type : decimal;
	color:#000000;
	font-size:12px;
	font-weight: normal;
}


/* Inserer un bloc address */
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align : center;
}

/* Style standard de paragraphe */
p {
	margin-bottom : 10px;
	margin-top : 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #000000;
    font-style : normal;
	font-weight: normal;
}

/* Style standard de champs de saisies */
input, select, option, textarea {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #000000;
    font-style : normal;
	font-weight: bold;
	/*background-color : #FFCCCC;*/
	border-color:#993333;
}


/* Style par défaut de tableau */
.defaut  {
   /* tag obligatoire à redéfinir dans le th et le td pareil ou différent */ 
    border:solid;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
   /* tag facultatif à redéfinir dans le th et le td pareil ou différent */     
    border-width:1;
    border-color:#993333;
    color : #990000;
    font-style : normal;
	font-weight: normal;
	text-align : left;
	text-decoration : none;
	background-color : none;
	vertical-align: top;
}

.defaut TH{
   /* tag obligatoire à redéfinir dans le th et le td pareil ou différent */ 
    border:solid;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
   /* tag facultatif à redéfinir dans le th et le td pareil ou différent */     
    border-width:1;
    border-color:#993333;
    color : #990000;
    font-style : normal;
	font-weight: bold;
	text-align : center;
	text-decoration : none;
	background-color : #FFCCCC;
	vertical-align: top;
}

.defaut TD{
   /* tag obligatoire à redéfinir dans le th et le td pareil ou différent */ 
    border:solid;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
   /* tag facultatif à redéfinir dans le th et le td pareil ou différent */     
    border-width:1;
    border-color:#993333;
    color : #000000;
    font-style : normal;
	font-weight: normal;
	text-align : left;
	text-decoration : none;
	background-color : none;
	vertical-align: top;
}


.encadre  {
   /* tag obligatoire à redéfinir dans le th et le td pareil ou différent */ 
    border:solid;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
   /* tag facultatif à redéfinir dans le th et le td pareil ou différent */     
    border-width:1;
    border-color:#FFCCCC;
    color : #990000;
    font-style : normal;
	font-weight: normal;
	text-align : left;
	text-decoration : none;
	background-color : none;
}

.encadre TH{
   /* tag obligatoire à redéfinir dans le th et le td pareil ou différent */ 
    border:solid;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
   /* tag facultatif à redéfinir dans le th et le td pareil ou différent */     
    border-width:1;
    border-color:#FFCCCC;
    color : #990000;
    font-style : normal;
	font-weight: bold;
	text-align : center;
	text-decoration : none;
	background-color : #FFCCCC;
}

.encadre TD{
   /* tag obligatoire à redéfinir dans le th et le td pareil ou différent */ 
    border:solid;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
   /* tag facultatif à redéfinir dans le th et le td pareil ou différent */     
    border-width:1;
    border-color:#FFCCCC;
    color : #990000;
    font-style : normal;
	font-weight: normal;
	text-align : left;
	text-decoration : none;
	background-color : none;
}