/*---------------------------- Début Reset CSS ------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../_images/fond-admin.png) repeat-x left 40px;
	font: normal 62.5% Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
	color: #000;
}

#conteneur {
	width: 976px;
	position: relative;
	margin: 0 auto 20px auto;
}

img {
	border: none;
}

a, label, button {
	cursor: pointer;
}

a {
	color: #DF0000;
}

a:hover, a:focus {
	text-decoration: none;
}

input, textarea, select {
	color: #14457d;
	font-family: Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
	font-size: 1.2em;
}

.textbox, textarea {
	background: #fff url(../_images/fond-textbox.png) no-repeat left top;
	border: 1px solid #14457d;
	color: #14457d;
}

.textbox:hover, .textbox:focus, textarea:hover, textarea:focus {
	border: 1px solid #DF0000;
}

label, address {
	color: #14457d;
}

p, li, label, address, dt, dd {
	font-size: 1.3em;
}

dt {
	font-weight: bold;
	color: #DF0000;
}

dd {
	margin-bottom: 0.6em;
	color: #14457d;
}

strong {
	color: #71777A;
}

dd strong {
	color: #14457d;
}

address {
	font-style: normal;
}

.button {
	height: 26px;
	background: #309FD1 url(../_images/fond-btn.png) repeat-x left top;
	color: #fff;
	border: 1px solid #309FD1;
	padding: 0 0.6em 5px 0.6em;
	font-size: 1.2em;
	font-weight: bold;
}

/*---------------------------- Fin Reset CSS ------------------------------*/

.clear {
	clear: both;
}

.clear1px {
	clear: both;
	font-size: 1px;
}

#logo {
	position: absolute;
	left: 0;
	top: 10px;
}

/*-->Align<--*/

.center {
	text-align: center;
}

/*-->Gabarit<--*/

#header {
  height: 120px;
  position: relative;
}

#header h1 {
	color: #92031E;
	font-size: 2.4em;
	padding: 10px 0 0 10px;
}

#bident {
    position: absolute;
	right: 0;
	bottom: 0;
}

#bident p {
    border: 2px solid #B6BCC0;
    border-bottom: none;
    padding: 4px 10px;
    background: #FFFFFF url("../_images/conteneur-bg.gif") repeat-x top left;
    margin: 0px;
	font-size: 1.1em;
}

#body {
    position: absolute;
    width: 100%;
}

#content {
	border: 2px solid #B6BCC0;
    background: #FFFFFF url("../_images/conteneur-bg.gif") repeat-x top left;
	overflow: auto;
	padding: 10px;
	min-height: 300px;
}

#footer {
    height: 30px;
    background-color: #99CC99;
}

/*-->Menu<--*/

#menu {
	float: left;
	width: 155px;
	margin: 30px 0;
}

#menu ul {
	width: 155px;
	margin-bottom: 15px;
}

#menu li {
	list-style: none;
	width: 155px;
	font-size: 1.1em;
}

#blagenda {
	width: 99%;
}

#menu li a {
	display: block;
	width: 155px;
	border: 1px solid #DADDDF;
	background-color: #EFEFEF;
	padding: 4px 0;
	text-indent: 6px;
	margin: 2px 0;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#menu li a:hover, #menu li a:focus {
    background-color: #fff;
	color: #DF0000;
	text-decoration: none;
}

#menu li a.current {
	border-top: 1px solid #DF0000;
    background-color: #fff;
	color: #DF0000;
}

.menuheader {
	margin-bottom: 3px;
	border-bottom: 1px solid #B6BCC0;
	color: #B6BCC0;
	font-size: 1em;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

/*-->Contenu<--*/

#cont1 {
	
}

#cont2 {
	margin-left: 165px;
	border-left: 1px solid #DADDDF;
	padding-left: 10px;
}

.contenu h2 {
	color: #DF0000;
	font-size: 1.4em;
	margin-bottom: 15px;
	border-bottom: 1px solid #DADDDF;
}

.contenu p {
	margin: 10px 0px;
}

.contenu ul {
	margin-left: 15px;
	list-style: square;
}

.lcat {
	font-size: 1em;
}

h3 {
    font-size: 1.1em;
    font-weight: normal;
    color: #000;
	font-weight: bold;
}

/* --------------------------- Formulaire --------------------------- */
.formT1 {
	padding: 1em 8px;
}

.formT1 fieldset {
	border: none;
	margin-bottom: 1em;
}

.formT1 fieldset.fslegend {
	padding: 6px;
	border: 1px solid #DADDDF;
}

.formT1 fieldset legend {
	font-size: 1.3em;
	color: #797d80;
	padding: 0 0.4em;
}

.formT1 div.regroupement {
	clear: both;
	overflow: hidden;
	margin-bottom: 0.6em;
}

.formT1 .p-label {
	color: #14457D;
	margin-bottom: 0.2em;
}

.formT1 label {
	display: block;
	margin-bottom: 0.2em;
}

.formT1 .divChoix {
	width: 406px;
}

.formT1 .divChoix ul {
	list-style: none;
}

.formT1 .divChoix ul li {
	font-size: 1em;
	padding: 0 4px;
	margin-bottom: 0.2em;
}

.formT1 .divChoix label {
	display: inline;
}

.formT1 .divChoix label:hover, .formT1 .divChoix label:focus {
	color: #DF0000;
}

.formT1 .textbox, .formT1 textarea {
	padding: 3px;
	width: 400px;
}

.formT1 textarea {
	height: 6em;
}

.formT1 .txt-large {
	width: 752px;
}

.formT1 .hasDatepicker {
	width: 110px;
	background: url('../_images/calendar.png') no-repeat right center;
	cursor: pointer;
}

.formT1 .divCheckbox label {
	float: left;
}

.formT1 .divCheckbox input {
	float: left;
	margin-top: 1px;
	margin-right: 4px;
}

.formT1 .pButton {
	font-size: 1em;
}

.comboBox {
	width: 378px;
	padding: 3px 24px 1px 4px;
}

.comboBoxList, .comboBoxChild {
	min-width: 384px;
}

.comboBoxChild {
	overflow: hidden;
}

.divHM label {
	float: left;
}

.divHM span {
	float: left;
	margin-right: 0.6em;
}

.divHM span.s-heure {
	clear: both;
}

.divHM .comboBox {
	width: 40px;
}

.divHM .comboBoxList, .comboBoxChild {
	min-width: 30px;
}


.contenu .divRadio ul {
	list-style: none;
	margin-left: 0;
}

.divRadio ul li {
	font-size: 1em;
	float: left;
	margin-right: 2em;
}

.divRadio ul li * {
	float: left;
}

.divRadio ul li input {
	margin-top: 0.05em;
	margin-right: 0.2em;
}

.success, .erreur {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 0;
}

.success {
	color: green;
}

.erreur {
	color: red;
}

.erreur img {
	margin-right: 3px;
}

/* --------------------------- Tableaux ----------------------------- */
.tableT1 {
	border-collapse: collapse;
	margin: 1em 0;
	width: 100%;
}

.tableT1 th, .tableT1 td {
	border-collapse: collapse;
}

.tableT1 thead {
	
}

.tableT1 thead th, .tableT1 tbody th, .tableT1 tfoot th, .tableT1 tfoot td {
	background: #4386A4;
	color: #fff;
	padding: 0.3em 1em;
	font-size: 1.3em;
}

.tableT1 thead th.tl, .tableT1 thead th.titre-item {
	-moz-border-radius-topleft: 10px;
}

.tableT1 thead th.tr, .tableT1 thead th.edition_item {
	-moz-border-radius-topright: 10px;
}

.tableT1 tfoot th.bl {
	-moz-border-radius-bottomleft: 10px;
}

.tableT1 tfoot th.br {
	-moz-border-radius-bottomright: 10px;
}

.tableT1 tbody td {
	font-size: 1.3em;
	padding: 0.3em 0.6em;
	border-bottom: 1px solid #B6BCC0;
}

.tableT1 tbody tr.alt td {
	background: #cfe3e7;
}

.noalt tbody tr td {
	border-bottom: 1px solid #CFE3E7;
}

.tableT1 .tdc {
	text-align: center;
}

.tdActions {
	text-align: right;
}

.tdActions a {
	margin-right: 3px;
}

.tableT1 tbody td label {
	font-size: 1em;
}






















