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

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 1px; /* 1rem = 16px par défaut => Imposé 1rem = 1px (ou 1/16 = 6.25%) */
	-webkit-text-size-adjust: none;
}

body {
	margin: 0;
	background-color: #EEEEEE;
	text-align: justify;
	font-size: 14rem;
	font-family: "Arial", "Helvetica", "Sans-Serif";
}

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

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

a:hover img {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

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

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

hr.tr {
	margin: 2rem 0;
}

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

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

.inline {
	display: inline;
}

.inline label {
	display: inline;
}

.inline .iPhoneCheckContainer {
	float: right;
}

label.disabled {
	color: #808080;
}

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

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

select, 
textarea,
input {
	border: #D0D0D0 1rem solid;
}

select:focus,
textarea:focus,  
input:focus {
	border: #5F0021 1rem dotted;
}

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

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

textarea.disabled {
	color: #808080 ;
}

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

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

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

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

input[type=submit]:hover, 
input[type=reset]:hover, 
input[type=button]:hover, 
button:hover,
a.btn:hover {
	background-color: #EEEEEE;
}

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

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

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

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

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

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

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

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

img.btn {
	cursor: pointer;
}

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

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

span.btn a {
	color: Black;
}

fieldset {
	margin: auto;
	padding: 25rem 30rem;
	text-align: left;
	background-color: #ECF1F5;
	border-radius: 6rem;
	border: #BDBDBD 1rem solid;
}

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

fieldset h4 {
	margin-bottom: 10rem;
	font-weight: bold;
	border-bottom: Black 1rem solid;
}

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

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

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

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

fieldset label {
	display: inline-block;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 13rem;
	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% - 18rem);
}

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

table.trBgHover tbody tr:hover td { 
	cursor: pointer;
	background-color: #D4E3ED !important;
}

.bgColorAlt {
	background-color: #FBFBFB;
}

.alignImg {
	margin: -2rem 0;
}

.hidden {
	display: none;
}

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

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

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

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

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

.colorRed {
	color: Red !important;
}

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

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

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

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


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

/*** Cadre du bandeau ***/
#header {
	width: 1200rem;
	height: 108rem;
	margin: 0 auto;
	background: url(../../ressources/images/bgHeader.gif) no-repeat left top;
}

/*** Titre de l'application ***/
#logo {
	width: 910rem;
	height: 52rem;
	margin: 0 auto 0 250rem;
	padding: 5rem 20rem;
	background-color: #FFFFFF;
	font-family: "Georgia", "Times New Roman", "Times", "Serif";
}

#logo h1 {
	margin-top: 3rem;
	font-weight: normal;
	font-style: italic;
	font-size: 38rem;
	text-align: center;
	color: #5F0021;
}

/*** Menu haut ***/
#bandeau {
	margin: 7rem auto;
	height: 32rem;
	font-size: 15rem;
	font-style: italic;
	font-family: "Georgia", "Times New Roman", "Times", "Serif";
	color: #FFFFFF;
	background-color: #5F0021;
}

#bandeau img {
	width: 16rem;
	margin-left: -4rem;
	padding-right: 2rem;
	vertical-align: text-bottom;
}

#menu {
	display: inline;
	float: left;
	margin: 0;
	list-style: none;
	line-height: normal;
	color: #FFFFFF;
}

#menu ul {
	position: absolute;
	z-index: 1;
}

#menu li {
	float: left;
	border-right: 1rem solid #FFFFFF;
}

#menu li.withSousMenu {
	background: #5F0021 url(../../ressources/images/mnSubMenu.png) no-repeat 95% center;
	padding-right: 7rem;
}

#menu li a {
	display: block;
	height: 18rem;
	padding: 7rem 20rem;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

#menu li .sousMenu {
	display: none;
	list-style-type: none;
}

#menu li .sousMenu li {
	float: none;
	min-width: 160rem;
}

#menu li .sousMenu li a {
	display: block;
	width: auto;
	margin-bottom: -1rem;
	padding: 7rem 20rem;
	text-align: left;
	text-decoration: none;
	color: Black;
	background-color: #D4E3ED;
	border: 1rem solid #FFFFFF;
}

#menu li .sousMenu li img {
	vertical-align: text-top;
}

#menu li:hover > .sousMenu {
	display: block; 
}

#menu li.active,
#menu li a:hover,
#menu > li:hover,
#menu > li.withSousMenu.active:hover,
#menu li ul.sousMenu li a:hover { 
	color: #FFFFFF;
	background-color: #43799C;
}

#menu li.withSousMenu.active { 
	background: #43799C url(../../ressources/images/mnSubMenu.png) no-repeat 95% center;
}


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

/*** Cadre de la page ***/
#page {
	margin: 0 auto;
	width: 1200rem;
	background-color: #43799C;
	background-image: url(../../ressources/images/bgContent.gif);
	background-size: 1200rem auto;
	background-position: center bottom;
	background-repeat: repeat-y;
}

#page-bgbtm {
	overflow: hidden;
}

/*** Menu gauche et droite ***/
#page .sidebar {
	display: none;
	float: left;
	width: 30rem;
	padding: 10rem;
	text-align: center;
	background-color: #43799C;
}

#page .sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-size: 14rem;
}

#page .sidebar li {
	margin: 0;
	padding: 8rem 0;
}

#page .sidebar a {
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#page .sidebar a:hover {
	text-decoration: underline;
	color: #DBDBDB;
}

#page .sidebar a span {
	position: absolute;
	padding: 1rem 4rem;
	font-size: 11rem;
	font-weight: bold;
	border-radius: 6rem;
	text-decoration: blink;
	color: #FFFFFF;
	background-color: #5F0021;
}

#page .sidebar img {
	width: 32rem;
}

/*** Fil d'arianne de la page ***/
#breadcrumb {
	padding-bottom: 15rem;
	text-align: left;
	font-family: "Georgia", "Times New Roman", "Times", "Serif";
}

#breadcrumb a {
	font-style: italic;
	font-size: 12rem;
	color: #43799C;
}

#breadcrumb p {
	float: right;
	font-style: italic;
	font-size: 12rem;
}

#breadcrumb img {
	width: 13rem;
	padding-right: 3rem;
	vertical-align: text-top;
}

/*** Contenu de la page ***/
#content {
	float: left;
	width: 1140rem;
	height: 100%;
	margin: 0 auto;
	padding: 20rem 30rem 30rem;
	text-align: center;
	background-color: #FFFFFF;
	color: Black;
	-webkit-text-size-adjust: 100%;
}

#content h2 {
	font-weight: bold;
	font-size: 20rem;
	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: 0 auto;
	font-size: 13rem;
	text-align: center;
	padding: 2rem;
	border-collapse: collapse;
	border: #BDBDBD 1rem solid;
}

#content table img {
	width: 16rem;
}

#content table .bgHead {
	font-weight: bold;
	color: #5F0021;
	background-color: #F3F3F3;
}

#content th, 
#content td, 
#content tr {
	padding: 5rem;
	border: #BDBDBD 1rem 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, 
#content table.noBorderTB tr, 
#content table.noBorderTB th, 
#content table.noBorderTB td {
	border: none;
	background: none;
	padding: 0;
	text-align: left;
}

#content table.noBorderTB th, 
#content table.noBorderTB td {
	padding: 0 10rem;
	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: 5rem;
	padding: 5rem 10rem;
	text-align: left;
	overflow: hidden;
	background-color: #F3F3F3;
	border: #BDBDBD 2rem solid;
}

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

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

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

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

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

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

#content label.forBtnSet {
	width: auto;
}

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

#content label.forCheckbox {
	width: auto;
	padding: 2rem;
	cursor: pointer;
}

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

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

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

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

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

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

#content .navigPages a:hover {
	color: Black;
	text-decoration: underline;
}

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

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

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

/*** Contenu de la fiche ***/
#fiche {
	margin: auto;
	padding: 35rem 0;
	width: 90%; /* 672rem */
	background-color: white;
	border: #DBDBDB 1rem solid;
	border-collapse: none;
	-moz-box-shadow: 1rem 1rem 12rem #777; /* Ombre compatible sur firefox à condition de prefixer */
	-webkit-box-shadow: 1rem 1rem 12rem #777; /* Compatible safari et chrome idem */
	box-shadow: 1rem 1rem 12rem #777; /* Pour anticiper une compatibilité sur les autres navigateurs */
}

#fiche fieldset {
	width: 87%;
	padding: 10rem;
	text-align: center;
	border-radius: 0;
}

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

#fiche fieldset.toolbar {
	width: 87%;
}

#fiche table {
	width: 90%;
	margin: auto;
	border: #BDBDBD 1rem solid;
}

#fiche th, 
#fiche td, 
#fiche tr {
	border: #BDBDBD 1rem 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 {
	margin-top: -1rem;
	padding: 5rem 10rem;
	text-align: center;
	background-color: white;
}

.toolbar a {
	display: inline-block;
	margin: 0 5rem 2rem;
	font-weight: bold;
}

.toolbar img {
	padding-right: 5rem;
}

.toolbarFrm {
	width: auto;
	margin: auto;
	padding: 10rem;
}

.toolbarFrm label {
	font-weight: bold;
}

.toolbarFrm fieldset {
	padding: 20rem;
}

/*** Contenu du dialogBox ***/
.ui-dialog-content table {
	width: 100%;
	font-size: 13rem;
	text-align: center;
	padding: 2rem;
	border-collapse: collapse;
	border: #BDBDBD 1rem solid;
}

.ui-dialog-content table img {
	width: 16rem;
}

.ui-dialog-content th, 
.ui-dialog-content td, 
.ui-dialog-content tr {
	padding: 5rem;
	border: #BDBDBD 1rem solid;
}

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

.ui-dialog-content table.noBorderTB {
	width: 102.5%;
}

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

.ui-dialog-content table.noBorderTB th, 
.ui-dialog-content table.noBorderTB td {
	padding: 0 20rem 5rem 0;
	vertical-align: top;
}

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

.ui-dialog-content table.noBorderTB th:last-child, 
.ui-dialog-content table.noBorderTB td:last-child {
	padding-right: 3rem;
}

.ui-dialog-content iframe {
	width: 100%;
	height: 100%;
	min-height: 250rem;
	border: none;
}


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

#footer {
	width: 980rem;
	height: 50rem;
	margin: 0 auto;
	padding: 10rem;
	color: #808080;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11rem;
}

#footer a {
	color: #808080;
	text-decoration: underline;
}

#footer a:hover {
	color: #9C9C9C;
	text-decoration: none;
}

