html{
	min-width: 1100px;
	background-color: #ceb99b;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #ceb99b;
	font-size: 10px;
	margin: 0px;
}

hr {
	border: 1px solid #777;
}

img {
	border-width: 0px;
}

img.left {
	float: left;
	padding: 0 10px 0 0;
	vertical-align: middle;
}

img.right {
	float: right;
	padding: 0 0 0 10px;
	vertical-align: middle;
}

img.aligner_gauche {
	float: left;
	padding: 0 10px 0 0;
	vertical-align: middle;
}

img.aligner_droite {
	float: right;
	padding: 0 0 0 10px;
	vertical-align: middle;
}

img.small_view {
	width: 75px;
	height: 50px;
	padding-bottom: 5px;
}

img.small_view_over {
	width: 25%;
}

ul,li {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

li.li_bloc_footer {
	margin-left: 12px;
}

#wrap {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	background-image: url("images/page_background.jpg");
	background-repeat: repeat-y;
}

#header_box {
	margin: 0 auto;
	padding: 0px;
	height: 420px;
	width: 1100px;
}

#header_www {
	margin: 0px;
	height: 420px;
	width: 1100px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("images/header_www_bckgrnd.jpg");
}

#header_flash {
	position: relative;
	top: 120px;
	left: 150px;
	margin: 0px;
	padding: 0px;
	height: 246px;
	width: 565px;
}

#pictures_bloc {
	position: relative;
	top: -49px;
	left: 742px;
	width: 300px;
	height: 180px;
	overflow: hidden;
	
}

.picture_bloc {
	width: 102px;
	height: 68px;
	margin-right: 16px;
	margin-bottom: 15px;
}

.galery_picture_bloc {
	width: 76px;
	height: 60px;
	margin-right: 16px;
	margin-bottom: 15px;
}

#headerlogo {
	float: left;
	height: 50px;
	width: 50px;
	margin: 5px;
	background-repeat: no-repeat;
	background-image: url("images/");
}

#headerbanner {
	position: relative;
	top: 0px;
	float: right;
	height: 60px;
	width: 468px;
	margin: 10px;
	background-color: #444;
}

#footer {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	height: 190px;
	width: 1100px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("images/www_footer.jpg");
}

#footer_content {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#menu_top {
	position: relative;
	top: -55px;	
	margin: 0 auto;
	height: 14px;
	padding: 0 0 0 150px;
	width: 950px;
}

.menu_top_text {
	float: left;
	color: #fff;
	margin-top: 1px;
	list-style: square;
	margin-left: 5px;
	padding-right: 0px;
	list-style-position: inside;
	list-style-type: square;
}

/* Search Box */

#search_box {
	position: relative;
	float: right;
	padding: 6px 6px 0 35px;
	top: 15px;
	right: 5px;
	width: 246px;
	height: 44px;
	background-repeat: no-repeat;
	background-image: url("images/searchbox_background.png");
	background-position: top left;
	line-height: 22px;
	text-align: right;	  
	color: #000;
}
/* Input box */
.inputbox_search_top{
	font: 10px;
	background-color : #ddd;
	border: 1px solid #ccc;
	float: left;
	padding: 0;
	margin: 3px 0 0 0;
	width: 205px;
	font-size: 12px;
}

.search_go{
	float: right;
	padding: 0;
	margin: 0;
	width: 36px;
}

/* Menu bloc */

.menu_content_box {
	float: left;
	margin: 0;
	padding: 20px 0 0 25px;
	background-repeat: no-repeat;
	background-image: url("images/mb_menu_top.png");
	background-position: top left;
	width: 207px;
	color: #fff;
	font-size: 11px;
	overflow: auto;
	border: 0px solid transparent;
}

.menu_box_bottom {
	float: left;
	background-repeat: no-repeat;
	background-image: url("images/mb_bottom.png");
	width: 182px;
	height: 8px;
	color: #fff;
	font-size: 0px;
}

#account_box {
	padding: 0px 4px 5px 4px;
	background-repeat: repeat-y;
	background-image: url("images/mb_background.png");
	background-position: left;
	width: 174px;
	color: #fff;
	font-size: 11px;
}

.menu_box {
	padding: 0px 4px 5px 4px;
	background-repeat: repeat-y;
	background-image: url("images/mb_background.png");
	background-position: left;
	width: 174px;
	color: #fff;
	font-size: 11px;
}

.menu_left_text {
	margin-left: 0px;
	padding-right: 0px;
}

#content {
	width: 917px;
	margin: 0 auto;
	padding:0px 150px 0px 33px;
	background-image: url("images/www_page_background.jpg");
	background-repeat: repeat-y;
	overflow: auto;
}

#columnleft {
	float: left;
	width: 232px;
	padding: 0px;
	overflow: auto;
}

#columnright {
	float: right;
	width: 670px;
	padding: 5px;
	background-color: transparent;
	overflow: auto;
/*	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #000;
*/
	color: #000;
}

.blog_text {
	float: left;
	padding: 0 0 2px 0;
	width: 100%;
	color: #000;
	font-size: 1.2em;
} 

.avatar_home {
	float: right;
	width: 40px;
}

.center {
	text-align: center;
}

a:link,a:visited,a:active {
	color: #338fa6;
	text-decoration: none;
}

a:hover {
	color: #56a6ba;
}

a.menu:link,a.menu:visited,a.menu:active {
	color: #aaa;
	text-decoration: none;
	padding-left: 10px;
	background-image: url("images/link-list-small-off.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

a.menu:hover {
	color: #fff;
	background-image: url("images/link-list-small-on.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

a.menu_up:link,a.menu_up:visited,a.menu_up:active {
	color: #338fa6;
	text-decoration: none;
	padding-left: 18px;
	background-image: url("images/link-list-up-small-off.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

a.menu_up:hover {
	color: #56a6ba;
	padding-left: 18px;
	background-image: url("images/link-list-up-small-on.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

a.link_menutop:link,a.link_menutop:visited,a.link_menutop:active {
	padding: 0 3px 0 3px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;

}

a.link_menutop:hover {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 1px;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
}

a.link_bloc_footer:link,a.link_bloc_footer:visited,a.link_bloc_footer:active {
	color: #ccc;
	text-decoration: none;
	font-size: 10px;
}

a.link_bloc_footer:hover {
	color: #fff;
}
img.hover {
	filter : alpha(opacity=60);
	-moz-opacity : 0.6;
	opacity : 0.6; 
}

img.hover:hover {
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	opacity : 1; 
}

h1 {
	font-size: 1.6em;
	margin: 2px;
}

h1.title_blog {
	padding: 5px 0 0 0;
	border-bottom: 1px dashed black;
}

h1.title_page {
	padding: 5px 0 0 0;
	border-bottom: 1px dashed black;
}

h2.title_comment {
	font-size: 12px;
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 1px dashed black;
}

h2.title_bloc_footer {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
	color: white;
	font-weight: bold;
}

h4 {
	font-size: 9px;
	margin: 0;
	padding: 0;
}

.line_infos {
	float: left;
	font-size: 9px;
	width: 100%;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 2px 0;
	text-align: right;
}

.next_read {
	float: right;
	font-size: 10px;
	width: 200px;
	height: 21px;
	padding: 11px 0 15px 15px;
	background-image: url("images/button_next_read.png");
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
}

.text_small {
	font-size: 9px;
}

.icon_comments {
	float: right;
	margin-left: 4px;
	color: #000;
	width: 30px;
	height: 16px;
	background-image: url("images/icon_comments.png");
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 9px;
	text-align: center;
}

.icon_hits {
	float: right;
	color: #000;
	padding-left: 18px;
	margin-left: 4px;
	height: 16px;
	background-image: url("images/icon_hits.png");
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 9px;
}

.icon_views_small {
	float: right;
	color: #000;
	padding-left: 18px;
	margin-left: 4px;
	height: 16px;
	min-width: 15px;
	background-image: url("images/icon_view_small.png");
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 9px;
}

.inputbox {
	font: 10px;
	background-color : #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #cdaa74;
}

.inputboxlocked {
	font: 10px;
	background-color : #c9aeae;
	background-image: url("images/icon-locked.gif");
	background-position: center right;
	background-repeat: no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #cdaa74;
}

.autowidth {
	width: 100%;
}

label {
	font: 12px;
	font-weight: bold;
	padding: 6px;
}

.bgtitle {
	background-image: url("images/table_bgtitle.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	height: 24px;
	border-bottom: 1px solid #aaa;
	padding-top: 3px;
}

.bg1_list {
	background-image: url("images/table_bg1.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 9px;
	height: 18px;
	border-bottom: 1px solid #ccc;
	padding-top: 3px;
}

.bg2_list {
	background-image: url("images/table_bg2.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 9px;
	height: 18px;
	border-bottom: 1px solid #ccc;
	padding-top: 3px;
}

.box {
	float: left;
	width: 100%
}
.box_infos {
	float: left;
	width: 74px;
	height: 94px;
	background-image: url("images/comment_infos_bckgrd.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 15px 5px 5px;
	font-size: 10px;		   
	overflow: hidden;
	text-align: center;
}

.box_content {
	float: right;
	width: 690px;
	background-color: #bfa886;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cdaa74;
	padding: 10px;
}

.box_content_full {
	float: left;
	width: 98%;
	background-color: #dbc7ab;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cdaa74;
	padding: 5px;
	margin: 0 0 5px 0;
}

.box_content_preview {
	float: left;
	width: 75px;
	height: 95px;
	background-color: #bfa886;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cdaa74;
	padding: 5px;
	text-align: center;
	margin-right: 4px;
}

.galery_box_content_preview {
	float: left;
	width: 76px;
	height: 60px;
	background-color: #bfa886;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cdaa74;
	padding: 3px;
	text-align: center;
	margin-right: 4px;
}

#referents_content_box {
	float: left;
	background-image: url("images/bloc_referents_last_bckgrd.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 5px 0 5px;
	font-size: 11px;
	color: black;
	border-right: 2px dotted #676767;
	height: 208px;
	width: 215px;
	text-align: left;
}

#members_content_box {
	float: left;
	background-image: url("images/bloc_members_last_bckgrd.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 5px 0 5px;
	font-size: 11px;
	color: black;
	border-right: 2px dotted #676767;
	height: 208px;
	width: 165px;
	text-align: left;
}

#comments_content_box {
	float: left;
	background-image: url("images/bloc_comments_last_bckgrd.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 5px 0 5px;
	font-size: 11px;
	color: black;
	border-right: 2px dotted #676767;
	height: 208px;
	width: 300px;
	text-align: left;
}

dl.list {
	width: 100%;
}

dt.list {
	margin-top: 5px;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cdaa74;
}

#preview{
	position:absolute; 
	width: 320px;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

.form_error {
	padding: 5px 5px 5px 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	min-height: 20px;
	width: 98%;
	background-image: url("images/warning_bkgd.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
	font-weight: bold
	
}

p {
	font-size: 12px;
}