@charset "utf-8";

body{
	margin:0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	background-position: center top;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:x-large;
	color:#333333;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:large;
	color:#990033;
	margin-top: 0px;
	margin-bottom: 20px;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	color:#cc6600;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bolder;
}

p {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666666;
	margin: 0px;
}


#main{
	width:980px;
	margin:auto;
	background-image:url(images/fond.jpg);
	background-repeat:repeat-y;
}

#menu{
	width:980px;
	height:30px;
}

#header{
	width:980px;
	height:158px;
	background-image:url(images/header.jpg);
}

#container{
	width:980px;
	height:763px;
	background-image:url(images/container.jpg);
	background-repeat:no-repeat;
}

#banner{
	width:915px;
	height:315px;
	margin:auto;

}

#banner-boutique{
	width:915px;
	height:77px;
	margin:auto;
	background-image:url(images/banniere-boutique.jpg);

}

#banner-atelier{
	width:915px;
	height:77px;
	margin:auto;
	background-image:url(images/banniere-atelier.jpg);

}

#banner-fresques{
	width:915px;
	height:77px;
	margin:auto;
	background-image:url(images/banniere-fresques.jpg);

}

#banner-catalogue{
	width:915px;
	height:77px;
	margin:auto;
	background-image:url(images/banniere-catalogue.jpg);

}

#banner-contact{
	width:915px;
	height:77px;
	margin:auto;
	background-image:url(images/banniere-contact.jpg);

}

#accLeftContent{
	width:450px;
	margin:35px 0 0 45px;
	float:left;
}

#accLeftContent p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#666666;
}

#accRightContent{
	width:400px;
	height:300px;
	margin:35px 45px 0 0;
	float:right;
}

#rightContent{
	width:700px;
	margin:35px 0 0 32px;
	float:left;

}

#textRight{
	width:680px;
	margin:0 0 0 0;
	float:left;

}

#ateTextRight{
	width:680px;
	margin:0 0 0 0;
	float:left;

}

#ateTextRight img{
	margin:0 10px 10px 0;

}

#infoLeft {
	width:350px;
	float:left;

}

#infoRight {
	width:320px;
	float:left;

}

#bottomRight{
	width:600px;
	margin:10px 0 0 85px;
	float:left;
}

#bottomRight img{
	margin: 7px 20px 10px 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#ssmenu{
	width:171px;
	height:639px;
	background-image:url(images/bg-ssmenu.jpg);
	margin:35px 0 0 32px;
	float:left;

}

#footer{
	width:980px;
	height:80px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}

#corporate{
	margin:26px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#999999;
	text-align:right;
	float:right;
}

.Style1 {
	color: #990033;
	font-weight: bold;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
