body
{
	background-color: #fff;
	color: #353535;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/***********************************************************************/
/** reset styles *******************************************************/
/***********************************************************************/

table,
td,
tr,
th
{
	border-collapse: collapse;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}


a,
a:link,
a:visited,
a:hover,
a:focus,
a:active
{
	color: #353535;
}

a:hover,
a:focus
{
	color: #000;
	text-decoration: none;
}

img
{	
	border: none;
}	

li
{
	padding-bottom: 4px;
}

h1,
h2,
h3,
h4,
h5
{
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}

input,
select,
option,
textarea
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
}

p
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 0.75em;
}

blockquote
{
	font-style: italic;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0.75em;
}

.clear
{
	clear: both;
	height: 0px;
}

/***********************************************************************/
/** template general ***************************************************/
/***********************************************************************/

.wrapper
{
	/*background-image: url(../images/template/base/guide.gif);*/
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 990px;
	
	position: relative;
	top: 0px;
	left: 0px;
}

/** header wrapper *****************************************************/

.header_wrapper
{
	background-image: url(../images/template/base/header_bg_repeat-x.gif);
	background-repeat: repeat-x;
	margin-top: 6px;
	height: 80px;
	width: 990px;
	
	position: relative;
	top: 0px;
	left: 0px;
	
	z-index: 50;
}

.logo
{
	height: 74px;
	width: 345px;
	
	position: absolute;
	top: 0px;
	left: 0px;
}

/** telephone **/

.header_wrapper .telephone
{	
	font-size: 9pt;
	line-height: 1.6em;
	width: 280px;
	
	position: absolute;
	top: 20px;
	right: 10px;
}

.header_wrapper .telephone h4
{	
	font-size: 9pt;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 1px;
	text-align: right;
	width: 90px;
}

.header_wrapper .telephone ul
{
	margin: 0px;
	padding: 0px;
}

.header_wrapper .telephone li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.header_wrapper .telephone a:hover,
.header_wrapper .telephone a:focus
{
	text-decoration: none;
}

/** content_wrapper ****************************************************/

.content_wrapper
{
	clear: both;
	margin-top: 4px;
	
	z-index: 10;
}

/***********************************************************************/
/** content page general ***********************************************/
/***********************************************************************/

.content_zone
{
	color: #4f4f4f;
	padding-bottom: 20px;
	
	position: relative;
	top: 0px;
	left: 0px;
}

.content_zone h1
{
	background-color: #31638f;
	color: #FFF;
	font-size: 24pt;
	line-height: 1.3em;
	margin-bottom: 15px;
	padding: 8px 0;
	text-align: center;
}

.content_zone h2
{
	color: #0f4678;
	font-size: 13pt;
	line-height: 1.4em;
	margin-bottom: 8px;
}

.content_zone h3
{
	color: #0f4678;
	font-size: 13pt;
	line-height: 1.4em;
	margin-bottom: 8px;
}

.content_zone h3.spacer 
{
	line-height: 2px;
	margin-bottom: 0;
	margin-bottom: 4px;
}

.content_zone h4
{
	font-size: 11pt;
	line-height: 1.5em;
	padding-bottom: 5px;
}

/** bloc **/

/** bloc_01 **/

.bloc_01
{
	float: left;
	width: 648px;
	margin-right: 10px;
	border: 1px solid #d3d3d3;
}

.bloc_01 img 
{
    border: 1px solid #d3d3d3;
    float: left;
    margin: 10px;   
}

.bloc_01 ul
{
    list-style: none;
    margin-left: 278px;
    padding: 0;
}

.bloc_01 li
{
    background: url(../images/landingpage/check.gif) no-repeat left top;
    color: #c64201;
    font-size: 13pt;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 34px;
}

.bloc_01 li h2
{
	color: #c64201;
	font-size: 13pt;
	line-height: 1.5em;
	margin-bottom: 0px;
}

/** bloc_02 **/

.bloc_02
{
	background-color: #f8f8f8;
	border: solid 1px #dcdcdc;
	float: left;
	width: 328px;
}

.bloc_02 h3, .bloc_06 h3
{
	border: none;
	font-size: 14pt;
	letter-spacing: -1px;
	margin: 15px 15px 10px 15px;
	text-align: center;
}

.bloc_02 label, .bloc_06 label
{   
    color: #4f4f4f;
    display: block;
    font-size: 9pt;
    font-weight: bold;
    /*letter-spacing: -1px;*/
    padding: 0 15px;
}

.bloc_02 input, .bloc_06 input
{
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 2px solid #bababa;
    margin: 0 15px 15px 15px;
    padding: 4px 8px;
    width: 280px;
}

.bloc_02 input.checkbox, .bloc_06 input.checkbox
{
	border: none;
    margin-right: 0;
    width: auto;
}

.bloc_02 label.desc, .bloc_06 label.desc 
{
    float: right;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: -2px;
    width: 260px;
}

.bloc_02 button, .bloc_06 button
{
    background-color: #31638f;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(39,91,136)),
        color-stop(1, rgb(74,118,160))
    );
    background:
        -moz-linear-gradient(
            center bottom,
            rgb(39,91,136) 0%,
            rgb(74,118,160) 100%
    );
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #16446c;
    color: #FFF;
    cursor: pointer;
    font-size: 14pt;
    font-weight: bold;
    /*letter-spacing: -1px;*/
    margin: 0 15px 15px 15px;
    padding: 4px 0;
    width: 298px;
}

.bloc_02 button:hover, .bloc_06 button:hover
{
	background: #0f375b;
}

input:focus,
textarea:focus,
select:focus
{
	border: solid 2px #0c5a97;
}

input.error,
textarea.error,
select.error
{
	background-color: #fbf7f7;
	border: solid 2px #7a1616;
}

input.error:focus,
textarea.error:focus,
select.error:focus
{
	background-color: #fff;
	border: solid 2px #7a1616;
}

.mandatory
{
	color: #0c5a97;
	font-weight: normal;
	padding-right: 7px;
}

.error_message
{
	background-color: #fbf7f7;
	border: solid 2px #7a1616;
	clear: both;
	color: #000;
	font-size: 9pt;	
	line-height: 1.6em;
	padding: 5px;
	margin: 15px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.error_message ul
{
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.error_line
{
	background-image: url(../images/template/icons/ico_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	clear: both;
	font-weight: bold;
	font-size: 9pt;
	margin-left: 15px;
	margin-top: -10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	padding-left: 22px;
}

/** bloc_03 **/

.bloc_03 
{
    border-bottom: 1px solid #dcdcdc;
    margin: 20px 0;
}

.bloc_03 h3
{
	background-image: url(../images/landingpage/title_bg_repeat-x.gif);
	background-repeat: repeat-x;
	border: none;
	height: 32px;
	padding-top: 2px;
}

.logo_content ul
{
	margin: 0px;
	padding: 0px;
}

.logo_content li
{
	display: inline;
	list-style-type: none;
}

.logo_content #chum
{
	padding-left: 24px;
	padding-right: 10px;
}

.logo_content #udem
{
	padding-left: 10px;
	padding-right: 11px;
}

.logo_content #lafae
{
	padding-left: 11px;
	padding-right: 11px;
}

.logo_content #Labatt
{
	padding-left: 11px;
	padding-right: 11px;
}

.logo_content #Rona
{
	padding-left: 11px;
	padding-right: 15px;
}

.logo_content #BPR
{
	padding-left: 11px;
	padding-right: 7px;
}

.logo_content #SPGQ
{
	padding-left: 11px;
	padding-right: 7px;
}

.logo_content #McGill
{
	padding-left: 7px;
	padding-right: 11px;
}

/** bloc_04 **/

.bloc_04 
{
    padding-right: 100px;    
}

.bloc_04 h3
{
    background: url(../images/landingpage/h2_bullet.gif) no-repeat left center;
    padding-left: 18px;
}

/** bloc_05 **/

.bloc_05
{
    background-color: #f8f8f8;
    border: solid 1px #dcdcdc;
    margin-bottom: 15px;
    padding: 15px 100px 15px 15px;
}

.bloc_05 h3
{
    background: url(../images/landingpage/arrow.gif) no-repeat left top;
    color: #c64201;
    padding-left: 28px;
}

/** bloc_06 **/

.bloc_06 
{
    border: 1px solid #dcdcdc;
    float: left;
    margin-top: 10px;
    margin-right: 29px;
    width: 328px;
}

.bloc_06 h3 
{
    background-color: #31638f;
    color: #FFF;
    font-size: 13pt;
    padding: 6px 0;
}

/** bloc_07 **/

.bloc_07 
{
    border-left: 1px solid #dcdcdc;
    float: left;
    margin-top: 10px;
    padding-left: 15px;
    width: 615px;    
}

.bloc_07 ul
{
	line-height: 1.6em;
    list-style: none;
    padding-left: 0;
    font-size:9pt;
}

.bloc_07 ul li
{
	padding-bottom: 0px;
}

.bloc_07 ul.coordonnees
{
    float: left;
    width: 260px;
}

.bloc_07 ul.telephone
{
    float: left;
    width: 200px;
}

.bloc_07 ul.web 
{
    float: left;
    width: 150px;
}
