body {
	background: #202020 url(img/bgFF.png);
	margin: 10px 0px 0px 20px;
	padding: 0px;
}
/*--- header.inc.php ---*/

/*-----begin header style ---*/
#header {
	background: #333333;
	border-top: 1px dotted #990000;
	border-right: 1px dotted #990000;
	border-bottom: 1px none #990000;
	border-left: 1px solid #990000;
 	width: 360px; 
	height:85px;
	margin-bottom:1px;	
}
#header p {
	display: block;
	line-height: 1.3em;
	letter-spacing:1px;
	margin-left:224px;
	font-family:  sans-serif, FreeSans,Arial, Helvetica;
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
}
#image {
	float:left;
	background:#666666;
	height:100%;
	width:205px;
}
#image img {
	border:0;
	margin-left:10px;
	margin-top:13px;
}

	
/*--- end of header style ---*/
	
/*--- content.inc.php --*/
#conteneur {
	background:#000000;
	border-top:2px dotted #990000;
	border-left: 1px solid #990000;
	border-right:1px solid #990000;
	width:1100px;
	min-height:600px;	
}

/* -----begin menu style ----- */
#menu {
	float:left;
	width: 220px;	
}
	
#menu ul {
	list-style:none;
	margin-left:-10px;
	margin-top:20px;
	
}
#menu li {
	line-height:3em;
}
#menu .texte {
	font-family:"Courier New", Courier, monospace;
	color:#FFFFFF;	
	text-decoration:none;
	font-size: 12px;
	font-style: normal;
	line-height:25px;
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:overline;
	color:#990000;
	display: block;
	vertical-align: middle;
	font-size: 11px;
	text-indent: 5pt;
}
#timer {
	position:absolute;
	width:200px;
	height:20px;
	font-family:Courier,monospace;
	color:#32cd32;
	font-size:0.7em;
	font-weight:bold;
	line-height:1.8em;
	text-indent:0.2em;
	padding:3px;
	text-align:left;
	border-bottom:1px dotted #32cd32;
	margin-left:12px;
	margin-top:5px;
}
/* ------end menu style ----- */

/*--- les cadres du contenus ---*/

#contenu {
	background: #FFFFFF url(img/bg.png);
	min-height:600px;
	margin-left:230px;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:1px;
	padding: 5px;
	border-left:1px dotted #666666;
	border-right:1px dotted #666666;
	border-top:1px dotted #666666;
	border-bottom:2px solid #000000;
}

#insert {
	padding:20px;
	margin-left:10px;
	margin-bottom:15px;
	width:800px;
}
#titre {
	width:500px;
	height:50px;
	float:right;
	padding:5px;
	background:#ffffff;
	line-height:0.8em;
}
#titre .tit {
	font-family:"Courier New", Courier, monospace;
	font-size:20px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-style: normal;
	text-align: right;
	}
#titre .subtit {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-align: right;
}
#pagina {
	width:550px;
	margin-top:100px;
}
#contact {
	width:600px;
	margin-top:100px;
}

/* -----begin contenu style ------ */

#contenu p {
	font-family:  sans-serif, FreeSans, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height:1.5em;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 7px;
}
#contenu p.letter {
	text-indent:12px;
}
#contenu p.letter:first-letter {
	font-size:3em;
}
#contenu p.subtitle {
	font-weight:bold;
	line-height:0.7em;
}
#contenu p.consol {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1em;
	color: #333333;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

#contenu h1,h2,h3,h4,h5 {
	font-weight:bold;
	font-family:  sans-serif, Arial, Helvetica;
}
#contenu h1 {
	color:#808090;
	line-height:0.4em;
}
#contenu h2 {
	color:#808090;
}
#contenu h3 {
	font-size:1em;
	color:#333333;
}
#contenu h4 {
	font-size:0.9em;	
}
#contenu h5 {
	font-size:0.8em;
	color:#333333;
}
#contenu a {
	color:#7C1930;
	text-decoration:none;
}
#contenu a:hover {
	color:#FF9900;
	text-decoration:none;
}
#contenu blockquote {
	font-family: "Courier New", "Courier", "MS Courier",monospace;
	font-size:0.9em;
	color:#666666;
	letter-spacing:-0.1em;
}
#contenu .bdr {
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #666666;
	border-left: none;
}

	
/*--- end contenu style ---*/

/*--- begin footer style --*/
#footer {
	background:#111111;
	height:40px;
	width:1090px;	
	padding:5px;
	border-top:1px dotted #666666;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	margin-bottom:2px;
}
#footer .texte {
 	font-family:  sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#a8a8a8;
	text-align: center;
	text-decoration: none;
}

#footer ul {
	list-style-type:none;
	margin:5px;
	
}
#footer ul li {
	display:block;
	float:left;
	line-height:3em;
}
#footer a {
	color:#a8a8a8;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
}
#footer img {
	vertical-align:middle;
	border:0;
}
/* -- end footer style --*/

/*---general texte style --*/

.texte {
	font-family: sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
}

.textgros {
	font-family:  sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.titre {
	font-family: "Courier New", "Courier", monospace;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin: 3px;
	background-position: center;
}
.cellulebdr {
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.textb {
	font-family: "Courier New", "Courier", monospace;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	letter-spacing: 1px;
	font-weight: bold;
}
.consol {
	font-family: "Courier New", "Courier", monospace;
	font-size: 1.2em;
	font-style: normal;
	line-height: 12px;
	color: #333333;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.consol-big {
	font-size:1.2em;
	font-weight: bold;
	color:#666666;
}
/*---borders and lines ---*/
.bordera {
	border-top: 1px dotted #666666;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
}
.border2 {
	border: 1px dotted #666666;
}
.border1 {
	border: 1px dotted #FF6600;
}
.linered1 {
	border-top: 1px none #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px none #990000;
	border-left: 1px none #990000;
	}
.linered1b {
	border-top: 1px none #990000;
	border-right: 1px none #990000;
	border-bottom: 1px none #990000;
	border-left: 1px dotted #990000;
	}
.linered2 {
	border-top: 2px dotted #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px none #990000;
	border-left: 1px solid #990000;
	}
.linegrey {
	border-top: 1px none #666666;
	border-right: 1px dotted #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #990000;
	}
/*--end of borders and lines--*/

/*---tables styles---*/
.img2 {
	background-image:url(img/design/img2b.png);
	background-repeat: no-repeat;
	background-position: 520px 230px;
	background-attachment: scroll;
}
.img3 {
	background-image:url(img/design/img3.png);
	background-repeat: no-repeat;
	background-position:350px bottom;
	background-attachment: scroll;
}
.img4 {
	background-image:url(img/design/img1b.png);
	background-repeat: no-repeat;
	background-position: 400px 350px;
	background-attachment: scroll;
}
.img5 {
	background-image:url(img/design/img5.png);
	background-repeat: no-repeat;
	background-position: 200px 148px;
	background-attachment: scroll;
}
.img6 {
	background-image:url(img/design/img6.png);
	background-repeat: no-repeat;
	background-position: 200px 165px;
	background-attachment: scroll;
}
.screen {
	background-image:url(img/design/screen.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: scroll;
}

