/* 3 STEPS CUSTOMER CARE - STYLES */

/* ex : fleches titres */
.bkgDarkColor {
	background-color: #9E9E9E;
}

/* ex : pictos/visuels */
.bkgClearColor {
	background-color: #DB266A;
	border:10px;
	border-color:#DB266A;
}

.titrePage {
	color: #9E9E9E;
	font-weight: bold;
	font-size: 14px;
	font-family: "Trebuchet MS";	
}

.txt11 {	font-size: 11px; }
.txt12 {	font-size: 12px; }
.txt14 {	font-size: 14px; }
.txt18 {	font-size: 18px; }
.txt12 a{	color: #9E9E9E; }

.txt11Color {	font-size: 11px; color: #9E9E9E; }
.txt12Color {	font-size: 12px; color: #9E9E9E; }
.txt18Color {	font-size: 18px; color: #9E9E9E; }

/* Links */
a.linkMoreInfo:link, a.linkMoreInfo:visited {
	color: #9E9E9E;
	font-size: 12px;
	text-decoration: underline;
}
a.linkMoreInfo:hover, a.linkMoreInfo:active {
	color: #9E9E9E;
	font-size: 12px;
	text-decoration: none;
}

a.link11, a.link11:visited {
	color: #9E9E9E;
	font-size: 12px;
	text-decoration: underline;
}
a.link11:hover, a.link11:active {
	color: #9E9E9E;
	font-size: 12px;
	text-decoration: none;
}

a.link12, a.link12:visited {
	color: #9E9E9E;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}
a.link12:hover, a.link12:active {
	color: #9E9E9E;
	font-size: 12px;
	text-decoration: underline;
}
/* la police des trois titres de la page */
a.link16, a.link16:visited {
	color: #9E9E9E;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}
a.link16:hover, a.link16:active {
	color: #9E9E9E;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;
}


/* Dégradé "Plus dinfo" */
.degrade {
	background-color: #7d74ae;
	Filter: Alpha(Opacity=100, FinishOpacity=1, Style=1, StartX=100, FinishX=0);
}

/* Tableau */
.tab3step {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	font-size: 12px;
	padding: 5px;
}

/* Input, select */
input, select { font-size:12px; color:#9E9E9E; font-family:"Trebuchet MS"; padding-left:3px; border: 1px solid #C0C0C0;}