/* coaltar.css */

/* STRUCTURE */

.thrColFixHdr #container {
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
font-size: 0.95em;
color: #444;
width: 780px;
background: #fff;
text-align: left;
margin: 0 auto;
}

.thrColFixHdr #header {
font-size:0.95em; 
letter-spacing:0.3em;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
margin: 0;
padding: 25px 10px 15px 20px;
}

.thrColFixHdr #mainContent {
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
font-size: 0.8em;
line-height: 1.6;
color: #444;
margin: 0 200px;
padding: 0 10px;
}

.thrColFixHdr #sidebar1 {
font-size: 0.75em;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
color: #444;
float: left;
width: 150px;
background: #fff;
padding: 0 10px 15px 20px;
}

.thrColFixHdr #sidebar2 {
font-size: 0.75em;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
color: #444;
float: right;
width: 160px;
background: #fff;
padding: 0 10px 15px 20px;
}

.thrColFixHdr #footer { 
padding: 0 10px 0 20px;
background: #fff;
}

/* STYLES */

h3 {
font-size: 1.1em;
font-weight: bold;
letter-spacing: 0.2em;
text-align: left;
}

hr {
color: #EAEAEA;
}

a img {
border: none;
}

ul {
font-size: smaller;
}

ul ul {
font-size: 1em;
}

.thrColFixHdr #header h1 {
margin: 0;
padding: 10px 0;
background: #fff;
}

.thrColFixHdr #footer p {
margin: 0;
padding: 10px 0;
}

.ref {
font-size: 0.8em;
line-height: 1em;
color: #000080;
}

.sign {
font-size: 0.90em;
font-style: normal;
color: #000080;
}

.c30 {
color: #AB1C04;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.lam {
font-size: 1.1em; 
font-weight: bold;
font-variant: small-caps; 
color: #AB1C04;
}

.tb {
width: 620px;
}

.ruler {
border-bottom: 1px dashed black;
width: 80%;
height: 1px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 15px;
}

.fltrt {
float: right;
margin-left: 8px;
}

.fltlft {
float: left;
margin-right: 8px;
}

.clearfloat {
clear: both;
height :0;
font-size: 1px;
line-height: 0px;
}

/* FONTS */

@font-face {
font-family: 'Cabin';
font-style: normal;
font-weight: 400;
src: local('Cabin Regular'), local('Cabin-Regular'), url('http://themes.googleusercontent.com/static/fonts/cabin/v1/kJXt72Gt1LyFMZcEKAAvlKCWcynf_cDxXwCLxiixG1c.woff') format('woff');
}
@font-face {
font-family: 'Cantarell';
font-style: normal;
font-weight: normal;
src: local('Cantarell Regular'), local('Cantarell-Regular'), url('http://themes.googleusercontent.com/static/fonts/cantarell/v1/V86VyqXbc09Sss3BPsMj17O3LdcAZYWl9Si6vvxL-qU.woff') format('woff');
}
@font-face {
font-family: 'Limelight';
font-style: normal;
font-weight: normal;
src: local('Limelight'), url('http://themes.googleusercontent.com/font?kit=kD_2YDkzv1rorNqQ2oFK5rO3LdcAZYWl9Si6vvxL-qU') format('woff');
}
@font-face {
font-family: 'Muli';
font-style: normal;
font-weight: 400;
src: local('Muli'), url('http://themes.googleusercontent.com/font?kit=minRpKQdEvXRRS8oAbAtWvesZW2xOQ-xsNqO47m55DA') format('woff');
}
@font-face {
font-family: 'Nobile';
font-style: normal;
font-weight: normal;
src: local('Nobile'), url('http://themes.googleusercontent.com/static/fonts/nobile/v1/BdG5WJmB9CCPn6im5Y8A5OvvDin1pK8aKteLpeZ5c0A.woff') format('woff');
}
@font-face {
font-family: 'Tangerine';
font-style: normal;
font-weight: normal;
src: local('Tangerine'), url('http://themes.googleusercontent.com/static/fonts/tangerine/v1/HGfsyCL5WASpHOFnouG-RLO3LdcAZYWl9Si6vvxL-qU.woff') format('woff');
}

/* LIENS
a:link {
color: #969696;
text-decoration: none;
}

a:visited {
color: #969696;
text-decoration: none;
}

a:hover {
color: #AB1C04;
text-decoration: none;
}

a:active {
color: #969696;
text-decoration: none;
text-align: center;
} */

a {
-webkit-transition: color 0.5s linear;
-moz-transition: color 0.5s linear;
-o-transition: color 0.5s linear;
transition:  color 0.5s linear;
text-decoration: none;
}

a:link {
color: #969696;
text-decoration: none;
}
a:visited {
color: #969696;
text-decoration: none;
}
a:hover {
color: #AB1C04;
text-decoration: none;
}
a:focus {
color:#AB1C04;
text-decoration: none;
}
a:active {
color: /*#969696*/#AB1C04;
text-decoration: none;
}
