/* 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	: #223E66;
	scrollbar-shadow-color	: #223E66;
	scrollbar-3dlight-color	: #223E66;
}

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

#header2 {
	height		: 224px;
	background		: url(images/page-bg-blue.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-blue.jpg) top left no-repeat;
}

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

#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		: #223E66 url(images/highlight-blue.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		: #223E66 url(images/highlight-blue.jpg) top left repeat;
	padding		: 2px 5px 2px 5px; /*{top;right;bottom;left}*/
	display		: block;
}
div#quote li#menu_quote a{
	color			: #FFF;
	text-decoration	: none;
	background		: #223E66 url(images/highlight-blue.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		: #223E66 url(images/highlight-blue.jpg) top left repeat;
	padding		: 2px 5px 2px 5px; /*{top;right;bottom;left}*/
	display		: block;
}

/* -------------------------------------------------------------- */
/* Section Content                                                 */
/* -------------------------------------------------------------- */
#content h1 { 
	color			: #223E66;
}
#content h2 {
	color			: #5690CB;
}	
#content h3 {
	color			: #5690CB;
}
#content ul li {	
	list-style-image: url('images/arrow-blue.gif');
}
#content table {
	background-color: #FFFFFF;
	border		: 2px #223E66 solid;
}
#content td {
	border		: 2px #223E66 solid;
	list-style		: square;
}
#content td.head {
	border		: 2px #223E66 solid;
	background		: #F1EEE5;
	list-style		: square;
}
#content a, a:link{
	color			: #223E66;
}
#content a:visited{
	color			: #223E66;
}
#content a:hover{
	cursor	: pointer;
}
#content font.warning{
	color		: #CC0000;
	background	: #FFF;
	font-weight	: bold;
}
