html {
	margin: 0;
	padding: 0;
}
	
body {
	font-family:Arial, Helvetica, sans-serif;	
	line-height:18px;
	font-size:12px;
	color: #06185c; 
	background: #c58f60 url(img/body_bg.jpg) no-repeat top center; 
	margin: 0; 
	padding: 0;
}

#container {
	margin: auto;
	width:750px;
	background:url(img/header.jpg) no-repeat top center;
	position:relative;
}

#pageHeader {
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	height:203px;

}

#global{
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	height:203px;
	}
	
#global2{
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	height:203px;
	}
	
/* header SWF */
#headerSwf{
	position: absolute;	/* positionnement pour IE5 et IE5.5 */
	top: 2px;
	left: 225px;
	width: 430px;
	text-align: center;
}

#ajouterCv{
	position: absolute;	/* positionnement pour IE5 et IE5.5 */
	top: 160px;
	left: 2px;
	width: 430px;
	text-align: center;
}

#contenu {
	margin: 0;
	padding: 8px 10px 8px 10px;
	background: #e5aa72 url(img/frise.jpg) repeat-y 8px 200px ;
	min-height:300px;
}

#leftSide {
	float: left;
	background-color: #E5AA72;
	width: 201px;
	height: 180px;
	margin-top: -8px;
	margin-left: -10px;
}

#centerVideo1{
	margin-top: 0px;
	margin-left: 15px;
}

#rightSide {
	margin-left: 210px
}

#footer {
	height:31px;
	background-color: #8b4500;
	margin:0;
}