/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../im/background.gif);
	background-repeat:repeat;
}
#globalcadreext {

	position: absolute;

	/*centrer horizontalement*/
     margin-left: -502px; /* 1/2 de width */
     left: 50%;
	 
	 /*centrer verticalement*/
	 margin-top: -298px;   /* 1/2 de height */
	 top: 50%;
     width:1000px; 
	 height:596px;
	 background-color:#808080;
	 padding:1px;
}

#globalcadreint {
     background-color:#404040;
	 width:998px; 
	 height:594px;
	 padding:1px;
}

#global {
	background-color:#585858;
	width:996px; 
	height:592px;
	padding:1px;
}

#content {
	padding-left:28px;
	padding-right:28px;
	padding-bottom:8px;
	padding-top:0px;
}

#left {
	float:left;
	width:300px;
}

#right {
	float:left;
	width:640px;
}

#logo {
	margin-top:44px;
	width:258px;
	height:89px;
}

#menu {
	margin-top:44px;
}

#item1{
	margin-bottom:13px;
	width:258px;
	height:23px;
}

#item2{
	margin-bottom:13px;
	width:258px;
	height:23px;
}

#item3{
	margin-bottom:13px;
	width:300px;
	height:23px;
}

#item4{
	margin-bottom:13px;
	width:258px;
	height:23px;
}

#talons{
	background-image:url(../im/talons.jpg);
	background-repeat:no-repeat;
	height:251px;
	background-position:top right;	
}

#baseline{
	height:50px;
	background-position:top right;	
	text-align:right;
}

#footer{
	width:645px;
}
#dossier{
	height:281px;
	width:480px;
	float:left;
}
#contact{
	height:133px;
	width:160px;
	float:left;
	margin-top:148px;
}




