/* GENERAL ------------------------------------------------------------------------	*/
/* --------------------------------------------------------------------------------	*/

body {
	background-image: url(../images/bg_general_noir.png);
	background-repeat: repeat;
	background-color: #231F20;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
}

TABLE, TR, TD {
	font-family : Verdana;
	font-size: 11px;
	font-weight: normal;
}

HR {
	height: 1px;
	width: 100%;
	color: #000000;
	padding: 2px;
}

P, LI {
	font-family : Verdana;
}


.general_table {
	background: #FFFFFF;
}

.Fond_Client {
	background-image: url(../images/v2_bg_content.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.ombre_bottom {
	background-image: url(../images/ombre.png);
	background-repeat: repeat-x;
	background-position: right bottom;
	padding-bottom: 5px;
	padding-right: 4px;
}
.bg_content2 {
	background-image: url(../images/bottom_content_agence2.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.bg_menu {
	background-image: url(../images/bg_general_vert.png);
	background-position: top center;
	background-repeat: repeat;
	background-color: #68A335;	
}

.bg_menu2 {
	background-image: url(../images/bg_menu2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #68A335;
}

.bg_page {
	background-image: url(../images/bg_page.png);
	background-position: top center;
	background-repeat: repeat;
	background-color: #FFFFFF;	
}

.bg_bottom {
	background-image: url(../images/bg_bottom.png);
	background-position: top center;
	background-repeat: repeat;
}

.image {
	border-width: 1px;
	border-style: solid;
	border-color: #B8B496;
}

#cache {
position:absolute; 
width:800px; 
z-index:0; 
display:none;
font-size:1px;
color:#ffffee;
}
.cache {display:none;
}

/* TITRES ------------------------------------------------------------------------	*/
/* --------------------------------------------------------------------------------	*/

.Titre_Vert {
	TEXT-DECORATION : none;
	color :#4AA148;
	font-family : Verdana;
	font-size: 16px;
	font-weight: bold;
}

/* LINKS  -------------------------------------------------------------------------	*/
/* --------------------------------------------------------------------------------	*/

A  {
	TEXT-DECORATION : none;
	color :#4AA148;
	font-family : Verdana;
	font-size: 13px;
	font-weight: normal;
}

A:hover  {
	TEXT-DECORATION : Underline;
	color :#000000;
	font-family : Verdana;
	font-size: 13px;
	font-weight: normal;
}


.link_leftmenu  {
	TEXT-DECORATION : none;
	color :#FFFFFF;
	font-family : Verdana;
	font-size: 14px;
	font-weight: normal;
}

.link_leftmenu:hover  {
	TEXT-DECORATION : none;
	color :#000000;
	font-family : Verdana;
	font-size: 14px;
	font-weight: normal;
}

.link_leftmenu_selected  {
	TEXT-DECORATION : none;
	color :#000000;
	font-family : Verdana;
	font-size: 14px;
	font-weight: normal;
}

.link_leftmenu_selected:hover  {
	TEXT-DECORATION : none;
	color :#000000;
	font-family : Verdana;
	font-size: 14px;
	font-weight: normal;
}

.link_title_hp {
	color :#4AA148;
	font-family : Verdana;
	font-size: 10px;
	font-weight: bold;
	TEXT-DECORATION : none;
}

.link_title_hp:hover {
	color :#4AA148;
	font-family : Verdana;
	font-size: 10px;
	font-weight: bold;
	TEXT-DECORATION : none;
}

.link_general_menu {
	color :#FFFFFF;
	font-family : Arial;
	font-size: 10px;
	font-weight: normal;
	TEXT-DECORATION : none;
	cursor : pointer;
}

.link_general_menu:hover {
	color :#FFFFFF;
	font-family : Arial;
	font-size: 10px;
	font-weight: normal;
	TEXT-DECORATION : none;
	cursor : pointer;	
}

/* TEXT  -------------------------------------------------------------------------	*/
/* --------------------------------------------------------------------------------	*/

.menu_title {
	color : #333333;
	font-family : Verdana;
	font-size: 17px;
	font-weight: bold;
}


.content_bottom
{
	color :#FFFFFF;
	font-family : Arial;
	font-size: 10px;
}

/* PAGINATION  --------------------------------------------------------------------	*/
/* --------------------------------------------------------------------------------	*/

.pagination_off {
	color : #767676;
	font-family : Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;
}

.pagination_off:hover {
	color : #FFCC00;
	font-family : Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;
}

.pagination_on {
	color : #FFCC00;
	font-family : Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;
}

.pagination_on:hover {
	color : #FFCC00;
	font-family : Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;
}


/* FORM  --------------------------------------------------------------------------	*/
/* --------------------------------------------------------------------------------	*/

INPUT {
	border:1px solid #A5ACB2;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	padding:0px 2px;
}

.form_input
{
	border:1px solid #767676;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding:0px 2px;
}

.form_input_red
{
	border:1px solid #FD8B00;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding:0px 2px;
}

.form_button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding:0px 4px;
}

.form_textarea
{
	border-width: 1px;
	border-style: solid;
	border-color: #767676;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
}

.form_select
{
    border-right : 1px solid #767676;
    border-bottom : 1px solid #767676;
    border-left : 1px solid #767676;
    border-top : 1px solid #767676;
	font-family: Tahoma, Arial, sans-serif;
    font-weight: normal;
	font-size : 11px;
	padding-left: 2px;
	padding-right: 2px;
}

.form_radio
{
	border-width: 0;
	border-style: solid;
	border-color: #767676;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.form_checkbox
{
	border-width: 0;
	border-style: solid;
	border-color: #767676;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
}
