body {
    margin: 0px;
    background:	#151515 url(/img/dbanon/bg.gif) repeat;
    word-wrap: break-word;
}

ul {
    padding-left: 20px;
}

#content {
    padding: 5px;
    margin: 5px;
    background-color: #fff;
}

#banner {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #782200;
    background-color: #e5bd0d;
    font-size: 1.2em;
    font-weight: bold;
}

h1 {
    font-size: 1.3em;
    color: #782200;
}

h2 {
    font-size: 1.2em;
    color: #4f81bd;
}

h3 {
    font-size: 1.1em;
}

div.spacer {
    clear: both;
}

#leftColContent a:link, #leftColContent a:visited, #leftColContent a:active, #normal a:link, #normal a:visited, #normal a:active {
	color:	#176B9B;
}

#leftColContent a:hover, #normal a:hover {
	text-decoration:	none;
}

span#normal {
    font-size: 0.7em;
}

.bloc { 
    margin-bottom: 10px;
}

.info {
	background-color: #d3dfee;
	border: 1px solid #4f81bd;
	color: #365f91;
	padding-left: 5px;
}

.warning {
	background-color: #efd3d2;
	border: 1px solid #c0504d;
	color: #943634;
	padding-left:	5px;
}

.dos{
	font-family: "Courier New";
	font-size: 0.8em;
	background-color: #D2EAF1;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px dotted #4F81BD;
	margin-left: 5px;
	margin-right: 5px;
}

.img_center {
    text-align: center;
}

.imageLegende {
	text-decoration:	underline;
	font-size:	0.8em;
}

/***** Menu *****/
#menuBar {
	background-color: #292928;
}

#menuBar ul {
	list-style-position: outside;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#menuBar li {
	float: left;
	font-size: 0.9em;
	line-height: 30px;
    height: 30px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menuBar a:hover, #menuBar #selected:link, #menuBar #selected:visited {
	background-color: #111;
	color: #fff;
	border-left: 1px solid #000000;
	border-right: 1px solid #333333;
}

#menuBar a:link, #menuBar a:visited, #menuBar a:active {
	display: block;
	padding: 0 4px;
	text-decoration: none;
	color: #fff;
	border-left: 1px solid #000000;
	border-right: 1px solid #333333;
}

/***** Commentaires *****/
#comments {
    margin-top: 40px;
}

#comments h1 {
    font-size:  14px;
}

#comments input[type=text] {
    width:  100%;
}

.commentaire {
    border-top: 1px solid #E5E5E5;
    padding-bottom: 15px;
}

.commentaire h3 {
    display: inline;
}

#newComment {
    margin-top: 20px;
    border:1px solid #000;
    padding:10px
}

#comments label {
    font-weight: bold;
}

#comments .comment-alert {
    color: red;
}

#comments .comment-ok {
    color: #6FAE03;
    font-weight: bold;
}

.commA, .commB {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
}

.commA {
    background-color: #f8f8f8;
}

.commB {
    background-color: #eee;
}