/* CSS Nice Colors */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #303030;
	margin: 10px;
	background-color: #D9D9D9;
	background-image: url(../media/fond.gif);
	background-repeat: repeat-x;
}
	

/* button submit */
.button[type="file"]
{
	font-size: 14px;
	background:	#CCCCCC;
	font-weight: bold;
}

.button[type="submit"]
{
	font-size: 14px;
	background:	#CCCCCC;
	font-weight: bold;
}

.button[type="submit"]:hover
{
	font-size: 14px;
	background-color: #66CC33;
}

.button[type="button"]
{
	font-size: 14px;
	background:	#CCCCCC;
	font-weight: bold;
}

.button[type="button"]:hover
{
	font-size: 14px;
	background-color: #E6484D;
}

.monForm input[type="submit"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

.monForm input[type="submit"]:hover
{
	background-color: #66CC33;
	cursor: pointer;
}

.monForm input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

.monForm input[type="reset"]:hover
{
	background-color: #E6484D;
	cursor: pointer;
}


a:link { 
	text-decoration: none; 
	color: #303030;
	}
a:visited { 
	text-decoration: none; 
	color: #303030;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}
.texteGrisBold {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #444444;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
.menuBlanc {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	TEXT-DECORATION: none;
   margin: 12px
}

.menuNoir {
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	COLOR: #000000;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	margin: 25px;
}
a.menuNoir:link {
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	COLOR: #000000;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	margin: 25px;

}
a.menuNoir:visited { 
	text-decoration: none; 
	color: #000000;
	}
a.menuNoir:hover {
	text-decoration: underline;
	color: #000000;
}
a.menuNoir:active { 
	text-decoration: none; 
	color: #000000;
	}
	
.titreOrange {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #F46B09;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
.titreBleu {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #048CDD;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
.titre {
	font-size: 14px; 
	font-family: Helvetica, Arial, sans-serif; 
	color: #048CDD; 
	}
	
.bleu {
	color: #0099FF
	}
	
.petit {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
}

.Rights {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	COLOR: #ffffff;
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

a.Rights:link {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	COLOR: #ffffff;
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
a.Rights:visited {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	COLOR: #ffffff;
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
a.Rights:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	COLOR: #ffffff;
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
}

.linkOrange	{
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	COLOR: #F46B09;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.linkOrange:link { 
	text-decoration: none; 
	color: #F46B09;
	}
a.linkOrange:visited { 
	text-decoration: none; 
	color: #F46B09;
	}
a.linkOrange:hover, a.linkOrange:active { 
	text-decoration: underline; 
	color: #F46B09;
	}

.linkBleu	{
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	COLOR: #048CDD;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.linkBleu:link { 
	text-decoration: none; 
	color: #048CDD;
	}
a.linkBleu:visited { 
	text-decoration: none; 
	color: #048CDD;
	}
a.linkBleu:hover, a.linkBleu:active { 
	text-decoration: underline; 
	color: #048CDD;
	}

.linkOrangeBold	{
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	COLOR: #F46B09;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.linkOrangeBold:link { 
	text-decoration: none; 
	color: #F46B09;
	}
a.linkOrangeBold:visited { 
	text-decoration: none; 
	color: #F46B09;
	}
a.linkOrangeBold:hover, a.linkOrange:active { 
	text-decoration: underline; 
	color: #F46B09;
	}	
/* formulaire */
form 
{
}
.inputbox, .button {
	border: 1px solid #303030;
}