html, body {
	height: 100%;
	position: relative;
}
body {
	background-color: #C33;
	color: #FFF;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

#mainFlash {
	height: 100%;
	position: relative;
	width: 100%;
}
object {
	display: block;
}

p {
	margin: 0px 0px 10px;
}
a {
	color: #FFF;
	text-decoration: none;
}
.gris {
	color: #333;
	margin: 0px 15px 0px 0px;
}
.clear {
	clear: both;
}

/* ---- */
/* MENU */
/* ---- */
#menu {
	border-bottom: 1px solid #DB7070;
	padding-bottom: 6px;
}
#menu li {
	display: inline;
	padding-right: 20px;
}
#menuUnderline {
	border-bottom: 1px solid #DB7070;
	position: absolute;
	right: 0px;
	top: 45px;
	width: 50%;
}

/* ------- */
/* CONTENU */
/* ------- */
#content {
	margin: 0px auto;
	padding: 25px 0px;
	width: 700px;
}
#content .section {
	margin-top: 20px;
}
#content .bloc {
	float: left;
	margin-right: 15px;
	width: 215px;
}
#content .petit {
	width: 50px;
}
#content .petit p.gris {
	margin-bottom: 0px;
}
#content .petit p {
	margin-bottom: 15px;
}
#content .moyen {
	width: 120px;
}
#content .top {
	margin-bottom: 20px;
}
#content h1 {
	color: #333;
	font: bold 3em "Arial Black", Arial, Helvetica, sans-serif;
}
#content .titre {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 5px;
}

#portfolio {
	position: relative
}
#portfolio .viewer {
	height: 482px;
	margin: 5px 0px;
	overflow: hidden;
	width: 482px
}

/* ---- */
/* LOGO */
/* ---- */
#logo {
	background: url(../images/design/logo_megaram.png) no-repeat top left;
	height: 44px;
	position: absolute;
	right: 0px;
	text-indent: -9999px;
	top: 0px;
	width: 156px;
}


/* ------- */
/* ADRESSE */
/* ------- */
#adresse {
	bottom: 0px;
	color: #333;
	font-size: 0.8em;
	margin: 0px 8px 5px 0px;
	position: absolute;
	right: 0px;
	text-align: right;
}
#adresse a {
	color: #333;
	text-decoration: none;
}