* {
	margin: 0;
	padding: 0;
}

/*<group=hacks>*/

.clearfix { display: inline-table;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/*</group>*/

body {
	color: #000;
	background: #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

#header {
	position: relative;
	width: auto;
	background-color: #313431;
		height: 96px;

}

#header p.logo, #header p.logo a {
  margin:0;
  padding:0;
    margin-top:1px;
	display: block;
	width: 190px;
	height: 96px;
  font-size: 1px;
	color: #313431;
  background: transparent url(../images/logo-it.jpg) no-repeat;
}

#header p.telContact, #menu {
	left: 283px;
}

#header p.telContact, #header p.textFree {
	position: absolute;
	top: 23px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
}
#header p.telContact b{
	font-size: 16px;

}
#header p.textFree{
	left:700px;
	font-weight:bold;
	font-size: 16px;

}


/*<group=menu>*/



#menu {
	position: absolute;
	top: 67px;
	width: 668px;
	line-height: normal;
}
  
#menu ul {
  list-style:none;
  }
  
#menu li {
  float:left;
  background: url(../images/z_menu_up_bg.gif) repeat-x;
  border-right: 1px solid #313431;
  }
  
#menu a {
  float:left;
  color: #313431;
  font-size: 9px;
  display:block;
  background:url(../images/z_menu_up_border_right.gif) no-repeat right top;
  
  }
 
#menu a span {
	display:block;
	padding: 8px 6px 8px 6px;
	background:url(../images/z_menu_up_border_left.gif) no-repeat left top;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
	
/*</group>*/

/*#login {
	position: absolute;
	top: 26px;
	right: 15px;
	width: 62px;
	height: 44px;
	background-color: #292929;
}

#login h3, #login a {
	font-size: 1px;
	color: #292929;
}

#login a {
	display: block;
	float: left;
	width: 32px;
	height: 44px;
}

#login a.login {

	background: url(../images/z_btn_login_on_fr.gif);
}

#login a.logout {

	width: 30px;
	background: url(../images/z_btn_logout_off_fr.gif);
}*/

#content {
	position: relative;
	margin-top: 30px;
}

#subcol {
	position: relative;
	float: left;
	width: 190px;
	height: auto;
}

#maincol {
	position: relative;
	float: right;
	width: 75%;
	height: auto;
	margin-right: 20px;
}
#maincol .chapo{
font-weight:bold;
}
#subcol label, #subcol a {
	color: #036;
}

#subcol input.submit {
	color: #036;
	background-color: #fff;
	border: 1px solid #036;
}

#subcol div#titreColLeft {
	margin-top: 5px;
	padding-left: 20px;
	font-size: 10px;
	color: #666;
	font-weight:bold;

}
#subcol div#titreColLeft a{
		color: #666;
}
#subcol div#titreColLeft a:hover {
	font-weight: bold;
	background: #c0c0c0;
}
#subcol div#titreColLeft, #subcol li {
	text-transform: uppercase;
	border-bottom: 1px solid #b2bdd2;
}

#subcol ul {
	margin-left: 2px;
}

#subcol li {
	padding: 2px 5px;
}

#subcol li a {
	color: #666;
}

#subcol li a:hover {
	font-weight: bold;
	background: #c0c0c0;
}

#maincol h1, #maincol h1 a{
	margin:1em 0 ;
	font-size: 18px;
}

#maincol h2,#maincol h2 a{
	margin: 2em 0 0 0 ;
	
	font-size: 14px;
}

#maincol p {
	margin: 1em 0;
	font-size: 12px;
	line-height: 1.3em;
}

#maincol a {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
.linkintra{
cursor:text;
text-decoration:none ! important;
}
#maincol p.morlink{
font-weight:bold;
font-size:14px;
padding:10px 0 30px 0;
}
#maincol p.morlink a{
font-size:14px;

}