html,body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px; 
}

div,td {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 13px; 
}

#zonelogin {
	margin: 4px 20px 0px 0px;
}

#login div {
	padding: 1px 10px 1px 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}

#login td {
	font-size: 10px; 
	color: #ffffff; 
	background-color: #cb6e1a;
}

#login a {
	font-size: 10px; 
	color: #000000; 
}

#login a:hover {
	color: #ffffff; 
}

#nav a {
	text-decoration: none; 
	text-align: center; 
	font-size: 10px; 
	font-weight: bold;
	color: #ffffff; 
}

#nav a:hover {
	color: #f8a253;
}

#menu { 
	list-style-type: none; 
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

#menutitle {
	background-color: #535353;
	text-align: left; 
	color: #ffffff;
	font-size: 11px;
	padding: 2px 55px 2px 19px;
	background-image: url('images/smenu_ico_1.jpg'); 
	background-repeat: no-repeat; 
	background-position: 0px 2px;
}

#menu li { 
	margin: 1px 0px 0px 0px; 
}


#menu a { 
	display: block; 
	padding: 0px 0px 0px 25px; 
	background-color: #a8a8a8;
	background-image: url('images/smenu_bkgd_btn.jpg'); 
	background-repeat: repeat-y; 
	text-decoration: none; 
	text-align: left; 
	font-size: 11px; 
	color: #ffffff; 
}

#menu a:hover { 
	background-color: #c56f21;
	background-image: url('images/smenu_bkgd_btn_over.jpg'); 
	background-repeat: repeat-y; 
}

#menu .titre {
	display: block; 
	padding: 0px 0px 0px 19px; 
	background-color: #a8a8a8;
	background-image: url('images/smenu_bkgd_btn_title.jpg'); 
	background-repeat: repeat-y; 
	text-decoration: none; 
	text-align: left; 
	font-size: 11px; 
	font-weight: bold;
	color: #ffffff; 
}

.body1 {
	background-image: url('images/body_bkgd.jpg');
	background-repeat: repeat-x;
}

#footer {
	background-image: url('images/footer_bkgd.jpg');
	background-repeat: repeat-x;
	padding: 15px 0px 10px 0px; 
}

#footer div {
	font-size: 11px; 
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color:#c56f21;
}

a {
	color:#ac5302;
}

a:hover {
	color:#e68e3f;
}

hr {
	border: 0;
	height: 1px;
	color: #000000;
	background-color: #000000;
}

/*** Formatage des formulaires ***/

.titre_formulaires {
	font-weight: bold;
	font-size: 12px; 
	color: #c36714;
	background: url('images/orange_square.jpg') left center no-repeat;
	padding-left: 18px;
}

#formulaires {
	border-collapse: collapse;
}

#formulaires label {
	font-weight: bold;
}

#formulaires thead {
	background: #bebebe;
}

#formulaires .alt {
	background: #e5e4e4;
}

#formulaires td {
	font-size: 11px;
	padding: 5px 2px 5px 2px;
}

#formulaires td.sep {
	padding-bottom: 20px;
}


/*** Formatage des rapports ***/

.titre_tableaux {
	font-weight: bold;
	font-size: 12px; 
	color: #c36714;
	background: url('images/orange_square.jpg') left center no-repeat;
	padding-left: 18px;
}

#tableaux {
	border-collapse: collapse;
}

#tableaux label {
	font-weight: bold;
}

#tableaux label.total {
	color: #b55d0d;
	font-weight: normal;
}

#tableaux label.total2 {
	color: #b55d0d;
	font-weight: normal;
}

#tableaux td.sous_titre {
	background: #f7f7f7;
	border-top: 2px solid #ffffff;
	border-bottom: double #a4a4a4;
}

#tableaux thead {
	background: #e5e4e4;
}

#tableaux thead td {
	border-bottom: none;
}

#tableaux td {
	font-size: 11px;
	border-bottom: 1px solid #a4a4a4;
	padding: 2px;
}

#tableaux td.sep {
	border-bottom: none;
}

#tableaux td.spacer {
	border-bottom: double #a4a4a4;
}

#tableaux tfoot td {
	border-bottom: double #a4a4a4;
}

/*** Formatage des écrans admin ***/
.titre_ecrans {
	font-weight: bold;
	font-size: 12px; 
	color: #c36714;
	background: url('images/orange_square.jpg') left center no-repeat;
	padding-left: 18px;
}

#admin {
	border-collapse: collapse;
}

#admin label {
	font-weight: bold;
}

#admin thead {
	background: #bebebe;
}

#admin thead td {
	border-bottom: none;
}

#admin .alt {
	background: #e5e4e4;
}

#admin td {
	font-size: 11px;
	border-bottom: 1px solid #a4a4a4;
	padding: 2px;
}

#admin td.sep {
	border-bottom: none;
}

#admin tfoot td {
	border-bottom: double #a4a4a4;
}

/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

div.warning {
	font-weight: bold;
	color: #e68e3f;
	padding-bottom: 1em;
}

/* Container Styles */
div.container_box {
	padding: 0px;
	margin: 0px;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-family: Arial, Verdana;
	font-weight: bold;
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

/** New Tab style of interface for Nav manager **/
td.tab_btn {
	border: 1px solid black;
	border-right: 0px solid black;
	background-color: #DDD;
	padding: .5em;
}

td.tab_btn_last {
}

td.tab_spacer {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

td.tab_btn_current {
	background-color: inherit;
	border-bottom: 0px solid black;
}

td.tab_main {
	padding: .5em;
	border: 1px solid black;
	border-top: 0px solid black;
}
div, table, td, tr {
padding:0px;
margin:0px;
}
form {
	margin: 0px;
	padding: 0px;
}

.contact_moduletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCD8B8;
}
