/* accueil */

#corps {
	margin: 20px 30px 0 40px;
}

#nouvelles {
	width: 205px;
	float: right;
	margin: 0 0 10px 30px;
}
#nouvelles h3 {
	color: #FFF;
	font-size: 1em;
	padding: 3px 8px;
	margin: 0;
	background: #FF4C05 url(../img/acc/bg_nouvelles.gif) repeat-x;
}
#nouvelles .wrap {
	border: 1px solid #FF4C05;
	border-top: none;
	padding: 6px 8px;
	background: #FFFCD9;
}
#nouvelles li {
	padding: 0 0 4px 8px;
	background: transparent url(../img/dot_nouvelles.gif) 0 6px no-repeat;
}
#nouvelles li a {
	color: #333 !important;
}
#nouvelles .wrap div {
	margin: 2px 0 0;
	font-weight: bold;
}
#nouvelles .wrap div a {
	color: #FF4C05 !important;
}

#accliste th {
	font-size: .9em;
	color: #FFF;
	text-align: left;
	padding: 3px 8px;
	width: 233px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 217px;
} 
html>body #accliste th {
	width: 217px;
}
#accliste th#detection {
	width: 234px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 218px;
} 
html>body #accliste th.detection {
	width: 218px;
}
#accliste th.identification {
	background: #759E22 url(../img/acc/bg_identification.gif) repeat-x;
	border-right: 1px solid #FFF;
}
#accliste th.detection {
	background: #B83D09 url(../img/acc/bg_detection.gif) repeat-x;
	border-right: 1px solid #FFF;
}
#accliste th.mesure {
	background: #1772A3 url(../img/acc/bg_mesure.gif) repeat-x;
}
#accliste th a {
	color: #FFF !important;
}

#accliste td {
	font-size: .9em;
	vertical-align: top;
	border: 1px solid #CCC;
	border-top: none;
	padding: 0;
}
#accliste td.identification {
	background: #F2FFD8;
	color: #759E22;
}
#accliste td.detection {
	background: #FFEAE2;
	border-left: none;
	color: #B83D09;
}
#accliste td.mesure {
	background: #EAF1F5;
	border-left: none;
	color: #1772A3;
}
#accliste td div {
	background: #FFF;
}
#accliste td h4 {
	font-size: 1.05em;
	margin: 0;
	padding: 2px 8px;
	background: #FFF;
}
#accliste td ul {
	padding: 4px 8px;
}
#accliste td li {
	margin: 4px 0 6px;
	padding: 0 0 0 8px;
}
#accliste td.identification li {
	background: transparent url(../img/dot_identification.gif) 0 5px no-repeat;
}
#accliste td.detection li {
	background: transparent url(../img/dot_detection.gif) 0 5px no-repeat;
}
#accliste td.mesure li {
	background: transparent url(../img/dot_mesure.gif) 0 5px no-repeat;
}
#accliste td li a {
	color: #666;
}
