
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	background:#f76207;
	color:#fff;
	margin:0;
	padding:0;
}

/*------------Basic styles------------*/

p, h1, h2, h3 { margin: 0 10px; font-weight:normal; text-decoration:none; background:transparent }

p { line-height:1.4em; text-align:justify; }
h1 { font-size:1.3em; line-height:1.4em; letter-spacing:0.25em }     /* site heading */
h2 { font-size:1.0em; line-height:1.4em; color:#eb4a00; }            /* site heading */
h3 { font-size:13px; line-height:1.4em; color:#eb4a00  }            /* sub headings */

div { padding: 10px 0;}

a {color:#06FF00; text-decoration:none}
a:hover {color:#fff; text-decoration:underline}
a:visited {color:#068F00; text-decoration:none}

/*------------------------------Banner------------------------------------------*/

#hdrimg a {color:#fff; text-decoration:none; font-weight:normal;}
#hdrimg a strong {color:#fff; text-decoration:none; font-weight:normal;}
#hdrimg a:hover {color:#06FF00; text-decoration:none; font-weight:normal;}
#hdrimg a:hover strong {color:#06FF00; text-decoration:none; font-weight:normal;}

#hdrimg {                       /* Large image */
        width:100%;
	margin-bottom:5px;
        background:url('/images/banner.png') no-repeat right;
        height:60px;
}

/*------------------------------Main Navigation------------------------------------------*/

/* top = hdrimg.height - container.margin-bottom */
/* declage global = left + li.margin-left */
#nav { position:absolute; top:57px; left:-37px;  height:25px; width:100% }

ul#nav  { margin:0 }

#nav li  /* Main nav list items */
{
        font-size:13px;
        float: left;
        list-style:none;
        text-align:center
}

#nav li a {   /* Main nav styles for all links */
        display:block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
        /* Marge gauche à prendre en compte lors du décalage globale de la ligne de navigation */
        margin-left:10px;
        width:90px;    /* width of the tab */
        line-height:25px; /* height of the tab */
        text-decoration:none;
}

/* Autres pages : icone sombre (0px) + texte blanc */
#nav a:link, #nav a:visited  { background:url('/images/tab.gif') no-repeat 0 0px }

/* Page survolée : icone claire (-25px) + texte vert */
#nav a:hover, #nav a:active { background:url('/images/tab.gif') no-repeat 0 -25px }

/* Page sélectionnée : icone claire (-25px) + texte blanc */
#nav a#current { background:url('/images/tab.gif') no-repeat 0 -25px ; }

/*-----------------------------------Other tags-----------------------------------------*/


.description {
	font-family: verdana, arial, serif;
	color:#FFF;
	font-size:small;
	font-weight:bold;
	text-transform:lowercase;
	padding:0 0 0 10px;
}

#content {
	margin:0;
	padding:0;
	margin-left:15px;
	margin-right:215px;
}

.rowcontainer {
        /* Used to keep the divs in a row.  you can use this for any size of divs */
        float: left;
        /* Epaisseur des traits horizontaux orange */
        margin-bottom: 3px;
        width: 100%;
        overflow: hidden;
        /* Fond gris pour les lignes */
        background: #333;
}

.fullcolumn { float: left; width: 99%;}

#links {
	margin:0;
	padding:0;
	float:right;
	width:199px;
	background-color:#FFF;
        background: #333;
	border:1px dotted #FFF;
	padding:15px 0 15px 0;
}

#footer {
	margin:0;
	padding:0;
	clear:both;
	background-color:#999999;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}

.blog {
	margin:0;
	padding:0;
	padding:15px;
        background: #333;
}

.archives {
	margin:0;
	padding:0;
	font-family: verdana, arial, sans-serif;
	font-size:small;
	font-weight: normal;
	padding:15px;
}
.blogbody {
	font-family: verdana, arial, sans-serif;
	font-size:small;
	font-weight:normal;
	line-height:120%;
}

.title {
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	margin-bottom:15px;
}

#menu, .menu {
	font-family: verdana, arial, sans-serif;
	font-size:small;
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
}

.date {
	font-family: verdana, arial, sans-serif;
	font-size:small;
	border-bottom:1px solid #eb4a00;
	text-align:left;
}

.posted {
	font-family: verdana, arial, sans-serif;
	font-size:x-small;
	margin-bottom:15px;
	margin-left:75px;
}

.articleshead {
	color:#003366;
	text-transform:lowercase;
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	}

.calendar {
	padding:2px;
	text-align:center;
	font-family: verdana, arial, sans-serif;
	font-size:x-small;
	font-weight:normal;
	}

.calendar table {
	border-left:15px solid #333;
	border-right:15px solid #333;
}

.calendar a,
.calendar a:link,
.calendar a:active,
.calendar a:hover {
	font-weight:bold;
	text-decoration:underline;
}

.calendarhead {	
	color:#003366;
	padding:2px 15px 2px 15px;
	border-left:15px solid #333;
	border-right:15px solid #333;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.2em;
	text-transform:uppercase;
	border-bottom:1px solid #999;
	}

.calendarhead a,
.calendarhead a:link,
.calendarhead a:visited {
	text-decoration:none;
	}
.calendarhead a:hover {
	text-decoration:underline;
	}

.calendarday {
	font-weight:bold;
	text-align:center;
}

.side {
	margin:0;
	padding:0;
	padding:2px 15px 2px 15px;
	font-family: verdana, arial, sans-serif;
	font-size:x-small;
	font-weight:normal;
	line-height:150%;
	text-align:center;
}

.sidetitle {
	font-family: verdana, arial, sans-serif;
	font-size:small;
	color:#eb4a00;
	font-weight:bold;
	padding:2px;
	margin-top:10px;
	letter-spacing:0.1em;
	border-left:15px;
	border-right:15px;
	text-align:center;
}

.feed-small {
	height: 14px;
}

.powered {
	font-family: verdana, arial, sans-serif;
	font-size:x-small;
	line-height:150%;
	padding:2px 15px 2px 15px;
	border-left:15px solid #333;
	border-right:15px solid #333;
	text-align:center;
}

.comments-body {
	font-family: verdana, arial, sans-serif;
	font-size:small;
	font-weight: normal;
	line-height: 120%;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #999;
}

.comments-post {
	font-family: verdana, arial, sans-serif;
	font-size:x-small;
	font-weight: normal;
}

.trackback-url {
	font-family: verdana, arial, sans-serif;
	color:#666;
	font-size:small;
	font-weight: normal;
	line-height: 150%;
	padding:5px;
	border:1px dotted #999;
}

.trackback-body {
	font-family: verdana, arial, sans-serif;
	color:#666;
	font-size:small;
	font-weight: normal;
	line-height: 120%;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #999;
}

.trackback-post {
	font-family: verdana, arial, sans-serif;
	color:#666;
	font-size:x-small;
	font-weight: normal;
}

.comments-head {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

#banner-commentspop {
	font-family: verdana, arial, sans-serif;
	color:#FFF;
	font-size:large;
	font-weight: bold;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top:1px solid #FFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.intro {
	font-family: verdana, arial, sans-serif;
	border-bottom: 1px solid #003366;
	background-color:#FFF;
	color:#333;
	font-size:small;
	font-weight: normal;
	line-height: 140%;
	padding:10px 10px 0px 10px;
	margin-bottom: 45px;
}

.intro a,
.intro a:link,
.intro a:visited,
.intro a:active,
.intro a:hover {
	font-weight: normal;
	text-decoration: underline;
	color:#333;
}

pre {
	color: black;
	background-color: #EEE;
	padding: 2mm;
	border: 1px solid #999;
	overflow: auto;
	max-height: 900px;
	}

.fortune {
	color:#555;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: x-small;
	padding:2px 15px 2px 15px;
}
