html, body {
	display:block;
	height: 100%;
}
body{
	margin:0px;
	background-color:#AEAC91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:active img, a:visited img, a:link img, a:hover img{
	border-width: 0px;
}
a:active, a:visited, a:link{
	color: #AEAC91;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.subLink:active, a.subLink:visited, a.subLink:link{
	color: #666666;
	font-weight:normal;
	text-decoration: none;
}
a.subLink:hover{
	text-decoration: underline;
}
strong a:active , strong a:visited, strong a:link, strong a:hover {
	color: #CC3300;
	font-weight:bold;
}
strong a:hover{
	text-decoration: none;
}
br.cleaner{
	clear: both;
}


#colLeft
{
	background:url(../mm/wait/left-mid.gif) repeat-y;
	width:420px;
	
	float: left;
}
#colRight
{
	background:url(../mm/wait/right-mid.gif) repeat-y;
	width:420px;
	
	float: left;
}

#colLeft img, #colRight img
{
	display:block;
	float:left;
}

img.imgLbl
{
	display:block;
	margin-left:10px;
	margin-bottom:5px;
}

#colLeft p, #colRight p
{
	padding:0px 15px 0px 15px;
}

div.project
{
	width:390px;
	padding: 0px 0px 0px 5px;
	margin: 0px 10px 0px 10px;
	margin-bottom:10px;
	border-bottom: 1px dotted #BBB;
}

div.project div.title
{
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
	color:#666;
	margin-bottom:5px;
}

div.project div.link
{
	padding: 5px 0px 5px 0px;
	margin: 0px 10px 0px 10px;
}
div.etudeCas, div.desc
{
	margin: 5px 0px 8px;
}
div.etudeCas
{
	color: #666666;
}
ul
{
	margin:0px 0px 0px 5px;
}

.knowMore{
	margin: 0px 0px 3px 8px;
	cursor:pointer;
}
.etudeCas a, .desc a{
	color:#000000;
	font-weight:normal;
}
ul.sublinks li{
	padding: 2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-image:url(mm/wait/li.gif);
}