
/*** GLOBAL  ***/

body {
	background: #dedede repeat center top;
}
/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/

/* float align */
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 18px;
	margin-top: 5px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone, img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
}
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	margin-bottom: 10px;
}
/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/

#top-wrapper { /* hauteur du haut de page, position du container slide version web seulement */
	height: 0.1px;
	clear: both;
	border-bottom: 0px solid #978d7c;
}
#content-wrapper { /* Position et hauteur images du container 3 images */
	position: relative;
	z-index: 99;
	margin-top: 325px;
	bottom: -50px;
}
.container { /* Position du container 3 images */
	width: 1000px;
	margin: 0 auto;
}
.center { /* Position image central du container 3 images */
	width: 940px;
	margin: 0 auto;
}
#top { /* Position du container 3 images */
	height: 202px;
	position: relative
}
#content-container { /* background du container 3 images */
	width: 1140px;
	background: url(../wa_images/bg-content.png) repeat;
}
#frame-content-t { /* ligne graphique supérieure et inférieure du container 3 images */
	background: url(../wa_images/pattern.png) repeat-x center 8px;
}
#frame-content-b { /* fond graphique du container 3 images */
	background: url(../wa_images/pattern.png) repeat-x bottom;
	padding: 19px 0px;
}

/* SLIDER */
#slider-container {
	float: left;
	width: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 99;
	border-bottom: 0px solid #978d7c;
}
#header-container {
	float: left;
	width: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 99;
	border-bottom: 5px solid #978D7C;
	line-height: 0;
	text-align: center;
	left: -1px;
	top: 232px;
}
/* END SLIDER */

/* HEADER */
#header-container {
	float: left;
	width: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 99;
	border-bottom: 5px solid #978D7C;
	line-height: 0;
	text-align: center;
	left: -1px;
	top: 232px;
}
/* END */
