@charset "UTF-8";
body {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/bg-haut.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#All {
	width: 100%; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/bg-bas.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.oneColFixCtr #container {
	width: 975px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 0px;
	text-align: left; /* ce paramétrage annule le paramètre text-align:center de l'élément body. */
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 925px;
	background-image: url(../img/home/Footer-boutik);
	background-repeat: no-repeat;
	background-position: left bottom;
}
strong, .em {
	font-weight: bold;
}
p {
	line-height:1.3em;
}
#colone1 {
	width: 440px;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#coloneHome {
	width: 500px;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	margin-top: 10;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 15px;
}
#coloneHome p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 430px;
	text-align: justify;
}
a {
	font-weight: bold;
	color: #A2691C;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 20px;
}
#colone1 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 20px;
	width: 330px;
	text-align: justify;
}
.illustration1 {
	float: right;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#colone2 {
	width: 430px;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 470px;
}
#PiedDePage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #A2691C;
	text-align: center;
	height: 68px;
	background-image: url(../img/home/Footer-home);
	background-repeat: no-repeat;
	background-position: left top;
	width: 925px;
	padding-top: 8px;
	margin: 0px;
}
#PiedDePage p {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0px;
}
#PiedDePage a {
	color: #A2691C;
	font-weight: normal;
}

