/* Core styles */

body, img, hr,
h1, h2, h3, h4, p {
	padding: 0;
	margin: 0;
}

p { margin-bottom: 8px; }
p.last, p.unique { margin-bottom:0; }

/* Input fields */

div.field { position:relative; } /* todo: move to core elements */

select,
textarea,
input {
	margin: 0;
	padding: 2px;
	line-height: 16px;
	border: solid 1px #686868;
}

body.chrome4 select,
body.chrome5 select,
body.safari4 select,
body.safari5 select {
	border: solid 1px;
}

input {
	/*height: 16px;*/
}

div.field p.input,
div.field span.input,
div.field label.input {
	display: block;
	position: absolute;
	top: 0;
	color: #718A73;
	/*height: 16px;*/
	padding: 2px 4px;
	line-height: 16px;
	cursor: text;
}

/* Links */

a.block { display:block; }
a { text-decoration:none; }
p a { text-decoration:underline; }

/* Links in lists and spans */

span a,
li a { text-decoration:none; }

span a:hover,
li a:hover { text-decoration:underline; }

/* Buttons - Links with arrows */

a.arrow {
	background: url(/images/flc_dr2.gif) no-repeat right;
	position: relative;
	_position:static;
	padding-right:13px;
	text-decoration:none;
}

a.goto {
	background: url(/images/arrow_goto.gif) no-repeat right 4px;
	position: relative;
	_position:static;
	padding-right:10px;
	text-decoration:none;
}

/* Other links */

span.intro a,
p.intro a {
	text-decoration: underline dotted;
}

/* Fonts */

/*
@font-face {
	font-family: AvantGarde-Book;
	src: (/fonts/AvantGardeBook.ttf) format('truetype');
}

h1 {
	font-family: AvantGarde-Book, Helvetica, sans-serif;
}
*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
}

th, td, p, a, span,
li, label, input,
textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

th, td, p,
li, label, input,
textarea, select {
	font-size: 12px;
}

h1, h2, h4 { font-weight:normal; }

h1 { font-size:21px; line-height:24px; }
h2 { font-size:14px; line-height:22px; }
h3 { font-size:12px; line-height:20px; font-weight:bold; }
h4 { font-size:11px; line-height:14px; }

/* a { font-family: Arial, Helvetica, sans-serif, font-size:12px; } */

sup, sub { font-size:9px; line-height:8px; }


/* Colors */

h2 { color:#454545; }

h2.suggested {
	color: #BD0911;
}

p, a, li, td { color:#212121; }

b, strong { color:#232323 }
.required { color:red }

.comment,
.note { color:#8B8B8B }

span.error {
	color: #FFFFFF;
	background-color: #BC2A13;
	font-weight: bold;
}

p.tiny { font-size:9px; }
p.small, span.small,
ul.small li {
	font-size: 11px;
}

p.highlight,
p.intro,
div.intro p {
	/*text-align: justify;*/
	color: #333333;
	line-height: 15px;
	font-weight: bold;
}

/* Images */

img {
	border: 0;
	display: block;
}

img.top-left {
	margin: 0 15px 8px 0;
	float: left;
}

a.button img, button img { display:inline; }

/* Lists */

ul.simple {
	list-style: none;
}

ul.simple,
ul.small {
	margin: 0;
	padding: 0;
}

/*ul.simple li img { margin-bottom:-3px }*/

ul.h li {
	float: left;
}

.clearer,
.clear {
	clear: both;
}

/* Positioning */

.left { float:left; }
.right { float:right; }

hr { height:1px; }

/* Backwards compatible styles for the may 2007 version of the website */

/* texte moyen general */
.txtmoyen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
}
.txtmoyen2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	color: #666666;
}
/* petit texte general */
.txtpt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* ------------------------------- */

/* Fixes */

.cols:after,
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

