/* 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* 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;
	letter-spacing:0;
	font-size:0.8em;
}

td, th {
	border:1px #c4c4c4 solid;
	padding:5px;
}

td {
	text-align:right;
}

th {
	text-align:left;
	background:#e2e2e2;
}

th.titres_cols {
	background:#dd4400;
}


html, body {
	font-size: 100%;
	height: 100%;
}
body {
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.05em;
}
h1, h2, a {
	color: #d40;
}
h1, h2, h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
h1 {
	font-size: 1.3em;
	line-height: 1.3em;
}
h2 {
	font-weight: normal;
	font-size: 1.1em;
}
h3 {
	font-size: 0.9em;
}
p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 15px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
sup {
	font-size: 9px;
	vertical-align: super;
}








/*** THE SEED ***/

#home_page, body.page {
	background: #ddd url(../img/bg.jpg) no-repeat scroll left top;
}
#ct {
	width: 900px;
	margin: 0 auto;
}




/** HEAD **/
#hd {
	height: 60px;
}
#logo-seed {
	float: left;
}
#menu {
	margin-top: 20px;
	height: 40px;
	background-color: #fff;
	float: left;
	width: 670px;
}
#menu li {
	float: left;
	display: inline;
	width: 116px;
	height: 40px;
	text-transform: uppercase;
	border-right: solid 1px #ccc;
}
#menu a {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	letter-spacing: 0.15em;
	display: block;
	padding: 10px 0px 0px 15px;
	height: 30px;
	color: #666;
	background: #fff url(../img/menu-bg.png) no-repeat scroll left top;
}
#menu a:hover, #menu li.active a {
	text-decoration: none;
	color: #fff;
	background-color: #d40;
	background-position: left -40px;
}




/** BODY **/
#bd {
	position: relative;
	width: 820px;
	margin-left: 80px;
	margin-top: 30px;
	background-image:url(../img/trans60.png);
}
* html #bd {
	background-color:#eee;
}
#home_page #bd, #company_page #bd {
	padding-top: 10px;
	margin-top: 20px;
}

#intro {
	background-color: #1b1b1b; 
	color: #fff;
	padding: 15px 10px 15px 80px;
	width: 660px;
	height: 145px;
	float: left;
	margin-top: 10px;
	margin-left:-80px;
	position: relative;
	z-index: 2;
}
#intro h1 {
	margin-bottom: 10px;
}


#left_col {
	overflow: visible;
	float: left;
	width: 380px;
	position: relative;
	z-index: 3;
	margin-left:-80px;
}


#diapo {
	background-color: #d40;
	height: 250px;
	margin-top: -10px;
	margin-left: 40px;
	padding: 30px 0 0 40px;
	overflow: hidden;
}
#diapo h1 {
	margin-bottom: 0;
	color: #fff;
	font-weight: normal;
	line-height: normal;
}


#contact {
	width: 280px;
	margin-left: 80px;
	padding: 20px 0 10px 20px;
}
#contact img {
	float: left;
}
#contact p {
	margin: 0 0 0 70px;
	padding-left: 14px;
	border-left: solid 1px #bbb;
	letter-spacing: 0.15px;
	font-size: 0.80em;
}


#content {
	background-color: #fff;
	padding: 20px;
	width: 480px;
	float: left;
	position: relative;
	z-index: 4;
}
#home_page #content {
	width: 330px;
	height: 350px;
}
#content ul {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#content li {
	padding-left: 15px;
	background: transparent url(../img/puce.gif) no-repeat scroll 3px 5px;
}

.clearBoth {
	clear:both;
}



/** FOOTER **/
#ft {
	height: 15px;
	background-color: #f5e4dd;
	border-bottom: solid 15px #d40;
	margin: 0 150px 0 80px;
}
