body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background:  url(./images/fond.png) repeat-x #fff ;
}

div#conteneur
{
	width: 980px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #E4D300 ;
	background: #fff ;
}

h1#header
{
	height: 130px ;
	background: url(./images/tcb.jpeg) no-repeat left top ;
	margin: 0 ;
}

h1#header .pub
{
	width: 750px ;
	height: 25px ;
	padding-left: 150px ; 
  color: #660066 ;
  font-size: 18px ;
  text-align: center ;
  text-shadow: -2px 2px 3px #505050 ;
}

h1#header a
{
	width: 400px ;
	height: 70px ;
	display: block ;
	background: url(./images/cb.jpeg) no-repeat ;
	position: relative ;
	left: 50% ;
	top: 15px ;
	text-indent: -5000px ;
}

ul#liste
{
    height: 150px;
}

ul#liste li
{
	margin: 0 0 10px 0 ;
	padding: 0 ;
	list-style: url(./images/fd.jpeg) ;
}

ul#menu
{
	height: 25px ;
	margin: 0 ;
	padding: 0 ;
	background: #9185C3 ;
	list-style-type: none ;
}

ul#menu li
{
  width: 250px ;
	line-height: 25px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	float: left ;
	text-align: center ;
	color: #fff ;
	border-right: 2px solid #E4D300 ;
}

ul#menu li a
{
	width: 250px ;
	line-height: 25px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #E4D300 ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #E4D300 ;
	background: #660066 ;
}

ul#menu li a:hover
{
	background: #660066 ;
	color: #fff;
}

div#contenu-gauche
{
  float: left ;
  width: 40%;  
  min-height: 300px;    
	padding: 0 30px 0 100px ;
	margin: 0;
	background: url(./images/cbv.jpg) no-repeat 15px 15px ;
	color: #505050 ;
	text-align: justify ;
}

div#contenu-gauche table 
{
width : 100%;
border : 0;
}

div#contenu-gauche table td
{
vertical-align : top;
}

div#contenu-gauche h2
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	color: #9185C3 ;
	border-bottom: 1px solid #E4D300 ;
}

div#contenu-gauche h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #660066 ;
	border-left: 3px solid #660066 ;
	color: #660066 ;
}

div#contenu-droit
{
float: right ;
width: 40% ;
min-height: 300px ;       
padding: 50px 40px 0 0 ;
color: #505050 ;
}

div#contenu-droit h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #660066 ;
	border-left: 3px solid #660066 ;
	color: #660066 ;
}

ul.liste li
{
color: #505050 ;
list-style: url(./images/fd.jpeg) ;
}

p#footer
{
	width : 100% ;
  margin: 0 ;
	padding: 0 ;
	line-height: 30px ;
	text-align: center ;
	color: #9185C3 ;
}

pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #9b2 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}

pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000 ;
}
