@charset "utf-8";
/* Association des constructeurs-propriétaires en électricité et des électriciens d'entretien du Québec */

/* Styles génénéraux */

html, body {
	margin: 0;
	padding: 0 0 10px 0;
}

body {
	color: 	#000;
	font: 12px/1.75 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', LucidaSans, Arial, Helvetica, Verdana, Geneva, sans-serif;
	background: /*rgb(113,205,244)*/rgb(229,229,229) url(../images/page_bgnd.gif) repeat-x;	
}

a img{
	border: none;
	margin: 0;
}

.clearit {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.noindent {
	text-indent: 0!important;
}

a {
	outline: none!important;
	-moz-outline-style:none!important;
}

input[type=submit] {
	padding: 0.25em;
	margin: 5px 0 0 0;
	/*width: 15em;*/
	color: rgb(96,55,53);
	font-weight: bold;
	/*text-shadow: 1px 1px 1px #000;*/
	border: solid 1px rgb(96,55,53);
	background-color: rgb(192,167,85);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9ede8), to(#ce401c), color-stop(0.4, #8c1b0b));
}

input[type=submit]:hover {
	color: rgb(192,167,85);
	border: solid 1px rgb(192,167,85);
	background-color: rgb(96,55,53);
}

/* Page sections styles */

#pageWrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#header {
	padding: 0;
	margin: 5px 0 0 0;
}

/* Main nav */

#mainNav {
	padding: 0;
	margin: 0;
	height: 40px;
	width: 960px;
	background: url(../images/nav_bgnd.gif) repeat-x;
}

/* Content */

#contentWrapper {
	width: 960px;	
	margin: 0;
	padding: 0;
	background: #fff;
}

/* Main content */

#mainContent {
	float: left;
	margin: 20px;
	padding: 0;
	width: 600px; /* 620px */
	/*background: rgb(157,152,138);*/
}

#mainContent p {
	margin: 0 0 0.25em 0;
	color: rgb(0,0,0);
	text-indent: 2em;
}

#mainContent h1+p, #mainContent h2+p, #mainContent h3+p, #mainContent h4+p, #mainContent ul+p, #mainContent ol+p, #mainContent .inlineImgL+p, #mainContent .inlineImgR+p {
	text-indent: 0;
}

#mainContent .section-nav {
	text-indent: 0;
	font-weight: bold;
	margin: 0.75em 0 0.75em 0;
}

#mainContent h1 {
	margin: 0 0 3px 0;
	font-size: 24px;
	color: rgb(0,65,129);
	line-height: 1.3;
}

#mainContent h2 {
	margin: 10px 0 3px 0;
	font-size: 20px;
	color: rgb(96,55,53);
	line-height: 1.3;
}

#mainContent h3 {
	margin: 10px 0 3px 0;
	font-size: 16px;
	font-weight:  bold;
	color: rgb(134,112,39);
	line-height: 1.3;
}

#mainContent h4 {
	margin: 10px 0 3px 0;
	font-size: 14px;
	font-weight:  bold;
	color: rgb(93,92,82);
	line-height: 1.3;
}

#mainContent .sub-header {
	font-size: 0.75em;
	font-weight:  bold;
	color: rgb(93,92,82);
	line-height: 1.3;
}

#mainContent p.download {	
	text-indent: 0;
	font-weight: bold;
	margin-top: 2em!important;
}

#mainContent .footnotes {	
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
	left: 0.2em;
	margin-right: 0.4em;
	color: rgb(0,65,129);
}

#mainContent p.endnotes {	
	color: rgb(0,65,129);
	text-indent: 0;
	margin-top: 0.5em;
}

#mainContent p.slogan {	
	color: rgb(96,55,53);
	font-style: italic;
	font-weight: bold;
	text-indent: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

#mainContent p.toTop {
	text-indent: 0!important;
	text-align: right;
	margin: 10px 0 10px 0;
	clear: both;
}

#mainContent strong.important {	
	font-weight: bold;
	font-style: italic;
}

#mainContent .inlineImgL {
	float: left;
	margin: 0.5em 10px 5px 0;
}

#mainContent .inlineImgL .caption {
	text-align: left;
	text-indent: 0;
	font-size: 0.8em;
	line-height: 1.5;
	margin: 0;
	color: rgb(192,167,85);
}

#mainContent .inlineImgR {
	float: right;
	margin: 0.5em 0 5px 10px;
}

#mainContent .inlineImgR .caption {
	text-align: right;
	text-indent: 0;
	font-size: 0.8em;
	line-height: 1.5;
	margin: 0;
	color: rgb(192,167,85);
}

#mainContent dt {
	margin: 0 0 0.5em 0;
	font-size: 14px;
	font_weight: bold;
	color: rgb(192,167,85);
	line-height: 1.3;
}

#mainContent dd {
	margin: 0 0 0.5em 20px;
}

#mainContent .activites dt.closed {
	color: rgb(191,113,16);
	background: url(/images/east.gif) left center no-repeat;
	padding-left: 20px;
}

#mainContent .activites dt:hover {
	cursor: pointer;
	color: rgb(145,137,102);
	background: url(/images/south.gif) left center no-repeat;
}

#mainContent .activites dt.open {
	color: rgb(96,55,53);
	background: url(/images/south.gif) left center no-repeat;
	padding-left: 20px;
}

#mainContent dd p {
	text-indent: 0;
}

#mainContent dd p+p {
	text-indent: 2em!important;
}

#mainContent .activites dd strong.eventDataCatName, strong.eventDataCatName {
	color: rgb(0,65,129);
	font-size: 13px;
}

#mainContent #prix {
	border-collapse: collapse;
}

#mainContent #prix th {
	text-align: center;
	padding: 5px 10px;
	background: rgb(229,229,229);
	color: rgb(0,65,129);
}

#mainContent #prix th:first-child {
	text-align: right;
	padding: 5px 10px;
}

#mainContent #prix td {
	text-align: right;
	padding: 5px 10px;
}

#mainContent p.sig {
	text-indent: 0;
	color: rgb(134,112,39);
	line-height: 1.75;
}

#mainContent p.sig img {
	margin: 10px 0 0 0;
}

#mainContent p.sig .subsig {
	text-indent: 0;
	font-size: 0.8em;
	line-height: 3;
}

#mainContent .partenaires td {
	vertical-align: top;
}

#mainContent .partenaires td p {
	text-indent: 0;
}

#mainContent .partenaires td strong {
	font-weight: bold;
}

#mainContent .associes {
	margin: 15px 0 0 0;
	padding: 5px 0 0 0;
	clear: both;
	border-top: 1px solid rgb(157,152,138);
}

#mainContent .associes img {
	float: left;
}

#mainContent .associes .associes-details {
	width: 440px;
	float: right;
}

#mainContent .associes .associes-details p {
	text-indent: 0;
}

#mainContent .associes .associes-details .offre {
	font-weight: bold;	
	color: rgb(0,65,129);
}

#mainContent fieldset {
	margin: 20px 0 20px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid rgb(199,173,46);
}

#mainContent legend {
	font: 14px/1em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', LucidaSans, Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: rgb(96,55,53);
	margin: 0 0 10px 15px;
	padding: 5px 10px;
	border: 1px solid rgb(96,55,53);
	background-color: rgb(192,167,85);
}

#mainContent fieldset p {
	text-indent: 0;
}

#mainContent label.payment {
	font-weight: bold;
}

#mainContent .formTwoCol td:first-child {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: rgb(93,92,82);
}

#mainContent .formThreeCol {
	
}

#mainContent .formThreeCol td label {
	font-weight: bold;
	color: rgb(93,92,82);
}

#mainContent #forfaits-organisations td {
	vertical-align: top;
}

div.error {
	font-weight: bold!important;
	color: rgb(96,55,53);
	margin: 0 0 0.5em 0;
}

#mainContent p.errorMsg {
	font-weight: bold!important;
	color: rgb(96,55,53);
	text-indent: 0;
}

#mainContent p.userMsgOK {
	border: 1px solid rgb(192,167,85);
	color: #000;
	text-indent: 0;
	padding: 5px;
}

#mainContent p.userMsgErr {
	border: 1px solid red;
	color: #000;
	text-indent: 0;
	padding: 5px;
}

#mainContent #memberDetails {
	/*width: 100%!important;*/
}

#mainContent #memberDetails th {
	padding: 5px;	
	vertical-align: middle;
	text-align: center;
	background: rgb(229,229,229);
	font-size: 13px;
}

#mainContent #memberDetails td {
	padding: 5px;	
	vertical-align: middle;
}

#mainContent #memberDetails td:first-child {
	font-weight: bold;
}

#mainContent #memberDetails td.notActive {
	color: rgb(95,55,53);
}

#mainContent #bulletinsList li b {
	color: red;
	font-weight: bold;
	font-size: 14px;
}

#mainContent #eventsListing {
	width: 100%;
	border-collapse: collapse;
}

#mainContent #eventsListing th {
	text-align: left;
	padding: 3px 5px;
	background: rgb(229,229,229);
}

#mainContent #eventsListing td {
	text-align: left;
	padding: 3px 5px;
	vertical-align: top;
	/*width: 25%;*/
	border-bottom: 1px solid rgb(134,112,39);
}

#mainContent #eventsDatesLocations {
	width: 100%;
	border-collapse: collapse;
}

#mainContent #eventsDatesLocations th {
	text-align: center;
	padding: 3px 3px;
	background: rgb(229,229,229);
}

#mainContent #eventsDatesLocations td {	
	padding: 3px 5px;
	vertical-align: middle;
	text-align: center;
	/*border-bottom: 1px solid rgb(134,112,39);*/
}

#mainContent a:link {
	color: rgb(96,55,53);
}

#mainContent a:visited {
	color: rgb(93,92,82);
}

#mainContent a:hover, #mainContent a:active {
	color: rgb(134,112,39);
}


/* Colonne contenu secondaire */

#secContent {
	float: left;
	margin: 20px 0 20px 20px;
	padding: 0 0 20px 0;
	width: 280px; /* 320px */
	background: rgb(229,229,229);
}

#secContent h2 {
	margin: 0 0 20px 0;
	background: #fff;	
	font-size: 14px;
}

#secContent h2 span {	
	background: rgb(96,55,53);
	color: #fff;
	padding: 5px 5px 5px 20px;
	display: block;
}

#secContent p {
	margin: 0 20px 0.5em 20px;
}

#secContent #bulletins ul {
	margin-top: 0;
}

#secContent #session h3 {
	font-size: 14px;
	color: rgb(134,112,39);
	margin: 0 0 0.25em 15px;
}

#secContent #session form {
	/*background: #bbb;*/
	margin: 0 15px 0.25em 15px;
}

#secContent #session form label {
	display: block;
	font-weight: bold;
	color: rgb(93,92,82);
}

#secContent #session form p {
	margin: 0.25em 0 0.25em 0;
}

#secContent a:link {
	color: rgb(96,55,53);
}

#secContent a:visited {
	color: rgb(93,92,82);
}

#secContent a:hover, #secContent a:active {
	color: rgb(134,112,39);
}

/* Footer */

#footer {
	width: 960px;
	background: rgb(113,205,244)/*rgb(93,92,82)*/;
	margin: 0;
	padding: 0;
	clear: both;
	border-top: 20px solid /*rgb(113,205,244)*/rgb(229,229,229);	
}

/* Footer > Bottom Nav */

#footer #bottomNav {
	float: left;
	margin: 20px;
	padding: 0;
	width: 600px; /* 620px */
}

#footer #bottomNav p {
	text-align: center;
	color: rgb(48,57,147)/*#fff*/;
	margin: 0;
}

#footer #bottomNav p.links {
	color: #fff;
}

#footer #bottomNav p.logo {
	margin: 18px 0;
}

#footer #bottomNav .wfd {
	color: rgb(93,92,82);
	font-size: 10px;
}

#footer #bottomNav a:link {
	color: rgb(96,55,53)/*rgb(238,206,49)*/;
}

#footer #bottomNav a:visited {
	color: rgb(93,92,82)/*rgb(192,167,85)*/;
}

#footer #bottomNav a:hover, #footer #bottomNav a:active {
	color: rgb(48,57,147)/*rgb(229,229,229)*/;
	text-decoration: overline;
}

/* Footer > Contact */

#footer #contact {
	float: left;
	margin: 20px 0 20px 20px;
	padding: 0;
	width: 280px; /* 320px */
}

#footer #contact p {
	color: rgb(48,57,147)/*#fff*/;
}

#footer #contact table {	
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#footer #contact td {	
	width: 50%;
	padding: 0;
	margin: 0;
	color: rgb(48,57,147)/*#fff*/;
}

#footer #contact td:first-child {	
	padding: 0 10px 0 0;
}