@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #555; /*239,38,92 || ef5692*/
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}



body
{
	margin: 7px;
}

hr
{
	
}

input_old
{
	border: 1px solid;
	border-color: #BEBABE; /* 190,186, 190*/
	color: #707070;
	height:20px;
	
}

.align_right
{
	text-align:right;
}

.bold
{
	font-weight: bold;
	display:inline;
}

.center
{
	margin-left: auto; 
	margin-right: auto;
}

.white
{
	background-color: #fff;
}

.corner_white_bottom_right
{
	
	background-image: url(../images/corner_white_bottom_right.gif);
	background-repeat: no-repeat;
	
	background-position: bottom right;
}

.corner_pink_top_left
{
	background-image: url(../images/corner_pink_top_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height:40px;

}

.corner_orange_top_right
{
	background-image: url(../images/corner_orange_top_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height:40px;
	
	color: #fff;
	text-decoration:none;
	font-family:arial,'lucida console',sans-serif;
	font-size:13px;
	font-weight:bold;
}

#apps
{
	margin-left:7px;
}

#static_page
	{
	font-family:arial,'lucida console',sans-serif;
	padding:45px 45px 35px 45px;
	}

#static_page_title
	{
	font-size:20px;
	font-weight:bold;
	color:#f25b81;
	padding-bottom:35px;
	}
	
#static_page_text
	{
	width:585px;
	font-size:12px;
	color:#000;
	text-align:justify;
	}
	
#static_page_title1
	{
	font-size:16px;
	font-weight:bold;
	color:#f25b81;
	}

#footer
	{
	font-size:12px;
	color:#fff;
	background-image:url(../images/bande_du_bas.jpg);
	width:972px;
	height:40px;
	text-align:right;
	padding-left:10px;
	padding-top:6px;
	}

.province
{
	color: #000;  
	font-size:14px;
	font-weight:bold;
}

.media_release
{
	padding-right:55px;
	color: #ee265c;  
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.text_media_release
{
	color: #ee265c;  
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-right:55px;
	padding-top:20px;
}

.text_media_release a
{
	color: #000;
}