@import  "http://fonts.googleapis.com/css?family=Economica|Catamaran:100";

a, .widget-area a:hover, .entry-title a:hover {
	color: #24999E;
}

a {
	font-weight: 700;
}

.mybutton-minimal {
	background-color: rgba(255,255,255,0.5);
	border: solid 1px #D4BA26;
	padding: 5px 10px;
	display: inline-block;
	color: #6B5D0E;
}

.mybutton-minimal:focus {
	color: #6B5D0E;
}

.mybutton-minimal:hover {
	background-color: #D4BA26;
	color: rgba(255,255,255,1);
}

.mybutton {
	background-color: #D4BA26;
	border: solid 1px #D4BA26;
	padding: 5px 10px;
	display: inline-block;
	color: rgba(255,255,255,1);
}

.mybutton:focus {
	color: rgba(255,255,255,1);
}

.mybutton:hover {
	background-color: rgba(255,255,255,0.5);
	color: #6B5D0E;
}

.main-navigation {
	background-color: #24999E;
	border-bottom: 2px solid rgba(0,0,0,0.15);
	border-top: 2px solid rgba(255,255,255,0.25);
}

.main-navigation ul li, .menu-toggle {
	padding: 3px;
}

.main-navigation li.current_page_item > a, .main-navigation li.current-menu-item > a, .main-navigation li.current_page_ancestor > a, .main-navigation li.current-menu-ancestor > a, .main-navigation ul ul a {
	color: #004047;
	text-transform: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span {
	background-color: #24999E;
}

.site-footer {
	display: none;
}

.site-footer {
	background-color: #004047;
}

.front-widget-area .widget-title, .footer-widget-area .widget-title, .page-title, .entry-title, .entry-title a {
	color: #004047;
}

.entry-title {
	line-height: 1.2;
}

.entry-title a {
	font-weight: 100;
}

.footer-widget-area {
	background-color: #E6F4F5;
	border-top: 1px solid #24999E;
}

.main-navigation a, .menu-toggle, h1, h2, h3, h4, h5, h6 {
	text-transform: none;
}

.main-navigation a, .main-navigation ul ul a {
	font-family: 'Catamaran', sans-serif;
	font-weight: 100;
	font-size: 100%;
	padding: 5px;
}

.main-navigation .menu > li > a::after {
	content: " ";
	margin-left: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Economica', sans-serif;
}

h1 {
	font-size: 300%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 150%;
}

.entry-content {
	font-family: 'Catamaran', sans-serif;
}

.main-navigation ul ul {
	top: 2em;
	border: 1px solid #24999E;
	text-transform: none;
}

.main-navigation ul ul a:hover, .main-navigation ul ul > li.focus > a {
	color: #004047;
}

hr {
	background-color: #ccc;
}

.footer-widget-area .widget ul > li, .footer-widget-area .widget ol > li {
	border-top: 1px solid #ccc;
}

/* formulaires */
form div {
	margin-bottom: 15px;
}

form div .clear-form {
	margin-bottom: 0;
}

textarea, input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="url"] {
	border: 1px solid #ccc;
}

.contact-form label {
	font-weight: 500;
}

.contact-form .grunion-field-label {
	font-weight: 700;
}

select {
	color: #333;
	font-weight: 500;
}

.social-links ul a::before {
	background: #24999E;
}

.footer-widget-area {
	padding-bottom: 0;
}

.site-branding {
	padding: 30px 0 20px;
}

.titre-couleur {color: #008080;
}