/*
CSS for Ourcq.org 
colors used : 
Darker blue from logo: 2b6493
Lighter blue from logo: 0c92d4
Orange: ff9900
Grey: e6e6e7
*/
BODY {color: #000000; background: #e6e6e7;
          font-family: Sans Serif, sans-serif;
          font-size: 14pt; margin: 8%; margin-top: 2% }
a:link {color: #0c92d4; text-decoration: underline; }
a:active {color: #0c92d4; text-decoration: underline; }
a:visited {color: #2b6493; text-decoration: underline; }
a:hover {color: #ff9900; text-decoration: none; }
H1       {color: #ff9900;}
H2	 {color: #ff9900;}
TABLE    {text-align: center; margin-left: auto; margin-right: auto;}
TD       { color: #297fcf; padding: 1em}
TD.english { color: #000000; padding: 1em; text-align: left; }
TD.french { color: #000000; padding: 1em; text-align: right; }
P.archive { font: caption; text-align: center; font-size: 10pt; }
P.mailme { font-style: italic; font-size: 12pt; }
IMG      { border: 1px solid #ff9900; }
IMG.logo { border: 0px }

