/* CSS Document */

div.question {
    text-align: center;
    font-size: 3rem;
    width: 100%;
    display: inline-block;
}

div.reponse {
    text-align: center;
    width: 100%;
}
a.btn-reponse
{
	border-radius: 0;
height: auto;
padding: 13px 16px;

font-family: citroen,Arial,Helvetica,sans-serif;
font-size: 14px;
line-height: 16px;
text-transform: uppercase;
display: inline-block;
border: 4px solid #ffda66;
font-weight: 700;
cursor: pointer;
position: relative;
margin:10px;
color:#ffda66;
}

a.selectType-on
{
	border: 4px solid #ffda66;
	color:#000;
	background-color:#ffda66;
}
a.selectType-off
{
	border: 4px solid #ccc;
	color:#ccc;
	background-color:#fff;
}

.category-ressource2 {
	display:none;
}

option.family-Renault
{
	background-color:#ffda66;
	color:#000;
}
option.family-VU
{
	background-color:#ccc;
	color:#000;
}
option.family-Dacia
{
	background-color:#122aff;
	color:#fff;
}

option.family-RUBRIQUE
{
	font-style:italic;
	background-color:#555;
	color:#fff;
}