html {
	margin: 0px;
	padding: 0px;
}

body { 
	margin-top: 20px;
	background: url(images/fond.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

div, span, p, a, img, form, ul, li, h1, h2, h3, h4, h5, h6 {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#global {	
	position: absolute;
	width: 900px;
	height: 630px;
	left: 50%;
	margin-top: 20px;
	margin-left: -450px;
	background-color: #FFFFFF;
}

#logos {
	position: absolute;
	width: 557px;
	height: 130px;
	top: 0px;
	left: 0px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}

#menu {
	position: absolute;
	width: 900px;
	height: 20px;
	top: 110px;
	left: 0px;
	z-index: 2;
	background-color: #EDEDED;
	color: #4779B2;
	line-height: 13pt;
	text-align: center;
}

#menu ul {
	display: inline;
	color: #4779B2;
}

#menu li {
	margin-left: 0px;
	display: inline;
	color: #4779B2;
	text-align: center;
	text-transform: uppercase;
}

#menu a {
	color: #4779B2;
	font-size: 8pt;
	text-decoration: none;
}

#menu a:hover {
	color: #999933;
}

#contenu {
	position: absolute;
	width: 557px;
	height: 500px;
	top: 130px;
	left: 0px;
	text-align: left;
}

#bloc1 {
	position: absolute; 
	top: 0px;
	left: 0px;
}

#droite {
	position: absolute;
	width: 343px;
	height: 465px;
	top: 0px;
	left: 557px;
	z-index: 1;
	background-color: #EDEDED;
}

#photo {
	position: absolute; 
	top: 300px;
	left: 543px;
}

#bas {
	position: absolute;
	width: 900px;
	height: 20px;
	top: 675px;
	left: 50%;
	margin-left: -450px;
	color: #4779B2;
	font-size: 9pt;
}

#bas a {
	color: #4779B2;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

#bas a:link {
	color: #4779B2;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

#bas a:visited {
	color: #4779B2;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

#bas a:hover {
	color: #999933;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

#bas a:active{
	color: #4779B2;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

