/* --------------------------------------
		content.css
Contient les formulaires, les modules (et modules minis), et messages.
--------------------------------------*/ 

table {
	border-spacing:0px;
	border-collapse:collapse;
}

/* Conteneur */
div.block_container {
    width:70%;
	margin:10px auto;
	background:#16160C;
	border:1px dashed #626262;

}
div.block_contents {
    width:auto;
    padding:10px;
	border:none;
	text-align:justify;
} 
/* Entête de conteneur et des tableaux */
div.block_top, table tr:first-child th {
    padding:5px 6px;
	color:#FFFFFF;
	background:#3c3c37;
	border:1px dashed #626262;
	border-bottom:1px dashed #626262;
	padding-top:10px;
    text-align:left;
    font-size:0.75em;
    font-weight:bold;
    text-transform:uppercase;
}
.block_top {
	margin-top:-1px;
}
table th:first-child{
	-moz-border-radius-topleft:4px;
	-khtml-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
    border-radius:5px;
}
table th:last-child{
	-moz-border-radius-topright:4px;
	-khtml-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
    border-radius:5px;
}

hr {
    background:#C4CED6;
    border:none;
    margin:1px auto;
    height:1px;
    width:99%;
}

ul.list {
	text-align:left;
	margin-left:20px;
	list-style-image: url(images/li.png)
}

/* Titres */
h1 {
    color:#5C5C5C;
    font-size:18px;
}

h2.title {
    font-size:16px;
    font-weight:bold;
}

/* Titres */
h3.title {
    font-size:12px;
    font-weight:bold;
    display:inline;
}

/* Sous-Titres */
h5.sub_title { /* Titre des menu */
    font-size:11px;
    color:#86A508;
}

h6.sub_title2 { /* Sous titre dans les menu */
    font-size:12px;
    font-weight:bold;
    padding-top:4px;
    text-indent:10px;
    width:155px;
    height:32px;
    color:#515C68;
}

/* Formulaires 
--------------------------------------*/
.fieldset_mini {
    width:540px;
    margin:auto;
    margin-top:20px;
}

input, textarea, optgroup, select, .xmlhttprequest_preview{
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:11px;
	vertical-align:middle;
	border-left:1px dashed #626262;
	border-top:1px dashed #626262;
	border-right:1px dashed #626262;
	border-bottom:1px dashed #626262;
	background-color:#3c3c37;	
	color:#96a364;
	padding:1px 2px;
}

input:hover, textarea:hover{
	background-color:#4A4A4A; 
}

input:focus, textarea:focus{
	background-color:#2F2F2F;
}

fieldset textarea.post {
	width:90%;
	display:inline;		
}

textarea {
    display:block;
    width:60%;
    margin:auto;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}
input.text{
	padding:2px;	
}

input.submit{
	border:1px solid #5B5A5A;	
	color:#061729;	
	padding:2px;
	font-weight:bold;
	background:#FFFFFF url('images/form/form.gif') repeat-x;
}

input[type=checkbox] { 
	border:none;
	background:none;
}

input.file{
	border:1px solid #5B5A5A;	
	color:#E10000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	padding:2px;
	background:#FFFFFF url('images/form/form.gif') repeat-x;
}

input.reset{
	border:1px solid #5B5A5A;	
	color:#E10000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	padding:2px;
	background:#FFFFFF url('images/form/form.gif') repeat-x;
}

input.reset:hover, input.submit:hover{
	border:1px solid #22435F;
	cursor:pointer;
	color:#507CA2;
}

optgroup, select{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	cursor:pointer;
	vertical-align:middle;
	width:auto;		
}

optgroup {
    font-weight:bold;
    border:none;
    border-bottom:1px solid #5B5A5A;
}

option {
    padding:0px 3px;
}

legend {
	padding:1px 0;
	font-family:Tahoma,arial,Verdana,Sans-serif;
	font-size:0.75em;
	font-weight:bold;
	color:#6AC410;
	background-color:#454545;
	border:1px dashed #626262;
	padding:2px 8px;
	margin-top:-0.4em;
	position:relative;
	text-transform:none;
	line-height:1.2em;
	top:0;
	vertical-align:middle;
	text-transform:uppercase;
}
* html legend {
    margin:0 0 -10px -7px;
    line-height:1em;
    font-size:.85em;
}

fieldset{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	margin:20px 0;
	padding:6px;
	border:1px dashed #626262;
	background-color:#16160C;
	position:relative;
}
fieldset.fieldset_submit{
	margin-top:-10px;
	padding-bottom:15px;
	width:99%;
	text-align:center;
	background:none;
	border:none;
}

fieldset.fieldset_submit legend {
    display:none;
}

fieldset dl {
    height:1%;
    overflow:hidden;
    margin-bottom:16px;
    font-size:11px;
}

fieldset dl.overflow_visible {
    overflow:visible;
}

html>body fieldset dl {
    height:auto;
    min-height:20px;
}

fieldset dt {
    width:45%;
    text-align:left;
    padding-top:3px;
}

fieldset dd {
    margin:0 0 0 45%;
    padding:0 0 0 5px;
    border:none;
    vertical-align:top;
    font-size:11px;
}

dt {
    float:left;
    width:auto;
}

dt span {
    padding:0 5px 0 0;
}

label {
    cursor:pointer;
}

fieldset label {
    font-size:11px;
    text-align:left;
    font-weight:bold;
	color:#6AC410;
}

dd label {
    white-space:nowrap;
    margin:0 10px 0 0;
    font-weight:normal;
	color:#5395CA;
}

dt span {
    font-size:10px;
	color:#5395CA;
}

label img {
    vertical-align:middle;
}

fieldset dl dd label:hover {
	color:#6AC410;
}

/* Messages postés par les membres (messages privés, commentaires, etc...) 
--------------------------------------*/
    /* Classe du lien du pseudo des messages */
a.msg_link_pseudo {
	font-size:11px;
	color:#7DAA6C; 
	font-weight:bold;
}

a.msg_link_pseudo:hover {
	color:#6AC410; 
	font-weight:bold;
}

.msg_position { /* Conteneur des messages */
	width:99%;
	margin:auto;
	background:#2B2927 url(images/sr_l.png) repeat-y left;
}

.msg_container,.msg_container2 {
	background:#2D2D28 url(images/sr_r.png) repeat-y right;
	padding-right:10px;
	margin-left:10px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	clear:both;
}

.msg_container2 {
    /*  Case contenant l'ensemble du message => Couleur alternative */
    background:#4F4F4F url(images/sr_r.png) repeat-y right;
}

/* Barre supérieur des messages */
.msg_top_l{
	margin-right:0px !important;
	margin-right:-3px;
	width:25px;
	height:44px;
	background:url(images/msg_top_l.png) no-repeat left;
	float:left;
}
.msg_top_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:30px;
	height:44px;
	background:url(images/msg_top_r.png) no-repeat right;
	float:right;
}
.msg_top{
	height:30px;
	background:url(images/msg_top.png) repeat-x;
	padding-top:14px;
	padding-left:6px;
	font-size:12px;
	font-weight:bold;
}

.msg_top a {
    color:#FFFFFF;
}

.msg_pseudo_mbr { /* Pseudo du membre */
    width:127px;
	background:#3c3c37;
    padding:2px 4px;
    float:left;
    margin-right:0px !important;
    margin-right:-3px;
    margin-left:-127px !important;
    margin-left:-64px;
    margin-top:-4px;
}

.msg_top_row {
    /* Case au dessus du message, indique la date et les boutons d'administration */
	height:16px;
	background:#3c3c37;
	font-size:10px;
	color:#e8eaeb;
	margin-right:2px;
	border-top:1px dashed #626262;
	border-bottom:1px dashed #626262;
	padding-top:4px;
	padding-left:127px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
}

.msg_info_mbr { /* Case des informations du membre */
	background:#2B2927;
	width:160px;
	padding:4px;
	float:left;
	border-right:1px dashed #626262;
	font-size:10px;
}

 /* Case du membre online_offline */
.msg_info_mbr_online { /* Case des informations du membre */
    background:#2B2927 url(images/u_online.gif) no-repeat;
    background-position:95% 100%; 
    width:160px;
    padding:4px;
    float:left;
    font-size:10px;
    border-right:1px dashed #626262;
}
 
.msg_info_mbr_offline { /* Case des informations du membre */
    background:#2B2927 url(images/u_offline.gif) no-repeat;
	background-position:95% 100%;
    width:160px;
    padding:4px;
    float:left;
    font-size:10px;
    border-right:1px dashed #626262;
}

.msg_contents_container {
    /* Case contenant l'ensemble du message, infos membre + contenu */
    margin-right:1px;
	background:#2B2927;
}

.msg_contents,.msg_contents2 { /* Case du message */
	background:#2d2d28;
	margin-left:168px;
	padding:0px 5px;
	border-left:1px dashed #626262;
}

.msg_contents2 { /* Case du message => Couleur alternative */
    background:#4F4F4F;
}

.msg_contents_overflow {
    /* Case du contents du message, évite que les images trop grandes déforme */
    width:99%;
    height:auto;
    min-height:80px;
    overflow:auto;
    padding:10px 0px;
}

.msg_sign,.msg_sign2 { /* Signature du membre */
	background:#2D2D28 url(images/sr_r.png) repeat-y right;
	max-height:500px;
	overflow:hidden;
	padding:4px;
	font-size:11px;
	margin-left:178px;
	border-left:1px dashed #626262;
	padding-right:15px;
}
.msg_sign_guestbook,.msg_sign2_guestbook { /* Signature du membre */
	max-height:500px;
	overflow:hidden;
	padding:4px;
	font-size:11px;
	border-left:1px dashed #626262;
}

.msg_sign2 { /* Signature du membre => Couleur alternative */
    background:#4F4F4F url(images/sr_r.png) repeat-y right;
}

.msg_sign_overflow { /* Signature du membre, fixe la hauteur maximale */
    height:auto !important;
    height:80px;
    width:99%;
	max-height:500px;
    max-width:99%;
    overflow:hidden;
}

.msg_bottom_l{
	margin-right:0px !important;
	margin-right:-3px;
	width:28px;
	height:36px;
	background:url(images/msg_bottom_l.png) no-repeat left;
	float:left;
}
.msg_bottom_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:30px;
	height:37px;
	background:url(images/msg_bottom_r.png) no-repeat right;
	float:right;
}
.msg_bottom{
	height:29px;
	background:url(images/msg_bottom.png) repeat-x bottom;
	padding-top:6px;
	border-top:1px dashed #626262;
	padding-left:6px;
	font-size:12px;
}

/* Modules
--------------------------------------*/ /* Conteneur des modules */
/* Conteneur des modules */
.module_position{
	width:99%;
	margin:auto;
	background:url(images/sr_l.png) repeat-y left;
}
/* Barre supérieur des modules */
.module_top_l{
	margin-right:0px !important;
	margin-right:-3px;
	width:25px;
	height:44px;
	background:url(images/msg_top_l.png) no-repeat left;
	float:left;
}
.module_top_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:30px;
	height:44px;
	background:url(images/msg_top_r.png) no-repeat right;
	float:right;
}
.module_top_center{
	width:220px;
	height:38px;
	background:url(images/msg_top_center.png) no-repeat;
}
.module_top{
	height:30px;
	background:url(images/msg_top.png) repeat-x;
	padding-top:14px;
	padding-left:6px;
	font-size:12px;
	font-weight:bold;
}
.module_top a {
    
}

.module_contents{
	background:#16160C url(images/sr_r.png) repeat-y right;
	margin-left:10px;
	padding-right:10px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	clear:both;
}
.module_contents2{
	background:#16160C url(images/sr_l.png) repeat-y left;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	clear:both;
}
.module_contents_deg{
	background:#16160C url(images/module_top_deg.png) repeat-x;
	height:41px;
}
/* Barre inférieure des modules */
.module_bottom_l{
	margin-right:0px !important;
	margin-right:-3px;
	width:28px;
	height:36px;
	background:url(images/msg_bottom_l.png) no-repeat left;
	float:left;
}
.module_bottom_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:30px;
	height:37px;
	background:url(images/msg_bottom_r.png) no-repeat right;
	float:right;
}
.module_bottom{
	height:30px;
	background:url(images/msg_bottom.png) repeat-x bottom;
	padding-top:6px;
	padding-left:6px;
	font-size:12px;
}

/* Tableau global, utilisé dans les différents modules */
.module_table{
	width:99%;
	margin:auto;
	border-spacing:0px;
	border-collapse:collapse;
	background:#16160C url(images/msg_bottom.png) repeat-x ;
}
*+html .module_table { /* Hack ie7 */
	border-collapse:collapse;
}

/* Modules minis
--------------------------------------*/
.module_mini_container { /*Placement des mini modules */
    margin:0px;
	width:210px;
	background:url("images/mini_block.png") repeat-y;

}

.module_mini_top {
	text-align:center;
	width:auto;
	padding-top:20px;
	height:15px;
	background:url("images/row1.png") no-repeat;
    font-weight:bold;
    text-align:center;
}

.module_mini_contents {
    border-top:none;
    border-bottom:none;
    text-align:center;
    padding:10px;
    padding-top:5px;
    padding-bottom:0px;
}

.module_mini_bottom { /* Bordure inférieure des modules minis */
	background:url("images/module_bottom.png") no-repeat;
	margin-top:-1px;
	height:33px;
	width:auto;
}

.module_mini_coms {
    border-top:none;
    border-bottom:none;
    text-align:center;
    padding:6px;
    padding-top:5px;
    padding-bottom:0px;
    font-size:5px;
}

.label {
    font-weight:bold;
    font-size:11px;
    color:#476a7f;
}
