/*  
Theme Name: La Zliiperie
Version: 1.0.0
Author: Benoua

Additional CSS datas to be loaded to complete the global theme

Type: Standard 960px width based

/!\ Image path has to start with ../images/

*/

body {
	background-image: url(../images/seams.png);
	background-position: center 195px;
	background-repeat: repeat-x;
}

#lapage {
	padding: 30px 20px;
	margin: 0 auto;
	width: 960px;
	background-image: url(../images/pagebg.gif);
	background-position: 96px 0;
	background-repeat: repeat-y;
}

#page {
	width: 960px;
}

#wrapper {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;	
}


#content {
	float: left;
	width: 635px;
}

#sidebar {
	margin-left: 685px;
	width: 275px;
	padding: 0 0 10px 0;
}

#footer {
	width: 960px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#footer .wrap {
	background-color: #fff;
	height: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}