/* Créé par Martin Jasienski */
@import url(bbcode.css);

* {margin: 0; padding: 0;}

body {
	background: url(bg.gif);
	font-family: Verdana,"Century Gothic",Arial,serif ;
	font-size:0.8em;
	color: #444444;
	padding: 0 0 15px 0;
}

#global {
	margin:0 auto;
	text-align:left;
	width:900px;
}

#entete {
	background:#fff;
	height: 108px ;
	margin:0;
}

h1 { 
	line-height:96px;
	padding: 0 10px;
	height: 108px;
	text-indent:130px;
	background: white url(header.gif) 4px 4px no-repeat;
	text-decoration: none;
	font: normal Verdana, "Century Gothic", Arial, serif;
	font-size:25px;
	color: #666666;
	font-weight:normal;
}

h2 { margin: 18px 0 6px 0; padding: 5px 10px ; text-align:center; font-size:1.8em; 
	color:rgb(255,136,17); font-weight:bold;
	font-family:Georgia,Verdana,"Century Gothic",Arial,serif;  }

#pub_haut { width:234px; height:60px; float:right; position:relative; margin:22px; }	

#menu {
	height:100px;
}

#mainmenu_cb, #mainmenu_dl, #mainmenu_sup {
	float:left;
	width:185px;
}

#mainmenu h4 {
	display:block;
	height:24px;
	width:185px;
	line-height:22px;
	padding: 0 0 0 10px;
}
#mainmenu h4, #mainmenu h4 span{
	color:white;
	font-weight:bold;
	font-size:0.95em;
	font-family:Verdana,"Century Gothic",Arial,serif ; 
}
#mainmenu .submenu li { 
	padding:0 4px; height:24px;
	list-style:none;
}
#mainmenu .submenu li a {
	display:block;
	text-indent:4px;
	width:170px;
	height:24px;
	line-height:22px;
	margin:0;
	color:rgb(255,136,17);
	font-weight:bold;
	font-family:Georgia,Verdana,"Century Gothic",Arial,serif; 
}
#mainmenu .submenu li a:hover {
	background:rgb(117,149,200);
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-family:Georgia,Verdana,"Century Gothic",Arial,serif; 
}

#dl_button { 
	background:url(download.png) no-repeat; 
	float:right;
	margin: 16px 40px 0 0;
	padding: 10px 0 0 64px; 
	text-align:left;
	height:64px;
}

#menu #dl_link { 
	display:block;
	width:170px;
	text-indent:4px;
	height:24px;
	line-height:22px;
	font-weight:bold; 
	font-family:Georgia,Verdana,"Century Gothic",Arial,serif; 
	color:rgb(255,136,17);
}

#menu a#dl_link:hover {
	background:rgb(117,149,200);
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-family:Georgia,Verdana,"Century Gothic",Arial,serif; 
}

#dl_button { color:white; }

#dl_info { text-indent:4px; }

#copyright {
	text-align:center;
	color:white;
	margin:10px 0;
}

#contenu { 
	background:white; 
	padding: 15px; 
}

#contenu p { padding: 10px 0; }
#contenu p#addressbar {
	border-bottom: 2px solid #666666;
	background: url(addressbar.png) 4px 4px no-repeat;
	padding: 5px 5px 5px 24px;
	margin:0 0 15px 0;
	font-weight:bold;
	font-family:Georgia,Verdana,"Century Gothic",Arial,serif;
	color:#666666;
}
#contenu p#addressbar a {
	font-weight:bold;
	font-family:Georgia,Verdana,"Century Gothic",Arial,serif;
	color:rgb(255,136,17);
}
#contenu h3 { 
	line-height: 25px;
	border-bottom: 3px solid #666666;
	font-size:1.3em;
}
#contenu h3 ,#contenu h3 a {
	font-weight:bold;
	font-family:Georgia,Verdana,"Century Gothic",Arial,serif;
	color: #666666;
}
#contenu h3 .info {
	font-size:0.8em;
}

#contenu ul {
	margin:0 15px;
}

.cadre,.cadrenews,.article,.comments,.addcomment, .cadre_dl { 
	border-bottom: 1px solid #CCCCCC; 
	margin: 5px 0 15px 0; 
	padding:10px 0 10px 0; 
	width:100%;
}

.cadre_dl { 
	width:48%;
	margin:5px auto 15px auto;
}

hr { border: 1px solid #CCCCCC; }

a { 
	color:rgb(220,100,10); 
	text-decoration:none; 
	font-family:Verdana,"Century Gothic",Arial,serif; 
}
a:hover { 
	color:rgb(255,136,17); 
	text-decoration:underline; 
	font-family:Verdana,"Century Gothic",Arial,serif; 
}
a img { border:none; display:block; margin:2px auto 2px auto; }

/** TELECHARGEMENTS **/
#dl_file { 
	display:block; 
	color:white; 
	margin:5px 0 5px 46px; 
	float:left; 
	background:url(images/dl_bigbutton2.jpg) 0 center repeat-x; 
	width:200px; 
	height:70px; 
	text-indent:23px; 
	line-height:66px; 
	font-family:Georgia,Verdana,"Century Gothic",Arial,serif; 
	font-weight:bold;
	font-size:1.2em;
}
html>body #dl_file { margin:5px 0 5px 92px; }
#dl_file:hover { text-decoration:none; }
#dl_note { 
	display:block; 
	float:left; 
	width:100px; 
	height:70px; 
	margin:5px 0 5px 1px; 
	text-align:center; 
	vertical-align:center;
	color:white;
	background:url(images/dl_bigbutton.jpg) 0 center repeat-x; 
	font-family:Georgia,Verdana,"Century Gothic",Arial,serif; 
	font-weight:bold; 
}
#dl_note span { display:block; margin:17px 0 0 0; }
.cadre_dl p { clear:both; }

/** TABLEAUX **/
table { border-collapse:collapse; width:100%; }

table caption {
	line-height: 25px;
	border-bottom: 3px solid #666666;
	font-size:1.3em;
	font-weight:bold;
	font-family:Georgia,Verdana,"Century Gothic",Arial,serif;
	color: #666666;
	text-align:left;
}
table td {
	padding:4px 10px;
	margin:0px;
	border-bottom:1px solid #CCCCCC;
}
.table_older { width:60%; margin:0 auto; padding:1px; }

/** NOTICES ET WARNINGS **/
.warning {
	border:1px solid rgb(30,30,30);
	background:rgb(255,176,57);
	margin:10px auto 10px auto;
	padding:0px;
	text-align:center;
	font-weight:bold;
}
.notice {
	border:1px solid rgb(51,102,153);
	background:rgb(239,244,250);
	margin:10px auto 10px auto;
	padding:0px;
	text-align:center;
	font-weight:bold;
}
.warning p, .notice p {
	padding:5px;
	margin:0px;
}

/** NEWS **/
.cadrenews .p { margin: 0 ; padding: 10px ; }
.news_info { text-align:right; font-style:italic; font-size:0.9em; }
#shownews { display:block; clear:both; padding:6px; text-align:right; font-style:italic; font-size:0.9em; }

/** SKINS **/
.miniskin { display:block; float:left; margin:10px 10px 10px 0px; border:1px solid black; }
.dllink { display:block; clear:both; }
.skin_snap { clear:both; }
.snap_link { display:block; float:left; margin:5px; clear:both; }
.snap_desc { display:block; margin-left:10px; padding:20px 0 0 0; height:80px; }
.snap { display:block; margin:0px 10px; border:1px solid black; }
.clear { display:block; clear:both; width:0; height:0; }

/** DOCUMENTATION **/
.doc_toc { list-style-type:upper-roman; margin:0; padding:2px; margin-left:40px; }
.doc_toc_big { font-weight:bold; font-size:1.1em; margin-top:5px; }
.doc_toc_c { margin:0; font-size:1.1em; padding:2px; margin-left:40px; }
.doc_toc_normal { font-weight:normal; font-size:1em; }
.doc_list_art { margin:0; font-size:1.1em; padding:2px; margin-left:40px; }
.article { margin-bottom:12px; }
.art_contents { padding:5px; }

/** SMILEYS **/
.centerformtext { text-align:center; background:rgb(117,149,200); margin:4px 0; padding:4px 0; color:white; }
.centerforminput { text-align:center; margin:4px 0; padding:4px 0; }
p#smiley_copyright { text-align:center; font-size:0.9em; border:1px solid red; margin:5px; padding:5px; }

/* Antispam */
.nospam { vertical-align:middle; }

/* Menu avec les smileys et boutons de formatage du texte */
.bbcodeandsmilies { 
	display:block;
	width:500px;
	border:1px solid black;
	margin:5px auto 5px auto;
	padding:3px;
	background-color:rgb(234,234,234);
	text-align:center;
}
.bbcode_input,.bbcode_select { display:block; height:2em; margin:0; padding:0; }
.smilies { display:block; width:450px; margin:10px auto 0px auto; padding:0; }
.smilies a { display:inline; }
.smilies img { display:inline; margin:0px 4px 0px 4px; }
.colorchooser { width:80px; height:1.6em; }
.colortitle { color:black; font-weight:bold; }
.coloritem { width:20px; height:20px; float:left; margin:0px; padding:0px; }
.sizechooser { width:80px; height:1.6em; }
.sizetitle { color:black; font-weight:bold; }
.sizeitem { width:80px; }
.fontchooser { width:80px; height:1.6em; }
.fonttitle { color:black; font-weight:bold; }
.fontitem { width:80px; }

/* Administration */
.adminform { text-align:center; }
.adminform textarea {
	width:500px;
	height:400px;
}
