/*************************************************************/
/*   Design:   Théâtre Colombier v. 1.0                      */
/*   File:     Styles pour la construction des DIV           */
/*-----------------------------------------------------------*/
/*   Author:   John Kummli - CEG Neuchâtel                   */
/*   Date:     13 mai 2008                                   */
/*-----------------------------------------------------------*/
/*   License:  Copyright CEG 2008                            */
/*************************************************************/

body {
	background: url(../img/bg-body.jpg) #cbcbcb repeat-x;
}
#page {
	margin:auto;
	width:981px;
	background: url(../img/bg-page.jpg) repeat-y;
}
#head {
	height:122px;
	background: url(../img/bg-head.jpg) no-repeat;
}
#nav {
	height:46px;
	background: url(../img/bg-nav.jpg) no-repeat;
	padding-left:210px;
	padding-top:10px;
}
#chemin {
	height:40px;
	/*background: url(../img/bg-chemin.jpg) no-repeat;*/
	padding:10px 0 0 250px;
}
#right {
	float:right;
	width:252px;
	background: url(../img/bg-right.jpg) no-repeat;
}
#right-top {
	background: url(../img/bg-right-top.jpg) no-repeat;
	height:46px;	
}
#right-search {
	background: url(../img/bg-right-search.jpg) no-repeat;
	height:40px;	
}
#right-content {
	background: url(../img/bg-right-content.jpg) no-repeat;
	min-height:200px;	
}
#left {
	float:left;
	width:729px;
	background: url(../img/bg-left.jpg) no-repeat;
}
#infos {
	background: url(../img/bg-contenu.jpg) no-repeat 0 bottom;
}
#menu {
	float:left;
	margin:0 0 0 30px;
	width:190px;
}
#bodytext {
	margin:0 15px 0 250px;
}
#foot {
	clear:both;
	background: url(../img/bg-foot.jpg) no-repeat;
	height:20px;
	padding:20px 0 0 30px;
}
#bodytext {
	min-height:470px;
}
