html {
	font-family: Arial, "Lucida Grande", Verdana;
    font-size: 1em;
	background: url(bg1.jpg);
}
body {   

	
}
/* texte */
p{
font-size: 0.7em;
}
h1 {
	/*font-family: 'VT323', cursive;  modulaire pix */
	/*font-family: 'Cabin Sketch', cursive; ss serif dessiné mano */
	font-family: 'Special Elite', cursive; /* machine ecrire*/
	font-size: 1.6em;
	color:#3F3F3F;
}
h2,h3,h4{
	font-size:1.1em;
    text-transform:uppercase;
    color:#486E93; /* bleu sombre - old:#23A4FF;*/
}
h2{
	font-family: 'Special Elite', cursive;
}
h4{
	font-size: 1.3em;
	font-weight:bold;
}
ul {
list-style-type : square; /* circle;  */
color:#486E93;
}

a:link, a:visited{ color:#23A4FF; text-decoration:none;}
a:hover{ color:#fff; background-color : #486E93; /* #23A4FF bleu azur */}
a:active{ color:#3f3f3f; /* gris */ background-color : #CDEA59; /* vert anis*/}

/* Contenu */
#center-container {
    width:600px;
    left:400px;
    background-color:#1a1a1a; /* #849296 */
    color:#ccc;
	/* border-left:3px solid #1a1a1a; */
}

#container {
    width: 1000px;
    height: 600px;
    margin:0 auto;
    position:relative;
}
#top-container {
    width: 1000px;
    height: 130px;
    margin:0 auto;
	padding-top:5px;
	/* line-height:80%; */
    /* position:relative; 
	background-color:#ececec;*/
	background: url(bgtop.jpg);
}
.text {	/* text top container */
	margin:0 25px 0 25px;
	padding:5px 10px 5px 10px;
	line-height:120%;
	font-size: 0.9em;
	color:#3F3F3F; 
	background-color:#fff;
	opacity:0.75;
    filter:alpha(opacity=70);
}
#left-container {
    width:400px;
    left:0;
    background-position: right; 
    border-left:1px solid #ddd;
	background: linear-gradient(to right, white, white, white, white, white, #1a1a1a); 
	/* background: radial-gradient(ellipse at center right, #1a1a1a, white, white, white); 
	background: radial-gradient(circle at center right, #1a1a1a, white); */
   
}
#log {
    font-size:0.85em;
    font-weight:normal;
    color:#395459; /*  #61929B*/
}
#inner-details {
    font-size:0.8em;
    list-style:none;
    margin:7px 40px 7px 7px;
}
img{
	border:1px solid #ddd;
}
.typ{
	border:none;
	padding-left:20px;
}
#content_foot{
	color : #677F7D;
	font-family: "Lucida Grande", Verdana;
	text-align: center;
}
#footer{
	width: 960px;
    height: 35px;
    margin:0 auto;
	padding : 5px;
	border:1px solid #ddd;
	background: linear-gradient(to top, #D1CFCF, #ECECEC, #ECECEC, #ECECEC, #ECECEC, #1a1a1a);
	-moz-box-shadow:#555 2px 2px 8px;
    -webkit-box-shadow:#555 2px 2px 8px;
    -o-box-shadow:#555 2px 2px 8px;
    box-shadow:#555 2px 2px 8px;
    opacity:0.7;
    filter:alpha(opacity=70);
}