<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *
 * @copyright  2010-2011 frasq.org
 * @version    3
 * @link       http://www.frasq.org
 */
 
/* theme.css */

a:link, a:visited {color:#ec902d;}
a:hover {color:#2c430d;}

body {color:#333333;font-family:Verdana, sans-serif;font-size:100%;}

h1,h2,h3 {color:#aec14e;}
h4 {color:#aec14e;}
h5 {color:#df6f6f;}
h6 {color:#666666;}

h4 a:link {color:#aec14e;text-decoration:none;}
h4 a:hover {color:#ec902d;text-decoration:none;}

h3 {line-height:24px;background:transparent url(../images/heading.png) no-repeat;text-indent:30px;margin:0 0 0.5em 0;}

pre {border:1px dashed #808080;padding:3px;background-color:#ffffe0;color:#333333;overflow:auto;}

.menu, .menubar {font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;}

.info {color:#666666;font-size:smaller;font-style:normal;}
.error {color:#df6f6f;font-size:smaller;font-style:italic;}

.input .monospace {font-size:medium;}
.errors {color:#df6f6f;font-size:small;font-style:normal;}
.infos {font-style:normal;}

#banner {height:50px;margin:10px 0 5px 0;border-bottom:2px solid #aec14e;}

#logo {width:400px;float:left;}
#logo h1 {padding:0;margin:0;}
#logo h1 a {float:left;width:400px;height:40px;background:transparent url(../logos/sitelogo.png) no-repeat;margin-top:2px;}

#bannermenu {width:160px;float:left;margin-top:13px;margin-left:40px;}
#bannermenu #mail {width:24px;height:24px;float:right;margin-left:6px;background:transparent url(../buttons/mail.png) no-repeat center center;}
#bannermenu #exit {width:24px;height:24px;float:left;margin-right:6px;background:transparent url(../buttons/cancel.png) no-repeat center center;}
#bannermenu #enter {width:24px;height:24px;float:right;margin-right:6px;background:transparent url(../buttons/user.png) no-repeat center center;}
#bannermenu #validate {width:24px;height:24px;float:left;margin-right:6px;background:transparent url(../buttons/check.png) no-repeat center center;}

#languages {width:100px;float:left;margin-top:13px;margin-left:20px;}
#french {width:32px;height:24px;float:left;margin-right:2px;background:transparent url(../buttons/fr.png) no-repeat center center;}
#english {width:32px;height:24px;float:left;margin-right:2px;background:transparent url(../buttons/en.png) no-repeat center center;}
</pre></body></html>