/*
Theme Name: Megavolt - CLD Brome-missisquoi
Description: Th&egrave;me pour le site web de CLD Brome-missisquoi
Author: Megavolt
Author URI: http://www.megavolt.ca/
Version: 1.0
*/

/* FIX & RESET *************************************************************************/
:-moz-any-link:focus { outline: none; }


/* TEXTE & LIEN *************************************************************************/
html body{ font-family: 'Open Sans', sans-serif; }

.link_fff
{
	color:#FFF;
}


/* pour les liens google map */
#content small a{ color:#579AD7 !important; }



/* FONT-SIZE *************************************************************************/
.fs_14,
#nav_top ul li a
{
	font-size:14px;
}


/* BACKGROUND *************************************************************************/
.bg_000000
{  
	background-color:#000;
}


/* BORDER *************************************************************************/
.border_1px_ffffff
{
	border-bottom:1px solid #ffffff;
}


/* FLOAT *************************************************************************/
/* il existe déjà la class pull-left & pull-right dans bootstrap */



/* MENU TOP *************************************************************************/
#nav_top{
	display:inline-block !important;
	float:right;
}

#nav_top ul{ list-style: none; }
#nav_top ul li{ }
#nav_top ul li a{ padding:0 11px; }

/* MENU PRINCIPAL *************************************************************************/
#access {
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul,
#nav_top ul {
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li,
#nav_top ul li {
	float: left;
	position: relative;
}
#access a {
	color: #000000;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	color: #373737;
}
#access ul li:hover > ul { display: block; }

#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a 
{
	font-weight: bold;
}

	

/* STYLES GÉNÉRALES & COMMUN *************************************************************************/


/* CONTENU *************************************************************************************/


/* HOME *************************************************************************************/


/* ACCORDION *************************************************************************/


/* FORMULAIRES **************************************************************************/	
#content .gform_wrapper input, #content .gform_wrapper textarea{ padding:6px; }
#content .gform_wrapper select { padding-top:7px; height:34px; line-height:34px; }
#content .gform_wrapper input[type="submit"] { border:none; }
#content .gform_wrapper #field_3_12.gfield_html_formatted,
#content .gform_wrapper #field_3_11.gfield_html_formatted,
#content .gform_wrapper #field_6_12.gfield_html_formatted,
#content .gform_wrapper #field_6_11.gfield_html_formatted
{
	margin-top:40px;
	margin-bottom:15px;
}
#content .gform_wrapper .gfield_required,
#content .gform_wrapper .gfield_error{ color: red; }

#field_3_8 .gfield_required{display: none;}

/* Crédits Megavolt & Copyrights *************************************************************************/
#copyrights_container{ margin-top:15px; margin-bottom:15px;}
	#copyright{ line-height:35px; padding:0; }
	#credit_megavolt {
		background:url(img/template/credit_megavolt.png) left top no-repeat;
		display:inline-block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		height:16px;
		line-height:17px;
		padding-left:22px;	
		text-decoration:none;
		text-align: right;
	}