﻿body 
{
    background-color: #555;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 0.9em;
    color: #ccc;
}

#header 
{
    background-color:#555;
    height:75px;
    color: #ccc;
}

#logo 
{
    position:absolute; 
    top: 22px; 
    left: 25px;
}

#pictureArea 
{
    background-color: #000; 
    color: #ccc;
    padding-left: 97px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 1em;
}


.pictureRow
{
    margin-top: 10px;
    background-color: #333;
    height: 230px;
    overflow: hidden;
}
.pictureRow img
{
    background-color: #000;
    padding-right: 10px; 
    padding-bottom: 10px;
    float: left;
}

.pictureThumb
{
    padding-right: 10px; 
    padding-bottom: 10px;
}

#textArea
{
    padding-left: 97px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 50px;
}

#textAreaBox
{
    background-color:#fff; 
    color:#000;
    width: 700px;
    padding: 30px;
}

#headerCity
{
    font-size: 0.75em;
    font-style: italic;
    padding-top: 6px;
}

.externe
{
    /* padding-right: 18px;
    background-image: url(../../images/icon_new_window.gif);
    background-position: right center;
    background-repeat: no-repeat; */
}

.rss
{
    font-weight: normal;
    padding-left: 16px;
    background-image: url(../../images/feed-rss.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

#footer 
{
    font-size: 0.75em;
    line-height: 1.6em;
    padding-left: 97px;
    padding-top: 12px;
    padding-bottom: 50px;
    color: #999;
}

#footer a
{
    font-weight: normal;
    color: #999;
    text-decoration: none;
    border-bottom: 0;
}

#footer a:hover
{
    color: #fff;
    border-bottom: solid 1px #369;
}

#copyright 
{
    color: #999;
}

h1
{
    font-size: 2em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    display: none;
}
#textAreaBox h1 
{
    color: #000;
}

h2
{
    font-size: 1.4em;
    line-height: 1em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
}
#textAreaBox h2 
{
    color: #000;
}

h3
{
    font-size: 1.4em;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: normal;
}
#textAreaBox h3 
{
    color: #000;
}

p
{
    font-size: 1em;
    line-height: 1.4em;
    margin: 1.5em 0 1.5em 0;
    padding: 0;
    font-weight: normal;
}
.smallspacing 
{
	margin: 0.5px 0 4px 0;
	padding: 0.5px 0 4px 0;
}
li
{
    font-size: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: normal;
}

a
{
    color: #eee;
    font-weight: bold;
    text-decoration: none;
    border-bottom: none;
}

a:hover
{
    color: #fff;
    border-bottom: solid 2px #369;
}

.std, a:hover .std, .std:hover
{
	border-bottom: 0;
}

#textAreaBox a
{
    color: #369;
    font-weight: bold;
    text-decoration: none;
    border-bottom: none;
}

#textAreaBox a:hover
{
    color: #369;
    border-bottom: solid 2px #369;
}

img 
{
    border: 0;
}


.noprint
{
    display: block;
}
.printOnly
{
    display: none;   
}
#printSource
{
    display: none;
}

.blogEntry 
{
    margin-bottom: 10px;
    width: 650px;
}


.blogEntryHR 
{
    width: 650px;
    height: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1px;
}

label 
{
    width: 8em;
    display: block;
    float: left;
}

.fieldRow 
{
    margin-bottom: 6px;
}

.bouton
{
    background-color: #036;
    color: #fff;
    padding: 3px 15px 3px 15px;
    border: solid 1px #fff;
    font-weight: bold;
    cursor: auto;
}
.error
{
    color: #69c;
    font-weight: bold;
}

hr
{
    border: solid 0.5px #555;
    background-color: #666;
}


.boxlang 
{
	padding: 0;
	margin: 0;
	text-align: right;
	font-size: 0.75em;
	color: #666;
	width: 99%;
}

.boxlangTop
{
	position: absolute; 
	margin-top: 10px;
	text-align: right; 
	width: 99%; 
	font-size: 0.75em;
	color: #666;
}