body{
	margin: 0;
	padding: 0;
	background:#FFF; 
	color:#010101;
	font-size: 12px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

ul {
	list-style-type: square;
}

div {
	position: relative;
}


/* --------------------------------------------------
	Style génériques
-------------------------------------------------- */

.calign {
	text-align: center;
}

.imgright {
	float: right;
}

.imgleft {
	float: left;
}

.strong {
	color: black;
	font-weight: bold;
}

/* --------------------------------------------------
	Disposition de la bannière
-------------------------------------------------- */

#title {
	width: 100%;
	height: 110px;
	background-image: url("header_back.png");
	background-repeat: repeat-x;
}

#header {
	background-image: url("header.png");
	background-repeat: no-repeat;
	color: white;
	height: 110px;
	margin-left: 15%;

}

#title .text {

	padding: 10px;
	
	font-family: Georgia, Times, serif;
	font-size: 24px;
}

#main{
	padding-left: 15%;
	width:760px;
	float: left;
}


/* --------------------------------------------------
	Disposition du menu
-------------------------------------------------- */

#menu{
	width: 100%;
	background-image: url("menu_back.png");
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
}

#list {
	overflow:hidden;
	padding-left:15%;
	margin-top:0px;
	height:24px;
}

#list ul{
	list-style:none;
	margin:0;	
	padding-left:30px;
	font-family: "Lucida Sans Unicode", Georgia, Tahoma, Arial, Serif;
}

#list li{
	float:left;
	list-style:none;  
	white-space:nowrap;
	text-transform:uppercase;
	padding-top: 3px;
	background-color:#146fad;
}

#list .link {
	background-image: url("menu_back_items.png");
	background-repeat: repeat-x;
	background-position: top;
}

#list a {
	padding: 10px;
	text-decoration:none;
	color: white;
	font-weight: bold;
}

#list .link a {
	color: black;
}

#list a:hover,#list a:active
{
	background-color:#146fad;
	color:white;
	text-decoration:none;	
}

#selected {
	background-color:#146fad;
	background-image: none;
	color:white;
	text-decoration:none;
}

/* --------------------------------------------------
	Disposition du panneau d'information principal
-------------------------------------------------- */

#info_panel {
	width: 100%;
	background-image: url("info_panel.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 273px;
}

#info_panel .screenshot {
	position: relative;
	left: 430px;
	top: -20px;
}

/* --------------------------------------------------
	Disposition du texte
-------------------------------------------------- */

#main h2{
	color: #860000;
	font-size: 24px;
}

.mail {
	font-family: monospace;
	color: #7a7fb7;
}

/* --------------------------------------------------
	Disposition du bandeau de droite
-------------------------------------------------- */

#droite{
	height:100%;
	padding:10px;
	border-left: solid 1px #919299;
	margin-left: 10px;
	float: right;
	width: 260px;
	background-color: #e9f2f3;
	border: solid 1px #d9e2e3;
}

#download {
	width: 100%;
	padding-bottom: 10px;
}

#download img {
	border: 0px;
}

#droite .next {
	border-top: dashed 1px #d9e2e3;
}

#news .date {
	font-weight: bold;
	font-size: 100%;
	border-right: none;
	color: black;
}

#donate {
    padding: 5px;
    width:100%;
    text-align:center;
}

#newscolumn a {
    color: black;
    text-decoration: none; 
}

#newscolumn .date {
    font-size: 100%;
    border-right: none;
    text-align: right;
    font-weight: bold;
}

#droite dt {
    width: 100%;
    padding: 10px 10px 10px 0px;
    text-indent: 1em;
}

#newscolumn dd {
    display: none;
}

/* --------------------------------------------------
	Section de téléchargement
-------------------------------------------------- */

#download_list {
	margin: 10px;
	border: solid 1px #d9e2e3;
}

#download_list div {
	position: relative;
	padding: 5px;
	height: 80px;
}

#download_list .dlitem {
	border-bottom: solid 1px black;
}

#download_list img {
	float: left;
	padding: 10px;
	border-width: 0px;
}

/* --------------------------------------------------
	Disposition du footer
-------------------------------------------------- */

#footer{
	clear: both;
	font-size:75%;
	background-image: url("footer_back.png");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #a8a8a9;
	color:white;
}

#copyright {
	padding-top: 10px;
	margin-left: 10px;
}

