/*
gris foncé:1c1b1a
bleu foncé:326ea1
bleu clair:84d0f0
vert clair:b9d065
*/

*{ font-weight:normal; margin:0; padding:0;}
body{ background:#f5f5f5; color:#1c1b1a; font:12px Arial, Helvetica, sans-serif;}
a{ text-decoration:none;}
a,li,p,span{}
strong{ font-weight:bold;}

#header{ background:#1c1b1a; color:#fff; height:115px; padding:0 20px; padding-top:45px;}/*160px;*/
#header h1 a{ color:#fff; font-size:30px; text-decoration:none; top:60px;}
#header h1 a:hover{ background:#2c2b2a;}
#header h1 a span{ color:#326ea1;}
#header p{ font-size:11px; letter-spacing:3px;}/*242px;*/

#navbar{ background:#326ea1; border-bottom:2px solid #ccc; height:30px; line-height:30px; text-align:center; top:160px; width:100%;}
#navbar li{ display:inline;}
#navbar li a{ color:#fff; font-size:14px; font-weight:bold; line-height:30px; padding:0 20px; text-align:center; text-decoration:none;}
#navbar li a:hover{ background:#477dab; border-bottom:7px solid #477dab; border-top:7px solid #477dab; }

#main{ background:#fff; margin:0 auto; position:relative; width:960px;}
#main h1{ /*border-bottom:1px solid #84d0f0;*/ color:#84d0f0; font-family:"Times New Roman", Georgia, serif; font-size:40px; height:30px; margin-bottom:10px; overflow:hidden;}
#main h2{ color:#b9d065; font-family:"Times New Roman", Georgia, serif; font-size:30px; /*height:22px; margin-bottom:10px;*/ overflow:hidden;}
#main p{ line-height:20px; margin-bottom:20px;}
#main ul{ border-left:1px solid #ccc; line-height:20px; list-style:none; margin-bottom:20px; margin-left:10px; padding-left:10px;}
#main a{ border-bottom:1px solid #84d0f0; color:#326ea1;}
#main a:hover{ border-bottom-width:2px; color:#1c1b1a;}
#main acronym{ border-bottom:1px solid #ccc; cursor:help;}
#main cite{ /*border:1px solid #ccc;*/ color:#326ea1; display:block; font-size:14px; margin:10px; padding:10px;}

.col{ background:#fff; float:left; height:100%; padding:10px; width:300px;}

.leftcol{ background:#fff; float:left; height:100%; padding:10px; width:600px;}
.rightcol{ background:#fff; float:left; height:100%; padding:10px; width:300px;}

#footer{ background:#1c1b1a; color:#fff; height:40px; line-height:40px; text-align:center; width:100%;}
#footer a{ border-bottom:1px solid #84d0f0; color:#fff; font-weight:bold;}
#footer a:hover{ color:#84d0f0;}