a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

.corps {
	font-family: Verdana;
	font-size: 12px;
}

a.corps {
	font-weight: bold;
	color: #BD33CC;
}

a.corps:link {
	font-weight: bold;
}
a.corps:hover {
	text-decoration: underline overline;
	color: #BD33CC;
}

.soustitre {
	font-family: Verdana;
	font-size: 20px;
	color: #333333;
}

.date {
	font-family: Verdana;
	font-size: 9px;
}
a.date {
	color: #0000FF;
	text-decoration: none;
}
a.date:hover {
	text-decoration: underline;
}
.salons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 11px;
	text-align: center;

}
.email {
	color: #0000FF;
	text-decoration: none;
}
a.email:hover {
	text-decoration: underline;
}
.plan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
a.plan:hover {
	color: #BD33CC;
	text-decoration: underline overline;
}
a.plan:link {
	text-decoration: none;
	color: #000000;
}
.souspartie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BD33CC;
	font-weight: bold;


}
a.intro {
	font-weight: bold;
	color: #BD33CC;
	text-decoration: none;
}
a.intro:hover {
	text-decoration: underline overline;
}
.introTitres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.dblue {
color:#000099;
}
/* -------------------------- Styles Corporate Trescal ----------------------------------*/

.center { /* in #text or in #boxside, apply this class to the block container e.g. <p> or <div> */
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

.right { /* in #text or in #boxside */
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.left { /* in #text or in #boxside */
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}   

