/*
   Gwenaël Brunet
*/

body {
   margin: 0;
   padding: 0;
   color: #000;
   background-color: #FFF; 
}

a.mail {
	background: url(../pix/mailbg.gif) left  no-repeat;
	padding-left: 0.85em;
}

a:link {
   color: #7599A5;
   text-decoration: none;
   border-bottom: 1px dotted #7599A5;
}

a:visited {
   color: #A98B99;
   border-bottom: 1px dotted #A98B99;
   text-decoration: none;
   font-weight: normal;
}

a:hover, a:active {
   color: #7599A5;
   border-bottom: 1px solid #7599A5;
   text-decoration: none;
}

a.download {
	padding-left: 0.85em;
	padding-top: 0.85em;
	text-weight: bold;
	background: url(../pix/filedownload.gif) left  no-repeat;
}
a.url {
	background: url(../pix/url.gif) left  no-repeat;
	padding-left: 0.85em;
}

a.noline, a.noline:active, a.noline:visited, a.noline:hover {
   border-style: none;
}

.codeblock {
   font-family: "Courier New", fixed;
   background-color: #E9E9E9;
   border: 1px dotted #999;
   padding: 3px;
   font-size: 10pt;
   text-align: left;
   display: block;
}

cite {
   font-style: normal;
   font-weight: bold;
}

acronym, abbr {
   /* border-bottom: 1px dotted #000; */
   font-style: italic;
}

code {
   font-size: x-small;
   font-size: small;
}

img {
   border: 0px;
   text-decoration: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

dd {
  margin-left: 1em;
}

/* ----- No Style ----- */

.nostyle {
   display: none;
}

/* Entête */
#entete {
   background: url(../pix/header_right.gif) right top no-repeat;
   background-color: #243876;
   padding: 0 0 0 10px;
   /*border-bottom: 1px solid #B0B0B0;*/
   height: 100px;
}
#entete a,
#entete a:link,
#entete a:visited,
#entete a:active,
#entete a:hover {
   text-decoration: none;
   color: #808080;
   border: 0;
}

#entete h1 { 
   margin: 0;
   font-family: "Palatino Linotype", Garamond, Times New Roman, Times, serif;
   color: #808080;
   font-size: 200%;
   font-weight: normal;
}
#entete p.citation {
   margin: 5px 0 0 0;
   font-family: "Palatino Linotype", Garamond, Times New Roman, Times, serif;
   color: #808080;
   line-height: 100%;
   font-size: 66%;
}

div.auteurs {
	font-family: "Palatino Linotype", georgia, times new roman, serif;
	color: #808080;
	font-size: 100%;
	font-style: italic;
	margin: 0;
}

/*************************************** Navbar */
#navbar {
	background: url(../pix/navbar_back.gif) bottom repeat-x;
	background-color: #243876;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Lucida, Helvetica, sans-serif;
	font-size: 80%;
	text-transform: lowercase;
	text-align: right;
}
#menuhaut {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: right;
}
#menuhaut ul {
	background: url(../pix/header_bottomline.gif) top repeat-x;
	margin: 0;
	padding-top: 2px;
	text-align: right;
}
#menuhaut li {
   background: url(../pix/navbar_item_back.gif) no-repeat bottom left;
   margin: 0 0 5px 5px;
   padding: 0 5px 3px 25px;
   display: inline;
   list-style-type: none;
   color: #9A9A9A;
   font-weight: bold;
}
ul#menuhaut li a strong {
   display: none;
}
#navbar #menuhaut a:link, #navbar #menuhaut a:visited {
   font-weight: bold;
   text-decoration: none;
   color: #fde3ab;
   border: 0;
}
#navbar #menuhaut a:active, #navbar #menuhaut a:hover {
   /*background: url(../pix/navbar_item_back_over.gif) no-repeat bottom center;*/
   color: #fdc8c8;
   text-decoration: none;
   border: 0;
}
#hidebar {
	background-color: #243876;
	width: 199px;
	height: 20px;
	position:absolute;
	left:0px;
	margin:-7px 0 0 0;
}

/***************************************** Général */
#content {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0; 
	width: 100%;
}
#article {
	clear: both;
	padding: 0 0;
	margin: 20px 20px 0 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Lucida, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
}
#main {
	position:relative;
	left:201px;
	padding: 20px 160px 10px 10px;
	margin: 0 250px 0 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Lucida, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 90%;
	line-height: 160%;
	color: #333;
	text-align: justify;
	background: #FFF;
}

#main ul.mainnormal {
   text-align: justify;
   font-family: "Palatino Linotype", georgia, verdana, arial, sans-serif;
   font-size: 100%;
   color: #000;
   list-style: circle;
}

#main ul.menu {
   text-align: center;
   text-transform: lowercase;
   font-family: "Palatino Linotype", georgia, verdana, arial, sans-serif;
   font-size: 100%;
   color: #000;
   margin: 0 0 10px 0;
}

ul.menu li a {
   font-weight: normal;
}

ul.menu a {
   font-weight: normal;
}

ul.menu ul {
	margin-right: 5px;
	display: inline;
}

ul.menu li {
	margin: 0px;
	list-style: none;
	display: inline;
}

div#main p.infocenter {
	text-align: center;
	line-height: 100%;
}
div#main p.address {
	padding-left:20%;
	text-align: left;
	line-height: 120%;
}

div#main div.auteur  {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #9A9A9A;
	text-align: left;
	font-style: italic;
}
div#main p.auteur  {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #9A9A9A;
	text-align: left;
	font-style: italic;
}
div#main p.descarticle  {
	margin: 0;
	padding: 0;
	font-family: 'Courier New', serif;
	font-size: 100%;
	color: #9A9A9A;
	text-align: left;
}
div#main p.corps  {
	margin: 0;
	padding: 0;
}
div#main p.project  {
	margin-left: 10px;
	padding: 0;
	font-family: Garamond, Times New Roman, Times, serif;;
	font-size: 100%;
	line-height: 100%;
	color: #333;
	text-align: left;
}

div#main h1 { 
	margin: 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #243876;
	font-size: 250%;
	line-height: 100%;
	font-weight: normal;
	/*background-color: #d8dbe6;*/
	text-align: right;
	background: url(../pix/backtitle.gif);
}

div#main h2 {
   margin: .15em 0;
   font-family: "Palatino Linotype", Garamond, Times New Roman, Times, serif;
   font-size: 150%;
   font-weight: normal;
   text-align: left;
   color: #6B3B29;
}

#main h2 a {
   padding-left: 1em;
   border: 0;
   color: #6B3B29;
   font-weight: normal;
}

#main h2 a:hover {
   color: #7599A5;
   font-weight: normal;
}

div#main h3 {
   margin: 1em 0 .15em;
   font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
   font-weight: normal;
   color: #494A1C; 
   font-size: 1.25em;
   text-align: left;
}

div#main h4 {
   margin: 1em 0 0;
   padding: 0;
}

div#main h5 {
   margin: 0;
   padding: 0;
} 

#main ul, #main ol {
   text-align: left;
}

div#main hr {
   text-align: center; 
   margin: 1.5em 0;
   border: none;
   color: white;
   background-color: white;
   border-bottom: 1px solid #AAAAAA;
}

div.imgshadow {
   padding: 0 0;
   margin: 0 0 0 0;
   text-align: center;
   border-bottom: 1px solid #B0B0B0;
   width: 100%;
}

#main ul {
	text-align: justify;
}
#main ol {
	text-align: justify;
}

#main table.tabnumber {
	padding: 10px;
	border: 1px dotted #AAA;
	margin: 5px;
	background-color: #FDFDFD;
	line-height: 100%;
	text-align: left;
}
#main table.tabnumber td.title {
	vertical-align: top;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}
#main table.form {
	border: 1px dotted #AAA;
	margin: 5px;
	background-color: #FFFFEE;
	line-height: 100%;
	text-align: left;
}
#main table.form td.title {
	vertical-align: top;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}
#main table.form td.titleline {
	font-weight: bold;
	text-align:center; 
	padding:10px 0px 0px 0px;
	background-color: #F5F5E5;
}

#main table.memberprofile_photo {
	border-top: 1px solid #ccd4f0;
	border-bottom: 1px solid #ccd4f0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width:100%;
}
#main table.memberprofile_photo td.photo {
	background-color: #ccd4f0;
	vertical-align: top;
	text-align: center;
}
#main img.memberphoto {
	border: 3px solid #ccd4f0;
}
#main table.memberprofile {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
	color: #555;
	width:100%;
}
#main table.memberprofile tr:hover {
	background-color: #e7ebf9;
	color: #000;
}
#main table.memberprofile th {
	background-color: #ccd4f0;
	col-span:2;
}
#main table.memberprofile td.title {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

/************************************************** Colonne gauche */
#col-gauche {
	background: url(../pix/menu_back.gif) repeat-y right;
	background-color: #243876;
	position:absolute;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 200px;
}
#menu-box {
	margin: 0;	
	padding: 0;
	width: 100%;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #FFF;
	text-align: right;
}
#menu-box ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
#menu-box li {
   background: url(../pix/menu_item_back.gif) no-repeat top right;
   background-color: #243876;
   margin: 0;
   padding: 0;
   list-style-type: none;
   color: #99aae1;
   font-weight: bold;
   line-height:35px;
}
ul#menu-box li a strong {
   display: none;
}
#col-gauche #menu-box a:link, #col-gauche #menu-box a:visited {
   font-weight: bold;
   padding: 6px 6px 6px 6px;
   text-decoration: none;
   color: #fde3ab;
   border:0;
}
#col-gauche #menu-box a:active, #col-gauche #menu-box a:hover {
   color: #fdc8c8;
   border:0;
}
#version {
   font-family: "Trebuchet MS", Verdana, Geneva, Lucida, Helvetica, sans-serif;
   font-size: 60%;
   text-transform: lowercase;
   text-align: left;
   font-style: italic;
   color: #808080;
}
#photo-box {
	background: url(../pix/photo_back.gif) no-repeat center bottom;
	width: 100%;
	height: 110px;
	padding: 5px 0 0 5px;
	margin: 0;
	font-size: 60%;
	font-family: "Trebuchet MS", Verdana, Geneva, Lucida, Helvetica, sans-serif;
	color: #B0B0B0;
	text-align: center;
	vertical-align: middle;
}
#photo-box .pix-box {
	width: 100px;
	height: 100px;
	padding: 2px 2px 2px 2px;
	background: url(../pix/photo_back.png);
	background-color: #FFF;
	text-align: center;
	border-top: 2px solid #122662;
	border-left: 2px solid #122662;
	border-right: 2px solid #465a97;
	border-bottom: 2px solid #465a97;
}


/**************************************************** Colonne droite */
#col-droite {   
	margin: 0;
	padding: 20px 25px;
	text-align: center;
	border-left: 1px dotted #243876;
	border-bottom: 4px solid #243876;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	background-color: white;
}
#col-droite h1 {
	margin: 0;
	padding: 0;
	background-color: #DDD;
	color: #243876;
	text-weight: bold;
	border-bottom: 1px solid #AAA;
	font-family: "Trebuchet MS", Verdana, Geneva, Lucida, Helvetica, sans-serif;
	font-size: small;
}
div.member-box {
	background: url(../pix/joinnow_over.gif) center no-repeat;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	font-size: 150%;
	line-height: 120%;
	font-family: "Trebuchet MS", Verdana, Geneva, Lucida, Helvetica, sans-serif;
	color: #B0B0B0;
	cursor: help;
}
div.userconnect {
	padding: 0;
	margin: 0;
	font-size: 75%;
	line-height: 100%;
	font-family: "Trebuchet MS", Verdana, Geneva, Lucida, Helvetica, sans-serif;
	color: #000;
	border: 1px dashed #B0B0B0;
}
div.userconnect span.error {
	color:#A00;
	font-weight: bold;
}
div.userconnect table {
	border: 0;
	padding: 0;
	margin: 0;
}
div.userconnect td {
	font-size: 100%;
	text-align: right;
}
a.joinnow:link, a.joinnow:visited {
	color: #243876;
	text-decoration: none;
	border-bottom: none;
}
a.joinnow:hover, a.joinnow:active {
	color: #243876;
	text-decoration: none;
	border-bottom: none;
}

#weather { 
	border-top: 1px dotted #000;
	margin: 0;
	text-align: right;
	background-color: white;
}
#weather td { font:normal 7pt Verdana }
.Weather_fond { background-color:#dae0f4 }
.Weather_corps { background-color:#fff7e3 }
.Weather_texte { color: #AAA }
.Weather_titre { color: #FFFFFF }
.Weather_sstitre { color: #92a4de }
.Weather_link { font:normal 7pt Verdana;text-decoration:none }


/* ----- Sidebar Main ----- */
.side-box {
   font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
   margin-left: auto;
   margin-right: auto;
   border-top: 1px dotted #000;
   padding: 0;
   font-size: 80%;
   text-align: left;
}

.side-box a, .side-box a:active {
   font-weight: normal;
}

.side-box h3 {
   margin: .5em 0 0 0;
   font-family: "Palatino Linotype", Georgia, Times New Roman, Serif;
   text-align: left;
   font-size: 115%;
   font-weight: bold;
   color: #6B3B29;
}

.side-box h4 {
   text-align: right;
   margin: 0px;
   padding: 0px;
   font-size: 8pt;
   font-weight: normal;
   color: #B0B0B0;
}

.side-box h5 {
   margin: 2px 0px 2px 5px;
   padding: 0px;
   text-align: left;
   font-size: 8pt;
   font-weight: normal;
}

.side-box p {
   margin-top: 1em;
   margin-bottom: 1em;
   padding-left: 0;
   font-weight: normal;
   color: #333;
}

div.side-box ul {
	margin: 0 0;
	padding: 0;
	padding-left: 1.25em;
	color: #333;
	list-style: circle;
	text-indent: .1em;
}

div.side-box li {
	margin-top: .25em;
}

/***************************** Pied de page */
#pied {   
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	/*background: url(../pix/backtitle_invert.gif);*/
}
#footbar {   
	margin: 0px 0px 0px 0px;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: lowercase;
	text-align: left;
	color: #C2C2C2;
}
#footbar a, #footbar a:active {
	font-weight: normal;
}
#sponsors {
	text-align: center;
}