/* CSS Document */
body,html {
	min-height:100%;
	height:100%;
}
body {
	 margin: 0;
	 padding: 0;
	 color: #000000;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:12px;
}

#container {
	 position: relative;
	 width: 960px;
	 height:100%;
	 margin-right: auto;
	 margin-left: auto;
}

/*@group menu contact */
#contact {height: 44px;}
#MenuTop {
	float: right;
	margin: 15px 5px 0 0;
	text-transform: uppercase;
  font-size:13px;
  font-weight: bold;
  letter-spacing: -1px;
}
#MenuTop a {
	color: #77808a;
	text-decoration: none;
	margin: 0 8px 0 8px;
}
/*@end */

/*@group logo */
#logo{height: 61px; background-color:#7C7D8A}
.logo-igd{float:left;}
.logo-section{float:right;}
/*@end */

/*@group menu */
#menu-nav {
	height: 151px;
	background-color:#E6EEF7;
	border-right: 2px solid #666666;
	border-left: 2px solid #666666;
	
	}

#imgMenu{
	float:right;
	margin-right: 7px;
	}

#barre {
	height: 14px;
	background-image:url(/medias/images/common/barre.gif);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	border-right: 2px solid #666666;
	border-left: 2px solid #666666;
	}
/*@end */

/* @group body*/
#content{
	background-color:#F6FAFD;
	border-right: 2px solid #666666;
	border-left: 2px solid #666666;
	}
#col-left{
	width:629px; 
	float:left;
	padding:0px 32px 16px 16px;
	border-right: 1px dotted #666666;
	}

#col-right{
	width:230px; 
	float:left; 
	padding:0px 32px 16px 16px;
	}

#footerbody {
	clear: both;
	text-align: center;
	}
/* @end */

/* @group footer */
#footer {
	clear: both;
	text-align: center;
	padding: 5px 0;
	color: #7A7C88;
	font-size:10px
	}
/* @end */

/* @group menu nav 2c424b*/
dl, dt, dd, ul, li {margin: 0; padding: 0;}
#menu {position: absolute; top: 112px; left: 20px;}
dl#menu { width: 420px;}
dl#menu dt {font-size: 13px;cursor: pointer; margin: 2px 0; font-weight: bolder;letter-spacing: -1px;}
dl#menu li a, dl#menu dt a {color: #77808a; text-decoration: none; display: block; border: 0 none; height: 100%;}
dl#menu li a:hover, dl#menu dt a:hover {color: #2c424b;}
.link1{font-size: 12px; color: #7A7C89; text-decoration: none;font-weight: bold;}
.link1:hover {color: #363B45;}
/* @end */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

h1 {
  text-transform: uppercase;
  font-size:15px;
  color: #2c424b;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 6px 0 15px 0;
}

a {color: #000000; text-decoration: underline;}
a:hover {color: #999999; text-decoration: none; }

subtitle {font-size:30px; color: #2c424b;}

