/* ------------------------------------------------------ */
/* -- FONT & COLORS OF ELEMENTS ------------------------- */
/* ------------------------------------------------------ */

/* BLOCS
----------------------------------------------------------*/
body
{
	/* footer's bottom color, used for adaptative height */
	background:url(Images/hdr_x_back.png);
	 background:#5b3c23;
}
div#main
{
	/* site's background color (background color in the main zone) */
background:url(images/body_x_back.png);
}
div#main_deco_1
{
	/* color of the content zone */
background:#f4f7f8;
}


/* TEXTS BY BLOC
----------------------------------------------------------*/
body
{
	/* general text's color */
	color: #485C61;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#header
{
	/* header's texts */
	color:#845b38;
}

div#header_content{

background-image:url(Images/courbe.png);
background-repeat:no-repeat;

}
div#menu
{
	/* menu's texts */
	color:#efefef;
	font-size:10px;
	font-weight:bold;
}
div#footer
{	background-color:#5b3c23;
	/* text in the footer */
	color:#2b2b2b;
	font-size:9px;
}


/* TITLES
----------------------------------------------------------*/
h1
{
	color: #485c61;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1,5;
}
h2
{
	color: #485c61;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1,5;
}
h3
{
	color: #485c61;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1,5;
}
legend
{
	color: #90b426;
	font-weight:bold;
	font-size:16px;
	letter-spacing: -1,5;
}

/* SPECIAL TEXTS
----------------------------------------------------------*/
.warning
{
	/* warning message */
	color:#dd0000;
}
.field-validation-error
{
	/* MVC : validation error */
    color: #ff0000;
}
.input-validation-error
{
	/* MVC : textbox validation error */
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
.validation-summary-errors
{
	/* MVC : textbox validation summary */
    font-weight: bold;
    color: #ff0000;
}

/* LINKS
----------------------------------------------------------*/
a
{
	/* general links */
	color: #2b2b2b;
	text-decoration:underline;
}
a:visited
{
	/* general links */
    color: #5f7c26;
	text-decoration:underline;
}
a:hover
{
	/* general links */
    color: #5f7c26;
    text-decoration: underline;
}
div#menu a
{
	/* header links color */
	color:#fff;
	text-decoration: none;
}
div#menu a:hover
{
	/* header links color */
    text-decoration: none;
	color:#5f7c26;
}
div#header a
{
	/* header links */
	color:#845b38;
}
div#footer a
{
	/* footer links */
	color:#efefef;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}


/* SPECIAL : TREEVIEW
----------------------------------------------------------*/
ul#tv
{
	/* treeview style */
	list-style:none;
}
ul#tv li li
{
	/* tree view sub line */
	margin-left:15px;
}
ul#tv a
{
	/* tree view links */
	color: #F29400;
	text-decoration:underline;
}
ul#tv a:hover
{	color:#2B2B2B;
	text-decoration:underline;
}
ul#tv .highlight
{
	/* tree view currently selected link */
	font-weight:bold;
}
ul#tv .all
{
	/* tree view 'all items' links (the first one)*/
	color:#a63488;
	text-decoration:underline;
}
ul#tv .add
{
	/* tree view 'add an item' links*/
	color:#220044;
	font-size:10px;
	text-decoration:underline;
}

/* SPECIAL : TABLE for list
----------------------------------------------------------*/
/* section separator div */
table#list
{
	background-color:#fff;
	border-right:#92ae06 1px solid;
}
table#list thead
{
	border:#92ae06 1px solid;
	
	background:#92ae06 url(Images/table_x_hdr.png) repeat-x;
	color:#fff;
}
table#list thead th
{
	padding: 5px 5px 5px 0px;
}
table#list td
{
	border-left:#92ae06 1px solid;	
	border-bottom:#92ae06 1px solid;	
}
table#list thead a
{
	color:#FFF;	
}

/* MISC
----------------------------------------------------------*/
#minilogin .tbMiniLogin
{
	/* header's login textboxes */
	background:#f8f6ef;
	font-size:10px;
}
.rightColumn
{
	/* border between the treeview and the content */
	border-left:#d8d8d8 1px solid;
}

input[type=submit]
{
	/* Textboxes */
	font-weight:bold;
	background:#90b426;
	color:#f8f6ef;
	border:1px #5e7b25 solid;
	border-radius:10px;
	-moz-border-radius:5px;
	cursor:pointer;
}
input[type=button]
{
	/* Textboxes */
	font-weight:bold;
	background:#93a65c;
	color:#f8f6ef;
	border:1px #5e7b25 solid;
	border-radius:10px;
	-moz-border-radius:5px;
}
input[type=file]
{
	/* Textboxes for file selection */
	font-weight:bold;
	background:#36aec8;
	color:#555555;
	border:1px #55f solid;
	border-radius:10px;
	-moz-border-radius:5px;
}
a.buttonLink
{
	/* links that look like buttons */
	font-weight:bold;
	background:#58AB2C;
	color:#efefef;
	text-decoration:none;
	padding:3px;
	border:1px #5e7b25 solid;
	border-radius:10px;
	-moz-border-radius:5px;
}.ListSection
{
	/* background used to separate multi-lists */
	background-color:#d8d8d8;
}
.pager .disabled
{
	/* pager disabled page (previous or next button) */
	background:#d8d8d8;
}
.pager .current
{
	/* pager current page */
	font-weight:bold;
}

table tbody .even
{
 /* alterative row color : even rows */
 background-color:#fff;
}
table tbody .odd
{
 /* alterative row color : odd rows */
 background-color:#e6f3d5;
}

/* ---- CSS COMPTEUR ---- */

.counter input{
	color:#0e5e57;     /* à changer pour modifier l'apparence du compteur */
	height:19px;
	padding-left:10px;
	padding-right:10px;
	width:120px;
	margin-left:8px;
	background-color:#b6ddd9;	/* à changer pour modifier l'apparence du compteur */
	border:1px solid #93bcb9;	/* à changer pour modifier l'apparence du compteur */
	border-radius:10px;
	-moz-border-radius:7px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align:right;
}
.counter legend{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;

}
.inner .editable{
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	margin-left:8px;
}

.stacked #counter{
	margin-top:14px;}

.inner{

	background-image:url(Images/counter_back.png);	/* à changer pour modifier l'apparence du compteur */
	background-repeat:no-repeat;
	height:71px;
	width:242px;
	padding:20px 5px 5px;
}

.counter .toRight{
	float:right;
}
.counter .sub{ margin-top:15px;}


/* pager header : results */
.result
{
	width:100%;
	text-align:right;
	line-height:20px;
	background-color:#d8d8d8;
	border-top:Navy 1px solid;
	border-bottom:Navy 1px solid;
	margin-bottom:3px;
	color: Navy;
	font-weight:bold;
}


