@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;
}
body {
	/*margin: 5px;*/
	margin:auto;
	width:1000px;
	margin-top: 5px;
	margin-bottom: 5px; /* à decomenter pour fixer la largeur du forum */
	background-color:#F5F5F5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor:default;
}
html {
	width: 100%;
	height: 100%;
}
a {
	color: #FF3B00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
p {
	margin: 4px;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
	font-size:1.3em;
}
h4 {
	font-weight: normal;
	font-size:1em;
}
hr {
	border: none;
	border-top: 1px solid #999999;
	height: 1px;
	margin: 4px;
}
input, select {
	margin: 2px 0;
	width: auto;
	font-size: 11px;
	vertical-align: middle; /*pour Firefox*/
	background: #FFF;
	border: 1px solid #999;
}
select {
	height:18px;
	cursor:pointer;
}
select option {
	padding:1px;
	margin-right: 4px;
}
input:hover, button:hover, select:hover {
	border: 1px solid #FF6600;
}
/*Si tu ne veux pas utiliser les sélecteurs d'attribut libre à toi de mettre des class, IE6 ne connais pas*/
input[type="text"] {
	padding: 2px;
	height: 14px; /*16 + 2(padding haut) + 2(padding bas) + 1 (border haut)  + 1 (border bas) = 22*/
}
input[type="submit"], button {
	padding: 0 8px;
	height: 20px;/*16 + 2(padding haut) + 2(padding bas) + 1 (border haut)  + 1 (border bas) = 22*/
	cursor: pointer;
}
input[type="radio"], input[type="checkbox"] {
	border:none;
}

/*------- Generic styles --------*/
.sober {
	color:#999999;
}
.notimportant * {
	color: #333333;
}

#body {
	margin:6px;
}

/*------- Header --------*/
#header {
	background-image: url(images/layout/top_background.png);
	height: 140px;
}
#header .left {
	background-image: url(images/layout/top_left.png);
	height: 140px;
	width:15px;
	float:left;
}
#header .top {
	padding-top: 12px;
	height: 16px;
}
#header .right {
	background-image: url(images/layout/top_right.png);
	height: 140px;
	width:15px;
	float:right;
}
#header h1 {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	padding-top:15px;
}
#header h2 {
	font-size: 1.2em;
	text-align: center;
	font-weight: normal;
}
#header_welcome {
	float:left;
}
#header_actions {
	text-align:right;
}
#header_right {
	float: right;
	width: 250px;
	height: 105px;
	text-align:right;
}
#header_tools {
	margin-top: 52px;
}

/*------- Forum tree used in the search form -------*/
#forum_tree {
	overflow: auto;
	max-height: 350px;
	width: 350px;
	border: 1px solid #999999;
	background-color: #fafafa;
}
#forum_tree label {
	vertical-align:middle;
	display:block;
	padding: 2px;
}
#forum_tree label:hover {
	background-color: #f0f0f0;
	cursor:pointer;
}

/*------- Breadcrumb --------*/
.breadcrumb {
	background:url(images/layout/breadcrumb_background.png);
	height: 35px;
}
.breadcrumb .left {
	background-image:url(images/layout/breadcrumb_left.png);
	height: 35px;
	width:15px;
	float:left;
}
.breadcrumb .right {
	background-image: url(images/layout/breadcrumb_right.png);
	height: 35px;
	width:15px;
	float:right;
}
.breadcrumb .text {
	line-height:35px;
}
.breadcrumb .mark_forums_read {
	float:right;
	line-height: 35px;
}


/*------- Search field --------*/
#search_text {
	width: 140px; /*C'est pas sujet à l'interprétation des navigateurs comme size*/
	background: #FFFFFF url(images/tinyicons/loupe.gif) no-repeat;
	padding: 2px 2px 2px 18px;
}


/*------- Menu --------*/
#menu {
	text-align:center;
	font-size: 1.2em;
}
#menu a {
	color: #000000;
}

.footer {
	text-align:right;
	margin: 0px 6px;
}

/*------- Big boxes --------*/
.bigbox {
	margin: 2px 0px 6px 0px;
	padding: 6px;
	padding-bottom: 0px;
	border: 1px solid #999999;
	background-color:#E1E1E1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.bigbox:hover {
	background-color:#D9D9D9;
}
.bigbox h1 {
	font-size: 1.3em;
	line-height: 18px;
	vertical-align: middle;
	margin-bottom: 6px;
}
.bigbox h1 a {
	color:#333333;
}
.bigbox h1 img {
	vertical-align: middle;
	margin:0;
	margin-right: 4px;
}
.bigbox .subtitle {
	font-size: 1.1em;
	border-top: 1px solid #AAAAAA;
	color:#999999;
	padding: 4px 20px;
	font-weight:normal;
}
.bigbox h2 {
	background-color:#BBBBBB;
	border:1px solid #999999;
	border-bottom: none;
	font-size:1.1em;
	padding: 2px;
	margin-top:4px;
}
.bigbox h3 {
	
}
.bigbox h3 .page_list {
	margin-left: 12px;
	font-size: 0.8em;
	font-weight:normal;
	line-height:1em;
}
.bigbox .contents {
	border: 1px solid #999999;
	background-color:#F8F8F8;
	padding: 4px;
	margin-bottom: 6px;
}
.bigbox .contents .icon {
	width:32px;
	padding: 2px;
}
.bigbox .contents .stats {
	border-left: 1px solid #999999;
	text-align:center;
	width: 140px;
}
.bigbox .contents .last_post {
	border-left: 1px solid #999999;
	padding-left: 6px;
	width: 180px;
}
.bigbox .contents .download {
	border-left: 1px solid #999999;
	text-align:center;
}
.bigbox .contents .subforums {
	line-height: 13px;
	color:#999999;
	margin-top: 4px;
	font-weight:bold;
}
.bigbox .contents .subforums img {
	vertical-align:middle;
	margin: 0px 4px 0px 2px;
}
.bigbox .contents .subforums a {
	font-weight:normal;
	margin-right: 8px;
}
.bigbox .note {
	border:1px solid #999999;
	background:#CCCCCC;
	padding: 4px;
	margin-bottom: 6px;
}
.bigbox .footer {
	border-top: 1px solid #999999;
	margin-top: 4px;
	padding-top: 4px;
	text-align:center;
	font-weight:bold;
}
.optionlist {
	/*border: 1px solid #999999;*/
}
.optionlist td, .optionlist th {
	padding: 4px;
	border-bottom: #EEEEEE 1px dotted;
}
.optionlist th {
	/*white-space: nowrap;*/
	width: 200px;
	border-right: 1px dotted #999999;
	text-align: right;
}
.optionlist tr {
	margin-bottom: 6px;
}
.optionlist tr:hover {
	background-color:#F1F1F1;
}
.bigbox .optionlist tr:hover {
	background-color:#F3F3F3;
}



/*------ Calendar --------*/
.calendar {
	
}
.calendar td {
	vertical-align: top;
}
.calendar caption {
	text-align: left;
	font-weight: bold;
	margin: 4px 0px;
	height:19px;
}
.calendar .month caption span, .calendar .month caption a  {
	/*float: left;*/
	border: 1px solid #999999;
	background: #EEEEEE;
	margin-right: 2px;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color:#000000;
}
.calendar .month caption a {
	font-weight:bold;
}
.calendar .month caption a:hover {
	background:#CCCCCC;
	text-decoration:none;
}

.calendar .month caption .name {
	padding: 4px 50px 4px 50px;
}
.calendar .right {
	width: 140px;
	padding-left: 6px;
}
.calendar .month {
	border: 1px solid #AAAAAA;
	background: #FFFFFF;
	margin-bottom:6px;
}
.calendar .month .contents {
	background-color:transparent;
	border:none;
	padding: 2px;
}
.calendar .month th {
	width: 14.3%;
	padding: 3px;
	border: 1px solid #AAAAAA;
	font-weight: bold;
}
.calendar .month td {
	border: 1px solid #AAAAAA;
	height: 70px;
}
.calendar .month td:hover {
	background:#EEEEEE;
}
.calendar .month td:hover .header {
	background:#CCCCCC;
}
.calendar .month td .header {
	background: #CCE4FF;
	padding: 2px;
	text-align: right;
	color:#999999;
	font-weight:bold;
}
.calendar .month .now {
	background: #DDDDDD;
}
.calendar .month .now .header {
	background: #BBBBBB;
	color: #FFFFFF;
}
.calendar .simple caption {

}
.calendar .simple caption .name {
	padding: 4px;
	text-align: center;
	border: none;
	background: none;
}
.calendar .simple {
	border: 1px solid #999999;
}
.calendar .simple td {
	height: 20px;
	width: 20px;
	vertical-align: middle;
	text-align: center;
}
.calendar .simple th {
	background: #DDDDDD;
	font-weight: bold;
	padding: 2px;
}
.calendar .simple caption {
	text-align:center;
	height:1em;
}
.calendar .options h2 {
	font-size:1.4em;
	font-weight:bold;
	border-bottom: 1px solid #999999;
}


/*------- Forums menus --------*/
.forum_menu {
	margin: 2px 0px 6px 0px;
	height: 27px;
	text-align: right;
}
.forum_menu img {
	float:left;
	margin-right: 4px;
}
.forum_menu .page_list {
	line-height: 27px;
}
.forum_menu .page_list a {
	border: 1px solid #666666;	
	background: #EEEEEE;
	padding: 3px;
}
.forum_menu .page_list a:hover {
	background: #CCE4FF;
	text-decoration:none;
}

/*------ Posts ------*/
.post {
	margin-bottom: 8px;
}
.post td {
	vertical-align:top;
	margin-left:10px;
}
.post .userinfo_col {
	width:200px;
}
.post .userinfo {
	margin-right: 8px;
	padding: 4px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: none;
	background:#F1F1F1;
}
.post .userinfo .username {
	height: 20px;
	font-weight: bold;
	font-size:1.1em;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:middle;
}
.post .userinfo .username .gender {
	margin-left:6px;
	vertical-align:middle;
}
.post .userinfo .username img {
	margin-right: 4px;
	vertical-align:middle;
}
.post .userinfo li {
	list-style: none;
}
.post .userinfo .avatar {
	text-align:center;
}
.post .userinfo .rank {
	text-align:center;
	color:#999999;
}
.post .userinfo .info .type {
	font-weight: bold;
}
.post .contents {
	border: none;
	background:#FFFFFF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.post .header {
	line-height: 19px;
	vertical-align: middle;
	padding: 0px 4px;
	height: 20px;
	background:#CCE4FF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.post .header img {
	vertical-align: middle;
}
.post .header .actions {
	float:right;
}
.post .message {
	padding: 4px;
	background:#FFFFFF;
}
.post .footer {
	padding: 4px 0px;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.module_list {
	vertical-align:top;
	width:10px;
}
.module_list a {
	white-space:nowrap;
	display:block;
	border:1px solid #CCCCCC;
	padding: 4px;
	margin: 0px 5px 2px 0px;
	color:#000000;
}
.module_list a:hover {
	background:#CCCCCC;
	text-decoration:none;
}
#selected {
	margin-left: 20px;
	background:#BBBBBB;
	color:#FFFFFF;
}

/*------- Groups and users --------*/
.user_group {
	font-weight:normal;
}
.user {
	line-height: 1em;
	vertical-align: middle;
}
.user img {
	vertical-align: middle;
	margin-right: 4px;
}
.moderator {
	color:#FF9900;
}
.member {
	color:#006699;
}


.smallbox {
	border:#CCCCCC 1px solid;
}
.smallbox h1 {
	padding: 2px;
	background:#CCCCCC;
	font-size:1.1em;
}
.smallbox p {
	padding: 2px;
	margin: 0px;
}


.reset {
	border: 1px solid #999999;
	padding: 3px 8px;
	background:#FFFFFF;
	width: auto;
	vertical-align: middle;
	color:#000000;
	text-decoration:none;
}
.reset:hover {
	border: 1px solid #FF6600;
	text-decoration:none;
}

.bigbox .rules {
	border:1px solid #999999;
	background:#CCCCCC;
	padding: 4px;
	margin-bottom: 6px;
}
