/**
* Modification des balises HTML
**/

BODY
{
	font-family : Arial;
	font-size   : 12px;
	/*margin      : 20px;*/
}

p
{
	margin  : 1px;
	padding : 1px;
}

BR
{
	margin  : 1px;
	padding : 1px;
}

FORM
{
	margin  : 1px;
	padding : 1px;
}

TABLE
{
	font-family : Arial;
	font-size   : 12px;
	/*border-collapse		: collapse ;*/
}

TH
{
	font-family			: arial;
	color				: #FFFFCC;
	font-size			: 12px;
	font-weight			: bold;	
	background-color 	: #990000;
}

H1
{
	font-family			: verdana;
	color				: #CC6600;
	font-size			: 18px;
	font-weight			: bold;	
	font-style			: italic;	
}

a.lien1
{
	width           : 100%;
	text-decoration : none;
	font-family     : Verdana;
	font-size       : 11px;
	color           : #990000;
	padding         : 2px;
}

a.lien1:hover
{
	color            : #FFFFCC;
	background-color : #990000;
}

a.lien2
{
	/*width           : 40px;*/
	text-decoration : none;
	font-family     : Verdana;
	font-size       : 10px;
	font-weight 	: bold;
	color           : #990000;
}

a.lien2:hover
{
	color            : #FFFFCC;
	background-color : #990000;
}

a.lien3
{
	font-family     : Verdana;
	font-size       : 12px;
	color           : #990000;
	font-weight 	: bold;
	text-decoration : none;
}

a.lien3p
{
	font-family     : Verdana;
	font-size       : 10px;
	color           : #990000;
	font-weight 	: bold;
	text-decoration : none;
}

a.lien4
{
	color           : #FF6600;
	text-decoration : none;
	font-weight 	: bold;
}

a.lien5
{
	font-family     : Verdana;
	font-size       : 10px;
	color           : #FFCC00;
	text-decoration : none;
}

a.lien6
{
	width           : 130px;
	text-decoration : none;
	font-family     : Verdana;
	font-size       : 10px;
	color           : #FFFFCC;
}

a.lien6:hover
{
	color            : #990000;
	background-color : #FFFFCC;
}

.normal
{ 
	font-family : Arial;
	font-size   : 12px;
	font-weight : normal;
	color		: #000000;
}

.tit1
{ /*orange : titre niveau 3 de la page */
	font-family	: verdana;
	color		: #CC6600;
	font-size	: 12px;
	font-weight	: bold;
	font-style	: italic;
}

.tit4
{ /*rouge foncé : titre de champ de formulaire */
	font-family	: verdana;
	color		: #990000;
	font-size	: 12px;
	font-weight	: bold;
}

.saisie
{
	font-family		 : verdana;
	font-size		 : 10px;
	font-weight 	 : bold;
	color			 : #663300;
	background-color : #ffffFF;
}

.valid
{
	font-family		 : verdana;
	font-size		 : 10px;
	font-weight 	 : bold;
	color			 : #ffffCC;
	background-color : #990000;
}

.annul
{
	font-family		 : verdana;
	font-size		 : 10px;
	font-weight 	 : bold;
	color			 : #990000;
	background-color : #ffffCC;
}

.lagitane
{
	font-family:Arial;
	font-size:11px;
	text-align:center;
	width:100px;
	height:31px;
	background-color:#00435a;
	border:1px dotted #000000;color:#ffffff;
}

.lagitane a
{
	color:#ffffff;
	text-decoration:none
}

.lagitane a:hover
{
	text-decoration:none;
	color:#fd9706;
}
