/* CSS Document */
div.partie_gauche p{font-size:0.8em; margin:10px 0px 0px 0px}
div.partie_gauche h4{font-size:1.2em;margin:10px 0 0 0;color:#013E81}

.mytable {
	font-size:0.8em;
	/*width: 421px;*/
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	/*width: 421px;*/ 
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th.head {
	font: bold 11px;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform:inherit;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/habillage/bg_header.jpg) no-repeat;
}

td {
	border: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
td.spec {
	border: 1px solid #C1DAD7;
	border-top: 0;
	border-left: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	padding: 6px 6px 6px 12px;

}

td.specalt {
	border: 1px solid #C1DAD7;
	border-top: 0;
	border-left: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	color: #797268;
	padding: 6px 6px 6px 12px;

}
th.spec {
	text-align:left;
	color: #4f6b72;
	border: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold;
	padding: 6px 6px 6px 12px;

}

th.specalt {
	text-align:left;
	border: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	color: #797268;
	padding: 6px 6px 6px 12px;

}