/* @override Credits */

/* -------------------------------------------------------------- 
Mise à jour le : 07.03.2009
Auteur : Adrien Heury
-------------------------------------------------------------- */

/* --------------------------------------------------------------
/*[Typography]
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
font-family: Helvetica, Arial, sans-serif;
font-family: Georgia, "Times New Roman", Times, serif;
font-family: "Courier New", Courier, mono;
-------------------------------------------------------------------*/

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 75%;
	color: #555; 
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
}


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

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #000; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1.25; margin-bottom: 0.8em; }
h4 { font-size: 1.4em; line-height: 1; margin-bottom: 1em; }
h5 { font-size: 1.3em; margin-bottom: 1.3em;}
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


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

p           { margin: 0 0 1.5em; line-height: 1.5em}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #000; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; cursor: help; }
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
-------------------------------------------------------------- */

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

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

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



dl { 
	margin: 0 0 1.5em 0;
}

dl dt { 
	display: block;
	width: 100px;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
}

dl dd { 
	margin: 0 0 5px 100px;
	padding: 0;
	font-weight: bold;
}


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

table       	{ margin-bottom: 1.4em; border-collapse: collapse; }

/* Tableaux 100% */
table.large100 	{ width: 100%; } *+ html table.large100 { width: 95%; }

th          	{ font-weight: bold; }
th,td,caption 	{ padding: 4px 10px 4px 5px; }
td 				{ border-bottom: 1px solid #eee; }
tfoot      		{ font-style: italic; }
caption     	{ background: #eee; }
td.left, th.left 		{ text-align: left; }
td.right, th.right 		{ text-align: right; }
td.center, th.center 	{ text-align: center; }
td.valign, th.valign 	{ vertical-align: middle !important; }

/* Coller le texte (Supprime l'héritage d'un padding et d'un margin : TRES IMPORTANT et INTERRESSANT !) */
.first      { margin-left:0 !important; padding-left:0 !important; }
.last       { margin-right:0 !important; padding-right:0 !important; }
.top        { margin-top:0 !important; padding-top:0 !important; }
.bottom     { margin-bottom:0 !important; padding-bottom:0 !important; }
