/* EXPERTEXPAT STYLE
AUTHOR: Cyril
DATE DE CREATION: 02/09/2009

------------
Colours
------------
lightgrey	#F1EEE5
lightbrown	#EBE4D4
lightyellow	#FFFCE3
green		#B8FC29
darkgreen	#557306
linkgreen	#A9EDAC
blue		#3B69BB
lightblue	#5690CB
linkblue	#C8DBEE
darkblue	#223E66
lightred	#ED9AA2
darkred	#710202
black		#12192B
grey		#6A7D8C
*/

body{
	scrollbar-face-color: #557306;
	scrollbar-shadow-color: #557306;
	scrollbar-3dlight-color: #557306;
}

a:hover {
	color			: #557306;
}

/* -------------------------------------------------------------- */
/* Section header                                                 */
/* -------------------------------------------------------------- */

#header2 {
	height		: 224px;
	background		: url(images/page-bg-green.jpg) top left no-repeat;
}

a.header, a.header:link{
	color			: #710202;
}
a.header:visited{
	color			: #710202;
}
a.header:hover{
	color			: #FFF;
}

/* -------------------------------------------------------------- */
/* Section footer                                                 */
/* -------------------------------------------------------------- */
table.footer{
	background		: url(images/page-ft-green.jpg) top left no-repeat;
}

/* -------------------------------------------------------------- */
/* Navigation                                                     */
/* -------------------------------------------------------------- */
#page a:hover{
	color			: #557306;
}

#menu_bloc a, a:link, a:visited {
	color			: #710202;
}

/* liens actifs selon la page */ 
div#products li#menu_products a {
	color			: #FFF;
	text-decoration	: none;
	background		: #557306 url(images/highlight-green.jpg) top left repeat;
	padding		: 2px 5px 2px 5px; /*{top;right;bottom;left}*/
	display		: block;
}
div#explained li#menu_explained a{
	color			: #FFF;
	text-decoration	: none;
	background		: #557306 url(images/highlight-green.jpg) top left repeat;
	padding		: 2px 5px 2px 5px; /*{top;right;bottom;left}*/
	display		: block;
}
div#case-study li#menu_case_study a{
	color			: #FFF;
	text-decoration	: none;
	background		: #557306 url(images/highlight-green.jpg) top left repeat;
	padding		: 2px 5px 2px 5px; /*{top;right;bottom;left}*/
	display		: block;
}
div#faq li#menu_faq a{
	color			: #FFF;
	text-decoration	: none;
	background		: #557306 url(images/highlight-green.jpg) top left repeat;
	padding		: 2px 5px 2px 5px; /*{top;right;bottom;left}*/
	display		: block;
}
div#quotes li#menu_quotes a{
	color			: #FFF;
	text-decoration	: none;
	background		: #557306 url(images/highlight-green.jpg) top left repeat;
	padding		: 2px 5px 2px 5px; /*{top;right;bottom;left}*/
	display		: block;
}
div#demo li#menu_demo a{
	color			: #FFF;
	text-decoration	: none;
	background		: #557306 url(images/highlight-green.jpg) top left repeat;
	padding		: 2px 5px 2px 5px; /*{top;right;bottom;left}*/
	display		: block;
}
div#apply li#menu_apply a{
	color			: #FFF;
	text-decoration	: none;
	background		: #557306 url(images/highlight-green.jpg) top left repeat;
	padding		: 2px 5px 2px 5px; /*{top;right;bottom;left}*/
	display		: block;
}
div#members li#menu_members a{
	color			: #FFF;
	text-decoration	: none;
	background		: #557306 url(images/highlight-green.jpg) top left repeat;
	padding		: 2px 5px 2px 5px; /*{top;right;bottom;left}*/
	display		: block;
}
/* -------------------------------------------------------------- */
/* Section Content                                                 */
/* -------------------------------------------------------------- */
#content h1 { 
	color			: #557306;
}
#content h2 {
	color			: #710202;
}	
#content h3 {
	color			: #710202;
}
#content ul li {	
	list-style-image	: url('images/arrow-green.gif');
}
#content table {
	background-color: #FFFFFF;
	border		: 2px #557306 solid;
}
#content td {
	border		: 2px #557306 solid;
	list-style	: square;
}
#content td.head {
	border		: 2px #557306 solid;
	background		: #F1EEE5;
	list-style		: square;
}
#content a, a:link{
	color			: #557306 ;
}
#content a:visited{
	color			: #710202;
}
#content a:hover{
	cursor		: pointer;
}
#content font.warning{
	color			: #CC0000;
	background		: #FFF;
	font-weight		: bold;
}

/* -------------------------------------------------------------- */
/* Members/Admin                                                  */
/* -------------------------------------------------------------- */

#members_form table {
	background-color	: #FFE9A6;
	border		: #884444 solid;
}
#members_form td {
	background-color	: #FFE9A6;
}
#members_form td.head {
	background-color	: #884444;
	color			: #FFF;
}
#members_form td.report {
	border		: 1px #884444 solid;
	background-color	: #FFE9A6;
}
#members_content h1 { 
	color			: #884444;
}
#members_content h2 {
	color			: #B78379;
}	
#members_content h3 {
	color			: #B78379;
}