/*<![CDATA[*/
@import "reset.css";
@import "fonts.css";
/*]]>*/

/* * * * * * * * * * * * * * * * * * * * */
/* Layout
/* * * * * * * * * * * * * * * * * * * * */

body {
  margin: 0;
  padding: 0;
  background: #fff url("logo-corner.jpg") top left no-repeat;
  font: normal 12px Verdana, Arial, Sans-serif;
}

pre {font: normal 12px Verdana, Arial, Sans-serif;}

#globalWrapper {
	width: 900px;
	/*margin: 0 auto;*/
	position: relative;
	/*background: #fff url("pseudo_col.gif") repeat-y;*/
	height: 501px;
}

#navigation {
	padding: 50px 5px 5px; 
	width: 170px;
	float: left;
}

#contenu {
	margin-top: 30px;
	float:right;
	width:700px;
}

#footer {
	margin-top: 10em;
	border-top: 1px solid #999;
	padding-top: 5px;
	clear:both;
	text-align:center;
	background: #fff;
}

a {
	text-decoration: none;
	color: #002bb8;
	background: none;
}
a:visited {
	color: #5a3696;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
	/*border-bottom: 1px dashed #4b0e21;*/
}

/* Formulaires */

.varchar_50, .varchar_100 {width: 30em;}
.varchar_4, .varchar_5 {width: 3em;}
.varchar_30 {width: 20em;}
.nombre {width: 6em;}
.date {width:6em;}

/* Navigation */

#navigation ul {text-align:right;line-height:140%;margin-top:1em;margin-right:2em;}

/*  ------------------------------------------
/*  Divers
/*  ------------------------------------------ */
.invisible { position: absolute; top: -3000em; height: 1%; }
.nettoyeur { clear: both; margin: 0; padding: 0; border: 0; height: 0; line-height: 1px; font-size: 1px; overflow: hidden; }
.left {float: left;}
.inline {display: inline;}
.errorMsg { border: 2px solid red; padding: 10px 20px; text-align:center; margin-bottom:1em;}
.errorMsg strong {font-size:120%; color:#AF0000}

/* -----------------------------------------
/* Importé de Vetonet.css
/* ---------------------------------------- */
#logo {
  float: left;
  margin: 0;
  padding: 0;
  height: 143px;
  width: 197px;
  background: #c9ebf3 url(logo-corner.jpg) top left no-repeat;
}

#banner {
  margin: 0;
  padding: 0;
  margin-left: 197px;
  height: 116px;
  background: #c9ebf3 url(logo-text.jpg) center left no-repeat;
}

#slogan {
  margin-left: 197px;
  padding-left: 20px;
  padding-top: 4px;
  height: 24px;
  background-color: #4b0e21;
  color: #fff;
  font-weight: bold;
  font-size: 140%;
  text-align: left;
}

#navigation {
  margin-left: 200px;
  padding: 3px;
  padding-right: 10px;
  font-size: 80%;
  text-align: right;
}

#menu {
  float: left;
  margin-top: 32px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
  width: 130px;
  background: #c9ebf3 url(bottom.jpg) bottom left no-repeat;
  color: #444;
}

* html #menu {
	width: 170px;
}

#menu table {
  border: 0px;
}

#menu td {
  border: 0px;
  padding: 0px;
  text-align: left;
}

#menu small a {
  text-align: right;
}

#menu ul {
  font-size: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}

#menu li {
  margin: 0;
  padding: 1px 0;
  list-style: none;
  list-style-image: none;
}

#menu li a {
  display: block;
  text-align: left;
  padding: 4px 0 2px 18px;
  width: 112px; 
}

#menu ul ul {
  margin: 0 0 0 10px;
}

#menu ul ul li a {
  font-size: 95%;
  padding: 1px 0 2px 18px;
  width: 105px;
}

#menu ul ul ul li a {
 width: 98px;
}

#menu ul ul ul ul li a {
 width: 91px;
}

#menu ul ul ul ul ul li a {
 width: 84px;
}

#menu img, #menu img.node {
  padding: 0;
  margin: 0;
  border: none;
}

#menu li a.node, #menu ul ul li a.node {
	display: inline;
	border: 0px none;
	background-color: transparent;
	padding: 0;
	z-index: 100;
	position: absolute;
	line-height: 0;
	width: auto;
}

#menu li a.node {
	margin: .7em 0 0 5px;
}

#menu ul ul li a.node {
	margin: .3em 0 0 5px;
}

.node {
	background-repeat: no-repeat;
	border:0;
	width:9px;
	height:9px;
	margin:0;
}

#content .article-texte ul {
  list-style-image: url(puce1.gif);
  padding-left: 0px;
  margin-left: 20px;
}
