#div_style_menu
{
	position:absolute;
	top:47px;
	left:1000px;
	width:40px;
	height:40px; 
	background: url(../images/menu_deco_codes.png);
	background-repeat: no-repeat;
	z-index:100;
}

#partie_navigation a
{
	text-decoration:none;
	color:black;
}

#partie_navigation a:hover
{
	color:#7E7E7E;
}

#lien_suivant_precedent a
{
	color:#7E7E7E;
	text-decoration:none;
	font-family:arial;
	font-size:12px;
}
#lien_suivant_precedent a:hover
{
	color:#7E7E7E;
	text-decoration:underline;
}

.format_navigation_right
{

}

#partie_main div table th
{
	border:solid 1px gray;
	color:#7E7E7E;
	font-family:tahoma;
	font-size:12px;
	font-weight:500;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
}
#partie_main div table td
{
	border:solid 1px gray;
	font-family:verdana;
	font-size:12px;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
}
#partie_footer div.format_footer_middle
{
	float:left;
	width:660px;
	height:100%;
	background-color:white;
	background-image: url(../images/ligne_footer_middle_grey.png);
	background-repeat: repeat-x;
	background-position: top;
}
#partie_footer div ul li.footer_lien a
{
	text-decoration:none;
	font-family:arial;
	font-size:12px;
	color:#7E7E7E;
}
#partie_footer div ul li.footer_lien a:hover
{
	text-decoration:underline;
}


.lien
{
	color:#7E7E7E;
	text-decoration:none;
	font-family:verdana;
	font-size:13px;
}
.lien:hover
{
	color:#7E7E7E;
	text-decoration:underline;
	font-family:verdana;
	font-size:13px;
}
.lien-noir
{
	color:black;
	text-decoration:none;
	font-family:verdana;
	font-size:13px;
}
.lien-noir:hover
{
	color:#7E7E7E;
	text-decoration:underline;
	font-family:verdana;
	font-size:13px;
}
.interlien_css
{
	color:#7E7E7E;
}
.soustitre
{
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	display:inline;
	padding-left:20px;
	padding-right:20px;
	border-bottom:solid 1px #7E7E7E;
	margin-left:50px;
}

#menu_contexte li a
{
	display:block;
	height:20px;
	padding-top:8px;
	padding-left:15px;
	margin:0px;
	text-decoration:none;
	font-family:arial;
	font-size:12px;
	color:black;
	background-image:url(../images/degrade_rubrique.png);
	background-repeat:repeat;
	background-position:left;
	border-bottom:solid 1px silver;
}
#menu_contexte li a:hover
{
	color: #7E7E7E;
	background-image:url(../images/degrade_rubrique_codes_hover.png);
	background-repeat:repeat;
	background-position:left;
}


#table_code tr td.code
{
	background: url(../images/degrade_menu.png);
	background-repeat: repeat-x;
	background-color: white;
	padding: 10px 10px 10px 10px;
	border-top:solid 2px #7E7E7E;
}

#div_code
{
	background: url(../images/degrade_menu.png);
	background-repeat: repeat-x;
	background-color: white;
	margin-left:20px;
	width:580px;
	padding:10px;
	border:solid 1px gray;
	border-top:solid 2px #7E7E7E;
	line-height:15px;
}
.div_code
{
	background: url(../images/degrade_menu.png);
	background-repeat: repeat-x;
	background-color: white;
	margin-left:20px;
	width:580px;
	padding:10px;
	border:solid 1px gray;
	border-top:solid 2px #7E7E7E;
	line-height:15px;
}
#div_code_rendu
{
	margin-left:20px;
	width:580px;
	padding:10px;
	border:solid 1px gray;
	border-bottom:solid 2px #7E7E7E;
}
#div_compatible
{
	padding-top:4px;
	border-top:solid 1px silver;
	border-left:solid 1px silver;
	border-right:solid 1px silver;
	border-bottom:solid 2px #7E7E7E;
}

#div_compatible ul
{
	list-style-type:none;
	height:34px;
	margin:0px;
	padding:0px;
}

.div-compatible-li-right
{
	float:right;
	margin:0px 8px;
}

.div-compatible-li-left
{
	float:left;
	margin-left:30px;
	line-height:30px;
}

.img-compatible-ok
{
	margin:0px;
	padding-bottom:4px;
	border-bottom:solid 6px limegreen;
}

.img-compatible-ko
{
	margin:0px;
	padding-bottom:4px;
	border-bottom:solid 6px firebrick;
}


#div_listing ul
{
	overflow:auto;
	height:300px;
	padding:10px 15px 0px 15px;
}
#div_listing ul li
{
	margin-top:2px;
	margin-bottom:1px;
	line-height:11px;
}
#div_listing ul li a
{
	float:left;
	color:#7E7E7E;
	font-family:tahoma;
	font-weight:700;
	font-size:11px;
	text-decoration:none;
}
#div_listing ul li a.detail
{
	color:#7E7E7E;
	font-size:11px;
	font-weight:500;
}
#div_listing ul li a:hover
{
	color:black;
	text-decoration:underline;
}
#div_listing ul li a sup
{
	color:darkred;
	font-family:arial;
	font-size:11px;
	font-weight:500;
}
