@charset "utf-8";
/* CSS Document */

.bouton-test {
	display:block;
	float:left;
	height:257px;
	width:240px;
}
#bouton-derma {
	background-image:url(../images/bouton-test-dermatologique.jpg);
	background-repeat:no-repeat;
}
#bouton-solaire {
	background-image:url(../images/bouton-test-solaire.jpg);
	background-repeat:no-repeat;
}
#bouton-poids {
	background-image:url(../images/bouton-test-dietetique.jpg);
	background-repeat:no-repeat;
}
.bouton-test span {
	display:none;
}
.bouton-test .lien-image {
	display:block;
	height:195px;
	width:240px;
}
.bouton-test .lien-texte {
	display:block;
	line-height:2.5em;
	margin-top:10px;
	text-align:center;
}
.bouton-test .lien-texte:hover {
	color:#666666;
}

.blanc-fond-pad, .blanc-fond-pad-filet {
	background-color:#FFFFFF;
	padding:12px;
	width:731px;
}
.blanc-fond-pad-filet {
	border:1px solid #cccccc;
	margin-bottom:8px;
	width:729px;
}
.fond-diag-questions {
	background-image:url(../images/fond-diag-questions.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #cccccc;
	padding:24px;
	width:705px;
}
.fond-diag-questions .titre {
	color:#727375;
	font-size:14px;
	font-weight:bold;
	padding:20px 0px 25px;
}
.fond-diag-questions .ligne {
	clear:both;
	display:block;
	margin-left:174px;
}
.fond-diag-questions .checkbox {
	clear:left;
	float:left;
}
.fond-diag-questions label {
	border:0px solid #cccccc;
	clear:right;
	display:block;
	line-height:20px;
	float:left;
	font-size:12px;
	padding-bottom:10px;
	padding-left:4px;
	margin:auto;
}
.fond-diag-questions label:hover {
	color:#777777;
}
.fond-diag-questions #suivante {
	margin-left:24px;
}
.fond-diag-questions .precedente {
	margin-right:24px;
}
/*.fond-diag-questions .bouton {
	background-color:transparent;
	background-image:url(../images/menu-categorie-fond.gif);
	background-repeat:repeat-y;
	border:0px;
	color:#ffffff;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	height:24px;
	width:160px;
}*/
.fond-diag-questions .poids-champ {
	margin-left:180px;
	margin-bottom:12px;
}
.fond-diag-questions .poids-champ input {
	background-color:#bbbbbb;
	border:1px solid #999999;
	color:#FFFFFF;
	font-size:24px;
	padding:5px;
	text-align:center;
	width:75px;
}


