@CHARSET "UTF-8";

.clear{
	clear: both;
}

/* Modal */

#modal{
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
 	 filter: alpha(opacity=80) !important;
  	-moz-opacity: 0.8;
 	-khtml-opacity: 0.8;
  	opacity: 0.8;
	position: fixed;
	z-index: 15000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
}
#modal_content .close{
	color: red;
	font-weight: bold;
	text-decoration: none;
	float: right;
	margin: 0;
	cursor:pointer; 
}
#modal_content{
	display: none;
	margin: 0 auto;
	position: fixed;
	z-index: 150000001;
	background-color: white;
	border: 1px gray solid;
	border-radius: 5px;
	box-shadow : 0 0 10px #aaa;
	top: 5%;
	width: 950px;
	padding: 5px;
	overlow: hidden;
}

/* Spécifique Avis */
#modal_content{
	border: 1px solid #338cc3;
	border-radius: 0;
	background-color: #42a5e3;
	padding: 12px;
	top: 50px;
	width: 750px;
}

/* Page résumé des avis */
.avis_index .avis_explication{
	text-align: justify;
}
.avis_index .avis_explication p{
	margin-top: 10px;
	font-size: 1em;
}

/* Rubriques d'avis */
.avis_search{
	border:1px solid #B3B3B3;
	padding:0 10px;		
}

.avis_search div{
	font-size:10px;
	margin-bottom: 10px;	
/*	background-color:#EAEAEA;*/
	padding:2px 3px;
	
}

.avis_search div div{
	margin-bottom: 0;
	/*
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;*/
}

.avis_search a {
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;
}

.avis_search a.on{
	color: #CC0000;
}
.avis_search div .avis_rubrique{
	font-weight:normal;
	
}
.avis_search div div .avis_rubrique{
	
}

.titre{
/*	background-color:#eaeaea;*/
	padding:3px 3px 5px 3px;
	
	border-bottom:1px dotted #666;
	
}

/* Avis global thème */
#avis_theme.avis{
	margin-right: 10px;
	height: 22px;
}
#avis_theme.avis .note{
	margin-top: 0;
	background: url("img/amalgame-commun.png") no-repeat scroll -539px -268px transparent;
	width: 108px;
	height: 22px;
    display:inline-block;
    vertical-align:middle;
}
#avis_theme.avis .note div{
	background: url("img/amalgame-commun.png") no-repeat scroll -539px -294px transparent;
	width: 48px;
	height: 22px;
}
#avis_theme.avis p{
	line-height: 22px;
	padding-left: 10px;
    display:inline-block;
    vertical-align:middle;
    margin:0;
}
#avis_theme.avis a{
	text-decoration: underline;
}

/* Avis dans les listing de produits */
#catalogue div.cat .avis{
	clear: left;
	margin-top: 5px;
	height: 22px;
}
#catalogue div.cat .avis .note{
	float: left;
	background: url("img/amalgame-commun.png") no-repeat scroll -543px -337px transparent;
	width: 71px;
	height: 15px;
}
#catalogue div.cat .avis .note div{
	background: url("img/amalgame-commun.png") no-repeat scroll -543px -321px transparent;
	width: 48px;
	height: 15px;
}
#catalogue div.cat .avis p{
	position: absolute;
	z-index: 10000;
	line-height: 15px;
	margin-left: 71px;
}

/* Avis dans résultats de recherche */
.qresults .avis{
	float: right;
}
.qresults .avis .note{
	float: left;
	background: url("img/amalgame-commun.png") no-repeat scroll -543px -337px transparent;
	width: 71px;
	height: 15px;
}
.qresults .avis .note div{
	background: url("img/amalgame-commun.png") no-repeat scroll -543px -321px transparent;
	width: 48px;
	height: 15px;
}

/* Avis dans formulaire de recherche */
#recherche_avancee .avis .note{
	float: left;
	background: url("img/amalgame-commun.png") no-repeat scroll -543px -337px transparent;
	width: 71px;
	height: 15px;
}
#recherche_avancee .avis .note div{
	background: url("img/amalgame-commun.png") no-repeat scroll -543px -321px transparent;
	width: 48px;
	height: 15px;
}

/* Avis résumé en haut de page produit */
#avis_resume .note{
	float: left;
	background: url("img/amalgame-commun.png") no-repeat scroll -539px -268px transparent;
	width: 108px;
	height: 22px;
}
#avis_resume .note div{
	background: url("img/amalgame-commun.png") no-repeat scroll -539px -294px transparent;
	width: 48px;
	height: 22px;
}
#avis_resume p{
	margin-left: 110px;
}
#avis_resume a{
	line-height: 22px;
}
#avis_resume a.under{
	text-decoration: underline;
}

/* Avis */

#avis{
	padding-top: 20px;
	clear: both;
}
#avis .accroche{
	margin: 10px 0;
}
#avis .notes{
	line-height: 22px;
}
#avis .notes .nb{
	float: left;
	width: 20px;
}
#avis .note{
	float: left;
	background: url("img/amalgame-commun.png") no-repeat scroll -539px -268px transparent;
	width: 108px;
	height: 22px;
}
#avis .note div{
	background: url("img/amalgame-commun.png") no-repeat scroll -539px -294px transparent;
	width: 48px;
	height: 22px;
}
#avis form th{
	text-align: left;
}
#avis form textarea{
	width: 100%;
	height: 4em;
}
#avis .button{
	background: url("img/amalgame-commun.png") no-repeat scroll -8px -355px transparent;
    box-shadow: none;
	border: 0 none;
	width: 118px;
	height: 34px;
	text-shadow: 0 0 2px #2B2B2B;
	color: white;
	padding: 0;
	cursor: pointer;
	font-variant:normal;
	font-weight:normal;
}
#avis .button:hover{
	background-position: -137px -355px;
}
/* Résumé */
#avis .resume{border:1px solid #d6d6d6; padding:10px; background-color:#e9e9e9;}
#avis .resume .global{background:url('/img/encadre_note.gif') no-repeat; line-height:22px;}
#avis .resume .moyenne{padding:13px 20px; font-size:1.2em; color:black; margin-bottom:30px;}
#avis .resume .moyenne span{padding-left: 5px; font-size: 1.2em; font-weight: bold;}
#avis .resume .reco{color:black;}
#avis .resume .reco .picto{width:16px; height:16px; background:url("img/amalgame-commun.png") no-repeat scroll -773px -659px transparent; background-position:-773px -699px; margin-right:10px; float:none; display:inline-block; vertical-align:middle; margin-top:0;}
#avis .resume .deposer{margin-top:70%;}
#avis .resume .deposer .button{font-size: 10pt;}

#avis .resume .deposer .button {border:none; color:#FFFFFF; font-size:14px; text-transform:uppercase; height:34px; text-shadow:0 0 2px #2B2B2B; box-shadow:none; cursor:pointer; background:#2791ba; border-radius:0; cursor:pointer; width:100%;}
#avis .resume .deposer .button:hover {background:#6ab3cf;}

/* Liste */
#avis .avis_list .entete{border-bottom:1px #ddd solid; display:block;}
#avis .avis_list .entete h3, #avis .avis_list .entete p.sort{margin:0; line-height:30px; margin-right:20px;}
#avis .avis_list .entete p.sort{
	cursor: pointer;
	padding: 0 10px;
	margin-right: 10px;
    display:inline-block;
}
#avis .avis_list .entete p.sort.sel, #avis .avis_list .entete p.sort:hover{
	text-decoration: underline;
}
#avis .avis_list .entete p.pages{
	margin: 0;
	line-height:30px;
    display:inline-block;
}
#avis .avis_list .entete p.pages span{
	cursor: pointer;
	margin-left: 10px;
	padding: 0 2px;
	border: 1px transparent solid;
}
#avis .avis_list .entete p.pages .sel{
	border-color: #ddd;
}
/* Avis */
#avis .avis {border-bottom:1px #ddd solid; padding:12px 15px;}
#avis .avis-last {border-bottom:none;}
#avis .avis .note{
	float: none;
}
#avis .avis .titre{
	font-weight: bold;
	font-size: 1.1em;
	color: black;
}
#avis .avis .pseudo{
	color: black;
}
#avis .avis .pseudo span{
	text-decoration: underline;
}
#avis .avis .utile{
	margin-top: 10px;
}
#avis .avis .utile_rank{
	display: none;
	float: right;
	border: 1px red solid;
	border-radius: 10px;
	text-align: center;
	width: 20px;
	padding: 2px 5px;
}
#avis .avis .utile_choix{
	margin-top: 10px;
}
#avis .avis .utile_choix input{
	color: gray;
	border: 1px gray solid;
	border-radius: 5px;
	font-size: 0.9em;
	background-color: transparent;
	cursor: pointer;
}
#avis .avis .utile_choix input.choix_0:hover{
	background-color: #ffaaaa;
}
#avis .avis .utile_choix input.choix_1:hover{
	background-color: #aaffaa;
}
#avis .avis .left{}
#avis .avis .right{}
#avis .avis .avantages, #avis .avis .inconvenients, #avis .avis .recommande, #avis .avis .message{
	clear: both;
	color: black;
}
#avis .avis .avantages .picto, #avis .avis .inconvenients .picto, #avis .avis .recommande .picto{
	float: left;
	width: 16px;
	height: 16px;
	background: url("img/amalgame-commun.png") no-repeat scroll -773px -659px transparent;
	margin-right: 10px;
	margin-top: 0;
}
#avis .avis .inconvenients .picto{
	background-position: -773px -678px;
}
#avis .avis .recommande .picto{
	background-position: -773px -699px;
}
#avis .avis .message{
	margin-top: 10px;
}
#avis .avis .reponse{
	margin-top: 10px;
	border: 1px #ccc solid;
	background: #eaeaea;
	padding: 4px;
	color: #666;
}
#avis .avis .reponse .reponse_from{
	font-weight: bold;
	margin-bottom: 5px;
	color: #444;
}

/* Formulaire ajout avis */

.avis_form{
	border: 1px solid #2c82b7;
	border-radius: 5px;
	background-color: white;
	padding: 5px 25px;
}
.avis_form h3{
	font-size: 1.7em;
	color: #2c82b7;
}
.avis_form h4{
	border-bottom: 2px #ddd solid;
	padding-bottom: 3px;
	font-size: 1.3em;
	color: #555;
}
.avis_form p{
	margin: 0;
	padding: 0;
}
.avis_form .other{
	float: right;
	margin-bottom: 10px;
	font-size: 1.1em;
	color:#333;
}
.avis_form .other a{
	text-decoration: underline;
	color:#333;
}

.avis_form .avis_intro_connextion
{
	margin: 5px 0px; 
	color: #000;
}

.avis_form .client_connect form
{
	margin-top:10px;
	font-size : 13px !important;
	width:300px;
}

.avis_form .client_connect form ul
{
	float:none !important;
	margin: 0px !important;
	
}

.avis_form .client_connect form ul li
{
	margin-bottom:10px;
}

.avis_form .client_connect form ul li.btn_link
{
	overflow:hidden;	
}

.avis_form .client_connect form ul li label
{
	color:#000;	
	width:80px;
	display:inline-block;
	font-weight:bold;
}

.avis_form .client_connect form ul input#pass_cli,
.avis_form .client_connect form ul input#mail_cli
{
	width:200px;
	height: 20px;
    line-height:18px;
}

.avis_form .client_connect form ul li a.forgetpass
{
	display:block;
	color:#808080 !important;
	float:right;
	position:relative;
	top:8px;
}

.avis_form .client_connect form ul li p.nouveau_compte
{
	color:#000 !important;
}

.avis_form .client_connect form ul li p.nouveau_compte a
{
	color:#005595 !important;
	text-decoration:underline;
}

.avis_form .client_connect form ul li p.nouveau_compte a:hover
{
	text-decoration:none;
}

.avis_form .client_connect form ul input#loginSubmit
{
	background:url(../img/btn-connexion.jpg) no-repeat;
	width: 56px;
	height: 37px;
	text-align: center;
	padding: 1px 0px 6px;
	display: block;
	margin-left: 20px;
	border: medium none;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 2px #2B2B2B;
	cursor: pointer;
	float:right;
	box-shadow : none;
	border-radius:0px;
}

.avis_form .compte_nologged{
	height: 140px;
	padding-top: 5px;
}

.avis_form .compte_connect{
	display:none;
}
.avis_form .password_oublie{
	display:none;
}

.avis_form table{
	width: 100%;
	color:#333;
}
.avis_form td, .avis_form th{
	padding: 3px 0;
}
.avis_form th {
	width: 150px;
	text-align: left;
	padding-right: 4px;
	color:#333;
}
.avis_form th .info {
	font-weight: normal;
	font-size: 0.9em;
	color: gray;
}
.avis_form th .req {
	padding-left: 5px;
	color: red;
}
.avis_form td select {
	width: 100%;
}

.avis_form .lost a{
	text-decoration: underline;
}

.avis_form .star {
	background: url("img/amalgame-commun.png") no-repeat scroll -539px -268px transparent;
	width: 108px;
	height: 22px;
}
.avis_form .star_aff {
	position: absolute;
	background: url("img/amalgame-commun.png") no-repeat scroll -539px -294px transparent;
	height: 22px;
}
.avis_form .star_nb {
	position: absolute;
	height: 22px;
}
.avis_form .star_nb div {
	float: left;
	width: 10px;
	height: 22px;
	cursor: pointer;
}
.avis_form .star .label{
	position: absolute;
	margin-left: 120px;
	line-height: 22px;
	font-weight: bold;
}
.avis_form .star .label div{
	display: none;
}

.avis_form .question_hide{
	display: none;
}

.avis_form input, .avis_form textarea, .avis_form select{
	border-radius: 5px;
	border: 1px #ccc solid;
	box-shadow: 0 0 1px #555;
}
.avis_form input.court{
	width: 150px;
}
.avis_form input.long, .avis_form textarea.long{
	width: 100%;
}
.avis_form textarea{
	height: 6em;
}
.avis_form .button{
	background: url("img/amalgame-commun.png") no-repeat scroll -8px -355px transparent;
    box-shadow: none;
	border: 0 none;
	width: 118px;
	height: 34px;
	text-shadow: 0 0 2px #2B2B2B;
	color: white;
	padding: 0;
}
.avis_form .button:hover{
	background-position: -137px -355px;
}

.avis_form .fb_login{
	visibility: hidden;
}

.avis_form .req, .avis_form .info {
	color:#f00;
}

.avis_form input#recomande_produit,
.avis_form input#type_avis,
.avis_form input#type_question
{
	border:none;
	padding:0px;
}

#zone-avis {padding:0;}


/* --- Spécifique média --- */

/* lg */
@media (min-width: 1200px) {
    
    #avis .resume .deposer{margin-top:70%;}
    
}

/* md */
@media only screen and (max-width : 1200px) {
    
    #avis .resume .deposer{margin-top:90%;}
    
}

/* sm */
@media only screen and (max-width : 992px) {
    
    #zone-avis {padding:0 15px;}
    #avis .resume .deposer{margin-top:0;}
    
}

/* ms */
@media only screen and (max-width : 767px) {
    
    .avis-g {margin-bottom:10px;}
    
}

/* xs */
@media only screen and (max-width : 480px) {
    
    #avis .avis .message {text-align:justify;}
    
}

/* xxs */
@media only screen and (max-width : 350px) {
    
}

@media only screen and (max-width : 300px) {
    

}