/*******************/
/* Styles généraux */
/*******************/

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	text-align: justify;
	font-size: 14px;
	font-family: "Arial", "Helvetica", "Sans-Serif";
}

a {
	color: #5F0021;
	text-decoration: none;
}

hr {
	border: none; 
	height: 1px;
	background-color: #D0D0D0;
}

hr.br {
	margin: 2px 0px;
	background-color: transparent;
}

hr.tr {
	margin: 2px 0px;
}

img {
	border: none;
	vertical-align: text-top;
}

.required::after {
	content: " *";
	color: Red;
}

label.disabled {
	color: #808080;
}

label.lblImg {
    padding: 0px;
	width: 20px; 
	height: 20px; 
	background-repeat: no-repeat;
}

label.lblImgWithText {
	margin-top: -3px;
    padding: 0px;
	height: 20px; 
	text-indent: 18px;
	font-size: 13px;
	font-weight: normal;
	font-family: "Arial", "Helvetica", "Sans-Serif";
	color: Black;
	background-repeat: no-repeat;
	background-position: 5px center;
}

select, 
textarea,
input {
	border: Black 1px solid;
}

select optgroup option {
	padding-left: 20px;
}

select option.disabled, 
input.disabled {
	color: #D0D0D0 ;
}

textarea.disabled {
	color: #808080 ;
}

input {
	height: 18px;
	line-height: 18px;
	text-indent: 2px;
	background-repeat: no-repeat;
	background-position: 5px center;
}

input[type=file]{
	height: auto;
	line-height: 20px;
	text-indent: 2px;
}

input[type=radio], 
input[type=checkbox] {
	height: auto;
	border: none;
	vertical-align: -2px;
}

input[type=submit], 
input[type=reset], 
input[type=button], 
button,
a.btn {
	height: auto;
	margin: -2px 0;
	padding: 2px 5px;
	background-color: #FBFBFB;
	border: Black 1px solid;
}

input.sendFrm {
	padding: 1px 5px;
	background-color: #D4E3ED;
	border: Black 1px dotted;
}

input.searchMot {
	background-image: url(../../ressources/images/imgSearch.png);
}

input.txtWithImg {
	text-indent: 25px;
}

input.btnImgWithText {
	text-indent: 20px;
}

input.btnImg {
	width: 27px;
	text-indent: 27px \9; /* Pour IE6 à IE9 */
	color: transparent;
}

input.btnImgBig {
	width: 32px;
	height: 32px;
	text-indent: 32px \9; /* Pour IE6 à IE9 */
	background-position: top left;
	border: none;
	color: transparent;
}

button.btnImg {
	padding: 0px;
	border: none;
	background-color: transparent;
}

a.btn {
	font-size: 13px;
	font-family: "Arial", "Helvetica", "Sans-Serif";
	text-decoration: none;
	color: Black;
}

label.btn {
	width: auto;
	padding: 2px 5px;
	font-family: "Arial", "Helvetica", "Sans-Serif";
	text-decoration: none;
	color: Black;
	background-color: #FBFBFB;
	border: #D0D0D0 1px solid;
	border-radius: 2px;
}

span.btn {
	padding: 1px 3px;
	background-color: #FBFBFB;
	border: #D0D0D0 1px solid;
}

span.btn a {
	color: Black;
}

fieldset {
	width: 93%;
	margin: auto;
	padding: 25px 30px;
	text-align: left;
	background-color: #ECF1F5;
	border-radius: 6px;
	border: Black 1px solid;
}

fieldset h3{
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #43799C;
	border-bottom: #43799C 1px solid;
}
fieldset h4 {
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: Black 1px solid;
}

fieldset table.subContainer th {
	font-size: 14px;
	color: Black !important;
	border-bottom: Black 1px solid !important;
}

fieldset table.subContainer th .iPhoneCheckContainer {
	float: right; 
}

fieldset table.subContainer thead th {
	padding-bottom: 2px !important;
}

fieldset table.subContainer tbody tr:first-child td {
	padding-top: 10px !important;
}

fieldset label {
	display: inline-block;
	width: 80%;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: Black;
}

fieldset select,
fieldset textarea,  
fieldset input[type=text], 
fieldset input[type=password], 
fieldset input[type=file] {
	width: 100%;
	background-color: white;
}

fieldset input.DatePicker, 
fieldset input.TimePicker {
	width: calc(100% - 18px);
}

table.altBgColor tbody tr:nth-child(odd) {
	background-color: #FBFBFB;
}

.bgColorAlt {
	background-color: #FBFBFB;
}

.alignImg {
	margin: -2px 0px;
}

.hidden {
	display: none;
}

.condition {
	color: Red;
	font-size: 10px;
}

.indication {
	color: Green;
	font-size: 11px;
}

.postscriptum {
	color: Black;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}

.indication img, 
.postscriptum img {
	width: 10px;
	height: 10px;
	vertical-align: -1px;
}

.validateTips {
	margin-left: 13px;
	text-align: left; 
	font-size: 12px;
}

.colorRed {
	color: Red !important;
}

.msgConfirmation {
	min-width: 50%;
	width: 50%;
	margin: auto;
	padding: 5px 10px;
	border: Green 1px solid;
	color: Green;
	list-style: none;
	text-align: left;
	border-radius: 0.3125em;
}

.msgConfirmation li {
	padding: 2px 2px 2px 25px;
	background: url(../../ressources/images/msgConfirm.png) no-repeat left 2px; 
}

.msgErreur {
	min-width: 50%;
	width: 50%;
	margin: auto;
	padding: 5px 10px;
	border: Red 1px solid;
	color: Red;
	list-style: none;
	text-align: left;
	border-radius: 0.3125em;
}

.msgErreur li {
	padding: 2px 2px 2px 25px;
	background: url(../../ressources/images/msgError.png) no-repeat left 2px; 
}


/**************************/
/* Styles pour le bandeau */
/**************************/

/*** Cadre du bandeau ***/
#header {
	display: none;
}

/*** Menu haut ***/
#menu {
	display: none;
}


/***********************************/
/* Styles pour le corps de la page */
/***********************************/

/*** Menu gauche et droite ***/
#page .sidebar {
	display: none;
}

/*** Fil d'arianne de la page ***/
#breadcrumb {
	display: none;
}

/*** Contenu de la page ***/
#content {
	width: 95%;
	margin: auto;
	padding: 10px;
	text-align: center;
	color: Black;
}

#content h2 {
	font-weight: bold;
	font-size: 20px;
	font-variant: small-caps; 
	font-family: "Georgia", "Times New Roman", "Times", "Serif";
	text-align: center;
	text-decoration: underline;
	color: #43799C;
}

#content iframe {
	width: 100%;
	border: none;
}

#content table {
	width: 100%;
	margin: 0px auto;
	font-size: 13px;
	text-align: center;
	padding: 2px;
	border-collapse: collapse;
	border: Black 1px solid;
}

#content table img {
	width: 16px;
}

#content th, 
#content td, 
#content tr {
	padding: 5px;
	border: Black 1px solid;
}

#content thead th {
	font-weight: bold;
	color: #5F0021;
	background-color: #F3F3F3;
}

#content tbody th,
#content fieldset thead th {
	text-align: left;
	font-weight: bold;
	color: #43799C;
	background-color: #FBFBFB;
}

#content table.noBorderTB {
	width: 102.5%;
}

#content table.noBorderTB, 
#content table.noBorderTB tr, 
#content table.noBorderTB th, 
#content table.noBorderTB td {
	border: none;
	background: none;
	padding: 0px;
	text-align: left;
}

#content table.noBorderTB th, 
#content table.noBorderTB td {
	padding: 0px 20px 5px 0px;
	vertical-align: top;
}

#content table.noBorderTB th:first-child, 
#content table.noBorderTB td:first-child {
	padding-left: 0;
}

#content table.noBorderTB th:last-child, 
#content table.noBorderTB td:last-child {
	padding-right: 0;
}

#content .headFrm {
	margin-bottom: 5px;
	padding: 5px 10px;
	text-align: left;
	overflow: hidden;
	background-color: #F3F3F3;
	border: Black 2px solid;
}

#content .headFrm hr {
	margin: 5px 0px;
}

#content .headFrm hr.br {
	margin: 2px 0px;
}

#content label.forSelMultiple {
	width: auto;
	vertical-align: top;
}

#content label.forTextarea {
	float: left;
	width: auto;
	padding-left: 11px;
}

#content label.forMultipleRadio {
	width: auto;
	font-weight: bold;
}

#content label.forRadio {
	float: right;
	width: auto;
	margin-left: 5%;
	margin-right: 2px;
}

#content label.forBtnSet {
	width: auto;
}

#content label.forICheckbox {
	float: left; 
	width: auto;
	padding-right: 5px;
}

#content label.forCheckbox {
	width: auto;
	padding: 2px;
}

#content fieldset.title {
	padding: 10px 30px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #ECF1F5;
}

#content fieldset .subtitle {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: Black;
}

#content .legend {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: Black 1px solid;
	color: Black;
	font-style: italic;
}

#content .legend hr {
	margin: 2px;
}

#content .navigPages {
	color: Black;
	font-style: italic;
}

#content .navigPages a {
	color: #808080;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#content .contact {
	width: 45%;
	padding-left: 60px;
	text-align: left;
}


/*** Tableau de bord ***/
#tbBord.ui-accordion .ui-accordion-content {
    padding: 0px;
    margin-top: -1px;
    border: none;
}

#tbBord.ui-accordion .ui-accordion-header img {
	vertical-align: text-top;
}

/*** Contenu de la fiche ***/
#fiche {
	margin: auto;
	border: none;
}

#fiche fieldset {
	width: 97%;
	padding: 10px 20px;
	text-align: center;
	border-radius: 0px;
}

#fiche fieldset.title {
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	background-color: #F3F3F3;
	color: #5F0021;
}

#fiche table {
	width: 100%;
	margin: auto;
	border: Black 1px solid;
}

#fiche th, 
#fiche td, 
#fiche tr {
	border: Black 1px solid;
	text-align: left;
}

#fiche th {
	text-align: center;
	background-color: #F3F3F3 !important;
}

#fiche .tabNomChamp {
	width: 30%;
	background-color: #FBFBFB;
	font-style: italic;
	font-weight: bold;
}

/*** Barre d'outils ***/
.toolbar {
	display: none;
}

/*** Contenu du dialogBox ***/
.ui-dialog {
	display: none !important;
}


/*******************************/
/* Styles pour le pied de page */
/*******************************/

#footer {
	display: none;
}

