/***********************************************/

*{
margin:0;
padding:0;
}

body{
	text-align: center;
	font-family:Arial;
	background-color:#C73303;
	background-image: url('fond-pupomondo.jpg');
	background-repeat: repeat;
	color:#FFFFFF;
}

#conteneur {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	width:712px;
	height: 508px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url('contour.gif');
	background-repeat: no-repeat;
	background-position:center;
}

#conteneur2 {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	width:712px;
	height: 508px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url('contour2.gif');
	background-repeat: no-repeat;
	background-position:center;
}

#bandeau{
	position: absolute;
	top: 5px;
	left: 5px;
	height: 148px;
	width:702px;
	z-index: 1;
}

#pupomondo{
	position: absolute;
	top: 151px;
	left: 5px;
	height: 10px;
	width:702px;
	text-align:right;
	z-index: 2;
}

#centre{
	position: absolute;
	top: 175px;
	left: 5px;
	height: 321px;
	width:702px;
	z-index: 1;
}

#barre-centre{
	position: absolute;
	top: 57px;
	left: 307px;
	height: 233px;
	width:195px;
	text-align:left;
	background-image: url('barre-plan-site.gif');
	background-repeat: no-repeat;
	background-position:left;
	z-index: 1;
}

#barre-centre2{
	position: absolute;
	top: 39px;
	left: 11px;
	height: 233px;
	width:145px;
	text-align:left;
	background-image: url('barre-plan-site2.gif');
	background-repeat: no-repeat;
	background-position:left;
	line-height:19px;
	z-index: 1;
}

#texte-centre{
	position: absolute;
	top: 36px;
	left: 64px;
	height: 187px;
	width:120px;
	line-height:30px;
	text-align:left;
	z-index: 1;
}

#texte-centre2{
	position: absolute;
	top: 35px;
	left: 19px;
	height: 187px;
	width:120px;
	line-height:30px;
	text-align:left;
	z-index: 1;
}

#accueil{
	position: absolute;
	top: -6px;
	left: -27px;
	height: 31px;
	width:67px;
	text-align:left;
	z-index: 1;
}

#accueil2{
	position: absolute;
	top: -3px;
	left: -7px;
	height: 31px;
	width:67px;
	text-align:left;
	z-index: 1;
}

#contenu-page{
	position: absolute;
	top: 175px;
	left: 161px;
	height: 329px;
	width:544px;
	line-height:23px;
	text-align:left;
	overflow:auto;
	scrollbar-face-color: #BE3203;
	scrollbar-shadow-color: #E28E62;
	scrollbar-highlight-color: #FB4B11;
	scrollbar-3dlight-color: #FDB9A2;
	scrollbar-darkshadow-color: #832B00;
	scrollbar-track-color: #D13703;
	scrollbar-arrow-color: #641B02;
	z-index: 2;
}

#contenu-page2{
	position: absolute;
	top: 170px;
	left: 162px;
	height: 329px;
	width:546px;
	line-height:23px;
	text-align:left;
	z-index: 2;
}

#menu-bas{
	position: absolute;
	top: 281px;
	left: 0px;
	height: 53px;
	width:546px;
	text-align:center;
	word-spacing: 10px;
	z-index: 1;
}

#centre-produits{
	position: absolute;
	top: 36px;
	left: 2px;
	height: 206px;
	width:512px;
	text-align:left;
	z-index: 1;
	overflow:auto;
	scrollbar-face-color: #BE3203;
	scrollbar-shadow-color: #E28E62;
	scrollbar-highlight-color: #FB4B11;
	scrollbar-3dlight-color: #FDB9A2;
	scrollbar-darkshadow-color: #832B00;
	scrollbar-track-color: #D13703;
	scrollbar-arrow-color: #641B02;
	padding:15px;
}

/*******************************************
				Polices
/*******************************************/

p.titre {
	font-size: 18px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	margin-top:5px;
}

p.texte {
	font-size: 17px;  
	color:#ffffff;
	margin: 15px;
}

p.texte-justif {
	font-size: 17px;  
	color:#ffffff;
	margin: 15px;
	text-align:justify;
}

p.texte-centre {
	font-size: 17px;  
	color:#ffffff;
	margin: 15px;
	text-align:center;
}

p.texte2 {
	font-size: 17px;  
	color:#ffffff;
}

p.texte-petit {
	font-size: 8px;
	text-align:center;
	color:#ffffff;
}

p.adresse {
	font-size: 15px;
	text-align:center;
	color:#ffffff;
	margin-top:10px;
}

/*******************************************
				Liens
/*******************************************/

 .lien:link {
	color:#ffffff;
	text-decoration: none;
}

.lien:visited {
	color:#ffffff;
	text-decoration: none;
}

.lien:hover {
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
}
