/*BLOC*/
  BODY{
   scrollbar-3d-light-color: #C2B8B2;
	scrollbar-arrow-color: Black;
	scrollbar-base-color: #E9E3DB;
	scrollbar-face-color: #C2B8B2;
	scrollbar-dark-shadow-color: #C2B8B2;
	scrollbar-highlight-color: #C2B8B2;
	scrollbar-shadow-color: #C2B8B2;
	scrollbar-3dlight-color: #C2B8B2;
	scrollbar-darkshadow-color: #C2B8B2;
	scrollbar-track-color: #E9E3DB;;
}

#super {
	width: 985px;
	margin: 10px auto;
}

#drapeau {
	position:relative;
	float:left;
	background-color: #E9E3DB;
	width: 15px;
	height: 540px;
}

#global {
	position:relative;
	float:left;
	width: 970px;
}

#centre {
	width: 100%;
	overflow: hidden;	
}

#entete {
	background-image:url(../package_img/bg-top.gif);
	background-repeat:no-repeat;
	height: 18px;
	padding: 0;
	margin: 0;
}

/* Menu */

#menu {
	position:relative;
	float:right;
	padding: 0;
	margin: 0px 0px 0px 0px;
	height: 18px;
	padding-left: 1px;
	z-index:20;
}

#contenugauche {
	position:relative;
	background-color:#CDC4BC;
	width: 314px;
	height: 520px;
	float: left;
	border-bottom: #827784 1px solid;
	font-style:italic;
}

#contenugauche p{
	width:292px;
	line-height:16px;
}

#contenugauche ul {
	margin: 0;
	padding: 10px 0px 10px 0px;
	list-style: none;
}

#contenugauche a {
	display: block;
	height: 1%;
	color: White;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: 11px;
	text-decoration: none;
	text-align:center;
}

#contenugauchecat {
	background-color:#CDC4BC;
	width: 314px;
	height: 500px;
	float: left;
	border-bottom: #827784 1px solid;
	font-style:italic;
}

#contenugauchecat p{
	text-align:center
}

#contenugauchecat ul {
	margin: 0;
	padding: 10px 0px 10px 0px;
	list-style: none;
}

#contenugauchecat a {
	display: block;
	height: 1%;
	color: White;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: 11px;
	text-decoration: none;
	text-align:center;
}

#contenu {
	width: 615px;
	position:relative;
	padding: 10px 20px;
	overflow:auto;
	height: 482px;
	color: Black;
	background-color: #C2B8B2;
	z-index:10;
	float:left;
}

#contenucat {
	width: 615px;
	position:relative;
	padding: 10px 20px;
	height: 482px;
	color: Black;
	background-color: #C2B8B2;
	z-index:10;
	float:left;
}

#contenu1 {
	margin-top:10px;
	width: 586px;
	overflow:hidden;
	background-color: #A79F9C;
	border-bottom: #827784 1px solid;
	padding:5px 5px 5px 5px;
	padding:0;
	float:left;
}

#contenu1 img{
	float:left;
	padding:5px;
}
	
#lien_contenu1 {
	text-align:right;
	float:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; 
	width:500px;
	padding-right:10px;
}

#contenu2 {
	margin-top: 10px;
	width: 586px;
	min-height:168px;
	background-color: #F2EFEB;
	border-color:#906;
	border-bottom: #827784 1px solid;
	padding:5px 5px 5px 5px;
}

#contenu2 img{
	float:left;
	margin:5px;
}
	
#contenu2 a{
	font-weight:bold;
	float:right;
	margin-right:5px;
}

#contenu3 {
	margin-top: 10px;
	width: 586px;
	height:auto;
	background-color: #F2EFEB;
	border-color:#906;
	border-bottom: #827784 1px solid;
	padding:5px 5px 5px 5px;
}

#pied {
	float:left;
	background-color: #E9E3DB;
	text-align:right;
	padding: 0px;
	margin-top: -2px;
	color: #9F9597;	
	width: 655px;
}

#pied a {
	background-color: #E9E3DB;
	background-image:url(/package_img/bg-menu.gif);
	color: #332031;
	padding: 0px 10px 0px 10px;
	line-height: 21px;
	font-size: 12px;
	text-decoration: none;
	margin-left: 15px;
	width: 250px;
}

#pied a:hover, #pied a:focus {
	background-image:url(/package_img/bg-menur.gif);
	color:#FFF;
}

.clear { clear:both;}
