/* CSS Document */

.texte-blanc-web{
	font-family:"Century Gothic";
	font-size:14px;
	color:#FFFFFF;
}

.texte-blanc-web a{
	font-family:"Century Gothic";
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}


.texte-blanc-web-rosa{
	font-family:"Century Gothic";
	font-size:20px;
	color:#FF66CC;
}

.texte-blanc-web-rosa-mini{
	font-family:"Century Gothic";
	font-size:16px;
	color:#FF66CC;
}


.repeatno{
	
	background-repeat:repeat-x;

}

.border-gris{
	border-color:#CCCCCC;
	color:#CCCCCC;

}