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

a { color: #F5F1D1; }
a:hover { color: #3e3c27; }
a:visited { color: #F5F1D1; }


h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #F5F1D1; }

h1 {
    color:#5C5C5C;
    font-size:23px;
}

#titre_site{
	float:left;
	color:#EEE;
	padding-top:25px;
	padding-right:10px;
	font-family: Gill Sans Ultra Bold;
	font-size:40px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-transform:uppercase;
	position:absolute;
	
	}

#slogan_site{
	color:#CCCCCC;
	font-size:14px;
	padding-left:20px;
	font-family:Verdana;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	position:absolute;
	}




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

/* Titres */
h3.title {
	margin:15px 0 0 -30px;
	color:#171508;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bolder;
	text-transform:uppercase;}

/* Sous-Titres */
h5.sub_title { /* Titre des menu */
	font-size: 18px; line-height: 22px; margin-bottom: 5px; color:#000000;
	text-align:left; margin-left:3px; font-weight:lighter;}

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:#E53B00;
}
h3.menu_vertical_0 a,h3.menu_vertical_0 a:hover {
	color:#000000;
	font-size:18px;
	font-weight:lighter;
	line-height:22px;
	margin-bottom:5px;
	margin-left:3px;
	text-align:left;
	text-decoration:none;
}
h3.menu_vertical_0{
border-bottom:1px solid #625D3B; 
text-align:left;}

ul.menu_vertical_0 li a, ul.menu_vertical_0 li span {
color:#F5F1D1;
}
ul.menu_vertical_0 li a:hover, ul.menu_vertical_0 li span:hover {
color:#3E3C27 ;
}
ul.menu_vertical a {
color:#F5F1D1;}
ul.menu_vertical a:hover {
color:#3E3C27;}


ul.menu_horizontal{
	left:265px;
	position:absolute;
	top:30px;}

.block_top,th { /* Entête de conteneur et des tableaux */
    padding:5px 6px;
    color:#FFFFFF;
	background:#5b5631;
    text-align:left;
    font-size:0.75em;
    font-weight:bold;
    text-transform:uppercase;
	border:1px solid #5b5631;

}

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

/* Formulaires 
--------------------------------------*/
.fieldset_mini {
    margin-top:20px;
	margin:auto;
    width:450px;     
}

.fieldset_content {
    width:450px;     
	margin:auto;
    margin-top:20px;
}

div.block_title span {
    text-transform:uppercase;
    font-family:Verdana, 'Bitstream Vera Sans', Times, serif;
    font-size:0.75em;
    font-weight:bold;
    color:#E53B00;
    background:#FFFFFF;
    border:1px solid #71BAF1;
    padding:2px 8px;
    padding:1px 0;
    vertical-align:middle;
    position:relative;
    margin-top:-0.4em;
    padding-left:10px;
    padding-right:10px;
    line-height:1.2em;
}

div.block_title {
    position:relative;
    top:-1.2em;
}

div.block_content {
    width:95%;
    margin:auto;
    margin-top:20px;
    font-family:Verdana, 'Bitstream Vera Sans', Times, serif;
    margin:20px 0;
    padding:6px;
    border:1px solid #71BAF1;
    background:#F1F4F6;
    position:relative;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

div.block_content ul {
    padding-left:20px;
}

input, textarea, optgroup, select, .xmlhttprequest_preview{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	font-size:11px;
	vertical-align:middle;
	border-left:1px solid #6993AE;
	border-top:1px solid #6993AE;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFFFFF;	
	color:#2E3B5F;
	padding:1px 2px;
}
input:hover, textarea:hover{
	border:1px solid #213D4F;
	color:#9eb70b;
	background-color:#FFFFFF; 
}
input:focus, textarea:focus{
	border:1px solid #728776;
	background-color: #EEEEEE;
	color:#9eb70b;
}

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

textarea {
    display:block;
    width:98%;
    margin:auto;
}

input.text{
	padding:4px;
	background-color:#FFFFFF;
	background: url(images/input.gif) repeat-x;
}
input.submit{
	border:1px solid #B0C1CB;	
	border-top:1px solid #D9EBF6;	
	color:#FFFFFF;	
	padding:1px;
	font-weight:bold;
	padding-left:4px;
	padding-right:4px;
	font-size:12px;
	background:#5b5631 url(images/button.png) repeat-x;
}
input.file{
	border:1px solid #B0C1CB;	
	border-top:1px solid #D9EBF6;	
	color:#2E3B5F;	
	padding:1px;
	font-weight:bold;
	font-size:11px;
	background:#5b5631 url(images/form.png) repeat-x;
}
input.reset{
	border:1px solid #B0C1CB;	
	border-top:1px solid #D9EBF6;	
	color:#E10000;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	font-weight:bold;
	font-size:11px;
	padding:1px;
	background:#5b5631 url(images/form.png) repeat-x;
}
input.reset:hover, input.submit:hover{
	border:1px solid #000000;
	cursor:pointer;
	color:#444444;
}

optgroup, select{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,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:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	font-size:0.85em;
	font-weight:bold;
	background:#D8CD8D;
	border:1px solid #F5F1D1;
	padding:2px 10px;
	margin-top:-0.4em;
	margin-left:0.5em;
	position:relative;
	text-transform:none;
	line-height:1.5em;
	color:#333333;
	top:0;
	vertical-align:middle;
	text-transform:uppercase;
}
legend{ 
	top:-1.2em; 
}
* html legend {
    margin:0 0 -10px -7px;
    line-height:1em;
    font-size:.85em;
}

fieldset{
	font-size: 11px; 
	color: #FFF; 
	padding: 3px 5px 5px 5px; 
	margin-bottom: 20px; 
	border:1px solid #F5F1D1;
	border-left:15px solid #F5F1D1;
	background: #5b5631; 
}
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;
}

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

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

label img {
    vertical-align:middle;
}

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

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

a.msg_link_pseudo:hover {
    color:#414d4c;
    font-weight:bold;
}

.msg_position { /* Conteneur des messages */
    width:100%;
    margin:auto;
    background:#6e6943;
}

.msg_container,.msg_container2 {
    /* Case contenant l'ensemble du message */
    margin-left:1px;
    overflow:hidden !important;
    height:auto !important;
    overflow:visible;
    height:1%;
    clear:both;
	border:1px solid #F5F1D1;
	border-left-width:10px;
	background:#5b5631;
}

.msg_container2 {
    /*  Case contenant l'ensemble du message => Couleur alternative */
	background:#5b5631;
}

/* Barre supérieur des messages */
.msg_top_l{
	margin-right:0px !important;
	margin-right:-3px;
	height:34px;
	width:29px;
	background:#5b5631;
	float:left;
}

.msg_top_r{
	margin-left:0px !important;
	margin-left:-3px;
	height:34px;
	width:21px;
	background:#5b5631;
	float:right;
}

.msg_top {
	height:25px;
	background:#5b5631;
	padding-left:6px;
	margin-left:20px;
	margin-right:15px;
	padding-top:9px;
}

.msg_top a {
    color:#414d4c;
}

.msg_pseudo_mbr { /* Pseudo du membre */
    width:127px;;
	background:#5b5631;
    padding:2px 4px;
    margin-right:0px !important;
    margin-right:-3px;
    margin-left:-127px !important;
    margin-left:-64px;
    margin-top:-4px;
	text-align: center; 
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color:#F5F1D1;}
	
.msg_pseudo_mbr a,.msg_pseudo_mbr a:hover {
	color:#F5F1D1;}


.msg_top_row {
    /* Case au dessus du message, indique la date et les boutons d'administration */
    height:16px;
	background:#5b5631;
    font-size:11px;
    color:#DDD;
    margin-right:1px;
    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:#5b5631;
    width:127px;
	float:left;
    padding:4px;
    font-size:10px; 
}

.msg_contents_container {
    /* Case contenant l'ensemble du message, infos membre + contenu */
    margin-right:1px;
	background:#5b5631;
	width:460px;
}

.msg_contents,.msg_contents2 { /* Case du message */
	background:#5b5631;
	float:right;
	width:313px;
    padding:0px 5px;
}

.msg_contents2 { /* Case du message => Couleur alternative */
	background:#5b5631;
}

.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:#6e6943;
    padding:4px;
    font-size:11px;
    margin-left:136px;
	margin-bottom:10px;
}

.msg_sign2 { /* Signature du membre => Couleur alternative */
    background:#6e6943;
}

.msg_sign_overflow { /* Signature du membre, fixe la hauteur maximale */
    height:auto !important;
    height:80px;
    width:99%;
    max-height:80px;
    max-width:99%;
    overflow:hidden;
}

.msg_bottom_l { /* Barre inférieure des messages */
    
}

.msg_bottom_r {
    
}

.msg_bottom {
    height:23px;
    background:#6e6943;
    padding-top:6px;
    padding-left:6px;
}

/* Modules
--------------------------------------*/ /* Conteneur des modules */
.module_position {
    width:100%;
    margin:auto;
}

.module_top_l { /* Barre supérieur des modules */
    
}

.module_top_r {
    
}

.module_top {
	font-size: 11px; 
	color: #FFF; 
	padding: 3px 5px 5px 5px; 
	margin-bottom: 20px; 
	border:1px solid #F5F1D1;
	border-left:15px solid #F5F1D1;
	background: #5b5631; 
	height:17px;
}
	
.module_top a,.module_top a:visited{color: #F5F1D1; text-decoration:none;}
.module_top a:hover{color: #3e3c27; text-decoration:none;}


.module_contents { /* Contenu des modules */
    padding:20px 15px;
    padding-bottom:15px;
    clear:both;
    text-align:justify;
}

.module_bottom_l { /* Barre inférieure des modules */
    
}

.module_bottom_r {
    
}

.module_bottom {
    height:22px;
    padding-top:2px;
    padding-left:6px;
    font-size:12px;
}

.module_table,.block_container {
    /* Tableau global, utilisé dans les différents modules */
    width:482px;
    margin:auto;
	margin-left:8px;
    border-spacing:0px;
    border-collapse:collapse;
	border:1px solid #F5F1D1;
	border-left:15px solid #F5F1D1;
}

/* Modules minis
--------------------------------------*/
.module_mini_container {
	border-bottom:1px solid #625D3B;
    width:200px;
    margin:0px;
    margin-bottom:10px;
}

.module_mini_top {
    height:24px;
    font-weight:bold;
    text-align:center;
}

.module_mini_contents {
	width: 200px;
	margin-left:-10px;
	padding: 15px; 
	overflow: hidden;
	color: #000;
}

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

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