/*CSS question gratuite*/

#encart{
height:50px;
width:300px;
display:block;
float:left;
margin: 0 0 0 10px;
}
#question{
height:120px;
width:850px;
margin:auto;
clear:both;
}

.questGratuite_encart{
border-radius:5px;
box-shadow:3px 3px 3px #888888;
height:20px;
width:200px;
}

.questGratuite_deroulant{
border-radius:5px;
border:1px solid grey;
box-shadow:3px 3px 3px #888888;
height:20px;
width:200px;
}
.questGratuite_date{
border-radius:3px;
border:1px solid grey;
box-shadow:3px 3px 3px #888888;
height:20px;
width:63px;
}
.questGratuite_question{
border-radius:10px;
box-shadow:3px 3px 3px #888888;
border:1px solid grey;
height:100px;
width: 800px;
}

.bouton{
height:50px;
width:200px;
border-radius:10px;
}
