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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	font-family: "Arial";
	font-size: 13px;
	background-color:#262626;
	color: #dadada;
}
div{
	border: 0px solid white;
}
p{
	margin: 20px 0;
	font-size: 13px;
	line-height:22px;
}		
img {

}
img.title{
	margin-top:35px;
	margin-bottom:80px;
}
img.subtitle{
	margin-top:20px;
}
a{
	color: #F5F5F5;
}
a:hover{
	color: #F5F5F5;
	text-decoration:none;	
}	
h1{
	font-size: 15px;
	line-height:32px;
	color: #737373;
}
#content{
	text-align:center;		
}
.divider{
	background-image: url(../images/divider-bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height: 50px;
}
.rubrique{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	margin-bottom:150px;
	text-align:left;	
}
#header{
	position: static;
	height: 105px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;		
}

#logo{
	margin-top:10px;
}

.main-menu{
	float:right;
	background-image: url(../images/main_menu/main-menu-bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width:390px;
	height:54px;
	margin-top:30px;
	margin-bottom:0px;
	border:0px solid white;
}
.main-menu ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-top:15px;
	margin-left:20px;
	color: #333333;
	border:0px solid red;
}
.main-menu ul li{
	display:inline-block;
	overflow:hidden;
	padding:0px;
	margin-right:10px;
	border:0px solid green;
	zoom:1; /* bug ie7*/
	*display:inline; /* bug ie7*/
}


#work-menu{
	background-image: url(../images/work_menu/work-menu-bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width:414px;
	height:77px;
	margin-top:20px;
	margin-bottom:10px;
	border:0px solid white;
}
#work-menu ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-top:12px;
	margin-left:10px;
	color: #333333;
	border:0px solid red;
	height:75px;
}
#work-menu ul li{
	display:inline-block;
	overflow:hidden;
	padding:0px;
	margin-right:7px;
	border:0px solid green;
	height:70px;
	zoom:1; /* bug ie7*/
	*display:inline; /* bug ie7*/	
}
#work-menu li.act, #work-menu li.act:hover{
	background-image:url(../images/work_menu/item-select-bg.gif);
	background-position: center 0px;
	background-repeat:no-repeat;
}

ul.work-content
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.work-content li{
	float:left;
	width: 269px;
	height: 208px;
	padding:0px;
	background: url(../images/work-cadre-bg.gif);
	margin-right:12px;
	margin-bottom:12px;	
}
ul.work-content li img{
	margin:17px;
}

.work-content .name{
	margin-left:17px;
}

.work-content a{
	float:right;
	margin-right:17px;
}



#hello{
	
}
#showcase{
	margin-top:20px;
	margin-bottom:50px;
	width:840px;
}
#work{

}

#web {

}
#apps {
	display:none;
}
#mobile {
	display:none;
}


#about{

}
#contact{
	
}
#we-do{
	position:relative;
	float:right;
	width:389px;
	height:550px;
	margin-left:30px;
	background-image: url(../images/we-do-cadre-bg.gif);
}
#we-do div{
	margin:0px 0 0 30px;
}
#we-do ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#we-do ul li{
	display:list-item;	/* ie7 fix */
	background-image: url(../images/we-do-divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height:45px;
	margin-top:15px;
	padding-left: 1px;
	
}
#we-are{
	padding-top:0px;
	margin-bottom:20px;
}
#we-like ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#we-like ul li{
	display:list-item; /* ie7 fix */
	background-image: url(../images/divider-small.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height:32px;
	margin-top:15px;
	padding-left: 2px;		
}

#contact{
	color: gray;
}
			
#footer{
	background-image: url(../images/footer-bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	position:static;
	background-color:#313033;
	text-align:center;
	color: #FFFFFF;
	font-size: 12px;
	height:35px;
	margin-top:0px;
	
}


#footer  #marker{
	width:300px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	left:350px;
		
}

