
/*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,img {
	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;
}

/* Global layout
*****************************************************/
#wrap
{
}
#bottom
{
	height:100%;
	margin:0 0 0 40px;
	padding:0;
}
/**big nav*/
#nav  
{
	float:left;
}
#nav a
{
	margin-left:10px;
}
#nav a,
#nav a:link,
#nav a:visited,
#nav a:active 
{
	color:#666666;
	text-decoration: none;
}
#nav a:hover 
{	
	color: #ECECEC;
	text-decoration: none;
}
#nav li
{
	margin:11px 0 16px 0;
	width:100px;
	border-bottom: solid 1px #cccccc;
	text-align:left;
}
.nav2actif
{
	color:#ffffff;
}

/**smallnav*/
.nav2  
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-family: Geneva,Helvetica,sans-serif;
	font-size:0.8em;
	line-height:1.5em;
	color: #606060;
	float:left;
	width:100px;
	margin-left:20px;
	text-align:left;	
}
.nav2 a,
.nav2 a:link,
.nav2 a:visited,
.nav2 a:active 
{
	color:#666666;
	text-decoration: none;
}
.nav2 a:hover 
{	
	color: #ECECEC;
	text-decoration: none;
}
#actif {
	color: #ECECEC;
	text-decoration: none;
}
/* Global settings
*****************************************************/
table {
border-spacing: 0;
border-collapse: collapse;
}
td {
margin:0;
padding:0px;
}
body{
background-color: #1a1a1a;
font-family: Geneva,Helvetica,sans-serif;
}
.clear
{
	clear:both;
}
/* 
*****************************************************/
#t1
{
	background-color:#000000;height:498px;padding:0;margin:0;width:100%	
}

#b1
{
float:right;width:590px;margin-top:70px;
}

#bl
{
padding:5px;
background-color:#666666;
}

#br
{
	text-align:left;color:#666666;font-size:0.7em;line-height:1.2em;
	padding-top:5px;
}
#cl
{
	float:left;
}

#cr
{
float:left;margin-left:40px;color:#ffffff;
}

/*
about page
**************************************************/
#about
{
	background-color:#000000;
	width:100%;
	padding-top:20px;
	height:371px;
}
#aboutLeft
{
	float:left;
	width:70%;
	font-size:0.9em;
	color:#aaaaaa;	
	text-align:justify;
	padding-left:40px;
}
#aboutRight
{
	float:right;
	text-align:left;
	margin-right:30px;	
	width:190px;
}
#about img
{
	float:left;
	border:solid 1px #aaaaaa;
	margin-right:25px;
}
#about #aboutClients
{
	margin-top:10px;
	margin-bottom:40px;
	font-size:0.8em;
	color:#aaaaaa;
}
#about #aboutClients li
{
	color:#666666;
	font-size:0.9em;
}
#about #aboutLinks
{
	margin-top:10px;
	font-size:0.8em;
}
#about .section
{
	color:#ffffff;
}

#about .spanWhite
{
	color:#ffffff;
}
#about .spanGrey
{
	color:#919191;
}

#about a,
#about a:link,
#about a:visited,
#about a:active 
{
	color:#666666;
	text-decoration: none;
}
#about a:hover 
{	
	color: #ECECEC;
	text-decoration: none;
}

