/**
 * @file screen.cpp
 * @author Alexandre D'Eschambeault
 * @date 2010-02-15
 * @version 1.0
 **/
 
@media print {
    #navigation-top, #header, #navigation, #content_top, #navigation-bottom,
    #languages {
        display: none;
    }
}

html, body {width: 100%; height: 100%;}

body {
    background-color: #220500;
    color: white;
    margin: 0 0 50px;
    font-size: 0.8em;
    font-family: ArialMT, Arial, sans-serif;
}

a:link, a:visited {
	color: black;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

a img {
    border: 0;
}

#frame {
    background: transparent url(../images/paysage4.jpg) repeat-x;
    position: relative;
    margin: 0 auto;
    width: 990px;
    border-top: 1px solid black;
    overflow: visible;
}

/* Navigation haut */
#navigation-top {
    position: absolute;
    top: 0;
    right: 30px;
}

#navigation-top p {
    text-align: right;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 14px;
}

#navigation-top a:link,#navigation-top a:visited {
    color: #fff;
    text-decoration: none;
}

#navigation-top a:hover, #navigation-top a:active {
    color: #fff;
}


/* Header */
#header {
    position: absolute;
    height: 119px;
    width: 198px;
    top: 10px;
    left: 10px;
}

#header h1 a {
    background: transparent url(../images/logo.png) no-repeat;
    color: white;
    display: block;
    height: 119px;
    left: 0;
    line-height: 400px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 198px;
}


/* Navigation */
#navigation {
    position: absolute;
    width: 790px;
    height: 35px;
    top: 80px;
    right: 0;
    font-family: 'Courier New', sherif;
    font-size: 1.2em;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

#navigation ul li {
    float: left;
    padding-right: 30px;
    font-size: 1.05em;
    margin-bottom: 10px;
    font-weight: bold;
}

#navigation a:link, #navigation a:visited {
    color: #ddc9a9;
    text-decoration: none;
}


#navigation a.current:link, #navigation a.current:visited {
    color: #a9562e;
}

#navigation a:hover, #navigation a:active {
    color: white;
}


/* Content */
#content_top {
    height: 143px;
    padding: 140px 0 0 auto;
}

#content {
    background: transparent url(../images/ecorse.jpg) repeat-y;
    margin: 0 0 0 auto;
    font-size: 1.1em;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.babillard h2, .clip {
	font-family: 'CourierNewPS-BoldMT', 'Courier New', 'Courier';
}

.babillard img {border:none;}

.clip {
    width: 300px;
    position: relative;
    margin-top: 0;
    margin-right: 20px;
    float: right;
}

.clip a:link, .clip a:visited {
	color: #735E79;
}

.clip h3 {
	font-size: 18px;
	color: black;
	margin: 25px auto 8px;
}

.clip h3 a:link, .clip h3 a:visited {
	color: black;
}

.clip .clip_paperclip {
    background: transparent url(../images/paperclip.png) no-repeat;
    width: 117px;
    height: 105px;
    position: absolute;
    top: -20px;
    left: -40px;
}

.clip .clip_top {
    background: transparent url(../images/clip_top.png) no-repeat;
    height: 35px;
}

.clip .clip_middle {
    background: transparent url(../images/clip_middle.png) repeat-y;
    padding: 10px 36px 10px 29px;
}

.clip .clip_middle ol {
    margin-top: 0;
}

.clip .clip_bottom {
    background: transparent url(../images/clip_bottom.png) no-repeat;
    height: 50px;
}

.clip p, .clip li {
	color: #735E79;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

hr.clear {
    clear: both;
    border: 0;
    width: 0;
}

/* Contact us */
.contactWays {
	position: relative;
	height: 100px;
}

.contactWays img {
	position: absolute;
}

.contactWays p {
	line-height: 20px;
}

.contactWays input {
	width: 160px;
	margin: 10px auto 20px;
	height: 22px;
}

.contactWays textarea {
	width: 240px;
	height: 80px;
}

.contactWays form img {
	position: relative;
	margin-top: 10px;
}

/* Footer */
#footer {
    position: relative;
    margin-top: 10px;
}

#footer p {
    color: #544d4d;
    font-size: 0.9em;
}

#footer a:link, #footer a:visited {
    color: #584D4D;
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    color: white;
}

#navigation-bottom, #languages {
    text-align: right;
}

#navigation-bottom p {
    margin-top: 0;
    font-size: 13px;
    color: white;
}

#copyright {
    text-align: center;
}

#languages {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
}

#copyright a:link, #languages a:link, #copyright a:visited, #languages a:visited {
    color: #8E8E8E;
    text-decoration: none;
}

#copyright a:hover, #languages a:hover, #copyright a:active, #languages a:active {
    color: white;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.ghost {
    background: transparent url(../images/ghost.png);
    margin: 0 0 20px;
    padding: 5px 20px;
    color: black;
}

.babillard {
    position: relative;
    overflow: hidden;
}

.babillard h2, .babillard a {
	font-size: 24px;
	color: black;
}

.babillard > * {
    position: absolute;
}

table {
    width: 100%;
}
table td {
    padding: 3px 5px;
}

.pframe {
    border: 7px solid white;
}

table.bordered {
    border-left: 1px solid black;
    border-top: 1px solid black;
}

table.bordered td, table.bordered th {
    padding: 3px 20px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.frm1 label {
    width: 200px;
    float: left;
    text-align: right;
    padding-right: 20px;
}

.frm1 label.finline {
    width: auto;
    float: none;
    text-align: left;
    padding: 0;
}

.updated, .confirm, .error, .notice {
	margin: 0 0 1.5em;
	padding: 1em;
}

.updated, .confirm {
	background: #e4f1d0;
	border: 1px solid #8dc63f;
}

.notice {
	background: #f1e8d0;
	border: 1px solid #c6a53f;
}

.error {
	background: #ffeff7;
	border: 1px solid #c69;
}
