/* * * * * * * * * STRUCTURE * * * * * * * * */
@media screen {
html {
	height:100%;
}
body {
	padding: 0px;
	margin:0px;
	background-image:url(../images/image/back1.gif);
	background-position:center;
	background-position:top;
	background-repeat:repeat-y;
	background-color:#272727;
}
#page {
	width:860px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#FFFFFF;
	border-top:1px solid #000000;
}
#pagehome {
	width:860px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#FFFFFF;
	border-top:1px solid #000000;
	background-image:url(../images/image/1er-couv.jpg);
	background-repeat:no-repeat;
/*	height:700px;
	min-height:700px;	*/
}
/* * * * * * * * * HEADER * * * * * * * * */

#header {
	height: 90px;
	background-color: #FFFFFF;
	margin:0px;
	padding: 0px;
	border:0px;
}
.baseline {
	height: 20px;
	margin:0px;
	padding: 0px;
	border:0px;
/*	background-color:#3b4f8c;	*/
	background-color:#5d2378;
}
/* * * * * * * * * CONTENT * * * * * * * * */

#main {
	clear:both;
}
#column-left {
	float: left;
	width: 170px;
	margin:0px;
}
#column-middle {
	float: left;
	width: 550px;
}
#column-right {
	position:static;
	float: right;
	width: 140px;
	margin: 0px;
	padding:0px;
/*	background-color:#FFFFFF;	*/
}
#column-middlextend {
	float: right;
	width: 690px;
	margin: 0px;
	padding:0px;
}
.content {
	clear:left;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 12px;
	margin-top: 28px;
}
#beforepagebottom {
	clear:left;
	color:#000000;
	text-align:left;
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	margin:0 170px 0 10px;
	padding:0px;
}
#pagebottom {
	padding: 0 10px 0 10px;
	width: 840px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
}
/* * * * * * * * * FOOTER * * * * * * * * */

#footer {
	padding:0px;
	height: 115px;
	width: 860px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
	border-top:1px solid #666666;
	background-color:#5d2378;
}
#footer .atr{
	float:left;
	width: 160px;
	margin-top:05px;
}


/* * * * * * * * * FIN * * * * * * * * */

}
 @media print {
.baseline {
	display:none;
}
.cadre-circuit {
	margin:0px;
	padding:0px;
}
#column-left {
	display:none;
}
#column-middle {
	width: 600px;
	background-color:#FFFFFF;
}
#column-right {
	display:none;
}
#footer {
	padding:0px;
	height: 90px;
	width: 600px;
	clear:both;
	margin:0px;
}
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
ul.MenuBarHorizontal li.MenuBarItemIE {
	display: inline;
	float: left;
	background: #FFF;
}
}
