/*Language specific CSS style sheet - only background images, widths, and heights should be in here*/


* {
	margin: 0;
	padding: 0;
	}
	
body, select, input, textarea {
	font-size: 62.5%;
	font-family: arial, sans-serif;
	color: #464f57;
	}

h2, h3, h4, h5, h6 {
	color:#303840;
	}

h1 {
	background: url(pict/dchectorlogo.gif) no-repeat;
  font-size: 2.5em;
	width: 160px;
	height: 30px;
	float: left;
	margin: 21px 0 0;
	}

h2 {
	 font-size: 1.5em;
   height: 8px;
	}

p {
	line-height:1.5em;
	font-size: 1.2em;
	}
	
img {
	border: 0;
	}
	
ul {
	list-style-type: none;
	}

a {
	outline: 0;
	text-decoration: none;
	color: #464f57;
	}

code {
	color:#303840;
	font-size: 1.2em;
  }
	
table {
 margin-left:auto;
 margin-right:auto;
 }
	
td {
 padding-left:10px;
 padding-right:10px;
 }
	
.clear {
	clear: both;
	}

.solidLine {
	line-height: 1px;
	height: 23px;
	font-size: 1px;
	background: url(pict/bottom_bg.gif) repeat-x 0px 0px;
	clear: both;
	}
	

/*******************************************************/
/* Layout */
/*******************************************************/

#mainContainer {
	background-color: #fff;
	width: 996px;
	margin: 0 auto;
	}
	
#mainSection {
	width: 994px;
	margin: 0 auto; 
	text-align: center;
	font-size: 1.0em;
	background-color: #fff;
	border-left: 1px solid #D6D4D0;
	border-right: 1px solid #D6D4D0;
	background: url(pict/main_bg.gif) repeat-x;
	padding: 24px 0 0 0;
	}
	
#footer {
	width: 996px;
	margin: 0 auto; 
	text-align: center;
	font-size: 0.9em;
	background-color: #fff;
	padding: 4px 0 0;
	}

/* documentation et icones*/

div.docline {
  width: 994px;
	margin: 0 auto;
	float: left;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 1.0em;
	font-family: arial, sans-serif;
	color: #464f57;
	}

div.doc {
	width: 14.28%;
	float: left;
	}

img.doc {
	border: 1px solid;
	}

div.icon {
	width: 7.14%;
	float: left;
	}


/* cassettes */

div.k7 {
	width: 10%;
	float: left;
	}

img.k7 {
	padding: 10px 0 0 0;
	}


/* menu */

#menu {
	margin-top: 23px;
	position: relative;
	z-index: 10;
	background: #8D8D8D url(pict/menu_bg.gif) repeat-x;
	}
	
#menu li {
	float: left;
	position: relative;
	text-transform: uppercase;
	border-right: 1px solid #878787;
	}
	
#menu li.depth_0:hover, #menu li.selected {
	background: #8D8D8D url(pict/menu_bg_selected.gif) repeat-x;
	}
	
#menu a {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 23px;
	line-height: 25px;
	display: block;
	}
	
/* sub menu */
#menu ul ul {
	position: absolute;
	left: -999em;
	width: 180px;
	border: 1px solid #737373;
	background-color: #fff;
	z-index: 11;
	}
	
#menu li:hover ul {
	left: 0;
	}
	
#menu ul ul li {
	border: 0;
	width: 180px;
	text-transform: none;
	}
	
#menu ul ul li a {
	font-size: 11px;
	padding: 0 10px;
	background-color: #28669c;
	line-height: 18px;
	color: #fff;
	}
	
#menu ul ul li a:hover {
	text-decoration: underline;
	}
	
/* sub sub menu */
#menu ul ul ul {
	border: 0;
	position: static;
	margin: 4px 0 8px;
	}
	
#menu ul ul ul li {
	float: none;
	}
	
#menu ul ul ul li a {
	line-height: 15px;
	background-color: transparent;
	font-size: 11px;
	color: #5F5F5F;
	font-weight: normal;
	}
	

/*******************************************************/
/* Clearfix */
/*******************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}
		
.clearfix {
	display:block;
	}
	
