/* Pages */
* {
	margin: 0;
	padding: 0;
}

.titre-banniere {
	font-family: arial, sans-serif;
	font-size: 16px;
	/*color: white;*/
	color: rgb(10, 78, 105);
	text-align: right;
	font-weight: bold;
	margin-right: 30px;
}

b,strong {
	color: rgb(10, 78, 105);
	/*color: #770e08;*/
}

a:link .summary,a:visited .summary,a:active .summary {
	color: #770e08 !important;
	text-decoration: none !important;
	border-bottom: #0A4E69 solid 1px !important;
	font-weight: bold;
	font-size: 12px;
}

a:hover .summary {
	color: #ff7d00 !important;
	text-decoration: none !important;
	border-bottom: #ff7d00 solid 1px !important;
	font-weight: bold;
	font-size: 12px;
}

body {
	background: #d9edff url(../images/new-fond-contenu.gif) no-repeat fixed top left;
	/*background:  #E7D8DA url(../images/fond-contenu.gif) no-repeat fixed top right;*/
	/*font-family: arial;*/
	font-family: arial, sans-serif;
}

.frame-simple {
	background: transparent;
	
	}

/* Aspect des titres */
H1 {
	font-family: arial, sans-serif;
	font-size: 24px;
	color: rgb(10, 78, 105);
	/*color: #0A4E69 ;*/
	line-height: 24px;
	margin: 0 50px 10px 10px;
	/*padding:14px;*/
}

H2 {
	font-family: arial, sans-serif;
	font-size: 16px;
	color: rgb(10, 78, 105);
	/*color: black;*/
	font-weight: bold;
	line-height: 25px;
	border-bottom: 2px dashed rgb(126, 175, 193);
	margin: 30px 0 10px 0;
	padding: 2px 0 13px 20px;
	text-align: center;
}

H2 a {
	color: black;
}

H3 {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: rgb(10, 78, 105);
	/*color: #0A4E69;*/
	margin-top: 10px;
	margin-bottom: 5px;
}

ul {
	margin-left: 20px;
	list-style-image: url(../images/puce-I.png);
	/*list-style-image: url(../images/puce.gif); 
	list-style-position: outside; 
}
ol{
	margin-left: 20px; 
	list-style-position: outside; 
	}
ul ul{ 
	list-style-image: url(../images/puce-II.png); 
	/*list-style-image: url(../images/puce2.gif);*/
	list-style-position: outside;
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 12px;
}

p {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 14px;
}

#texte {
	width: 750px;
	margin-left: 50px;
}

input {
	border: 1px solid #0A4E69;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea {
	border: 1px solid #0A4E69;
	padding: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	border: 1px solid #0A4E69;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

iframe {
	background-color: transparent;
}

/* Aspect des liens (< a href="">) */
a  : active {
	color: #ff7d00;
}

a:hover {
	color: #ff7d00;
}

img {
	border: 0px;
}

/* Boutons */
.bouton {
	cursor: pointer;
	display: inline;
	margin: 5px;
}

.bouton a,.bouton a:hover,.bouton a:active {
	text-decoration: none;
	color: white;
}

.bouton-partie1 { /*image: url(../images/BoutonPartie1.gif);	*/
	background-image: url(../images/bouton-I-1.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 26px;
	/*width:20px;height:38px;*/
	padding: 0 !important;
}

.bouton-partie1-select {
	background-image: url(../images/bouton-II-1.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 26px;
	/*width:20px;height:38px;*/
	padding: 0 !important;
}

.bouton-partie2 {
	background-image: url(../images/bouton-I-2.png);
	background-repeat: repeat-x;
	height: 26px;
	/*height:38px;*/
	padding: 0 !important;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

.bouton-partie2-select {
	background-image: url(../images/bouton-II-2.png);
	background-repeat: repeat-x;
	height: 26px;
	/*height:38px;*/
	padding: 0 !important;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

.bouton-partie3 { /*image: url(../images/BoutonPartie3.gif);*/
	background-image: url(../images/bouton-I-3.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 26px;
	padding: 0 !important;
}

.bouton-partie3-select {
	background-image: url(../images/bouton-II-3.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 26px;
	padding: 0 !important;
}

/* Aspect des champs obligatoires (libellés et champ texte) */
.obligatoire {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #0A4E69;
	font-weight: bold;
}

.obligatoire-ct {
	background: white;
	border: 2px;
}

/* Aspect des entetes de tableaux triables sur un click */
.entete-tab-triable {
	color: inherit;
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
	cursor: pointer;
}

/* Aspect des tableaux présentant des données */
.tab-info {
	border: thin solid #6495ed;
	border-collapse: collapse;
	/*width: 100%;*/
}

.tab-info th {
	font-family: monospace;
	font-size: 12px;
	border: thin solid #6495ed;
	padding: 3px;
	background-color: #D0E3FA;
}

.tab-info td {
	font-family: sans-serif;
	font-size: 10px;
	border: thin solid #6495ed;
	background-color: #ffffff;
	padding: 6px;
}

.tab-info caption {
	font-family: arial;
	font-size: 14px;
	color: black;
	font-style: italic;
}

/* Aspect des tableaux présentant des formulaires à remplir */
.tab-form {
	border-color: white;
	border-width: 1px;
	border-style: solid;
	margin: 5px 5px 5px 5px;
	background: transparent;
	/*position:relative;*/
	font-size: 12px;
	z-index: 0;
}

.tab-form th {
	font-family: monospace;
	border: thin solid #6495ed;
	/*width: 50%;*/
	padding: 5px;
	/*
	background-color: #D0E3FA;
	background-image: url(sky.jpg);
	*/
}

.tab-form td {
	font-family: sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 0;
	margin: 0;
	padding: 3px;
	/*background-color: #ffffff;*/
}

.tab-form caption {
	font-family: arial;
	font-size: 14px;
	color: black;
	font-style: italic;
}

.msgError {
	display: block;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #0A4E69;
	border: 2px dotted white;
	padding: 5px;
	background: transparent;
	width: 242px;
	margin: 10px 0;
}

.textePlusPetit {
	font-size: 12px;
}

.cellAlignCenter TD {
	text-align: center;
}

.margeTexte {
	margin-left: 50px;
}

.margeHaut16 {
	margin-top: 16px;
}

#loading .loading-indicator {
	font: bold 12px Arial, Helvetica, sans-serif;
	position: absolute;
	top: 35%;
	left: 43%;
	color: #0A4E69;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 64px;
	height: 64px;
	text-align: center;
}

/* Tableau bicolore pour �tat des transactions*/
.tab-bicolore {
	border: thin solid #6495ed;
	border-collapse: collapse;
	/*width: 100%;*/
}

.tab-bicolore th {
	font-family: monospace;
	font-size: 12px;
	border: thin solid #6495ed;
	/*width: 50%;*/
	padding: 3px;
	/*background-color: #3914AF;*/ /*background-image: url(sky.jpg);*/
}

.tab-bicolore td {
	font-family: sans-serif;
	font-size: 12px;
	font-style: bold;
	border: thin solid #6495ed;
	background-color: #ffffff;
	padding: 6px;
}

.tab-bicolore caption {
	font-family: arial;
	font-size: 14px;
	color: black;
	font-style: italic;
}

.innerb {
	height: 250px;
	overflow: auto;
}

#tabScroll {
	border: thin solid #6495ed;
	border-collapse: collapse;
}

#tabScroll td,#tabScroll th {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#tabScroll th {
	background-color: #ccc;
	background-color: #D0E3FA;
	font-family: monospace;
	font-weight: bold;
	border-bottom: thin solid #6495ed;
}

#tabScroll td {
	background-color: #ffffff;
	font-family: arial;
	border-bottom: thin solid #6495ed;
	border-right: thin solid #6495ed;
}

.important {
	color: red;
	font-weight: bold;
}