body, h1, div, ul, li, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}



h3 {
	color: #8bc9fc;
	font-size: 1.2em;
	margin: 0 0 3px;
	font-size: 1.2em;
	margin: 0 0 3px;
}
h4 {
	color: #8bc9fc;
	font-size: 1em;
	margin: 0 0 3px;
	font-size: 1em;
	margin: 0 0 3px;
}


h2 {
	color: #743560;
	font-size: 14px;
}
h3 {
	color: #0384AE;
}

h1 span, h2 span { display: none; }

.clear {
	width: 100%;
	height: 1px;
	clear: both;
	overflow: hidden;
}

.top {
	display: block;
	text-align: right;
	font-size: 10px;
}

.img-left {
	float: left;
	margin: 0 10px 7px 0;
}

form {
	text-align: center;
}

/* main structural elements
 * ------------------------------------------------------------------------------------- */

#super-wrapper {
	width: 100%;
	background: url(../images/bg.jpg) top left repeat-x;
	
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg-main.jpg) 0 0 repeat-y;
	
}

#side-left {
	background: url(../images/side-left.jpg) top left no-repeat;
}
#side-right {
	background: url(../images/side-right.jpg) top right no-repeat;
}

#main {
	margin-left: 21px;
	width: 727px;
}

#top {
	width: 727px;
	height: 95px;
	background: url(../images/bg-top.jpg) 0 0 repeat-x;
}
	#top img {
		float: left;
	}
	
	#menu-container {
		float: right;
		margin: 43px 20px 0 0;
	}
		#menu-container a:link, #footer-right a:visited {
			color: #00447C;
			text-decoration: none;
		}
		#menu-container a:hover, #menu-container a:active {
			color: #00447C;
			text-decoration: underline;
			}
	#menu {
		
		width: 272px;
		height: 25px;
		position: relative;
	}
		#menu li span {display: none;}
		#menu li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
		
		#menu li, #menu a {height: 25px; display: block;}
		#menu-01 { left: 0; width: 37px;}
		#menu-03 { left: 56px; width: 47px;}
		#menu-04 { left: 122px; width: 32px;}
		#menu-05 { left: 173px; width: 46px;}
		#menu-06 { left: 238px; width: 35px;}
		


	
		#
		
		#banner p {
			top: 106px;
			left: 36px;
			position: relative;
			margin: 0;
		}
		
	

#home #content {
	width: 463px;
	float: right;
	background: #FBDC48 url(../images/bg-content-home.jpg) left bottom no-repeat;
}
	#content p, #content h2, #content h3, #content h4 {
		margin:  0 20px 0 20px;
		line-height: 22px;
	}
	#content ul, #content ol, #content dl {
		margin: 0 20px 10px 35px;
	}
	#content h1 {
		width: 727px;
		height: 47px;
		margin-bottom: 10px;
	}
	#content h2 {
		text-transform: uppercase;
	}
	
		#products h1 { background: url(../images/header/products.jpg) 0 0 no-repeat; }
		#team h1 { background: url(../images/header/team.jpg) 0 0 no-repeat; }
		#services h1 { background: url(../images/header/services.jpg) 0 0 no-repeat; }
		#contact h1 { background: url(../images/header/contact.jpg) 0 0 no-repeat; }
		#login h1 { background: url(../images/header/login.jpg) 0 0 no-repeat; }
		
	#home #content h1 {
		width: 463px;
		height: 47px;
		background: url() 0 0 no-repeat;
	}	
	#content dt {
		font-weight: bold;
		background: url(../images/arrow.gif) 0 2px no-repeat;
	}
	#content dt, #content dd {
		font-size: 12px;
		padding-left: 15px;
	}
	#content dd {
		padding-bottom: 10px;
	}
	#content p {
		padding: 0 0 10px 0;
	}
	#content h3 {
		padding: 10px 0 0 0;
	}



#sub-menu {
	width: 100%;
	text-align: center;
}
	#sub-menu ul, #sub-menu li {
		margin: 0;
		padding: 0;
	}
	#sub-menu li {
		display: inline;
		padding-right: 15px;
		list-style: none;	
		background: transparent url(../images/arrow.gif) 0 2px no-repeat;
		padding-left: 16px;
		line-height: 30px;
		font-size: 14px;
		font-weight: bold;
	}
	



#footer {
	width: 727px;
	height: 69px;
	background: url(../images/bg-footer.gif) 0 0 repeat-x;
	margin-top: 10px;
}
	
	#footer-left {
		width: 182px;
		height: 69px;
		float: left;
		background: url(../images/bg-footer-left.gif) right top no-repeat;
	}
		#footer-left p {
			color: #8E8E8E;
			font-size: 11px;
			margin: 10px 0 0 10px;
		}
		#footer-left span {
			color: #00447C;
		}
		#footer-left a:link, #footer-left a:visited {
			color: #8E8E8E;
			text-decoration: none;
		}
		#footer-left a:hover, #footer-left a:active {
			color: #8E8E8E;
			text-decoration: underline;
		}
	
	#footer-right {
		width: 545px;
		float: right;
		text-align: center;
		margin-top: 23px;
	}
		#footer-right p {
			color: #00447C;
			text-transform: uppercase;
		}
		#footer-right a:link, #footer-right a:visited {
			color: #00447C;
			text-decoration: none;
		}
		#footer-right a:hover, #footer-right a:active {
			color: #00447C;
			text-decoration: underline;
		}

#disclaimer {
	width: 727px;
	text-align: center;
	padding: 8px;
}
	#disclaimer p {
		font-size: 11px;
		color: #8E8E8E;
	}
	#disclaimer a:link, #disclaimer a:visited {
		color: #8E8E8E;
		text-decoration: none;
	}
	#disclaimer a:hover, #disclaimer a:active {
		color: #8E8E8E;
		text-decoration: underline;
	}

#login-top {
	text-align: right;
	
	background: #EAEAEA;
	padding: 5px;
	
	font-size: 11px;
}
	#login-top form {
		margin-right: 13px;
		text-align: right;
	}
	#login-top input {
		font-size: 11px;
		border: 0px;
		background: #E4E2E2;
		border: 1px solid #CECECE;
		color: #000;
	}
	
	*/

.toggle
{
padding-left:10px!important;
font-size:12px;
background-image:url("../files/titlesBackgroundImage_1.png");
background-position:0px 6px;
background-repeat:no-repeat;
cursor:pointer!important;
}


.stretch
{
width:129px;
height:500px;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:10px;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
padding-left:10px;
border-top-width:0px;
border-bottom-width:0px;
border-color:#cccccc;


}






.toggle2

{
padding-left:10px!important;
font-size:12px;
background-image:url("../files/titlesBackgroundImage_1.png");
background-position:0px 6px;
background-repeat:no-repeat;
cursor:pointer!important;

}


.stretch2
{
width:620px;
height:100px;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:10px;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
padding-left:0px;
border-top-width:0px;
border-bottom-width:0px;
border-color:#cccccc;


}















.TextTop {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}
.tableTop {
	background-image: url(../images/the_eye_banner.jpg);
	height: 90px;
	vertical-align: middle;
}
.mainTable {
	border: 1px solid #CCCCCC;
}
.TextLangue {

	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}
.title_gr {
	background-image: url(../images/bg_title.jpg);
	height: 20px;
	border: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}
.text a:link { 
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	}
.text a:visited { 
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	}
.text a:hover { 
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	}
.text a:active { 
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	}

.title_gr_under {
	height: 20px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: left top;
}
.title_gr_under_end {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF6600;
	
}
.searchBox {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	height: 17px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}
.formTextarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	height: 200px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	width: 300px;
}
.textLink {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.textLink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #7A97E0;
	text-decoration: underline;
}
.boderGrB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.boderGrBLR {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
img {
	border: none;
}
.tah10 {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color:#000033
	
}
.tah11 {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;

}
.titre {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color:FF6633;	
}
.ver10 {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color:#333333
}
.ver11 {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#333333
}
.tah9 {
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color:#333333;
	width: 125; 

}
.ver9 {
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color:#333333
}

.tah12 {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

input {
font-family: Tahoma; font-size: 8.5pt; font-style: normal; font-weight: normal; color: #000000;
	background-color: #F3F3F3;
	background-image: none;
	border: 1px solid #9A9A9A;
}

textarea {
font-family: Tahoma; font-size: 8.5pt; font-style: normal; font-weight: normal; color: #000000;
	background-color: #F3F3F3;
	background-image: none;
	border: 1px solid #9A9A9A;
	

}

select {

font-family: Tahoma; font-size: 8.5pt; font-style: normal; font-weight: normal; color: #000000;
	background-color: #F3F3F3;
	background-image: none;
	border: 1px solid #9A9A9A;
}
.borderDash {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
.TitleForm {
	background-color: #CCCCCC;
	border: 1px solid #333333;
}
.boxLight {
	border: 1px solid #CCCCCC;
}
.title_blue {
	height: 21px;
	border: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0133C6;
	text-align: center;
	padding-top: 4px;
}
.boderLR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.menux {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.menuxx {
	margin: 3px 0px;
	padding: 3px 0px 3px 5px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #D7D7FF;
	border: 1px solid #0000FF;
	font-weight: bold;
}
.textLink2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 19px;
	/*background-color: #316AC5;*/
	
	
}
a.textLink2:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.textLink2:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.menuxxx {

	margin: 3px 0px;
	padding: 3px 0px 3px 5px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF6600;
	border: 1px solid #333333;
	font-weight: bold;
}
.underMenu {
	background-attachment: scroll;
	background-image: url(../images/underMenu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tableIndex {
	height: 160px;
	width: 580px;
	background-image: url(../images/decoIndex.jpg);
	background-repeat: no-repeat;
}
.menuxxxWh {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #FFD3B7;
	border: 1px solid #000000;
	font-weight: bold;
	top: 3px;
	position: relative;
}
.box01_bgtopright {
	background-image: url(../images/BoxStyle01_top_bg_right.jpg);
	background-repeat: repeat-x;
}
.box01_bgbottomleft {

	background-image: url(../images/BoxStyle01_bottom_bg_left.gif);
	background-repeat: repeat-x;
}
.title_bl {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}


.title_bl2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}


h1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.title_red {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
a.title_red {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.boderGrTLR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.nodeco {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	text-decoration: none;
}
.cellHome {
	background-image: url(../images/bgGuy.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #CCCCCC;
}
.title_wh {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.tableTop2 {

	background-image: url(../images/bg_top_bl.jpg);
	height: 80px;
	vertical-align: middle;
}
.normal_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding-left: 0px;
	padding-right: 5px;
	
}
.n_white {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.list_header {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
	padding-left: 5px;
	padding-left: 5px;
}
.list_item {
font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #1142CF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.listsub_header {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
	padding-left: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.returntotop {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000099;
	padding-left: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	
}
.front_links {
    font-family: Tahoma;
	font-size: 11px;
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
	color: #1142CF;
	padding-left: 3px;
	padding-right: 3px;
	
}
.front_titles {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #1142CF;
	padding-left: 110px;
	padding-top: 2px;	
}
.right_align {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #1142CF;
	text-align:right
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.table_printhouse {
	
	height: 90px;
	vertical-align: middle;
}
.the_printhouse {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #1142CF;
	text-align:justify
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}.red_text {
	font-family: Tahoma;
	color:#FF0000;
	font-size: 11px;
}
.the_eye {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #1142CF;
	text-align:justify
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.the_eye_text_b {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #1142CF;
	text-align:justify;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.the_eye_text_n {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #1142CF;
	text-align:justify;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
