/**
 * Theme name: Default
 * File utility: Definitions generales du theme
 * Theme URI: http://www.techsolcom.ca/tscm/themes/default
 * Description: Le theme par defaut pour TSCM avec les dispositions generales cross-browser
 * Version: 1
 * Author: Renoir Boulanger
 **/

/* General ######################################## */
* {
	font:  96% Verdana, Arial, Helvetica, sans-serif;
	line-height:1.35em;
}

body {
	border: 0;
	margin: 0;
	padding: 0;
}

form, label input {
	margin: 0;
	padding: 0;
}
/* /General ######################################## */

/* Form special effects ######################################## */
textarea, input, select {
	background: #F7F7F7;
	border: 1px solid #ABABAB;
	color: #000;
	margin: 1px;
	padding: 3px;
	font-size: 100%;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

.submit input, .submit input:focus, .button {
	background: url(/layout/fade_btn_uh.png );
	border: 1px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
}

.submit input:hover, .submit input:focus, .button:hover {
	background: url(/layout/fade_btn_h.png );
}

input:active, .button:active {
	background: #f4f4f4;
	border: 1px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

/* /Form special effects ######################################## */

/* Effets generaux ######################################## */
.centered { 
	text-align:center;
}

.line {
  border:0;
  border-top: 1px solid #686868;
  height: 0;
  background: #686868;
}

.padding {
	padding:10px;
}

label, .label {
	font-weight: bold;
}

.label, label {
	white-space: nowrap;
}
/* Effets generaux ######################################## */