
body {
	background-color:b0dd74;
	display-block;
	margin:20px auto 20px auto;
	text-align:center;
}

#body-top {
	display:block;
	margin:0px auto 0px auto;
	width:1200px;
	height:49px;
	background-image:url(../images/cadre_top.png);
	background-repeat:no-repeat;
}

#body-middle {
	display:block;
	margin:0px auto 0px auto;
	width:1200px;
	background-image:url(../images/cadre_middle.png);
	background-repeat:repeat-y;
}

#body-bottom {
	display:block;
	margin:0px auto 0px auto;
	width:1200px;
	height:45px;
	background-image:url(../images/cadre_bottom.png);
	background-repeat:no-repeat;
}

.menu_item {
	margin-right:20px;
}

#header {
	display:block;
	margin:0px auto 0px auto;
	width:1140;
	height:90;
	background-image:url(../images/barre_header.png);
	background-repeat:no-repeat;
	background-position:center; 
	text-align:left;
}

#logo {
	display:block;
	float:left;
	margin:0px 50px 0px 0px; 
}

.logo_header_container {
	display:block;
	float:left;
	min-width:120px;
	width:expression(document.body.clientWidth < 120 ? "120px" : "auto");
	height:85px;
	text-align:center;
	/*background-image:url(../images/selected_background.png);*/
	background-repeat:no-repeat;
	background-position:center; 
}

.logo_header {
	margin:12px 20px 0px 20px; 
	vertical-align:top;
}

.logo_header:hover {
	
}

#corps {
	display:block;
	width:1200px;
	margin:0px auto 0px auto; 
	text-align:left;
}

.category_title {
	display:block;
	margin:50px 0px 0px 80px;
	width:980;
	height:80;
	background-image:url(../images/barre_category.png);
	background-repeat:no-repeat;
	background-position:center; 
	text-align:left;
}

.category_title_logo {
	margin:0px 20px 0px 20px;
	vertical-align:top;
}


.category_logo {
	display:inline;
	float:left;
	margin:0px 20px 0px 80px; 
	vertical-align:top;
	width:220px;
}

.category_logo_image {
	max-width:220px;
	width:expression(document.body.clientWidth > 220 ? "220px" : "auto");
} 

.category_block {
	display:block;
	margin:0px 0px 0px 0px;
	width:800;
	overflow:hidden;
	text-align:left;
}

.category_block_top {
	display:block;
	width:800;
	height:41;
	background-image:url(../images/gallery_top.png);
	background-repeat:no-repeat;
	background-position:right;
}

.category_block_middle {
	display:block;
	width:800;
	background-image:url(../images/gallery_middle.png);
	background-repeat:repeat-y;
	background-position:right;
}

.category_block_bottom {
	display:block;
	width:800;
	height:29;
	background-image:url(../images/gallery_bottom.png);
	background-repeat:no-repeat;
	background-position:right;
}

.miniature_container {
	display:block;
	float:left;
	width:75px;
	height:75px;
	background-color:white;
	margin:5px 5px 5px 5px;
	border:1px solid black;
} 

.miniature {
	width:75px;
	height:75px;
	background-color:white;
	border:none;
} 

#internal_cadre {
	display:block;
	width:900;
	margin:0px 0px 0px 150px;
	text-align:center;
}

.title {
	font-weight:bold;
	font-size:larger;
	margin-top:50px;
	margin-bottom:20px;
	text-align:center;
}

.subtitle {
	font-weight:bold;
	margin-top:30px;
	margin-bottom:20px;
	font-style:italic;
}

.image {
	border:none;
	margin:20px 20px 20px 20px;
	max-width:500px;
	width:expression(document.body.clientWidth > 500 ? "500px" : "auto");	
}

.invisible {
	display:none;
}

fieldset {
	margin:10px auto 10px auto;
}

#welcome {
	text-align:center;
	display:block;
}

#welcome_img {
	max-width:1000px;
	width:expression(document.body.clientWidth > 1000 ? "1000px" : "auto");	
	margin:40px auto 40px auto;
}

#welcome_text {
	margin:20px auto 20px auto;
}

.highslide-caption{
	text-align:left;
}

