body {
    background-color: black;
    padding: 0px;
    margin: 0px;
    font-family: Courier, monospace;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: -1px;
    text-align: left;
    text-decoration: none;
    text-indent: 0%;
    text-transform: none;
    white-space: normal;
    word-spacing: -3px;
    direction: ltr;
    color: #ffffff;
}

img {
    border: 0px;
    width: 170px;
    height: 170px;
    cursor: pointer;
}

#table1 {
    width: 98%;
    height: 98%;
}

#table2 {
    width: 700px;
    height: 400px;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.head {
    height: 252px;
    width: 700px;
}

.logo {
    width: 50px;
    height: 10px;
    margin-top: 2px;
}

.content {
    padding-left: 30px;
    line-height: 12pt;
}

h1 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: -10px;
    font-weight: 150;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #99FFFF;
}

.bloc_text_left {
    position: absolute;
    font-size: 13px;
    width: 245px;
    padding-bottom: 50px;
}

h2 {
    margin: 0px;
    padding-top: 15px;
    font-size: 14px;
    font-weight: normal;
    color: #99FFFF;
}

.bloc_text_right {
    position: absolute;
    font-size: 13px;
    width: 245px;
    margin-left: 305px;
}

.bloc_text_list {
    position: relative;
    font-size: 13px;
    width: 245px;
    height: 195px;
}

ul.list, .clear {
	clear: left;
}

li.list {
	float: left;
}
	li.duo {
		width: 270px;
		margin: 5 30 25 0;
	}
	li.triple {
		width: 210px;
		margin: 5 10 25 0;
		border: 1px solid red;
	}
	li.quad{
		width: 160px;
		margin: 5 5 25 0;
		text-align: center;
	}
	
	img.screenshot_light {
		float:left;
		width: 123px;
		height: 150px;
		margin-right: 10px;
	}
	img.screenshot_vbig {
		width: 180px;
		height: 233px;
		margin-bottom: 6px;
	}
	img.screenshot_vlight {
		float: left;
		width: 160px;
		height: 195px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	img.screenshot_self {
		float: left;
		width: 123px;
		height: 70px;
		margin-right: 10px;
		padding: 40px 0 40px 0;
	}
	img.center {
		margin: 0 18px 5px 18px;
	}

a {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
     .lien_bleu{
        color: #99FFFF;
     }

.image_1, .image_2, .image_3, .image_4, .image_5, .image_6, .image_7, .image_8, .image_9, .image_10 {
    border: 2px solid #444444;
    border-bottom: 0px;
    border-right: 0px;
    padding: 2px;
    width: 170px;
    height: 170px;
    text-align: center;
    vertical-align: middle;
}

.image_1 {
    position: absolute;
    margin-left: 275px;
    margin-top: 18px;
}

.image_2 {
    position: absolute;
    margin-left: 470px;
    margin-top: 18px;
}

.image_3 {
    position: absolute;
    margin-left: 275px;
    margin-top: 213px;
}

.image_4 {
    position: absolute;
    margin-left: 470px;
    margin-top: 213px;
}

.image_5 {
    position: absolute;
    margin-left: 275px;
    margin-top: 408px;
}

.image_6 {
    position: absolute;
    margin-left: 470px;
    margin-top: 408px;
}

.image_7 {
    position: absolute;
    margin-left: 275px;
    margin-top: 603px;
}

.image_8 {
    position: absolute;
    margin-left: 470px;
    margin-top: 603px;
}

.image_9 {
    position: absolute;
    margin-left: 275px;
    margin-top: 798px;
}

.image_10 {
    position: absolute;
    margin-left: 470px;
    margin-top: 798px;
}

input, textarea {
    font-family: Courier, monospace;
    font-size:11px; 
    height:20px; 
    width:240px; 
    margin-left:5px
}