@charset "utf-8";

/* ******************************* */
/*            LAYOUT              */
/* ***************************** */
html { padding:0; margin:0; font-size:100%; font-smooth:always; -webkit-font-smoothing:antialiased;overflow-x:hidden;}
body { padding:0; margin:0; font-size:12px; line-height:1em; background:#CCC;color:#000;}
 
/* CSS RESET */

dl, dt, dd, ul, li { padding:0; margin:0; list-style:none; border:none; background-image:none;}

#bd div.content div.metadata dd {font-weight:normal;}

h1, h2, h3, h4, h5, h6 { padding:0; margin:0;}
form, fieldset { padding:0; margin:0; border:none;} 
table, tr, td { border-collapse:collapse; padding:0; margin:0;} 
abbr { border:none;}
p { padding:0 0 10px; margin:0;}
textarea { resize:none; overflow:auto;}
input:focus, textarea:focus { border:none; background:#fff; outline:none;}
* {outline:none;border:none;}
body a { text-decoration:none;cursor:pointer;color:#000;}
body a img { border:none;}
body a:hover { text-decoration:none;}

#bd div.answer div.body {font-size:12px;}

div.user dl.team {display:none;}




/* ******************************* */
/*          VOTRE CODE            */
/* ***************************** */
#questions_controller.browse #bd #yui-main ul.questions li.question div.answer {display:none !important; }

/* ******************************* */
/*            GENERAL             */
/* ***************************** */
body {background-color:transparent;}

/*a.button*/
#bd a.button {background:none transparent;padding:5px!important;}
#bd a.button span {background:none transparent;padding:0;margin:0;max-width:none;left:0;}
#bd ul.content-buttons li.admin-stamp a.button,
#bd ul.content-buttons li.author-stamp a.button {padding:5px;}
#bd ul.content-buttons li.admin-stamp a.button,
#bd ul.content-buttons li.admin-stamp a.button span {background-image:none;}
#bd ul.content-buttons li.author-stamp a.button, 
#bd ul.content-buttons li.author-stamp a.button span {background-image:none;}
#bd ul.content-buttons li.admin-stamp a.button span,
#bd ul.content-buttons li.author-stamp a.button span {padding:0;margin:0;max-width:none;left:0;}
#bd a.button,
#bd button.submit {
	background: #1795d7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1795d7", endColorstr="#2985bf"); /* Pour IE seulement et mode gradient Ã  linear */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1795d7), to(#2985bf));
	background-image: -moz-linear-gradient(top center, #1795d7, #2985bf);
	background-image: -o-linear-gradient(top, #1795d7, #2985bf); /*uniquement en mode linear*/
	padding:5px 0;
	border-radius:5px;
	text-align:center;
	border:1px solid #216a98;
	display:block;
	max-width:175px;
	height:15px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	}
#bd button.submit {height:auto;}
#bd button.submit p,
#bd button.submit p span {padding:0;margin:0;background:none transparent;position:static;color:#fff;}
#bd a.button:hover {
	text-decoration:none;
}

#bd div.user.small dl.level {display:none!important;}

#bd h2 {background:none;}

#bd div.widget-button {margin:0;padding:10px 0;border-top:1px solid #E8E8E8;text-align:left;}
#bd div.widget-button a {text-align:left;font-weight:normal;color:#26A8FF;background:none transparent;filter:none;border:none;margin-left:5px;}

#categories_controller.show #bd div.widget-button a {
	margin-left:0;
	padding:5px 3px;
}

.usefulness {
	padding-left:10px;
	padding-right:10px;
}

.question-category .usefulness {
	padding-left:0px;
}
.no-questions {
	padding:10px 10px 10px 15px;
	clear:both;
	float:left;
}

/* ******************************* */
/*            GABARIT             */
/* ***************************** 
#questions_controller.show #question_sidebar,
#questions_controller.browse #question_sidebar{
	width: 26.077em;
}

#questions_controller.show .yui-t6 #yui-main .yui-b,
#questions_controller.browse .yui-t6 #yui-main .yui-b {
    margin-right: 27.67em;
}

#questions_controller.show .yui-t6 #yui-main,
#questions_controller.browse .yui-t6 #yui-main  {
  margin-right: -30em;
}*/