.incompatible_opacity {
   position : absolute;
   top : 0;
   left : 0;
   height : 100%;
   width : 100%;
   background : #242424;
   filter:alpha(opacity=80); 
   opacity:0.80; 
   -moz-opacity:0.80;
   overflow : hidden;
   z-index : 1000;
}

.incompatible_cadre_rouge {
	/*border : 2px solid #D40000;*/
    background : url('/img/tvdn_logo.gif') no-repeat 10px 10px #f8a5a5 ;
	width : 550px;
	height : 420px;
	margin : auto;
	top : 100px;
	overflow : hidden;
	position : relative;
    z-index : 2000;
}

.incompatible_cadre_rouge h1 {
	text-align : center;
	white-space: nowrap; 
	margin-top : 50px;
}

.incompatible_cadre_rouge p {
    margin-left : 20px;
}

.incompatible_cadre_rouge .princpal {
	border : 1px solid #282828;
	width : 450px;
	height : 150px;
	margin-left : 50px;
	margin-top : 10px;
}

.incompatible_cadre_rouge .second {
	border : 1px solid #282828;
	height : 50px;
	width : 100px;
	float : left;
	margin-left : 30px;
	margin-top : 15px;
}

.incompatible_cadre_rouge .second:hover,.incompatible_cadre_rouge .princpal:hover {
	border : 1px solid #D40000;
}

