/*********     Code couleur     ***********/
/* texte : #000      											*/
/* lien  : #069                           */
/******************************************/

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana,Helvetica,sans-serif;
	font-size:0.75em;
	/*background: #000;*/
    background: #000000 !important;
	color: #000;   
}

a 
{
	color: #003F5F;
	text-decoration: underline;
	/*text-decoration: none;*/
}

a:hover 
{
	text-decoration: none;
	/*
	background: #003F5F;
	color: #FFB900;
	*/
}

img	
{
	border:0;
}

form 
{
	margin: 0;
	padding: 0;
}

ul 
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
}


.path h2
{
	font-size: 1em;
	font-weight: normal;
	display: inline;
	padding: 3px;
}


.txtErreur {
	color: #000;
	font-size: 1.2em;
	background: url('img/bg_erreur.jpg');
	padding: 10px;
	margin: 10px;
	font-weight: 600;
}

.txtErreurWarnin {
	background: url('img/warning.gif') no-repeat;
	padding-left: 25px;
}

.txtSucces {
	color: #000;
	font-size: 1.2em;
	background: url('img/bg_succes.jpg');
	padding: 10px;
	margin: 10px;
	font-weight: 600;
}

.txtSucces span {
	background: url('img/succes.gif') no-repeat;
	padding-left: 25px;
}

.txtGrosRouge {
	color: #CB0F17;
	font-size: 1.6em;
}

.txtPetitRouge
{
	color: #CB0F17;
	font-size: 0.8em;
}

.txtGras {
	font-weight: bold;
}

.txtGrasVert
{
	color: #15BF0B;
	font-weight: bold;
}

.txtGris {
	color: #333;
}

.txtPetitGris {
	font-size: .9em;
	color: #333;
}

.center {
	text-align: center;
}

.path a	{
	text-decoration: none;
	font-weight: bold;
}
.path a:hover	{
	text-decoration: underline;
}

.txtPetitBleu
{
	font-size: .7em;
	color: #003F5F;
}

.txtGrosBleu
{
	color: #003F5F;
	font-size: 1.4em;
	font-weight: bold;
}

.txtGrosBleuBarre
{
	color: #003F5F;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: line-through;
}
