/*
Feuille de style générale
*/

/* ------------- ZONES ------------------*/

HTML, BODY {
	height:100%;
	font-family: Calibri, sans-serif;
	background-color: #ededee;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding:0;
}

/* tableau g�n�rique */
td {
	vertical-align: top;
	text-align: left;
}

/* Zone principale d'affichage' */
#container {
	margin: 0px auto;
	margin-bottom: -20px;
	width: 960px;
	min-height: 99%;
	background: url("../images/background.png") no-repeat top left;
	background-color: white;
}

/* Pied de page */
#footer {
	clear: both;
	position: relative;
	height: 20px;
	min-height: 2%;
	margin: 0px auto;
	width: 960px;
	background-color: #9a9b9d;
}

/* Footer text */
 #footercontent{
	width: 960px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1.5px;
    text-align:center;
	position:absolute;
	background-color: #9a9b9d;
}
#footercontent a {
	text-decoration: none;
}

/* Page content (avec menu gauche)
	border: 1px solid */
#contenu {
	float: left;
	padding-bottom: 30px;
	width: 670px;
	text-align: justify;
}

/* Page content sans menu, largueur entière */
#contenu_full {
	clear:both;
	margin:0 auto;
	padding-bottom: 30px;
	width: 920px;
	position: relative;
	text-align: justify;
}

/* Accueil */
#acceuil_slide {
	display: inline;
	border: 1px solid;
}

#acceuil_news {
	overflow: auto;
	width: 243px;
	height: 328px;
	vertical-align:top;
	background-color: #ededee;
}

#acceuil_news td {
	border: 1px solid;
	width: 243px;
	vertical-align:top;
	background-color: #333333;
}

#acceuil_news ul {
	padding-left: 0px;
	list-style : none;
}
#acceuil_news li {
	width: 230px;
	color: #333333;
	padding-left: 5px;
	margin-bottom: 5px;
}

#acceuil_texte {
	background-color: #ffffff;
	width: 100%;
	/* border: 1px #6a6b6d solid;*/
}

/* ------------- MENUS ------------------*/

/* Horizontal menu */
#menu {
	width: 920px;
	/*top: 100px;
	left: 20px;
	right: 20px;*/
	z-index: 4;
	margin:0 auto;
	margin-bottom: 15px;
	height: 30px;
}

/* Horizontal menu item */
.menuitem {
	width: 131px;
	background-color: #9a9b9d;
	font-size: 14px;
	text-align: center;
	color: white;
	padding-bottom: 8px;
	padding-top: 8px;
	float: left;
}

/* Selected menu item */
.menuitem-selected {
	width: 131px;
	background-color: #6a6b6d;
	font-size: 14px;
	text-align: center;
	color: white;
	padding-bottom: 8px;
	padding-top: 8px;
	float: left;
}

.menuitem:HOVER {
	background-color: #f29400;
	cursor: pointer;
}

.menuitem a, .leftmenuitem a, .menuitem-selected a, .leftmenuitem-selected a {
	color: white;
	text-decoration: none;
}

/* Left menu
	border: 1px solid;*/
#leftmenu {
	width: 218px;
	margin-right: 15px;
	margin-left: 20px;
	float: left;
}

/* Left menu item */
.leftmenuitem {
	width: 188px;
	background-color: #9a9b9d;
	font-size: 14px;
	min-height: 2em;
	height: 2em;
	padding-top: 0.7em;
	color: white;
	padding-left: 30px;
}

/* Selected left menu item */
.leftmenuitem-selected {
	width: 188px;
	background-color: #6a6b6d;
	font-size: 14px;
	min-height: 2em;
	height: 2em;
	padding-top: 0.7em;
	color: white;
	padding-left: 30px;
}

.leftmenuitem:HOVER {
	background-color: #f29400;
	cursor: pointer;
}

.leftmenu_image, leftmenu_image a {
	width: 218px;
	border: 0px;
}

#message {
	width: 960px;
	position: fixed;
	top: 0px;	
	z-index: 4;
	color: #DD5533;
	border: 1px solid;
	background-color: #FFEEFF;
	font-size: 10px;
}

/* ------------- GENERALITES ------------------*/


a img {
	border: 0px;
	vertical-align: middle;
}

.warning {
	color : #FF0000;
}

/* Headers */
h1, h1 a {
	font-size: 18pt;
	font-weight: bold;
	color: #333333;
	display: inline;
	text-decoration: none;
}

h2, h2 a {
	font-size: 15pt;
	font-weight: bold;
	color: #112233;
	display: inline;
	text-decoration: none;
}

h3, h3 a {
	font-size: 13pt;
	font-style: italic;
	color: #666666;
	font-weight: bold;
	display: inline;
	text-decoration: none;
}

.flag {
	width: 18px;
	height: 16px;
	border: 0px;
}

.head_news {	
	letter-spacing: 3px;
	font-family: 'Courier New',Courier,monospace;
	font-size: 20px;
	font-weight: bold;
	margin-left: 15px;
	color:#dddddd;
	text-align: center;
	background-color: #ababab;
}

.titre_news {
	text-decoration: none;
	color:#666666;
}

.news {
	color: #222222;
	list-style-type: square;
	margin-left: -10px;
	margin-bottom: 15px;
	text-decoration: none;
}

a {
color:black;
text-decoration:underline;
}

/* ------------ DL.php ___________ */

#LicenseServer, #DongleCheck, #UnstableVersion, #OlderVersion {
	display: none;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	z-index: 4;
}

tr.d0 td {
	background-color: white;
	color: black;
}
tr.d1 td {
	background-color: #f0f7fc;
	color: black;
}

tr.dheader td {
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: #9a9b9d;
}

/* ---------------- Message.php ----------------- */

#message_page {
	background-color: #f0f7fc;
	color: #112233;
	padding: 20px;
}
