/***********************************
COLOR: 000000 (black: flag0, h2 item title)
COLOR: 333333 (anthracite: flag1, link grey hover)
COLOR: 666666 (dark grey: flag2, link grey)
COLOR: 999999 (grey: flag3)
COLOR: CCCCCC (light grey: background code, box border)
COLOR: FFFFFF (white: n/a)

COLOR: 990000 (red)
COLOR: FFE8E8 (light red: background error)
COLOR: 336633 (green)
COLOR: EAFFEA (light green: background success)

COLOR: 4c3d00 (dark theme)
COLOR: e4e1d3 (light dark them: background header)
COLOR: 967D19 (light theme)
COLOR: EAE7D9 (light light theme: background item hover)

COLOR: E8E8E8 (lght blu-green: background item header, search)
COLOR: e6c5c5 (light red: background item premium)

COLOR: 990000 (dark red-brown: link hover flag)
COLOR: 3366CC (blu: link more, link navigation)
COLOR: c2e1ef (green-blu: button hover border)
***********************************/
html, body {
	font-size:0.9em;
	font-family:Verdana,Arial,sans-serif;
	line-height:1.4em;
	background-color:#f4f4f4;
	/*background-image:url(../../img/background_pattern.gif);*/
}

.container {
	overflow:hidden;
	margin:0 auto;
	width: 990px;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#FFF;
	/*border:1px #CCC solid;*/
}

/***********************************
PUBLIC DIV
***********************************/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.grid_1, .grid_2, .grid_3, .grid_15 {
	display:inline;
	float:left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.grid_1 {
	width: 310px;
}
.grid_2 {
	width: 640px;
}
.grid_3 {
	width: 970px;
}
.grid_15 {
	width: 475px;
}

.dataBloc {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.headerBloc {
	clear: both;
	width: 970px;
	margin-top:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	background-color:#e4e1d3;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.dashedBloc {
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	border: 1px dashed #CCCCCC;
}

.floating_picture_right {
	margin-top:5px;
	margin-left:10px;
	float:right;
	border:none;
}

.itemHeaderBloc {
	float:left;
	visibility:visible;
	border: 1px dashed #CCCCCC;
	background-color:#E8E8E8;
	width: 100%;
	margin-bottom:10px;
	font-weight:bold;
}
.itemPubBloc {
	float:left;
	visibility:visible;
	width: 100%;
	margin-bottom:10px;
}
.itemNormalBloc {
	float:left;
	visibility:visible;
	border: 1px dashed #CCCCCC;
	width:100%;
	margin-bottom:10px;
}
.itemPremiumBloc {
	float:left;
	visibility:visible;
	border: 1px dashed #CCCCCC;
	width:100%;
	background-color:#e6c5c5;
	margin-bottom:10px;
}
.itemHoverBloc{
	float:left;
	visibility:visible;
	border: 1px dashed #CCCCCC;
	width: 100%;
	background-color:#EAE7D9;
	margin-bottom:10px;
	cursor:pointer;
}

.visibleDataBloc60 {
	visibility:visible;
	height:60px;
}
.visibleDataBloc80 {
	visibility:visible;
	height:80px;
}
.visibleDataBloc120 {
	visibility:visible;
	height:120px;
}
.visibleDataBloc140 {
	visibility:visible;
	height:140px;
}
.visibleDataBloc180 {
	visibility:visible;
	height:180px;
}
.visibleDataBloc200 {
	visibility:visible;
	height:200px;
}
.hiddenDataBloc {
	visibility:hidden;
	height:0px;
}

.errorBloc {
	width: 70%;
	clear:both;
	margin-left:25px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight:bold;
	color:#990000;
	background-color:#FFE8E8;
}
.warningBloc {
	width: 70%;
	clear:both;
	margin-left:25px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight:bold;
	color:#F30;
	background-color:#FFE8E8;
}
.successBloc {
	width: 70%;
	clear:both;
	margin-left:25px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight:bold;
	color:#336633;
	background-color:#EAFFEA;
}

/***********************************
PRIVATE DIV
***********************************/
.agenda_box {
	border-top: 1px dashed #CCCCCC;
	margin-left: -10px;
}
.searchBloc{
	background-color:#E8E8E8;
	vertical-align:middle;
	border-radius: 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.bottomBloc {
	float:left;
	text-align:left;
	height:35px;
	padding-left: 10px;
}
.copyrightBloc {
	float:right;
	text-align:right;
	height:35px;
	padding-right: 10px;
	line-height:2.0em;
}
.codeBloc {
	width: 70%;
	margin-left:25px;
	margin-right:25px;
	margin-top:10px;
	margin-bottom:5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color:#333333;
	font-style:italic;
	background-color:#CCCCCC;
}
.codeExempleBloc {
	width: 70%;
	margin-left:25px;
	margin-right:25px;
	margin-top:15px;
	margin-bottom:15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color:#333333;
	font-style:italic;
	border:thin dashed #666;
}

.index_topBloc_logo {
	height: 75px;
	width: 350px;
	float: left;
}
.index_topBloc_menu {
	height: 60px;
	float: right;
	text-align:right;
}

/***********************************
LINKS FLAGS
***********************************/
a.TextFlag1{
	color:#999999;
	font-size:0.8em;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
	line-height:1.3em;
}
a.TextFlag1:hover{
	color:#990000;
}
a.TextFlag2{
	color:#666666;
	font-size:0.9em;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
	line-height:1.3em;
}
a.TextFlag2:hover{
	color:#990000;
}
a.TextFlag3{
	color:#333333;
	font-size:1.1em;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
	line-height:1.3em;
}
a.TextFlag3:hover{
	color:#990000;
}
a.TextFlag4{
	color:#000000;
	font-size:1.5em;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
	line-height:1.3em;
}
a.TextFlag4:hover{
	color:#990000;
}

/***********************************
LINKS ITEMS
***********************************/
a.link_item_small {
	color:#333333;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}
a.link_item_small:hover {
	text-decoration:underline;
}

a.link_item_normal {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

/***********************************
LINKS NAV
***********************************/
a.link_navigation_main{
	color:#3366CC;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	line-height:1.3em;
}
a.link_navigation_main:hover{;
	text-decoration:underline;
}

a.link_navigation_secondary{
	color:#3366CC;
	font-size:0.9em;
	text-decoration:none;
}
a.link_navigation_secondary:hover{;
	text-decoration:underline;
}

a.link_navigation_secondary_nospace{
	color:#3366CC;
	font-size:0.9em;
	text-decoration:none;
}
a.link_navigation_secondary_nospace:hover{;
	text-decoration:underline;
}

a.link_menu{
	color:#4C3D00;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
	line-height:25px;
}
a.link_menu:hover{
	color:#967D19;
	border-bottom:1px dashed #4C3D00;
}

a.link_page_nb{
	color:#967D19;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
}
a.link_page_nb:hover{
	color:#FFF;
	font-size:1.2em;
    background-color:#967D19;
}

/***********************************
LINKS SECTION
***********************************/
a.link_section_1{
	color:#4C3D00;
	font-size:1.2em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	line-height:20px;
}
a.link_section_1:hover{
	color:#967D19;
}

a.link_section_2{
	color:#967D19;
	font-size:1.15em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	line-height:15px;
}
a.link_section_2:hover{
	color:#4C3D00;
}

/***********************************
TEXT
***********************************/
h1.item-title{
	color:#333333;
	font-size:1.3em;
	font-weight:bold;
	font-family:Arial;
	display: inline;
	margin: 0;
	padding: 0; 
}
h2.item-title{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:1.1em;
	color:#333333;
}

.text_grey_small{
	color:#999999;
	font-size:0.85em;
	font-family:Arial;
}
.text_grey_normal{
	color:#666666;
}
.text_grey_big{
	color:#666666;
	font-size:1.3em;
	font-weight:bold;
	font-family:Arial;
}

.text_red {
	color: #990000;
	font-size:0.85em;
	font-weight: bold;
}
.text_green {
	color: #336633;
	font-size:0.85em;
	font-weight: bold;
}
.text_blu {
	color: #3366CC;
	font-size:0.85em;
	font-weight: bold;
}

.text_amount_positive {
	color: #336633;
	font-size:1.4em;
	font-family:Arial;
}
.text_amount_negative {
	color: #990000;
	font-size:1.4em;
	font-family:Arial;
}

.text_table_label {
	vertical-align:top;
	color:#666;
}


/***********************************
TEXT SECTION
***********************************/

.text_section_dark{
	color:#333333;
	font-size:1.3em;
	font-weight:bold;
	font-family:Arial;
	line-height:1.2em;
}
.text_section_light{
	color:#666666;
	font-size:1.2em;
	font-weight:bold;
	font-family:Arial;
	line-height:1.2em;
}
.text_section_blu{
	color:#3366CC;
	font-size:1.2em;
	font-weight:bold;
	font-family:Arial;
	line-height:1.2em;
}
.text_section_theme_dark{
	color:#4C3D00;
	font-size:1.2em;
	font-weight:bold;
	font-family:Arial;
	line-height:1.2em;
}
.text_section_theme_light{
	color:#967d19;
	font-size:1.2em;
	font-weight:bold;
	font-family:Arial;
	line-height:1.2em;
}

/***********************************
BUTTON CSS
***********************************/
a.button_inactive {
    margin:0px 10px 0px 0px;
    background-color:#F0F0F0;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:Arial;
    font-size:1.1em;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#666;
    cursor:help;
    padding:5px 10px 5px 7px; /* Links */

}
a.button {
    margin:0px 10px 0px 0px;
    background-color:#F0F0F0;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:Arial;
    font-size:1.1em;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#333333;
    cursor:pointer;
    padding:5px 10px 5px 7px; /* Links */

}
a.button:hover {
    border:1px solid #c2e1ef;
    color:#336699;

}
a.button:active{
    border:1px solid #6299c5;
    color:#000000;
}
a.button img{
	padding-right:7px;
    border:none;
}

a.Bigbutton {
    margin:0px 10px 0px 10px;
	background-image:url('../../img/btn_bcg.gif');
	background-repeat:repeat-x;
	background-position:bottom;

    font-family:Arial;
    font-size:1.4em;
    text-decoration:none;
    font-weight:bold;
    color:#333333;
    cursor:pointer;
    padding:5px 10px 5px 7px; /* Links */

}
a.Bigbutton:hover {
    color:#336699;
}
a.Bigbutton:active{
    color:#000000;
}
a.Bigbutton img{
	padding-right:7px;
    border:none;
}

/***********************************
FORMS
***********************************/
input.button {
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid #333333;
}
input.button:hover {
	border:1px solid #c2e1ef;
	color: #336699;
	cursor:pointer;
}
input.textField, select.textField{ 
	font-size:1.0em;
	border-style:solid;
	border-width:1px;
	border-color:#D3D2D2;
	font-weight: bold;
}
input.textField_Big, select.select_big{ 
	font-size:1.3em;
	font-family:Arial;
	letter-spacing:1px;
	border-style:solid;
	font-weight: bold;
	border-width:1px;
	border-color:#D3D2D2;
	padding-left:5px;
}
input.formSpam{
	font-family:Verdana;
	font-size:24px;
	text-align:center;
}

/***********************************
LETTER COUNTER
***********************************/
input.textFieldSmall{ 
	font-size:0.7em;
	border-style:solid;
	border-width:1px;
	border-color:#D3D2D2;
	font-weight: bold;
	text-align:center;
}
input.textFieldSmallBad{ 
	font-size:0.7em;
	border-style:solid;
	border-width:1px;
	border-color:#D3D2D2;
	font-weight: bold;
	color:#FF0000;
	text-align:center;
}
input.textFieldSmallGood{ 
	font-size:0.7em;
	border-style:solid;
	border-width:1px;
	border-color:#D3D2D2;
	font-weight: bold;
	color:#009900;
	text-align:center;
}