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

a, a:visited {
	background: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background: inherit;
}


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

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

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

#titre_site{
	?position:absolute;
	margin: 0; padding: 0;
	font: bolder 45px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -3px;
	color: #fff;
	margin-top:-50px;
	margin-left:-20px;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
}

#titre_site h1 a { 
	color: #FFF; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
}
#titre_site h1 span {  
	font-size: 11px; 
	color: #777; 
}

#slogan_site{
	margin: 0; padding: 0;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	letter-spacing:-0.5px;
	margin-top:-2px;
	margin-left:-5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
}
/*SFZ _______________ LIENS DE LA BARRE DE NAVIGATION*/
div#menu_horizontal{
margin-left:-25px;
}

div#menu_horizontal ul{
	float: left;	
	list-style: none;	
	margin-top:-5px;
	margin-bottom:-5px;
	height: 45px;
	padding: 0 0 0 40px;					
}
div#menu_horizontal ul li a{
	display: block;
	float: left;
	padding: 0 12px;
	color: #fff;	
	text-decoration: none;
}

div#menu_horizontal li{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}

div#menu_horizontal a{
	float: left;	
	margin-top:-10px;
	color: #FFF;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}

div#menu_horizontal ul li a:hover, 
div#menu_horizontal ul li a:active {
	color: #3b5e0b;	
}


/* Titres */
h3.title {
	font: normal 180% 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: 0; 	
	margin-bottom: 0;		
}

div#main.title a {
	color: #45D5E6;
	text-decoration: none;		
	border: none;		
}




/* Sous-Titres */
h5.sub_title { /* Titre des menu */
	margin: 15px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;
	padding-bottom:5px;
}
	
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;
}

.block_top,th { /* Entête de conteneur et des tableaux */
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-width: 1px;
  	border-style: solid;
}


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

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

.fieldset_content {
    width:95%;
    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:#FFF;
    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{	
	margin: 5px 0;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	font-size:11px;
	vertical-align:middle;
	border-width: 1px;
	border-style: solid;
  	border-color: #E5F0FB; 
	background-color:#FFFFFF;	
	color: #6A6969;
	padding: 5px;
}

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

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

input.text{
	padding:2px;	
}
input.submit{
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
}
input.file{
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
}
input.reset{
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
}
input.reset:hover, input.submit:hover{
	border:1px solid #191919;
	cursor:pointer;
	color:#FFF;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
}


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;
	padding:2px 10px;
	margin-top:-0.4em;
	margin-left:0.5em;
	position:relative;
	text-transform:none;
	line-height:1.5em;
	color:#111;
	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-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	padding: 15px 25px 25px 20px; 
	color:#444;
	position:relative; 
}
fieldset p {
	padding: 12px 0 5px 0;	margin: 0;	
}

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

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:#444;
    font-weight:bold;
}

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

.msg_position { /* Conteneur des messages */
    width:523px;
    margin:auto;
}

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


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

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

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

.msg_top a {
    color:#79A325;
}

.msg_pseudo_mbr { /* Pseudo du membre */
    width:127px;
	float:left;
    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; 

}

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

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

.msg_contents,.msg_contents2 { /* Case du message */
    margin-right:135px;
    padding:0px 5px;
}


.msg_contents_overflow {
    /* Case du contents du message, évite que les images trop grandes déforme */
    width:99%;
	float:right;
    height:auto;
    min-height:80px;
    overflow:auto;
    padding:10px 0px;
}

.msg_sign,.msg_sign2 { /* Signature du membre */
    padding:4px;
    font-size:11px;
    margin-left:136px;
}

.msg_sign2 { /* Signature du membre => Couleur alternative */
}

.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;
    padding-top:6px;
    padding-left:6px;
	padding-bottom:10px;
}

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

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

.module_top_r {
    
}

.module_top {
    height:22px;
	text-align:center;
	clear: both; 
	font-size: 11px;
	width:523px; 
	color: #EEE; 
	margin-bottom: 20px; 
}
	
.module_top a {}
.module_top a{text-decoration:underline;}
.module_top a:hover{ 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:95%;
    margin:auto;
    border-spacing:0px;
    border-collapse:collapse;
}

/* Modules minis
--------------------------------------*/
.module_mini_container { /*Placement des mini modules */

    width:175px;
    margin:0px;
    margin-bottom:15px;
    border-spacing:1px;
    padding:5px;
}

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

.module_mini_contents {
  margin-top:30px;
  text-align:center;
  width:175px;
  padding-left:-40px;
  padding-top:10px;
}

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

label {
	font-weight: bold;
	color: #A7743B;
}
