*{
	padding:0px;
	margin:0px;
	outline:none;
}
html, body{
	height: 100%;
}
a {color: #36C;}

a:hover {color: #06F;}

body {
	background: #4E5D3C url(img/bg.jpg);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
/* navigation */
.navigation {}

.navigation a {
	color: #6C7151;
	font: normal 1.9em serif;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #2C3111;
}
/* navigation 2 */
#navUtil {
	list-style-type:none;
	position: absolute;
	right: 70px;
	top: 34px;
}
#navUtil li{
	text-align:left;
	margin-bottom: 6px;
}
#navUtil li a{
	font-size: 0.8em;
	color: #efefef;
	text-decoration:none;
	background-image:url(img/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left: 16px;
}
#navUtil li a:hover, #navUtil #selectedN2{
	color: #2C3111;
	background-image:url(img/bulletOn.gif);
}

#page{
	background-image:url(img/bgcontainer.jpg);
	background-repeat:repeat-y;
	width: 680px;

	min-height:100%;
	margin: 0px auto;
	position:relative;
}
#topNav,#logo,#content,#footer{
	width:632px;
	margin:0px auto;
}
#topNav{
	background-image: url(img/bgcontent.gif);
	background-repeat:no-repeat;
	height:48px;
	text-align:center;
}
#logo{
	background-image:url(img/header2.jpg);
	background-repeat:no-repeat;
	height:156px;
	color: #FFC;
	font-size: 1.4em;
	position:relative;
}
#logo h1 {
	font: normal 2.8em serif,sans-serif;
	padding: 32px 16px 28px 29px;
}
#logo p {
	padding: 0px 16px 0px 40px;
}
#content{
	background-image: url(img/bgcontent.gif);
	background-repeat:no-repeat;
}

#content .spacer {
	height: 42px;
}
#content .divider {
	background: url(img/divider.gif) no-repeat;
	height: 20px;
	margin: 14px 0;
}
#newsBox{

}
#newsBox dt{
	float: left;
	width: 70px;
	margin-right: 20px;
	
}

#newsBox dt span{
	font-size: 1.2em;
	font-weight: bold;
}
#newsBox div.descr {
	clear:both;
	margin-left: 98px;
	font-size:1.2em;
	padding-top: 4px;
	text-align:justify;
	font-weight: normal;
}
#newsBox h1 {
	color: #445044;
	font: bold 1.6em serif;
}

#newsBox h1:first-letter {
	display: block;
	float: left;
	font-size: 1.6em;
}

#newsBox dt {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 4px 4px;
}
.prodBox{
	margin-left: 38px;
	margin-right: 38px;
}
.prodBox img{
	float:right;
	width: 150px;
	border: 1px solid #56644A;
}
.prodBox h1{
	margin-bottom: 12px;
	font-size:1.6em;
}
.prodBox p{
	width: 360px;
	text-align:justify;
	margin-bottom: 10px;
	font-size:1.2em;
}
.prodBox .prix{
	font-size:1.1em;
}
.clear{ clear:both; }

#texte{
	margin-left: 38px;
	margin-right: 38px;
}
#texte p{
	font-size:1.2em;
	margin-bottom:20px;
}
#texte h1{
	margin-bottom: 12px;
	font-size:1.6em;
}

#horaire{
	width: 40%;
	float: left;
	/*background-color: #993300;*/
	margin-right: 10px;
}
.lib {
	border: 1px solid #212D15;
}
#horaire dt{
	font-weight: bold;
	font-size: 1.2em;
}
#horaire dd{
	margin-left: 20px;
	font-size: 1.2em;
	margin-bottom: 8px;
}

#add{
	float: right;
}
#adresse img{
	float: left;
}
#add address{
	font-size: 1.2em;
	margin-bottom: 10px;
}
#contact{
	width: 320px;
	margin: 0px auto;
}
#contact label{
	display: block;
	font-weight:bold;
}
#contact input, #contact textarea{
	border: 1px solid #666;
	width: 300px;
}
#contact textarea { height: 150px;}
#contact .cp{ width: 80px; margin-right: 10px;}
#contact .ville{ width: 210px;}  
#footer {
	background: url(img/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	text-align: center;
	position:absolute;
	bottom:0px;
	left: 24px;
}


