/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}
/* Skin */
p {
	color : black
	font-size : 100%;
}
li {
	color : black;
}
.titrepuce {
    background: url(/Asfo/statique/images/pucetitrecontact.gif) no-repeat;
	color : white;
	height : 20px;
}
p {
	color : black;
}
.pucegrise {
	margin-left : 30px;
	font-style : normal;
	font: 90%;
	list-style-image : url(/Asfo/statique/images/puce_verte.gif); 
}
.pucenormal {
	margin-left : 20px;
	padding-left : 5px;
}
.positiontable {
	margin-left : 50px;
}

table {
		font-size:100%;
		font-family:Calibri, tahoma, arial, sans-serif;
		white-space:nowrap;
		border-collapse:collapse;
		background-color:transparent;
		color : black;
		width : 650px;
}
td {
		padding:2px;
		vertical-align:top;
}
tr {
		height:20px;
		background-color:#FFFFFF;
}
.offColor {
		background-color:#DEF3F5;
}
.header { 
	text-align:center;
	background-color:#F0F0F0;
	color:black;
	font-weight:bold;
}
.header a{
	color:white;
}
