body {
	background-image: url(../images/fond-html.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #B8D0F4;
	text-align: center;
}
#bandeau {
	height: 230px;
	width: 980px;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#contenu {
	background-image: url(../images/contenu-fond-3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 35px;
}
#contenu-1 {
	background-image: url(../images/contenu-fond-2.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#contenu-2 {
	background-image: url(../images/contenu-fond-1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 14px;
	padding-left: 60px;
	padding-right: 60px;
}
#contenu-2 {
	height: 16em;
}
html>body #contenu-2 { /*hauteur mini tout sauf ie*/
	height: auto;
	min-height: 16em;
}
#contenularge {
	background-image: url(../images/contenu-large-fond-3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 35px;
}
#contenularge-1 {
	background-image: url(../images/contenu-large-fond-2.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#contenularge-2 {
	background-image: url(../images/contenu-large-fond-1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 14px;
	padding-left: 60px;
	padding-right: 60px;
}
#contenularge-2 {
	height: 16em; /*hauteur mini ie*/
}
html>body #contenularge-2 { /*hauteur mini tout sauf ie*/
	height: auto;
	min-height: 16em;
}
#cont-gauche {
	float: left;
	width: 550px;
	color: #FFFFFF;
}
#cont-droite {
	float: right;
	width: 270px;
}
#logo-paiement {
	text-align: center;
	padding-top: 6px;
}
.mini-photos {
	clear: both;
	padding: 5px;
}
.mini-photos img {
	margin-right: 3px;
}
.langue {
	float: right;
}
.langue a img{
	border-width: 0px;
	border-style: none;
}
#footer {
	background-image: url(../images/fond-footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 24px;
	padding-top: 0px;
	padding-right: 60px;
	padding-left: 60px;
	color: #666666;
	font-size: 11px;	
}
#footer a {
	font-size: 11px;	
}
#footer-gauche {
	float: left;
	width: 580px;
}
#footer-droite {
	float: right;
	width: 270px;
}
#footer-droite img {
	float: right;
}
#footer li {
	display: inline;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

