/* --------------------------------------
		content.css
Contient les formulaires, les modules (et modules minis), et messages.
--------------------------------------*/ 

/* Titres */
h1 {
    color:#776E63;
    font-size:18px;
}

h2.title {
    font-size:16px;
    font-weight:bold;
}

/* Titres */
h3.title {
    font-size:14px;
    font-weight:bold;
	color:#DC8B00;
    border-bottom:2px solid #DC8B00;
	background:transparent url(images/puce_h3.png) no-repeat;
	background-position:left;
	text-indent:20px;
	padding:2px 5px;
}

/* Sous-Titres */
h5.sub_title { /* Titre des menu */
    font-size:12px;
    color:#DC8B00;
	margin-top: 7px;
}
/* Sous titre dans les menu */
h6.sub_title2 { 
    font-size:12px;
    font-weight:bold;
    padding-top:4px;
    text-indent:10px;
    width:155px;
    height:32px;
    color:#515C68;
}
/* Entête de conteneur et des tableaux  */
div.block_top, table tr:first-child th {
    padding:5px 6px;
    color:#776E63;
    background:url(images/h4.png) repeat-x;
    text-align:left;
    font-size:0.75em;
    font-weight:bold;
    text-transform:uppercase;
	border-bottom:#747474;
	height:27px;
}
.block_top {
	margin-top:-1px;
	-moz-border-radius:4px 4px 0px 0px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
th { /* Entête de conteneur et des tableaux */
    padding:5px 6px;
    color:#FFFFFF;
    /*background:#3187C7 url(images/msg_top_row.png) repeat-x;*/
    text-align:left;
    font-size:0.75em;
    font-weight:bold;
    text-transform:uppercase;
}

hr {
    background:#EABF00;
    border:none;
    margin:1px auto;
    height:1px;
    width:99%;
}

/*  ----------------- Formulaires ---------------------*/
.fieldset_mini {
    width:540px;
    margin:auto;
    margin-top:20px;
}
/* ############ Début: A modifier avec les couleurs de fieldset ##############*/
div.block_title span {
    text-transform:uppercase;
    font-family:tahoma,helvetica,sans-serif;
    font-size:0.75em;
    font-weight:bold;
    color:#E53B00;
    background:#FFFFFF;
    border-color:#CCCCCC;
    -moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}

div.block_content {
    font-family:tahoma,helvetica,sans-serif;
    border-color:#CCCCCC;
    -moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
    background:#DEDEDE url(images/contentbg2.png) repeat-x;
    border:1px #cccccc solid;
    margin:10px auto;
    border-left:1px solid #1C618C;
    padding-right:23px;
}
/* ############ Fin : A modifier avec les couleurs de fieldset ##############*/
input, textarea, optgroup, select, .xmlhttprequest_preview{
	font-family:tahoma,helvetica,sans-serif;
	font-size:11px;
	vertical-align:middle;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #776E63;
	border-bottom:1px solid #776E63;
	background-color:#66615D;	
	color:#000000;
	padding:1px 2px;
}

input:hover{

}

textarea:hover{
	border:1px solid #DC8B00;
	background-color:#66615D; 
}

input:focus, textarea:focus{
	border:1px solid #DC8B00;
	background-color:#827C76;
}

fieldset textarea.post {
	width:90%;
	display:inline;		
}

textarea {
    display:block;
    width:94%;
    margin:auto;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}
input.text{
	padding:2px;	
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #1F1E1C;
}

input.submit{
	padding:1px 18px;
	font-family:tahoma,helvetica,sans-serif;
	border:1px solid #000000 ;	
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-top:1px solid #000000;	
	color:#776E63;	
	font-weight:bold;
	font-size:10px;
	background:#1F1E1C ;
	margin-top:5px;
}

input.file{
	border:1px solid #515C68;	
	border-top:1px solid #000000;	
	color:#776E63;	
	padding:1px;
	font-weight:bold;
	font-size:10px;
	background:#A9CEE9 url(images/form.png) repeat-x;
}

input.reset{
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background:#1F1E1C none repeat scroll 0 0;
border:1px solid #000000;
color:#E10000;
font-family:tahoma,helvetica,sans-serif;
font-size:10px;
font-weight:bold;
padding:2px 12px;
}

input.reset:hover, input.submit:hover{
	border:1px solid #DC8B00;
	cursor:pointer;
	color:#FFFFFF;
}

optgroup, select{
	font-family:tahoma,helvetica,sans-serif;
	cursor:pointer;
	vertical-align:middle;
	width:auto;		
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

optgroup {
    font-weight:bold;
    border:none;
    border-bottom:1px solid #5B5A5A;
}

option {
    padding:0px 3px;
}

legend {
	padding:1px 0;
	font-family:tahoma,helvetica,sans-serif;
	font-size:0.85em;
	font-weight:bold;
	background:transparent url(images/h4.png) repeat-x scroll 0 0;
	border:1px solid #000000;
	padding:2px 10px;
	margin-top:-0.4em;
	margin-left:0.5em;
	position:relative;
	text-transform:none;
	line-height:1.5em;
	color:#776E63;
	top:0;
	vertical-align:middle;
	text-transform:uppercase;
	-moz-border-radius:12px;
	-khtml-border-radius:12px;
	-webkit-border-radius:12px;
}
legend{ 
	top:-1.2em; 
}
* html legend {
    margin:0 0 -10px -7px;
    line-height:1em;
    font-size:.85em;
}

fieldset{
	font-family:tahoma,helvetica,sans-serif;
	margin:20px 0;
	padding:6px;
	border:1px solid #000000;
	color:#ffffff;
	background:#4B4744;
	position:relative;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}
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;
	color:#E8E8E8;
}

fieldset dd {
    margin:0 0 0 45%;
    padding:0 0 0 5px;
    border:none;
    vertical-align:top;
    font-size:11px;
    color:#E8E8E8;
}

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:#E8E8E8;
}

dd label {
    white-space:nowrap;
    margin:0 10px 0 0;
    font-weight:normal;
    color:#C7C7C7;
}

dt span {
    font-size:10px;
    color:#C7C7C7;
}

label img {
    vertical-align:middle;
}

fieldset dl dd label:hover {
    color:#464646;
}

/* 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:#EABF00;
    font-weight:bold;
}

a.msg_link_pseudo:hover {
    color:#f2fbff;
    font-weight:bold;
}
/* Conteneur des messages */
.msg_position { 
    background:#2B2927 url(images/border.gif) repeat-y;
    margin:auto;
}
 /* Case contenant l'ensemble du message */
.msg_container,.msg_container2 {  
    background:#66615D url(images/border.gif) repeat-y right;
    margin-left:1px;
    overflow:hidden !important;
    height:auto !important;
    overflow:visible;
    height:1%;
    clear:both;
}
  /*  Case contenant l'ensemble du message => Couleur alternative */
.msg_container2 {
      background:#7B7B7B url(images/border.gif) repeat-y right;
}

/* Barre supérieur des messages */
.msg_top_l{
	margin-right:0px !important;
	margin-right:-3px;
	height:34px;
	width:33px;
	background:transparent url(images/msg_top_l.png) no-repeat left;
	float:left;
}

.msg_top_r{
	margin-left:0px !important;
	margin-left:-3px;
	height:34px;
	width:34px;
	background:transparent url(images/msg_top_r.png) no-repeat right;
	float:right;
}

.msg_top {
	height:25px;
	background:transparent url(images/msg_top.png) repeat-x;
	padding-left:6px;
	margin-left:20px;
	margin-right:15px;
	padding-top:9px;
}

.msg_top a {
    color:#FFFFFF;
}
/* Pseudo du membre */
.msg_pseudo_mbr { 
    width:127px;
    background:#2B2927 url(images/msg_top_row.png) repeat-x;
    padding:2px 4px;
    float:left;
    margin-right:0px !important;
    margin-right:-3px;
    margin-left:-127px !important;
    margin-left:-64px;
    margin-top:-4px;
}
    /* Case au dessus du message, indique la date et les boutons d'administration */
.msg_top_row {
    height:16px;
    background:#2B2927 url(images/msg_top_row.png) repeat-x;
    font-size:11px;
    color:#776E63;
    margin-right:1px;
	border-top:2px solid #DC8B00;
    border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
    padding-top:4px;
    padding-left:127px;
    overflow:hidden !important;
    height:auto !important;
    overflow:visible;
    height:1%;
}
 /* Case des informations du membre */
.msg_info_mbr {
    background:#2B2927;
    width:127px;
    padding:4px;
    float:left;
    font-size:10px;
    border-right:1px solid #000000;
}
    /* Case contenant l'ensemble du message, infos membre + contenu */
.msg_contents_container {
    margin-right:1px;
    background:#2B2927;
}
/* Case du message */
.msg_contents,.msg_contents2 { 
    margin-left:135px;
    background:#66615D;
    padding:0px 5px;
    border-left:1px solid #000000;
}
/* Case du message => Couleur alternative */
.msg_contents2 { 
    background:#7B7B7B;
}
    /* Case du contents du message, évite que les images trop grandes déforme */
.msg_contents_overflow {
    width:99%;
    height:auto;
    min-height:80px;
    overflow:auto;
    padding:10px 0px;
}
 /* Signature du membre */
.msg_sign,.msg_sign2 {
    background:#66615D url(images/border.png) repeat-y right;
    padding:4px;
    font-size:11px;
    margin-left:136px;
    border-left:1px solid #000000;
}
 /* Signature du membre => Couleur alternative */
.msg_sign2 {
    background:#7B7B7B url(images/border.gif) repeat-y right;
}
 /* Signature du membre, fixe la hauteur maximale */
.msg_sign_overflow {
    height:auto !important;
    height:80px;
    width:99%;
    max-height:80px;
    max-width:99%;
    overflow:hidden;
}
/* Barre inférieure des messages */
.msg_bottom_l { 
    margin-right:0px !important;
	margin-right:-3px;
	width:8px;
	height:24px;
	background:url(images/msg_bottom_l.png) no-repeat left;
	float:left;
    border-top:2px solid #DC8B00;
}

.msg_bottom_r {
	margin-left:0px !important;
	margin-left:-3px;
	width:8px;
	height:24px;
	background:url(images/msg_bottom_r.png) no-repeat right;
	float:right;
    border-top:2px solid #DC8B00;
}

.msg_bottom {
	height:22px;
	background:url(images/msg_bottom.png) repeat-x;
	padding-top:2px;
	padding-left:6px;
	margin-left:8px !important;
	margin-left:0px;
	margin-right:8px !important;
	margin-right:0px;
	font-size:12px;
    border-top:2px solid #DC8B00;	
}

/* ---------------- Modules ----------------------*/ 
/* Conteneur des modules */
.module_position {
    margin:auto;
}
/* Barre supérieur des modules */
.module_top_l { 
    
}

.module_top_r {
    
}

.module_top {
    height:18px;
    /*text-indent:10px;*/
    font-size:12px;
    font-weight:bold;
    color:#DC8B00;
    border-bottom:2px solid #DC8B00;
}

.module_top a {
    
}
 /* Contenu des modules */
.module_contents {
    padding:20px 15px;
    padding-bottom:15px;
    clear:both;
    text-align:justify;
}
 /* Barre inférieure des modules */
.module_bottom_l {
    
}

.module_bottom_r {
    
}

.module_bottom {
    height:22px;
    padding-top:2px;
    padding-left:6px;
    font-size:12px;
}
/* Tableau global, utilisé dans les différents modules */
.module_table {
    width:98%;
    margin:auto;
    border-spacing:0px;
    border-collapse:collapse;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}
*+html .module_table { /* Hack ie7 */
	border-collapse:collapse;
}
.block_container {
    width:auto;
	margin:10px auto;
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background:#2B2927 none repeat scroll 0 0;
border:1px solid #000000;
}
div.block_contents {
    width:auto;
    padding:10px;
	border:none;
	text-align:justify;
} 
/* ----------------Placement Modules minis----------------------*/
.module_mini_container { 
    background:#2B2927 url(images/contentbg.png) no-repeat;
    width:180px;
    margin:0px;
    margin-bottom:10px;
    border:1px #000000 solid;
    border-spacing:1px;
    padding:5px;
	-moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}

.module_mini_top {
    font-weight:bold;
    text-align:center;
	width:180px;
	height:25px;
}

.module_mini_contents {
    border-top:none;
    border-bottom:none;
    text-align:center;
    padding:4px;
    padding-top:5px;
    padding-bottom:0px;
}

.module_mini_bottom { /* Bordure inférieur des modules minis */
    height:15px;
}

.label {
    font-weight:bold;
    font-size:11px;
    color:#476a7f;
}