body {
}

    #avertissement {
	display: none;
    }
     @media only screen and (orientation:portrait) {
    #wrapper {
	    display: none;
    }
    #avertissement {
	    display: block; 
        position:  absolute; 
        top: 300px;  
    }
     
     .container{
         display: none;
     }
    }
     @media only screen and (orientation:landscape) {
    #avertissement {
	    display: none;
    }
    }
     
.tabcompare {
    position:  relative;
    float: left;
    margin-bottom: 25px;
    margin-top: 25px;
	margin:0px;padding:0px;
	-width:100%;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
   
}

 .tabcompare{
    font-family:Arial, Helvetica, sans-serif;
	color:#666;
	text-shadow: 1px 1px 0px #fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
    margin-bottom:100px;
}

.tabcompare table {
border:  0;
}


.tabcompare th {
	border-top:0px solid #fff;
	border-bottom:0px solid #fff;
    height: 140px;
}
.tabcompare th:first-child {
	text-align: left;
	padding-left:20px;
}

.tabcompare tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.tabcompare tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.tabcompare tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.tabcompare tr {
	text-align: center;
	padding-left:20px;
    height: 70px;
    font-size:  14px;
}
.tabcompare td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.tabcompare td {

	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

}
.tabcompare tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.tabcompare tr:last-child td {
	border-bottom:0;
}
.tabcompare tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.tabcompare tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.tabcompare tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.tabcompare img {
    width: 80px;
}

.tabcompare input{
background: #e7eef5;
border: 1px solid #becfe3;
border-radius: 16px;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
-moz-box-shadow: inset 0 1px 0 0 #fff;
-webkit-box-shadow: inset 0 1px 0 0 #fff;
color: #2a65a6;
font-family: "lucida grande", sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1;
padding: 5px 5px 6px 5px;
text-align: center;
}



@media (max-width: 1024px) {
    .tabcompare tr{height: 80px; max-height: 70px; font-size:10px;}
    .tabcompare img{width: 40px;}
}