@font-face {
	font-family: 'ITCAvantGardeGothicProBold';
	src: url('/fonts/ITCAvantGardePro-Bold.eot');
	src: local('ITC Avant Garde Gothic Pro Bold'), local('ITCAvantGardePro-Bold'), url('/fonts/ITCAvantGardePro-Bold.ttf') format('truetype');
}

* {margin:0;padding:0;} 
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

#main {
	padding-bottom: 100px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
}

#line{
	position: absolute;
	background: black;
	height:15px;
	width: 65%;
	top: 0;
	left: 35%;
}

.main{
	margin-left: 10%;
	/* margin-left: auto;    modif adu 27-01-10*/
	/* margin-right: auto;   modif adu 27-01-10*/
	width: 640px;
}
.left{
	float: left;
	width: 160px;
}
.right{
	float: right;
	width: 480px;
}


body{
	color:#000;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	background:#fff;
}
textarea{
	font:12px Arial, Verdana, Helvetica, sans-serif;
}
a{
	color:#0097FF;
}
a:hover{
	color:#00cccc;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}


h1{
	color: #0097FF;
	font-size: 16px;
	line-height:normal; 
	font-weight: bold; 
	font-family: 'ITCAvantGardeGothicProBold', sans-serif;
	margin-bottom: 5px;
	text-transform: lowercase;
}
h2{
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	margin-bottom: 5px;
}

p{
	text-align: left;
	margin-bottom: 7px;
	line-height: 17px;
}

a img{
	border: none;
}


.clear{
	clear: both;
}

/**********************************/

#header{
	height: 200px;
}
#header #spacer{
	height: 185px;
	border-top: 15px solid white;
}
#header #banner{
	height: 185px;
	border-top: 15px solid black;
	position: relative;
}
#header #banner img#logo{
	height: 108px;
	width: 96px;
	display: block;
	position: absolute;
	top: 30px;
	left: -5px;
}

/**********************************/

#leftNavigation{
	font-size: 14px;
	line-height:normal; 
	font-weight: bold; 
	font-family: 'ITCAvantGardeGothicProBold', sans-serif;
}
#leftNavigation ul{
	list-style-type: none;
	margin-top:2px;
}
#leftNavigation a{
	color:black;
	text-decoration:none;
	outline: none;
	display:block;
}
#leftNavigation a:hover, #leftNavigation li.active > a{
	color: #0097FF;
	text-decoration:none;
}
#leftNavigation ul li{
	margin-bottom: 6px;
}

#leftNavigation ul li ul{
	font-size: 12px;
	line-height: normal; 
	
	font-family: 'Arial', sans-serif;
	font-weight: normal; 
	border-left: 1px solid black;
	padding-left:10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#leftNavigation ul li ul li{
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0;
}

#leftNavigation #menu-offre_outils_informatiques_sur_mesure, #leftNavigation #menu-projets_2{
	width: 120px;
}
#leftNavigation #menu-offre_partage_sauvegarde_documents, #leftNavigation #menu-projets_6{
	width: 130px;
}

/**********************************/

#content{
	margin-bottom: 30px;
	font-size: 12px;
}

/**********************************/

#footer{
	clear: both;
	background: #003466;
	color: #0099ff;
	font-size: 11px;
}
#footer #subfooter{
	background: black;
	height: 30px;
	color: white;
}
#footer #subfooter div.content{
	margin-top: 7px;
}
#footer a{
	color: #0099ff;
	text-decoration:none;
}
#footer a:hover{
	color: white;
}
#footer #copyright{
	padding-top: 10px;
}
#footer ul.navigation{
	float: left;
	list-style-type: none;
	padding-top: 10px;
}
#footer ul.navigation li{
	float: left;
}
#footer ul.navigation li a{
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #0099ff;
	text-decoration: none;
}
#footer ul.navigation li a:hover, #footer ul.navigation li.active a{
	text-decoration: underline;
	color: white;
}
#footer ul.navigation li a.first{
	padding-left: 0;
}
#footer ul.navigation li a.last{
	border-right: 0;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

