/*CSS global pour le template*/
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #995374;
}
body.marged0{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px
}
body.marged1{
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px
}
#marqueecontainer{
	position: relative;
	width: 170px; /*marquee width */
	height: 210px; /*marquee height */
	/*background-color:#BFB7C4;*/
	overflow: hidden;
	/*border: 1px solid #BFB7C4;*/
	padding: 2px;
	padding-left: 4px;
}
html {
	/*overflow-y: scroll;*/
	overflow-x: hidden;
	overflow-y: auto;	
}
.controls{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.obligatoire {
	color: #FF0000;
}
font.titlecontent{
	color:#FFFFFF
}
td.newsborder{
	border-top-color:#FBF2F3;
	border-top-style:solid;
	border-top-width:0.1mm;
	border-left-color:#FBF2F3;
	border-left-style:solid;
	border-left-width:0.1mm;
	/*border-right-color:#EEEEEE;
	border-right-style:solid;
	border-right-width:0.1mm;
	border-bottom-color:#EEEEEE;
	border-bottom-style:solid;
	border-bottom-width:0.1mm;*/
}
td.linkbground{
	background-color:#FBF2F3;
}
a:link {
	color: #995374;
	text-decoration:underline;
	/*font-weight:bold;*/
}
a:visited {
	color: #995374;
	text-decoration: underline;
	/*font-weight:bold;*/
}
a:hover {
	color: #995374;
	text-decoration: none;
	/*font-weight:bold;*/
}
a:active {
	color: #995374;
	text-decoration: none;
	/*font-weight:bold;*/
}
/*CSS pour les tableaux de template, menu et news*/
td.bgroundtpl00{
	background-image:url(../images/assurances02_24.png);
}
td.bgroundbarre{
	background-image:url(../images/bg_barre.png);
	height:18px;
}
td.subnav{
	background-image:url(../images/bgnav.png);
}