/* CSS Document */
*{
	margin: 0;
	padding:0;
}
HTML {
	width:100%;
	height:100%;
}
BODY {
	background: url(/medias/images/Weldom_bkg_gris.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	width:100%;
	height:100%;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
H1 {
	color: #AB0029;
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
}
/* Calques */
#ContainerCenter {
	background-color: White;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	position: relative;
	width: 980px;
}
#ContainerHaut {
	position:relative;
	width:980px;
	height:89px;
}
#ContainerMenu{
	position:relative;
	width:980px;
	height:30px;
	bottom:0px !IMPORTANT;
	bottom:4px;
	z-index:9999;
}
#ContainerRechercher{
	position:absolute;
	width:400px;
	height:30px;
	left:573px;
	bottom:0px;
	z-index:1;
}
#Rechercher{
	position:absolute;
	top:5px;
	left:180px;
}
#ContainerMilieu {
	background-color:#FFFFFF;
	position:relative;
	float:left;
	margin-left:10px;
	width:570px;
	height:100%;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:20px;
	z-index:1;
}
#ContainerBas {
	background-image:url(/medias/images/Weldom_bkg_bas.gif);
	background-repeat:repeat-y;
	position:relative;
	clear:both;
	width:980px;
	height:auto;
}
#TitreRayon {
	padding-left:10px;
	margin-top:20px;
}
.TitreRayon {
	padding-left:10px;
	margin-top:20px;
}
#DescRayon {
	position:relative;
	height:auto;
	width:550px;
	padding-left:10px;
	color:#6E7579
}

#FournRayon {
	position:relative;
	width:570px;
	padding-left:10px;
}
#FournRayon div {
	float:left;
	height:60px;
	width:100px;
	text-align:center;
	padding:3px;
}
#ContainerDroit {
	position:relative;
	float:right;
	width:200px;
	margin-top:30px;
	padding-right:5px;
}
#ImgRayon {
	position:relative;
	float:left;
	height:90px;
	width:90px;
	padding-left:10px;
	padding-top:5px;
}

/* Classes */
.listeRub {
	list-style-image:url(/medias/images/Weldom_puce_bleu.gif);
	background-repeat:no-repeat;
	background-position:0% 65%;
	padding-left:15px;
	color:#5A6165;
}
.titreFamille {
	position:relative;
	height:auto;
	clear:both;
	padding-top:20px;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	color:#6E7579;
}
.imgFamille {
	 position:relative;
	 float:left;
	 height:auto;
	 width:90px;
	 padding-left:10px;
	 padding-top:5px;
}
.listeSsFamille {
	position:relative;
	float:left;
	padding-left:10px;
	width:310px;
	padding-top:5px;
}

