/* AXSMarine CSS */

/* GENERAL */
* {
	margin:0;
	padding:0;
}

body {
	font-size:12px;
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#7c7c7c;
	color:#2e2c71;	
}

img {
	border:0;
}

/* PAGE */
#page {
	width:900px;
	background-color:#fff;
	margin:auto;
	padding:10px;
}

/* TOP */
#top {
	height:70px;
}

/* DATE */
#datediv {
	text-align:right;
	font-size:11px;
	color:#2e2b71;
	height:16px;
	border-bottom:1px solid #bfbfbf;
}
	#datediv .day {
		font-weight:bold;
	}

/* MENU */
#menu {
	height:28px;
	font-size:12px;
	font-weight:bold;
	list-style:none;
	padding-top:16px;
}
	#menu li {
		float:left;
		width:86px;
		height:16px;
		border-bottom-width:4px;
		border-bottom-style:solid;
		margin-right:6px;
	}
	#menu li.home {
		border-bottom-color:#2e2b71;/*#178dbe;*/
	}
	#menu li.about {
		border-bottom-color:#2e2b71;/*#f48120;*/
	}
	#menu li.products {
		border-bottom-color:#2e2b71;
	}
	#menu li.contact {
		border-bottom-color:#2e2b71;
	}
		#menu li a {
			display:block;
			width:86px;
			height:16px;
			color:#7c7c7c;
			text-decoration:none;
		}
		#menu li a:hover {
			color:#fff;
		}
		#menu li.home a:hover {
			background-color:#2e2b71;
		}
		#menu li.about a:hover {
			background-color:#2e2b71;
		}
		#menu li.products a:hover {
			background-color:#2e2b71;
		}
		#menu li.contact a:hover {
			background-color:#2e2b71;
		}				

/* IMAGE / FLASH */
#image-flash {
	height:206px;
	border-bottom:5px solid #2e2b71;
}
#image-flash2 {
	height:95px;
	border-bottom:10px solid #2e2b71;
}

/* MAIN CONTENT */
#mainContent {
	padding-top:15px;
	background-color:#fff;
}
#mainContenthome {
	padding-top:5px;
	background-color:#fff;
}
/* TEXT BLOC */
#textBloc {
	float:left;
	width:578px;
}
	#textBloc h2 {
		background-image:url(../images/rectangles.gif);
		background-position:left center;
		background-repeat:no-repeat;
		padding-left:50px;
		font-size:16px;
		margin-bottom:20px;
	}
	#textBloc p {
		margin:0 0 20px 7px;
	}
	#textBloc a {
		color: #178dbe;
	}
	

/* SUBMENU */
#subMenu {
	float:right;
	width:290px;
	background-image:url(../images/submenu-top.gif);
	background-repeat:no-repeat;	
}
	#subMenu h2 {
		margin-left:13px;
		font-size:16px;
		color:#fff;
		height:22px;
		padding-top:8px;
	}
	#subMenu li {
		font-weight:bold;
		list-style:none;
		list-style-position:outside;
		width:258px;
		height:17px;
		padding:8px 0 0 30px;
		border-left:1px solid #8a8a8a;/*#f48120;*/
		border-right:1px solid #8a8a8a;/*#f48120;*/
	}
	#subMenu li.active {
		color:#2e2c71;
		background-image:url(../images/submenu-arrows.gif);
		background-repeat:no-repeat;
	}
	#subMenu li.secondlevel a{
		color: #178dbe;
	
	}
	#subMenu li.secondlevel {
		
		background-image:url(../images/submenu-arrows.gif);
		background-repeat:no-repeat;
	}
		#subMenu li a {
			color:#6d6e70;
			text-decoration:none;
		}
			#subMenu li a:hover {
				text-decoration:underline;
			}
#subMenuBottom {
	background-image:url(../images/submenu-bottom.gif);
	background-repeat:no-repeat;
	width:290px;
	height:10px;
	margin-bottom:15px;
	float:right;
}

/* LOGOS */
#logos
{
	text-align : left;
	padding-top:10px;
	clear:both ;
}

/* COLONNE DROITE */
#colonneDroite {
	float:right;
	width:310px;
}

/* QUICK LINKS */
#quickLinks {
	float:right;
	width:290px;
	margin-bottom:15px;	
	background-image:url(../images/quicklinks-top.gif);
	background-repeat:no-repeat;	
	background-color:#2e2c71;
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height:40px;
}
	#quickLinks h2 {
		margin:0 10px 0 10px;
		font-size:16px;
		border-bottom:#626195 solid 1px;
	}
	#quickLinks .bottom {
		background-image:url(../images/quicklinks-bottom.gif);
		background-repeat:no-repeat;
		background-color:#fff;
		height:9px;
	}
	#quickLinks a {
		color:#fff;
		text-decoration:none;
	}
		#quickLinks a:hover {
			text-decoration:underline;
		}

/* CONTACT */
#contact {
	margin:0 -5px 10px -5px;
}

/* BLUE LINE */
#blueBar {
	clear:both;
	border-bottom:5px solid #2e2b71;
	margin-bottom:9px;
	height:15px;
}
#blueBar2 {
	clear:both;
	border-bottom:5px solid #2e2b71;/*#178dbe*/
	margin-bottom:5px;
	height:11px;
}

/* FOCUS */
#focus {
	width:912px;
	position:relative;
	left:-5px;
	margin-bottom:25px;
}
	#focus img {
		margin-right:4px;
	}

/* FOOTER */
#footer {
	height:17px;
	padding-top:3px;
	margin-bottom:20px;
	background-color:#2e2b71;
	text-align:center;
	font-size:9px;
	color:#ccc;	
}
	#footer a {
		text-decoration:none;
		color:#ccc;
	}
		#footer a:hover {
			text-decoration:underline;
		}	