body {
	padding:0;
	margin:0;
	background-color:#93d0d1;
	background-image:url(images/pgbg.png);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial,Tahoma, Helvetica, sans-serif;
	font-size:10px;
}

img {border:none;}

li a {
	text-decoration:none; 
	color:#EFECC5;
	text-decoration:none;
	}
			
#header { 
	width:770px;
	height: 100px;
	margin: auto;
	/*background: url(images/logo.png) no-repeat;*/
}

.logo {
	float: left;
}

.currency {
	float: right;
}

#top_menu {
	float: right;
	list-style-type: none;
	font-size: 14px;
	margin-top: 40px;
}

#link_blog {
	float: left;
	width:48px;
	height:48px;
	text-indent : -5000px;
	font-size: 14px;
	margin-top: 30px;
	background: url(images/blog.png) no-repeat;
}

#link_blog:hover {
	float: left;
	width:120px;
	height:48px;
	text-indent : 0;
	font-size: 14px;
	margin-top: 40px;
	background: none;
	color:#EFECC5;
	font-weight: bold;
}

#top_menu li {
	display: inline;
	list-style-type: none;
	color: #403E35;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#top_menu li a:hover {color: #403E35}

/*****************************************/

#accueil {
	
}

#legal {
	width:470px;
	height: 395px;
	font-size: 0.9em;
	overflow: auto;
}

#content {
	width:750px;
	height: 424px;
	margin: auto;
	padding: 10px;
	background: #fffeff url(images/shadow.png) repeat-x 0 bottom;
	
}

#news {
	float: right;
	width: 450px;
	height: 374px;
	margin-left: 10px;
	background: url(images/art.gif);
	padding: 15px;
	font: 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.fr {
	width: 220px;
	float: left;
}

.en {
	width: 220px;
	float: right;
}

.order {
	width: 100%;
	text-align: center;
}

#prices {
	width: 100%;
	text-align: center;
}

.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

/*a.button {
	
	padding: 10px;
	padding-left: 45px;
	background: rgb(223, 219, 182) url(images/shopping_cart.png) no-repeat 5px 2px;
	border: 2px solid #908C81;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	color: #000;
	line-height: 3em;
}
*/

.legal {
	font-size: 0.8em;
}

.clear {
	clear: both;
}

/*****************************************/

#bottom_menu {
	width: 750px;
	height: 195px;
	margin: auto;
	padding: 10px;
	background: #A29B93 url(images/shadow.png) repeat-x 0 bottom;
}

#bottom_menu img {
	border: 1px solid #FFF;
	margin: 0; padding: 0;
}

#bottom_menu img.first {
	border-right:none;
}

#bottom_menu img.last {
	border-left: none;
}

/*****************************************/

#other_menu {
	width: 750px;
	height: 195px;
	margin: auto;
	padding: 10px;
	/*border: solid #A29B93 10px;*/
	background: #FFF url(images/shadow.png) repeat-x 0 bottom;
}

#others {
	padding: 0; margin:0;
	width: 750px;
	height: 175px;
	background: #93d0d1;/*rgb(223, 219, 182);*/
	text-align: center;
}

#others img {
	border: 3px solid #FFF;
	padding: 1px;
	background: #908C81;
	margin-top: 20px;
	margin-left: 25px;
}

#others img.first {
	margin-left: 0;
}






#copyright {
	width: 770px;
	margin: auto;
	
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #FFFFFF;
	text-align: center;
	
}

#copyright a {
	color: #FFFFFF;
}





