@charset "utf-8";
/* Feuille de style principale - Académie de l'Entrepreneurship Québécois inc. 
Réalisé par Nicolas Dion-Bouchard
Dernière MAJ: 09/02/2008
*/


body {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width:960px;
}

body, td, tr, th, a, span, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

img {
	border: none;
}

a, a:active {
	color: #00549b;
	text-decoration: underline;
}
a:visited {
	color: #7d4900;
}
a:hover {
	text-decoration: none;
}
a img, td.button a img {
	vertical-align: middle;
	text-decoration: none;
	margin-left: 4px;
}
		
A.docLink {
	color: #00549b;
	text-decoration: underline;
	background-image: url(images/ico_pdfFile.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 4px 20px;
}

A.docLink:hover {
	text-decoration: none;
}


/* --- Entête --- */

	#tableMain { }

	#header1 {
		text-align: left;
		background-image: url(images/header_bg.gif);
		background-position: top left;
		background-repeat: repeat-x;
	}
	
	#header2 {
		text-align: right;
		color: #FFF;
		padding: 0px 6px;
		background-image: url(images/header_bg.gif);
		background-position: top left;
		background-repeat: repeat-x;
	}
	
	#header2 a {
		color: #FFF;
	}
	
	
/* --- Menu principal --- */
	
	#menuCell {
		background-image: url(images/menu_bg.gif);
		background-position: top left;
		background-repeat: repeat-x;
		text-align: center;
	}
	
	#menuLogo {
		float: left;
	}
	
	#menu {
		/*float:right;*/
	}
	
	#menu img.sep {
		vertical-align: top;
	}
	
	#menu .btn, #menu .btnActive {
		display: inline-block;
		height: 39px;
		padding: 0px 10px;
		line-height: 28px;
		vertical-align: top;
		text-decoration: none;
		color: #FFF;
		font-size: 13px;
	}
	
	#menu .btnActive {
		background-image:url(images/menu_bg-active.gif);
		background-repeat:repeat-x;
		background-position: top left;
		font-weight: bold;
	}
	
	#menu .btn:hover, #menu .btnActive:hover {
		color: #000;
		background-image:url(images/menu_bg-over.gif);
		background-repeat:repeat-x;
		background-position: top left;
	}
	
	#menu .btnActive.high, #menu .btn.high:hover {
		background-image:url(images/menu_bgHigh-over.gif);
	}
	
	#menu .btn.high {
		background-image:url(images/menu_bgHigh.gif);
	}
	
	
/* --- Contenu --- */

	#content {
		vertical-align: top;
		padding-bottom:60px;
		width: 900px;
		text-align: left;
	}
	
	.contentIndent {
		margin-left: 1em;
	}
	
	/* Listes */
	ul li {
		list-style-image: url(images/list_arrow.gif);
	}
	
	/* Boutons */
	a.button, td.button {
		background-image: url(images/button_bg.gif);
		background-position: top left;
		background-repeat: repeat-x;
		padding: 10px 8px;
		text-align: center;
	}
		
	a.button {
		display: inline-block;
		display: -moz-inline-block;
		line-height: 12px;
	}
	a.button, td.button a {
		vertical-align: middle;
		color: #000;
	}
	a.button:hover, td.button:hover {
		background-image: url(images/button_bg-over.gif);
	}
	
	a.button:hover, td.button:hover a {
		color: #FFF;
		text-decoration: none;
	}
	
	
/* --- Pied de page --- */
	
	#footer {
		position:fixed;
		bottom: 0px;
		vertical-align: baseline;
		color:#7f7f7f;
		font-size: 10px;
		padding: 6px 0px;
		display:block;
		text-align:center;
		width: 100%;
		background-color: #FFF;
		margin: 60px 0px 0px 0px;
		border-top: solid 1px #d8c8b2;
	}
	
	#footer a {
		font-size: 10px;
		color:#7f7f7f;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	h1, h2, h3, h4, h5, h6 {
		color: #7d4900;
		border-bottom: solid 1px #d8c8b2;
		margin-bottom: 0.6em;
	}
	
	h1 { font-size: 16px; text-transform: uppercase; }
	h2 { font-size: 16px; }
	h3 { font-size: 14px; text-transform: uppercase; }
	h4 { font-size: 14px; }
	h5 { font-size: 12px; text-transform: uppercase; }
	h6 { font-size: 12px; border: none; }
	
	
