/* Paramètres des typos par défaut :
	*(1em = 16px)
	*(0.875em = 14px)
	*(0.75em = 12px)
	*(0.6875em = 11px)
	*(0.625em = 10px)
*/
body {
	font-size: 0.75em;
	color: #444;
	line-height:1.5;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { color:#222; }

h1 { font-size: 2.5em; line-height:1; margin-bottom: 0.5em; }
h2 { font-size: 2em; line-height:1; margin-bottom: 0.5em; }
h3 { font-size: 1.5em; line-height:1; margin-bottom: 0.75em; }
h4 { font-size: 1.2em; line-height:1; margin-bottom: 0.75em; }
h5 { font-size: 1em; margin-bottom: 1em; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1em 0; }
p img.left  { float: left; margin: 1em 1em 1em 0; padding: 0; }
p img.right { float: right; margin: 1em 0 1em 1em; }

a:focus, 
a:hover     { color: #444; }
a           { color: #0082f0; text-decoration: none; }

blockquote  { margin: 1em; color: #aaa; font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { font-size:0.5em; }
sup			{ vertical-align:super; line-height:0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 0 0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt      	{ font-weight: bold; }
dd          { margin: 0 0 0 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.5em; width:100%; }
th          { font-weight: bold; }
th,td,tfoot,
caption 	{ padding: 5px; }
caption     { background: #eee; color:#aaa; }


/* Misc classes
-------------------------------------------------------------- */

.bold		{ font-weight: bold; }
.clear		{ clear: both; }
.left		{ float: left; }
.right		{ float: right; }
.hidden		{ display:none; }
:focus		{ outline: 0; }


/* Forms
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1em; margin: 0; border: 1px solid #eee; }
legend      { font-weight: bold; padding: 0 0.5em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input[type=password],
textarea, select {
	background-color: #fff;
	border: 1px solid #eee;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	padding:0.25em;
}
input[type=text]:focus,
textarea:focus, select:focus {
	border-color: #aaa;
	background-color: #fafafa;
}
input[type=text].ferror,
textarea.ferror, select.ferror {
	background-color: #ffeeee;
	border-color: #f22828;
}
span.ferror {
	color: #f22828;
	display:block;
}


/* Misc elements
-------------------------------------------------------------- */

hr {
	background: #eee; 
	color: #eee;
	clear: both; 
	float: none; 
	width: 100%; 
	height: 1px;
	margin: 1em 0;
	border: none; 
}
hr.space {
	background: #fff;
	color: #fff;
}


/* Buttons
-------------------------------------------------------------- */

a.button, button {
	display: block;
	float: left;
	margin: 1em 1em 1em 0;
	padding: 5px 10px;
	border: none;
	background-color: #eee;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	color: #545454;
	cursor: pointer;
}
/*button {
	width:auto;
	overflow: visible;
	padding: 4px 10px 3px 7px;    IE6 
}
button[type] {
	padding: 4px 10px 4px 7px;    Firefox 
	line-height: 17px;            Safari 
}
*:first-child+html button[type] {
	padding: 4px 10px 3px 7px;    IE7 
}*/
a.button:hover, button:hover {
	background-color: #ccc;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
