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

a { color: #FFFFFF; }
a:visited { color: #FFF; }


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

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

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

#titre_site{
	font: 24px Verdana;
	padding: 12px 0 0 15px;
	font-weight:bold; 
	margin-bottom: -20px; 
	margin-right:15px;
	color: #FFF; 
}

#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{
	color:#111111;
	font-weight:lighter;
	font-size:11pt;
	padding-left:15px;
}
/*SFZ _______________ LIENS DE LA BARRE DE NAVIGATION*/
div#menu_horizontal ul{
	margin-left: 10px; 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 33px; 
}
div#menu_horizontal ul li{
	float: left; 
	margin-right: 3px; 
	padding-left: 7px; 
}

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

div#menu_horizontal a{
	display: block; 
	text-decoration: none; 
	line-height: 33px; 
	padding: 0 15px 0 8px; 
}

div#menu_horizontal a:hover{
	display: block; 
	text-decoration: none; 
	line-height: 33px; 
	padding: 0 15px 0 8px; 
}

/* Titres */
h3.title {
   font-size: 22px; line-height: 26px; margin-bottom: 10px;
}

/* Sous-Titres */
h5.sub_title { /* Titre des menu */
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  border-bottom:1px solid #CCCCCC;
}
	
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;
}

ul.menu_vertical li {
	
	background: url(images/bullet.gif) no-repeat;
	background-position: left center;
	padding-left:15px;
	margin-left:0px;
	
}

.block_top,th { /* Entête de conteneur et des tableaux */
    padding:5px 6px;
    color:#EEE;
	background:url(images/bggrad.jpg) repeat-x;
    text-align:left;
    font-size:0.75em;
    font-weight:bold;
    text-transform:uppercase;
	border:1px solid #070707;

}

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

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

.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{
	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;
	background-color:#FFFFFF; 
}
input:focus, textarea:focus{
	border:1px solid #728776;
	background-color: #EEEEEE;
}

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

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

textarea.post {
width:200px;}

input.text{
	padding:2px;	
}
input.submit{
	border:1px solid #070707;	
	border-top:1px solid #070707;	
	color:#EEE;	
	padding:1px;
	font-weight:bold;
	font-size:11px;
	background:#444;
}
input.file{
	border:1px solid #070707;	
	border-top:1px solid #070707;	
	color:#EEE;	
	padding:1px;
	font-weight:bold;
	font-size:11px;
	background:#444;
}
input.reset{
	border:1px solid #070707;	
	border-top:1px solid #070707;	
	color:#E10000;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	font-weight:bold;
	font-size:11px;
	padding:1px;
	background:#444;
}
input.reset:hover, input.submit:hover{
	border:1px solid #191919;
	cursor:pointer;
	color:#E10000;
}

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:url(images/bggrad.jpg) repeat-x;
	border:1px solid #070707;
	padding:2px 10px;
	margin-top:-0.4em;
	margin-left:0.5em;
	position:relative;
	text-transform:none;
	line-height:1.5em;
	color:#EEE;
	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;
	margin:20px 0;
	padding:6px;
	border:1px solid #070707;
	color:#EEE;
	position:relative; 
	background: url(images/bggrad.jpg); 
}
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:#DDD;
}

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

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

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

.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:5px solid #070707;
	border-left-width:57px;
}

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

/* 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_pseudo_mbr { /* Pseudo du membre */
    width:127px;
    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;
    background:#111;
    font-size:11px;
    color:#6598b8;
    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:#111;
    width:127px;
    padding:4px;
    float:left;
    font-size:10px;
	border-right: 1px solid #070707; 
}

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

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

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

.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 */
    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:100%;
    margin:auto;
}

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

.module_top_r {
    
}

.module_top {
    height:18px;
	text-align:center;
	clear: both; 
	font-size: 11px; 
	color: #EEE; 
	margin-bottom: 20px; 
	border-top: 1px solid #070707; 
	border-bottom: 1px solid #070707; 
	background: url(images/bggrad.jpg) repeat-x; 
}
	
.module_top a {
    	color: #EEE; }
.module_top a{color: #EEE; text-decoration:underline;}


.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:98%;
    margin:auto;
    border-spacing:0px;
    border-collapse:collapse;
}

/* Modules minis
--------------------------------------*/
.module_mini_container { /*Placement des mini modules */
    width:340px;
    margin:0px;
    margin-bottom:15px;
    border-spacing:1px;
    padding:5px;
}

.module_mini_top {
    height:24px;
    font-weight:bold;
	background: url(images/bg-trans.png) repeat;
    text-align:center;
}

.module_mini_contents {
  text-align:left;
  width:340px;
  background: url(images/bg-trans.png) repeat;
  padding-left:10px;
  padding-top:10px;
}

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

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