*{margin:0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

body{
	text-align: center;
	color: #222222;
	background-image: url(/images/fond.jpg);
	background-repeat: repeat-x;
}

img{border: 0; vertical-align: bottom;}
a {font-weight: bold; color:#006CB0; text-decoration: none;}
a:visited {font-weight: bold; color:#006CB0; text-decoration: none;}
a:hover {font-weight:bold; color: #0097D8; text-decoration: none;}

.clear {clear: both;}

h1 {
	margin: 20px 0; padding: 0;
	text-align: center;
	color:#0097D8;
	font-size: 18px;
}

h2 {
	margin: 5px 0;
	font-size: 14px;
	color:#0097D8;
}

h3 {
	margin: 0;
	font-size: 13px;
	display: inline;
	color:#0097D8;
}

h4 {
	margin: 0;
	font-size: 13px;
	display: inline;
	font-weight: normal;
}

blockquote {
	margin-left: 20px;
}

hr {margin: 20px 0;}

small {font-size:9px;}

b.obligatoire {
	font-size:15px;
	color: red;
}

/* Général */
#haut {
	width: 1000px; height: 169px;
	margin-left: auto; margin-right: auto;
	text-align: left;
}

#logo {
	width: 620px; height: 169px;
	float: left;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
}

#corps_page {
	width: 1000px; min-height: 600px;
	margin-left: auto; margin-right: auto;
	text-align: left;
	overflow: hidden;
}
html>body #corps_page {
	width: 1000px; height: auto; min-height: 600px;
	margin-left: auto; margin-right: auto;
	text-align: left;
	overflow: hidden;
}

#centre_corps {
	float: left;
	width: 1000px; height:100%;
}
#pub {
	margin-top:20px;
}
#bas {
	width: 100%; height: 30px;
	margin: 20px 0 30px 0;
	text-align: center;
}

.titre {
        padding: 5px 0 5px 5px;
        width: 100%;
        clear: both;
        background: #fff;
		color: #222222;
        border-style: solid; border-width: 0 0 1px 0; border-color: #404040;
        text-align: center;
}

#acces {
	width: 350px;
	font-size: 10px;
	float: right;
	background: transparent;
	color: #fff;
	text-align: right;
}
#acces b {font-size:12px;}
#acces a{font-size:12px; color:#fff;}
#acces a:visited{color:#fff;}
#acces a:hover{color:#fff; text-decoration: underline;}
#acces .mini{text-decoration: underline;}
#acces input{width: 130px; font-size: 12px;}

#menu {
	width: 984px; height: 40px;
	background-image:url(/images/menu_fond.jpg);
	background-repeat: no-repeat;
	margin: 0 7px 10px 7px;
	padding-top: 15px;
	text-align: center;
	clear: both;
}

#index_menu {
	width: 984px; height: 40px;
	background-image:url(/images/menu_fond_index.jpg);
	background-repeat: no-repeat;
	margin: 0 7px 10px 7px;
	padding-top: 15px;
	text-align: center;
	clear: both;
}

/***** Index ******************************************************************/
.index_etape {
	width: 298px; height: 238px;
	background-image:url(/images/etape_fond.jpg);
	background-repeat: no-repeat;
	margin: 0 7px 10px 7px;
	float: left;
	padding: 17px 10px 10px 10px;
}
.index_etape h2 {
	margin-top: 10px;
	font-size: 16px;
}
.index_etape_num{
	width: 52px;
	float: left;
	font-size: 40px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.index_etape_img {
	clear: both;
	text-align: center;
}

#index_explications {
	margin-top: 20px;
	font-size: 10px;
}
#index_explications a {font-size: 10px;}

/***** Compte ********************************************************/
.td_vide {background-color: #E0E0E0;}

fieldset {padding:20px; margin-bottom:10px;}
legend, label {font-weight:bold}
label {margin-top:20px; display:block;}
input[type=text],input[type=password],input[type=submit], textarea {border:1px solid #777;}
input[type=submit] {background-color:transparent; color:#006CB0; cursor:pointer; font-weight:bold;}
input[type=submit]:hover {color:#0097D8;}

#moncompte_liste_questionnaire {width: 100%;}
.liste_questionnaire_impair{}
.liste_questionnaire_pair{ background: #ddd;}
.liste_questionnaire_des-impair{ background: #FF8E8E;}
.liste_questionnaire_des-pair{ background: #E86E6E;}

/***** Contact ************************************************************/
#formulaire {
	margin: 0 0 20px -5px;
	padding: 10px;
}
#submit{
	padding:10px;
}
#contact_img {
	width: 200px;
	float: right;
}
#contact_libelle {
	width: 340px;
	float: left;
	padding: 20px 5px 30px 10px;
	text-align: right;
	vertical-align: bottom;
	line-height: 19px;
}
#contact_input {
	width: 340px;
	float: left;
	padding: 20px 10px 30px 0;
}
#contact_input input {
	width: 300px; height: 15px;
	margin: 1px;
	border: 1px solid #909090;
}
#contact_input textarea {
	width: 300px; height: 200px;
	margin: 1px;
	border: 1px solid #909090;
}

/***** Tarifs ********************************************************/
.tableau_tarifs {
	width:95%;
	margin: 10px auto 0 auto;
	border:1px solid #777;
	border-collapse: collapse;
}
.tableau_tarifs th {
	font-weight:bold;
	color: #0097D8;
}
.tableau_tarifs td, .tableau_tarifs th {
	width:15%;
	padding:5px;
	text-align:center;
	border-left: 1px solid #777;
	border-bottom: 1px dashed #777;
}
td.option {
	width:55%;
	padding:5px;
	text-align:left;
	border-right: 0;
}
th.option{
	width:55%;
	padding:5px;
	text-align:left;
	border-right: 0;
	background: none;
}
tr.tarif_impair {
	background: #fff;
}
tr.tarif_impair {
	background: #eee;
}

/***** Questionnaire Formulaire ********************************************************/
#questionnaire {text-align:center;}
#questionnaire_debut {
	border:1px dotted black;
	background-color:#FFF;
	margin: 10px; padding: 10px;
	text-align: center;
}
#questionnaire_obligatoire{
	border:1px dotted red;
	margin: 10px; padding: 10px;
	text-align: center;
}
#questionnaire_obligatoire img {
	vertical-align: middle;
}
#questionnaire_perso {
	border:1px dotted black;
	background-color:#FFF;
	margin: 10px; padding: 10px;
	text-align: left;
}
#questionnaire_perso li {
	padding: 3px;
}
#questionnaire_questions {
	border:1px dotted black;
	background-color:#FFF;
	margin: 10px; padding: 10px;
	text-align: left;
}
#questionnaire_securite{
	border:1px dotted red;
	margin: 10px; padding: 10px;
	text-align: center;
}
#questionnaire_fin {
	border:1px dotted black;
	background-color:#FFF;
	margin: 10px; padding: 10px;
	text-align: center;
}

#questionnaire ul{list-style: none;}

/***** Création Formulaire ********************************************************/
#questionnaire .cq_h1 {
	width: 100%; margin: 20px 0; padding: 0;
	text-align: center;
	color:#0097D8;
	font-size: 18px;
	
	font-weight: bold;
	border: 0;
}
#questionnaire .cq_bold {
	width: 750px; font-weight: bold;
	border: 0;
	background: transparent;
}
#questionnaire .cq_normal {
	width: 680px;
	border: 0;
	background: transparent;
}
#questionnaire .cq_textarea {
	border: 0; width: 100%;
	background: transparent;
}
#questionnaire .editable:hover {
	background-color: #BBF0FE;
}

#cq_ajout_question {
	background:#ccc;
	width: 908px;
	margin: 0 auto;
	padding: 10px;
}
#cq_ajout_question_fleche {
	background: url('/images/fond_creation.gif') no-repeat;
	margin: 20px auto 0 auto; padding: 0;
	height: 17px; width: 95%;
	clear: both;
}
#cq_ajout_question .cq_type {
	background-color: #fff;
	width: 170px; height: 70px;
	margin: 2px; padding: 2px;
	float: left;
	border: 1px solid #CCC;
}

#cq_liste_question {
	text-align: left;
	margin-left: 20px;
}

.cq_question_ok{
	background: #fff;
	padding: 0;
	margin-bottom: 20px;
	clear: both;
}
.cq_question_nok{
	background: #eee;
	padding: 10px 0;
	margin-bottom: 20px;
	clear: both;
}
.cq_a_reponse{font-size: 10px;}

.cq_menu_question{
	float:right;
	width:180px;
	line-height:17px;
	text-align:right;
	margin-bottom: 20px;
}
.cq_menu_question img {vertical-align:middle; margin-left:5px;}
.cq_menu_question input {vertical-align:middle;}

/***** Inscription ************************************************************/
#inscription_img {
	width: 200px;
	float: right;
}
#inscription_libelle {
	width: 340px;
	float: left;
	padding: 20px 5px 30px 10px;
	text-align: right;
	vertical-align: bottom;
	line-height: 19px;
}
#inscription_input {
	width: 340px;
	float: left;
	padding: 20px 10px 30px 0;
}
#inscription_input input[type=text] {
	width: 200px; height: 15px;
	margin: 1px;
	border: 1px solid #909090;
}
#inscription_societe_libelle, #inscription_particulier_libelle, #inscription_societe_input {
	display:inline;
	margin: 0; padding: 0;
}
#mdp-oublie_img {float:right;}

/***** Statistiques ************************************************************/
.chart {
	margin: 10px;
	float: left;
}
