/*	----------------------------------------------------------------------	
 *	Theme name:			BulbeBase
 *	Description:		BulbeBase is the startersTheme from LaTulipeBlanche.com.
 *									reset2base.css in a stylesheet to reset and rebuilt css.
 *	Author:					Paul verschuren
 *	Updated:				10/11/2010
 *	Updated by:			Paul verschuren
 *	----------------------------------------------------------------------*/

/* -----------------------------------------------------------------------
 * Reset
 * -----------------------------------------------------------------------*/

/* undohtml.css (CC) 2004 Tantek Celik. Some Rights Reserved. */

a img,:link img,:visited img { border:none }
address { font-style:normal }
 
/*http://meyerweb.com/eric/tools/css/reset/  v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -----------------------------------------------------------------------
 * Base
 * -----------------------------------------------------------------------*/

/* Page */

html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. */
	text-align: center;
} 

body {
  background: white;
  color: black;
	font-size: .8em;
  line-height: 1.4em; /* 12px x 1.333 = 16px */
	text-align: left;
}

/* Links */

a {
 text-decoration: underline;
}

a:link {/* unvisited link */
 color:#000;
}     

a:visited {/* visited link */
 color:#000;
}  

a:hover { /* mouse over link */
 color:#000;
 outline: none;
}  

a:active {/* selected link */
 color:#000;
 outline: none;
}

a:focus {
 color:#000;
 outline: 1px dotted;
}

/* Titles */
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. */ 
  font-style: normal; 
} 

h1 { 
  font-size: 2em; 
} 
h2 { 
  font-size: 1.75em; 
} 
h3 { 
  font-size: 1.5em; 
} 
h4 { 
  font-size: 1.25em; 
} 
h5 {
  font-size: 1em; 
}
h6 {
  font-size: 0.75em; 
}

/* Paragraphs */

p {
	margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 

}

/* Listes */ 
ul, ol { 
  padding: 0; 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Divers éléments de type en-ligne */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement.

/* Code */

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

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

