html, body {
	background-image:url(../images/body-pattern-test.gif);
}
div#global {
	background-image:url(../images/global-pattern-test.gif);
}
div#sidebar {
	background-image:url(../images/vague-test.gif);
}
#titreTest {
	font-weight:normal;
	padding-bottom:20px;
	line-height:1.1em;
}
.question {
	line-height:1.5em;
	font-size:14px;
	margin-left:20px;
	margin-top:5px;
}

#btEnvoyerTest {
	text-align:right;
}

#msgErr {
	float:left;
	color:black;
}
#refaireTest a:hover, a{
	color:white;
}
#maQuest, #maQuestDessous {
	font-size:22px;
	font-style:italic;
}
#maQuestDessous{
	margin-left:23px;
}

label {
	margin-left:5px;
	vertical-align: top;
	text-indent:-25px;
}

a.button-gris {
    background: transparent url('../images/lien-gris-a.gif') no-repeat scroll top right;
    color: #848173;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
}

a.button-gris span {
    background: transparent url('../images/lien-gris-span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 2px 14px;
}

a.button-gris:hover{
	color:#000;
}