/***********************************************/
/*	Name:			styles.css
	Author:			Fred Zamble
	Date:			07/02/09
	Revised by:	    Fred Zamble
	Revision date:	20/02/10
	Copyright:		(c) 2009 Neuropixels, Inc.	
	Purpose:		Style sheet
/***********************************************/
/*  Site web aïtek.pro                 		   */
/***********************************************/

/*******************************************************************************

 HTML TAGS                       
 
*******************************************************************************/

html, body{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  line-height: 1.166;
  font-size: 9px;
  background-color:#000000;
  background-image:url(../img/bg_body.jpg);
  background-repeat:repeat-y;
  background-position:top center;
  margin: 0;
  padding: 0;
  height: 100%; /* Required */
}

body img {
	border: none;
}


/*******************************************************************************

 HYPERTEXT LINKS AND ANCHORS TAGS                               
 
*******************************************************************************/

a:link, a:visited {
	color:#990000;
	text-decoration: none;
}

a:hover{ 
	color:#FF0000;
	text-decoration: none;
}

a.footer:link, a.footer:visited {
	color:#FFFFFF;
	text-decoration: none;
}

a.footer:hover{ 
	color:#990000;
	text-decoration: none;
}

a.vnav:link, a.vnav:visited{
	color:#666666;
	background-color:#FFFFFF;
	text-decoration: none;
	display:block;
	border-bottom:1px solid #CCCCCC;
	padding:15px 15px 15px 15px;
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
}

a.vnav:hover{ 
	color:#FFFFFF;
	background-color:#000000;
	display:block;
	text-decoration: none;
	border-bottom:1px solid #CCCCCC;
	padding:15px 15px 15px 15px;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
}


/*******************************************************************************

 LISTS TAGS                             
 
*******************************************************************************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/*******************************************************************************

 FORMS TAGS                               
 
*******************************************************************************/

input {
	font-size: 9.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-left: 2px;
	margin-right: 40px;
	border : 1px solid #EBCCCC;
	width:150px;
	height: 14px;
	vertical-align:middle;
}

hr{
	height : 1px;
	color:#CCCCCC;
}

textarea {
	font-size: 10px;
	font-family: inherit;
	margin: 5px;
	border: 1px solid #EBCCCC;
	width : 250px;
	height : 160px;
}

select {
	font-size: 9.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-left: 2px;
	margin-right: 40px;
	border : 1px solid #EBCCCC;
	width:150px;
}

radio{
	font-size: 10px;
}

checkbox{
	font-size: 10px;
}

text{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

H4{
	margin-bottom:0px;
}

td{
  font-size: 11px;
  vertical-align:top;
  }



/*******************************************************************************

 LOGIN STYLES                            
 
*******************************************************************************/

.login{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	padding:0px;
	margin:0px;
}

input.submit {
	color:#FFFFFF;
	font-size: 9px;
	background-color:#660000;
	height : 20px;
	padding-bottom:2px;
	margin: 5px;
}

.login a:link, .login a:visited{
	display: inline;
	color:#999999;
	text-decoration: none;
	color:#FF0000;
	font-size : 1.0em;
	font-weight:normal;
}

.login a:hover{
	text-decoration: none;
	font-size : 1.0em;
	color:#990000;
	font-weight:normal;
}

input.loginButton{
	background-image:url(../img/loginButtonOut.jpg);
	width: 60px;	
	height:17px;
	border : 0px;
	color: #FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:2px;
	cursor:pointer;
}

a:hover input.loginButton{
	background-image:url(../img/loginButtonOver.jpg);
	width: 60px;	
	height:17px;
	border : 0px;
	color: #000000;
	font-size:11px;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:2px;
	cursor:pointer;
}


/***********************************************/
/* balises pour cellules                       */
/***********************************************/

td{
	line-height: 15px;
	text-align: left;
	padding:0px;
	margin:0px;
	vertical-align:top;
	}


/*******************************************************************************

 CUSTOMS IDS                             
 
*******************************************************************************/

#container-page {
  margin: 0 auto;
  padding:0;
  width: 800px;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
	padding: 0em;
}

#head {
  padding: 0em;
}

#flash {
  padding: 5px 0px 5px 0px;
  background-color:#000000;
}

#container-content {
	padding: 0px 0em 0px 0em;
	margin : 0px 0em 0px 0em;
	background-repeat:no-repeat;
}

#container-foot {
  width: 100%;
  bottom: 0 !important;
  height: 117px;
  text-align:center;
}

#foot {
  padding: 0px;
  background-color:#000000;
  border-top:1px solid #FFFFFF;
}


/*******************************************************************************

 CUSTOM CLASSES                             
 
*******************************************************************************/

.welcome {
  font-size: 11px;
  padding : 10px 5px 20px 10px;
  margin:0px;
  color:#333333;
  border-bottom : 1px solid #EBCCCC;
  vertical-align:top;
}

.error{
	padding:10px 30px 10px 20px;
	margin:20px 50px 0px 15px;
	color:#000000;
	background-color:#EFDACB;
	font-weight:bold;
}

.success{
	padding:10px 30px 10px 20px;
	margin:20px 50px 0px 15px;
	color:#000000;
	font-weight:bold;
	background-color:#DFEAD0;
}

.paragraph_home {
  font-size: 11px;
  padding : 10px 5px 5px 10px;
  margin:0px;
  color:#333333;
  vertical-align:top;
}

.paragraph_home img{
  padding : 8px 0px 0px 0px;
}

.paragraph {
  font-size: 11px;
  padding : 10px 5px 5px 30px;
  margin:0px;
  color:#333333;
  vertical-align:top;
}

.paragraph img{
  padding : 8px 0px 0px 0px;
}

.paragraph_line {
  font-size: 11px;
  padding : 10px 5px 5px 30px;
  margin:0px;
  color:#333333;
  vertical-align:top;
  border-bottom : 1px dotted #EBCCCC;
}

.paragraph img{
  padding : 8px 0px 0px 0px;
}

.textline {
  font-size: 11px;
  padding : 25px 0px 20px 25px;
  margin-right:30px;
  color:#333333;
  vertical-align:top;
  border-bottom : 1px dotted #C8C8C8;
}

.thinline {
  font-size: 11px;
  padding : 10px 0px 10px 25px;
  margin-right:30px;
  color:#333333;
  vertical-align:top;
  border-bottom : 1px dotted #C8C8C8;
}

.last_textline {
  font-size: 11px;
  padding : 25px 0px 0px 25px;
  margin-right:30px;
  color:#333333;
  vertical-align:top;
}

img.normal  {
  margin : 0px 15px 15px 0px;
  vertical-align:top;
  border : 2px solid #EBCCCC;
}

.itemline {
  font-size: 11px;
  padding : 10px 0px 0px 25px;
  margin-right:30px;
  color:#333333;
  vertical-align:top;
  width:70%;
}

.last_itemline {
  font-size: 11px;
  padding : 10px 0px 25px 25px;
  margin-right:30px;
  color:#333333;
  vertical-align:top;
  width:70%;
}

.listing_products{
  border-left : 1px dotted #C8C8C8;
  vertical-align:top;
  height:100px;
  color:#666666;
}

.imgline {
  font-size: 11px;
  padding : 20px 0px 20px 0px;
  margin-right:30px;
  color:#333333;
  vertical-align:top;
  border-bottom : 1px dotted #C8C8C8;
}

.last_imgline {
  font-size: 11px;
  padding : 20px 0px 20px 0px;
  margin-right:30px;
  color:#333333;
  vertical-align:top;
}

.contacts_img{
  padding : 0px 40px 0px 40px;
  text-align:left;
}

.contacts_img img{
  border : 2px solid #EBCCCC;
}

.bottom-left {
  padding : 10px 5px 10px 5px;
  margin:10px 0px 10px 0px;
  height:300px;
  color:#333333;
  border-right : 1px solid #EBCCCC;
  vertical-align:top;
}

.bottom-center {
  padding : 10px 5px 10px 5px;
  margin:10px 0px 10px 0px;
  height:300px;
  color:#333333;
  border-right : 1px solid #EBCCCC;
  vertical-align:top;
}

.bottom-right {
  padding : 10px 5px 10px 15px;
  margin: 10px 0px 10px 0px;
  height:300px;
  color:#333333;
  vertical-align:top;
}

.pub {
  padding : 10px 5px 0px 30px;
  color:#333333;
  text-align:right;
}

.big_title_home {
  text-align:left;
  padding : 10px 20px 0px 0px;
}

.big_title {
  width:95%;
  text-align:left;
  padding : 10px 10px 10px 0px;
  border-bottom : 1px solid #EBCCCC;
  margin-bottom:5px;
}

.banner{
  text-align:left;
  padding : 2px 2px 2px 2px;
}

.important{
	color:#660000;
	font-weight:bold;
}

.content_home {
  border-top : 5px solid #FF0000;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding:0px 25px 10px 25px;
  width:750px;
}

.content_top {
}

.content_bottom {
}

.mainTable{
	background-position:left top;
	background-repeat:repeat;
	width:100%;
}

.rightContent{
	width:100%;
	height: 700px;
	vertical-align:top;
	padding:5px 0px 50px 25px;
}

.leftContent{
	width:200px;
	vertical-align:top;
    padding : 0px 0px 0px 2px;
}

.foot_links {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color:#CCCCCC;
  padding: 0px 10px 10px 14px;
}

.foot_copyrights {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color:#555555;
}

.header{
	width:760px;
	height:75px;
	margin-bottom:5px;
}

.input{
	vertical-align:top;
	padding : 7px 15px 7px 2px;
	text-align:right;
	color:#660000;
	font-weight:bold;
	}

.textarea{
	vertical-align:top;
	padding : 0px 2px 0px 2px;
	text-align:center;
	color:#660000;
	border-left:1px solid #EBCCCC;
	height:100%;
	}

.input_corner-left{
	align:left;
	width : 17px;
	vertical-align:top;
	}

.input_corner-right{
	align:right;
	width : 17px;
	vertical-align:top;
	}

.mailing table{
	background-image: url(../img/bg_mailing.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height : 250px;
	width : 92%;
	margin: 30px 0px 0px 10px;
	}

.mailing td{
	vertical-align:middle;
	}

.min_title{
	font-weight:bold;
	margin-bottom:5px;
	padding-left:2px;
	letter-spacing:1px;
	font-size:102%;
	color:#660000;
}

.min_title img{
	padding:2px 0px 0px 0px;
	margin-right:5px;
}

.year{
	font-size:18px;
	color:#F00;
	margin:10px 0px 10px 0px;
	padding-left:20px;
	letter-spacing:3px;
}

.year a{
	font-size:18px;
	color:#999;
	margin:10px 0px 10px 0px;
	letter-spacing:3px;
}
