.question{
margin-left:20px;
margin-right:20px;
font:13px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.question p{
margin:0px;
}
.question form{
margin-top:10px;
}
.question div.titre{
float:left;
height:30px;
color:#69c;
font-weight:bold;
width:100px;
}
.question textarea{
width:350px;
height:100px;
font-family:"Trebuchet MS";
font-size:12px;
}
.question input{
font-family:"Trebuchet MS";
font-size:12px;
width:150px;
}

.question h1 {
    font-size:35px;
    width:100%;
    text-align:center;
    margin-bottom:20px;
    text-shadow:#BBB 0 1px 0px;
    color:black;
}

.question hr {
    clear:both;
    width:90%;
    margin-bottom:20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.question .main-img {
    text-align:center;
    margin-bottom:20px;
}

.question .main-img img{
    -webkit-box-shadow:0 0px 10px 2px #999;
    -moz-box-shadow:0 0px 10px 2px #999;
    box-shadow:0 0px 10px 2px #999;
}

.question .box {
    margin-bottom:20px;
}

.question .box p{
    color:#222;
}

.question .box h2{
    font-variant:normal;
    width:100%;
    text-align:left;
    margin-bottom:5px;
    text-shadow:#DDD 0px -1px 0px;
    font-size:20px;
    color:black;
}

.question .box-left {
    float:left;
    width:350px;
}

.question .box-right {
    float:right;
    width:350px;
    background:no-repeat top right;
}


