/* Contents */

@import "blocks.css";
@import "colG.css";
@import "colD.css";
/* MODIF KWW début */
@import "visions.css";
/* MODIF KWW fin */


div#contents {
	display: inline-block;
	margin: 93px 0 0 0;
}
div#contents.res800 {
	width: 600px;
}
div#contents.resolution {
	width: 980px;
}
div#contents.res1024 {
	width: 980px;
}
div#contents.res1280 {
	width: 1180px;
}
div#contents.res1600 {
	width: 1400px;
}
div#contents h1 {
    position: relative;
	margin: 0;
}
div#contents h1 a#logo {
	display: inline-block;
	display: block !ie7;
	margin-top: 93px !ie7;
	width: 138px;
	height: 52px;
	background: url(../../_img/logo_mainta.png) top left no-repeat;
}

div#contents h1 a#beta-mention {
	position: absolute;
	z-index: 600;
	border: 0;
	top: 4px;
	display: block;
	width: 36px;
	height: 15px;
	background: url(../../_img/beta.gif) top left no-repeat;
}
div#contents h1 span#fm-mention {
	position: absolute;
	z-index: 600;
	top: 18px;
	display: block;
	width: 25px;
	height: 14px;
	margin-left: -8px;
	background: url(../../_img/fm.png) top left no-repeat;	
}
div#contents.res1024 h1 a#beta-mention,
div#contents.res1024 h1 span#fm-mention {
	left: 566px;
}

div#contents.resolution h1 a#beta-mention,
div#contents.resolution h1 span#fm-mention {
	left: 566px;
}
div#contents.res1280 h1 a#beta-mention,
div#contents.res1280 h1 span#fm-mention {
	left: 666px;
}
div#contents.res1600 h1 a#beta-mention,
div#contents.res1600 h1 span#fm-mention {
	left: 776px;
}