﻿body {
 font:normal verdana,arial,"sans serif";
 color:#333333;
 background:#d8ebff;
}

.dialog {
 width:960px;
 margin:0px auto;
 min-width:20em;
 max-width:960px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
 color:#333333;
 
}
.dialog2 {
 width:650px;
 margin:0px auto;
 min-width:20em;
 max-width:650px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
 color:#fff;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:11px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(images/png/tl.png) no-repeat 0px 0px;
 margin-right:14px; /* space for right corner */
}

.dialog .hd .c {
 background:transparent url(images/png/tr.png) no-repeat right 0px;
 margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}

.dialog .bd {
 background:transparent url(images/png/ml.png) repeat-y 0px 0px;
 margin-right:6px;
}

.dialog .bd .c {
 background:transparent url(images/png/mr.png) repeat-y right 0px;
 margin-right:-6px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#d8ebff url(images/png/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(images/png/bl.png) no-repeat 0px 0px;
 margin-right:14px;
}

.dialog .ft .c {
 background:transparent url(images/png/br.png) no-repeat right 0px;
 margin-right:-14px;
}

/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

p {
 font-family:verdana,arial,"sans serif";
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}

html>body .dialog pre {
 font-size:1.1em;
}.TitLigne {
	color:#ffffff;
	background-image:url('images/actus/FndBar20.png');
	background-repeat: repeat-x;
	font-family:Verdana;
	font-weight:bold;
}
.separ{
	background-image:url('images/actus/separ.png');
	background-repeat:repeat-x;
	width:100%;
	height:3px;
}
	
	
	