A:LINK , A:VISITED 	
{
	text-decoration : underline;
 	color		        :#FFFFFF;
}

A:HOVER
{
	color : #ffffcc;
}

body
{
	background-color : #4a5185;
	font-family : Verdana,sans serif;
 	font-size	: 10pt;
 	font-style  : normal;
 	font-weight : normal;
 	text-align  : justify ;
	line-height : 14pt;
	color		:#ffffff;
}


P.error 
{
 	text-align  : center;
	color		:#ffcc66;
	margin : 30px;
	font-weight : bold;
}

P.ok 
{
 	text-align  : center;
	color		:#006600;
	margin : 30px;
	font-weight : bold;
	background-color : #FFFFFF;
}

P.titre {
 	font-size	: 12pt;
 	text-align  : center;
	background-color : #ccccff;
	line-height : 14pt;
	color		: #660066;
	margin-left : 150px;
	margin-right : 150px;
	margin-top : 10px;
	margin-bottom : 30px;
}

P.sstitre {
 	font-size	: 12pt;
 	text-align  : center;
	background-color : #FFFFFF;
	line-height : 14pt;
	color		: #000099;
}

select,input,radio,textarea
{
	background-color : #cccccc;	
	color : #000000;
}



table.second
{
	border : solid #ccccff 1px;
}

td,tr
{
	 	font-size	: 10pt;
		color		: #ffffff;
		border : solid #cccccc 1px;
		text-align  : center;
}

td.l
{
 	text-align  : left;
}

td.r
{
 	text-align  : right;
}

td.warning
{
	color		: #FFFFFF;
 	font-weight : bold;
}

tr.top
{
		background-color : #000000;
}


