/* ****************
* Feuille de style devis.php
* Questionnaire sur les droits d'auteur
* Gilles vauvarin (pixenjoy)
* 26/02/2009
******************* */

body {
	background: #fff url("http://www.pixenjoy.com/questionnaire/form/fond.jpg") no-repeat top center !important;
	color:#767676 !important;
	}
	
body a {
	color:#359ac9;
	text-decoration:none;
}

body a:hover {
	color:#359ac9;
	text-decoration:underline;
}

body a:active {
	color:#359ac9;
	text-decoration:none;
}

input {
	background:#fff;
	border:1px #c3c3c3 solid;
	margin:0;
 	vertical-align:middle;
	}
	
legend {
	color:#a3a3a3 !important;
	}
	
hr {
	background-color:#dbdbdb !important;	
	border: 0 !important;
	color: #dbdbdb !important;
	height: 1px !important;
}
	
	
h1 {
	color:#61c783 !important;
	}
	
h2,h3,h4,h5 {
	color:#2d2d2d !important;
}

.icone_help {
	margin-bottom:3px;
 	vertical-align:middle;
	}
	
.bold {
	font-weight:bold !important;
	color:#a3a3a3;
	}
	
.bold_green {
	font-weight:bold !important;
	color:#61c783;
	}
	
.introduction {
	background:#fff;
	border:1px #c3c3c3 dotted;
	opacity:0.7; 
	padding:10px 10px 0px 10px;
}

.aide {
	background:#fffdf3;
	border:1px #c3c3c3 dotted;
	color:#767676;
	margin-top:15px;
	padding:10px 10px 10px 10px;
	}
	
.droitsAuteur {
	background:#fffdf3;
	border:1px #c3c3c3 dotted;
	color:#767676;
	display:none;
	padding:10px 10px 10px 10px;
	}
	
.fermer {	
	text-align: right;
	}
	
.header_logo {
	padding:20px 0px 30px 0px;
}

.validation {
	background:#fff;
	border:1px #c3c3c3 dotted;
	opacity:0.7; 
	padding:10px 10px 0px 10px;
	}


	
/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(images_infobulle/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(images_infobulle/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(images_infobulle/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color:#fff;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color:#fff;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

