body {
	background-color: #ADE76B;
}

a {
	color: #2A450F;
	text-decoration: underline;
}

div#banner {
	width: 900px;
	text-align: left;
	margin: auto;
}

div#mainContainer {
	background-color: white;
	width: 900px;
	margin: auto;

	height: auto;
}

div#maindiv {
	background-color: white;
	width: 650px;
	float: left;
	clear: none;
	position; relative;
}

div#box1 {
	background-color: white;
	width: 125px;
	float: left;
	clear: left;
	position; relative;

	text-align: center;
	font-size: 12px;
	color: #457317;
}

div#box2 {
	background-color: white;
	width: 125px;
	float: right;
	clear: right;
	position; relative;

	text-align: center;
	font-size: 12px;
	color: #457317;
}

div.box_content {
	/*margin-top: 10px;*/
	margin-left: 8px;
	margin-right: 8px;
}

div#mainHeader {
	display: none;
}

div#mainFooter {
	clear: both;
	height: 8px;
	background-image: url('/img/green/bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

div#copyright {
	margin-top: 10px;
}

div.window {
	margin-bottom: 8px;

	width: 650px;
	background-image: url('/img/green/content.gif');
	background-repeat: repeat-y;
}

div.winHeader {
	display: none;
}

div.winTitle {
	height: 35px;
	background-image: url('/img/green/title.gif');
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
}

div.winTitle a {
	color: #457317;
	text-decoration: none;
}

div.winTitle div.articleTitle {
	margin-top: 6px;
	margin-left: 16px;
	float: left;
	position: relative;
	color: #457317;
	display: inline; /* IE FIX */
}

div.winTitle div.articleDate {
	
	margin-top: 6px;
	margin-right: 16px;
	float: right;
	position: relative;
	color: #457317;
	font-size: 10px;

	display: inline; /* IE FIX */
}

div.winTitle div.articleIcon {
	margin-top: 4px;
	margin-right: 3px;
	float: right;
	position: relative;

	display: inline /* IE FIX */
}

div.winFooter {
	display: none;
}

div.error {
	color: #FF0000;
}

div.winContent {
	text-align: justify;
	color: #457317;
	font-size: 12px;

	padding-left: 30px;
	padding-right: 30px;


	background-image: url('/img/green/end.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.commentTitle,div.ownerCommentTitle {
	border-bottom: 1px solid #457317;
}

div.ownerCommentTitle {
	color: #DB4A4A;
}

.commentContainer {
	clear: both;
	margin-bottom: 4px;
}

div.commentContent {	
	float: left;
	width: 520px;
	position: relative;
}

div.commentContent p, div.articleContent p {
	margin-top: 0px;
}

div.articleContent .bigger{
	font-size: 14px;
}
div.articleContent .smaller{
	font-size: 10px;
}

div.articleContent .biggest{
	font-size: 16px;
}
div.articleContent .smallest{
	font-size: 9px;
}

div.articleContent ul {
	margin-bottom: 6px;
	margin-left: 8px;
	padding-left: 8px;
}

.color1 {
	color: #FFB400;
}

.color2 {
	color: #DB4A4A;
}

.color3 {
	color: #0045E0;
}

.color4 {
	color: #89450E;
}

.color5 {
	color: #DCC000;
}


div.clear {
	margin: 0px;
	padding: 0px;
	height: 1px;
	font-size: 0pt;
	line-height: 0pt;
}


div.winButtonLine {
	clear: both;
	text-align: center;
	height: 28px;
	margin-top: 10px;
}

div.winButtonLine div {
	width: 205px;
	height: 28px;
	background-image: url('/img/green/big_button.gif');
}

div.winButtonLine div div.spacer {
	margin-top: 8px;
	background: none;
	height: 20px;
}

div.winButtonLine a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

div.winButtonLine div.wbRight {
	margin-right: 35px;
	float: right;
	position: relative;
	display: inline; /* IE FIX */
}

div.winButtonLine div.wbLeft {
	margin-left: 35px;
	float: left;
	position: relative;
	display: inline; /* IE FIX */
} 

div.winButtonLine div.wbCenter {
	margin: auto;
}

div.bouille {
	width: 100px;
	height: 100px;

	margin: auto;

	border: 2px solid #D9D9D9;
	background-color: #E8F8D1;
}

.user_m {
	color: #242159;
	font-weight: bold;
	margin-top: 0px;
}

.user_f {
	color: #BB4444;
	font-weight: bold;
	margin-top: 0px;
}

.blog_name {
	font-weight: bold;
	text-align: left;
}

.blog_description {
	text-align: left;
}

div.heavy_button {
	width: 108px;
	height: 38px;
	background-image: url('/img/green/heavy_button.gif');

	margin-bottom: 8px;
}

div.heavy_button div {
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 4px;
}

div.heavy_button a {
	color: white;
	text-decoration: none;
	line-height: 12px;
	font-weight: bold;
}

/* PAGINATION */

.pagination {
	font-size: 12px;
	margin-top: 8px;
	font-weight: bold;
}

.pagination a {
	color: #FB9C9F;
	text-decoration: none;
}

.goFirst {
	float: left;
	position: relative;
	margin-right: 16px;
}

.goEnd {
	float: right;
	position: relative;
	margin-left: 16px;
}

.goFirst img, .goEnd img {
	vertical-align: bottom;
}

.goPrev {
	float: left;
	position: relative;
}

.goNext {
	float: right;
	position: relative;
}


.list_pagination {
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 12px;
	font-weight: bold;
}

/* COMMENT PAGINATION */

.commentPagination {
	clear: both;
	margin-top: 4px;
}

.commentPagination .next {
	float: right;
	text-align: right;
	position: relative;
	width: 120px;
}

.commentPagination .prev {
	float: left;
	text-align: left;
	position: relative;
	width: 120px;
}

.commentPagination .pageInfo {
	text-align: center;
	margin: auto;
}

/* TABLE */

th {
	border-bottom: 1px solid #457317;
}

td {
	padding-left: 2px;
	padding-right: 4px;
}

table.full {
	width: 100%;
}

table.full td {
	vertical-align: top;
}

table.full tr.odd {
	background-color: #C7ED9E;
}

table.full tr.even {
	background-color: #DCF8C0;
}

/* FORM */

input.text, textarea, select, input.file {
	border: 1px solid #457317;
	background-color: #E8F8D1;
	color: #457317;
}


/* Image Align */

div.image_left {
	float: left;
	position: relative;
	margin-right: 8px;
	margin-bottom: 2px;
}

div.image_right {
	float: right;
	position: relative;
	margin-left: 8px;
	margin-bottom: 2px;
}

div.image_top {
	text-align: center;
	margin-bottom: 6px;
}

/* BOUILLE LIST */
div.bouille50, div.bouillecomment {
	width: 50px;
	height: 50px;
	border: 2px solid #D9D9D9;
	background-color: #E8F8D1;
	margin: auto;
}

div.bouillecomment {
	float: left;
	position: relative;
	margin-right: 4px;
}

div.bouillelist, div.tpllist {
	margin-top: 16px;
	margin-bottom: 8px;
	float: left;
	position: relative;
	width: 420px;
}

div.bouillelist img {
	margin: 0px;
}

div.bouilleselect {
	background-color: white;
	float: left;
	position: relative;
	width: 380px;
	height: 200px;
}

div.bouilleoption {
	color: #457317;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 95px;
	height: 90px;
	float: left;
	position: relative;
}

div.tploption {
	margin: 0px;
	padding: 0px;
	width: 380px;
	height: 200px;
	float: left;
	position: relative;	
}

div.bouilleleft, div.tplleft {
	width: 20px;
	height: 200px;

	float: left;
	position: relative;
	cursor: pointer;
}
div.bouilleright, div.tplright {
	width: 20px;
	height: 200px;

	float: left;
	position: relative;
	cursor: pointer;
}

/* PICTO SELECT */

iframe.pictoSelect {
	width: 420px;
	height: 160px;
	background-color: #E8F8D1;
	color: #457317;
	font-family: Verdana;
	border: 1px solid #457317;
}

#PictoSelectContainer {
	width: 420px;
}

div.formatButtonContainer {
	width: 420px;
}

input.formatButton {
	border: 1px solid #457317;
	background-color: #E8F8D1;
	cursor: pointer;
}

div.form_separator {
	width: 390px;
	border-bottom: 1px solid #457317;
	margin: 0px;
	margin-left: 100px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
	height: 1px;
	font-size: 0pt;
	line-height: 0pt;	
}

#alarm {
	padding-top: 12px;
}

/* PROGRESS BAR */

div.progress_bar {
	border: 1px solid #457317;
	background-color: #E8F8D1;
	height: 12px;
	width: 150px;
}

div.progress_fill {
	background-color: #457317;
	height: 12px;
}

div.partner {
	margin-bottom: 4px;
}
