html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}
*{
	margin:0px;
	padding:0px;
}

div#globalConteneur{
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 30px;
	width:821px;
	background-image:url(../images/references/visioweb/pix_bckgd.jpg);
	background-repeat:repeat-y;
}
	div#globalContenu{
		width:767px;
		padding-left:28px;
	}
		div#bando{
			width:766px;
			height:86px;
			background-image:url(../images/references/visioweb/pix_bando.jpg);
			background-repeat:repeat-x;
		}
			div#intitule{
				margin-left:auto;
				margin-right:auto;
				padding-top:5px;
				width:312px;
				height:73px;
			}
		div#sites{
			width:583px;
			height:89px;
			margin-left:auto;
			margin-right:auto;
			margin-top:20px;
			font-family:Verdana, Arial;
			font-size:12px;
			color:#666666;
		}
			div#sites a{
				text-decoration:none;
			}
			div#vignette{
				float:left;
				width:108px;
			}
			div#texte{
				float:right;
				width:470px;
				padding-left:5px;
			}
			div#monLiner{
				margin-top:20px;
				margin-left:122px;
				width:571px;
				height:1px;
				background-image:url(../images/references/visioweb/liner.jpg);
				background-repeat:no-repeat;
			}