/*Home Page styles*/
body, html {
	width: 100%;
	height: 100%;
	background-color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, sans-serif;
	color: white;
}
#container {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	min-height:400px;
	position:relative;
}
/*Top left section styles*/
#content{
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	border: 0;
	}
#header{
	border-bottom: 2px solid white;
	margin: 0;
	padding: 0;
	height:65px;
}
#header img{
	display: inline;
	margin:0;
	padding:0;
}
.headerTitle{
	font-size:12px;
	text-transform: uppercase;
	color:#f6931b;
	margin: 10px 0 0 20px;
	padding: 0;
	border: 0;
	font-weight:normal;
}
#linkPanel{
	color: white;
	text-decoration: none;
}
#linkPanel:hover{
	color:#f6931b;
}
/* modification pour faire que les buttons von en dessous Rémi Savard */
#panelInfo{
	width: 420px;
	background-color: #2d2a2b;
	border: 0;
	position: absolute;
	top: 100px;
	left: 20px;
	z-index: 0;
	font-size: 11px;
	padding:10px;
}
#panelInfo p{
	width: 400px;
	padding: 10px 0 10px 0;
	margin: 0 10px;
	border: 0;
}
#panelInfo #closePanel{
	display: none;
}
/*Bottom left section styles*/
#footer{
	position: absolute;
	bottom: 0;
	left: 0;
	border: 0;
	margin: 0;
	padding:0;
	width: 100%;	
}
#footer #buttonGroup a, #footer #buttonGroup a:hover, #footer #buttonGroup a:visited{
	text-decoration:none;
	margin:0px;
	padding:0px;
}
#footer #buttonGroup a{
	color:#fff;
	border:0px;
}
#footer #buttonGroup a:visited{
	text-decoration:none;
	color:#fff;
}
#footer #buttonGroup a:hover{
	color:#f6931b;
}

#footer_img{
	position: absolute;
	bottom: 0;
	left: 0;
	border: 0;
	margin: 0;
	padding:0;
	width: 100%;	
}
/* conteneur global */
#enveloppe {
min-height:100%;
position:relative;
height:100%;
}
#aspnetForm {
height:100%;
min-height:100%;
}
#footer_img p.footerText{
	font-size: 8px;
	color: #666;
	margin-left: 5px;
	margin-bottom: 2px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
}
/*mondification mettre le footer img plus ŕ gauche possible Rémi Savard*/
#footer_img img{
	position: absolute;
	bottom: 30px;
}
#buttonGroup{
	width: 245px;
	float: right;
	position: relative;
	right: 207px;
	height: 340px;
	border: 0;
	/*z-index:2;*/
}
.buttonTitle{
	font-size: 12px;
	text-transform: uppercase;
	color:#f6931b;
	margin: 0 ;
	padding: 10px 0 0 10px;
	border: 0;
	font-weight: normal;
}
#button3, #button2, #button1{
	background-color: #2d2a2b;
	height: 97px;
	margin-bottom: 7px;
	padding-bottom:9px;
}
#button3 p, #button2 p, #button1 p{
	font-size: 11px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
/*Top right section styles*/
#menu {
	background-image: url('/images/borderMenu.gif');
	background-repeat: repeat-y;
	background-color: black;
	height: 100%;
	width: 207px;
	border: 0;
	margin: 0;
	padding: 0;
	float: right;
}
#accueilLink, #englishLink{
	position: relative;
	top: 10px;
	font-size: 8px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	border: 0;
}
#accueilLink{
	margin-left: 88px;
	margin-right: 8px;
	font-size:10px;
	color:#bbb;
	
}
#accueilLink:hover, #englishLink:hover{
	text-decoration: underline;
}
#menu ul{
	list-style-type: square;
	list-style-position: inside;
	color: black;
	left: 0;
	border: 0;
	margin: 49px 0 0 0 ;
	padding: 0 0 0 6px;
}
#menu ul li
{
    position: relative;
	margin: 0 0 37px 0;
	padding: 0;	
}
#menu ul a{
	color: white;
	padding-left: 10px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
/*JavaScript fallBack menu styles*/
#menu ul li #menu1, #menu ul li #menu2, #menu ul li #menu3, #menu ul li #menu5{
	border: 0;
	margin: 5px 0 0 40px;
	padding:0;
	color: white;
	list-style: none;
	font-size: 10px;
}

#menu ul li #menu1 li, #menu ul li #menu2 li, #menu ul li #menu3 li, #menu ul li #menu5 li{
	list-style: none;
	list-style-position: outside;
	padding: 0;
	margin: 5px 0 0 0;
	border: 0;
}
#menu ul li #menu1 a, #menu ul li #menu2 a, #menu ul li #menu3 a, #menu ul li #menu5 a{
	color: white;
	text-decoration: none;
	padding: 0;
	margin: 0;
	text-transform: none;
}

/* formatage du panel info */
#panelInfo h2{ font-size:13px; padding:5px 0 5px 10px; margin:0;}


.enSavoir
{
    display:none;
    visibility:hidden;
	}
/* css sp/cial pour joindre notre r/seau */	
#button3.joindreReseau{ background-color:#F6931B; color:#2D2A2B; }
#button3.joindreReseau h1{color:#2D2A2B;}

#footer #buttonGroup #button3.joindreReseau a:hover{color:#2D2A2B;}