/* CSS Document */
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
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}

/* Let's go! */

body {
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#bgMask {
	min-width:990px;
}

html, #bgMask {
	background:url(../img/lab212_background.png) center top no-repeat;
}


.cb {
	clear:both;
	font-size:1px;
}

.index #page {
	padding-bottom:50px;
}

#page {
	width:990px;
	margin:auto;
	padding-bottom:30px;
}

.index #page {
	height:100%;
	min-height:650px
}

#logo {
	padding:65px 0 0 70px;
	width:81px;
	float:left;
}
#logo a:hover, #logo a:active{
	background:none;
}

#desc {
	display:block;
	padding:94px 0 0 65px;
	width:774px;
	float:left;
	font-size:12px;
	color:#FFF;
	
	/* 
	ADD 20100121 
	color:#666;
	padding:120px 0 20px 65px;
	line-height:1.5em;
	*/
}

#nav {
	clear:left;
	float:left;
	width:97px;
	height:200px;
	padding: 60px 0 0 55px;
	font-variant:small-caps;
	font-size:14px;
}
#nav li {
	padding:3px 0 0 0;
}
#nav li.selected a:link, #nav li.selected a:visited{
	color:#FFF;
	text-decoration:none;
	background:#000;
}

#nav li.decal{
	padding:9px 0 0 0;
}

#nav ul a {
	display:block;
	font-size:15px;
	padding:1px 0 1px 6px;
	text-decoration:none;
	width:91px;
}

#extra {
	clear:left;
	float:left;
	padding:165px 0 0 6px;
	width:81px;
}
#extra a:hover{
	background:none;
}
#extra img {
    margin-bottom:3px;
}
#content {
	float:left;
}

.lateral-box {
	clear:right;
	float:right;
	margin:0 0 15px;
	width:158px;
	background:#FFF;
}
.lateral-box h2{
	font-size:11px;
	font-weight:bold;
	padding:3px 3px 3px 5px;
}
.lateral-box .lateral-box-content {
	font-size:10px;
	padding:5px;
}

.lateral-box p{
	margin:2px 0 5px 0;
}
.lateral-box h3{
	margin:10px 0 5px 0;
	font-weight: bold;
}
.lateral-box .lateral-box-content ul li{
margin-bottom:6px;
}

a:link, a:visited {
	color:#000;
	text-decoration:underline;
}
a:hover, a:active {
	color:#FFF;
	text-decoration:none;
	background:#000;
}

#large-col {
	float:left;
	background:#FFF;
	padding:0 0 0 65px;
	width:616px;
	line-height:1.5em;
}

#large-col p {
	margin:0 0 15px 0;
}

#large-col .legende {
	display:block;
	padding:5px 0 0 5px;
	border-left: #555 dotted 1px;
	color: #555;
	font-size:11px;
	line-height:1.3;
}


/* index */

.index #bg1 {
	background:url("../img/motif.gif") repeat scroll 0 0 #999999;
}

.index #large-col {
	background: none !important;
}

.index .lateral-box h2{
	background: #6CC;
	color:#FFF;
}

.index .lateral-box .news{
	margin:0 0 5px 0;
}
.index .lateral-box .news .date{
	font-weight:bold;
	display:block;
}

.index #large-col h2 {
	display:none;
}

/* project list */

#large-col .project {
	float:left;
	height:160px;
	width:160px;
	overflow: hidden;
	padding:0 40px 32px 0;
}

#large-col .project .vignette, #large-col .project .masque{
	position: absolute;
	height:160px;
	width:160px;
	overflow: hidden;
}

#large-col .project .masque{
	z-index:2;
	background:url(../img/vignette-masque_out-over.png) no-repeat top;
}
#large-col .project .masque:hover{
	background: url(../img/vignette-masque_out-over.png) no-repeat bottom;
}

#large-col .project .titre{
	z-index:1;
	display:block;
	position: absolute;
	background:#000;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	margin:85px 0 0 20px;
	padding:3px 6px 3px 6px;
}
/*#large-col .project .titre:hover{
	background:#FFF;
	color:#000;
}*/

#large-col .tous{
	float:right;
	font-size:12px;
	font-weight:bold;
	color: #999;
	margin:-20px 60px 0 0;
}
#large-col .tous:hover, #large-col .tous:active{
	color: #FFF;
}

/* Projects (toute la liste) */

.page-projets #bg1 {
	background:url("../img/motif.gif") repeat scroll 0 0 #999999;
}

.page-projets #large-col {
	background:#FFF;
	min-height:600px;
}

.page-projets #large-col h2 {
	display:none;
}


/* Project */

.page-project #bg1 {
	background:url("../img/motif.gif") repeat scroll 0 0 #999999;
}


.page-project #large-col {
	float:left;
	background:#FFF;
	padding:0 65px;
	width:550px;
}

.page-project #large-col h2 {
	color:#333333;
	font-size:22px;
	font-weight:lighter;
	margin-bottom:12px;
	padding:5px 5px 0 0;
	width:538px;
	line-height:1.0;
}

.page-project .lateral-box h2{
	background: #999;
	color:#FFF;
}


/* A propos */

.page-a-propos #bg1 {
	background:url("../img/motif.gif") repeat scroll 0 0 #999999;
}

.page-a-propos #large-col h2 {
	display:none;
}









