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

table {
	border-spacing:0px;
	border-collapse:collapse;
}

/* Conteneur */
div.block_container {
    width:auto;
	margin:10px auto;

}
div.block_contents {
background:transparent url(images/msg_info_mbr.png) repeat-x scroll 0 0;
    width:auto;
    padding:10px;
	border-top:1px solid #000000;
	text-align:justify;
} 
/* Entête de conteneur et des tableaux */
div.block_top, table tr:first-child th {
    padding:5px 6px;
    color:#000000;
background:transparent url(images/msg_top_row.png) repeat-x scroll 0 0;
    text-align:left;
    font-size:0.75em;
    font-weight:bold;
    text-transform:uppercase;
}
.block_top {
	margin-top:-1px;
	-moz-border-radius:4px 4px 0px 0px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
table th:first-child{
    background:transparent url(images/content.png) repeat scroll 0 0;
	-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:#000000;
    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 {
color:#000000;
font-family:georgia,prestige,sans-serif;
font-size:15px;
font-weight:bold;
display:inline;
}

/* Sous-Titres */
h5.sub_title { /* Titre des menu */
color:#000000;
font-size:12px;
height:23px;
}

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

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

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:1px solid #000000;
	background-color:#FFFFFF;	
	color:#2E3B5F;
	padding:1px 2px;
}

input{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	font-size:11px;
	vertical-align:middle;
	border:1px solid #000000;	
	color:#2E3B5F;
	padding:1px 2px;
}

input:hover, textarea:hover{
	border:1px solid #000000;
	background-color:#E8E8E8; 
}

input:focus, textarea:focus{
	border:1px solid #000000;
	background-color:#F0F0F0;
}

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

textarea {
    display:block;
    width:87%;
    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;
}

input.submit{
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:transparent url(images/content.png) repeat scroll 0 0;
border:1px solid #777777;
color:#000000;
font-family:Verdana,'Bitstream Vera Sans',Times,serif;
font-size:10px;
font-weight:bold;
padding:1px 2px;
}

input[type=checkbox] { 
	border:none;
	background:none;
}

input.file{
	border:1px solid #777777;	
	border-top:1px solid #8498ae;	
	color:#2E3B5F;	
	padding:1px;
	font-weight:bold;
	font-size:10px;
}

input.reset{
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:transparent url(images/content.png) repeat scroll 0 0;
border:1px solid #777777;
color:#E10000;
font-family:Verdana,'Bitstream Vera Sans',Times,serif;
font-size:10px;
font-weight:bold;
padding:1px 2px;
}

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

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:transparent url(images/content.png) repeat 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:#333333;
	top:0;
	vertical-align:middle;
	text-transform:uppercase;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}
* 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 #000000;
	color:#000000;
	background:transparent url(images/content.png) repeat scroll 0 0;
	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;
}

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

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

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

label img {
    vertical-align:middle;
}

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

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

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

.msg_position { /* Conteneur des messages */
    width:98%;
    margin:auto;
    background:transparent url(images/border.png) repeat-y left;
}

.msg_container,.msg_container2 {
    /* Case contenant l'ensemble du message */
    background:transparent url(images/border.png) repeat-y right;
    margin-left:1px;
    overflow:hidden !important;
    height:auto !important;
    overflow:visible;
    height:1%;
    clear:both;
}

.msg_container2 {
    /*  Case contenant l'ensemble du message => Couleur alternative */
    background:transparent url(images/border.png) repeat-y right;
}

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

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

.msg_top {	
height:25px;
background:url(images/msg_top.png) repeat-x;
padding-left:6px;
margin-left:20px;
margin-right:15px;
padding-top:9px;
padding:5px;
text-indent:0px;
color:#000000;
font-weight:normal;
border-bottom:none;
}

.msg_top a {
    color:#000000;
}

.msg_top a :hover{
    color:#777777;
}
.msg_pseudo_mbr { /* Pseudo du membre */
    width:127px;
    background:transparent;
    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:transparent url(images/msg_top_row.png) repeat-x;
    font-size:11px;
    color:#000000;
    margin-right:1px;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    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:transparent url(images/msg_info_mbr.png) repeat-x scroll 0 0;
    width:127px;
    padding:4px;
    float:left;
    font-size:10px;
    border-right:1px dotted #C4CED6;
}

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

.msg_contents,.msg_contents2 { /* Case du message */
    margin-left:135px;
    background:transparent;
    padding:0px 5px;
    border-left:1px dotted #C4CED6;
}

.msg_contents2 { /* Case du message => Couleur alternative */
    background:transparent url(images/msg_info_mbr.png) repeat-x scroll 0 0;
}

.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:transparent url(images/border.png) repeat-y right;
    padding:4px;
    font-size:11px;
    margin-left:136px;
    border-left:1px dotted #C4CED6;
}

.msg_sign2 { /* Signature du membre => Couleur alternative */
    background:transparent url(images/border.png) repeat-y right;
}

.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 */
background:transparent url(images/bottom_left.png) no-repeat scroll left center;
height:50px;
width:20px;
float:left;
}

.msg_bottom_r {
background:transparent url(images/bottom_right.png) no-repeat scroll right center;
height:50px;
width:22px;
float:right;
}

.msg_bottom {
background:transparent url(images/bottom.png) repeat-x scroll 0 0;
font-size:10px;
height:50px;
margin-left:20px;
padding-left:6px;/* pour le mode une colonne gauche rajouter: padding-left:4px;*/
width:94%;/* pour le mode une colonne gauche: mettre width:94%;*/
}

/* Modules
--------------------------------------*/ /* Conteneur des modules */
.module_position {
    width:98%;
    margin:auto;
/*	-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background:transparent url(images/content.png) repeat scroll 0 0;
border:1px solid #000000;
margin:auto auto 30px;
width:96%;*/
}
.module_position_bis{	
margin:auto auto 30px;
width:98%;
}
/* Barre supérieure des modules */

.module_top_l{
background:transparent url(images/top_left.png) no-repeat scroll left center;
height:49px;
width:20px;
float:left;
}
.module_top_r{
background:transparent url(images/top_right.png) no-repeat scroll right center;
height:49px;
width:20px;
float:right;
}

.module_top{
background:transparent url(images/top.png) repeat-x scroll 0 0;
color:#000000;
font-size:12px;
font-weight:bold;
height:29px;
margin-left:20px;
padding:10px;
width:90%;
}

.news_middle {
background:transparent url(images/news_right.png) repeat-y scroll right 0;
margin-left:4px;
margin-right:0;
}
.news_global {
background:transparent url(images/news_left.png) repeat-y scroll left 0;
}

.module_top a {
    
}

.module_contents { /* Contenu des modules */
background:transparent url(images/content.png) repeat scroll 0 0;
margin-left:9px;
padding-left:1px;
text-align:justify;
width:96%;
    clear:both;
}

.module_bottom_l { /* Barre inférieure des modules */
background:transparent url(images/bottom_left.png) no-repeat scroll left center;
height:50px;
width:20px;
float:left;
}

.module_bottom_r {
background:transparent url(images/bottom_right.png) no-repeat scroll right center;
height:50px;
width:21px;
float:right;
}

.module_bottom {
background:transparent url(images/bottom.png) repeat-x scroll 0 0;
font-size:10px;
height:50px;
margin-left:20px;
padding-left:1px;/* pour le mode une colonne gauche rajouter: padding-left:4px;*/
width:93%;/* pour le mode une colonne gauche: mettre width:94%;*/
}

/* Tableau global, utilisé dans les différents modules */
.module_table {
    width:98%;
    margin:auto;
	background:transparent url(images/content.png) repeat scroll 0 0;
	border-spacing:0px;
	border-collapse:separate;
	padding:0px;
	border:1px solid #000000;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
*+html .module_table { /* Hack ie7 */
	border-collapse:collapse;
}

/* Modules minis
--------------------------------------*/
.module_mini_container { /*Placement des mini modules */
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
border-spacing:8px;
margin:0 0 10px 4px;
width:180px;
}

.module_mini_top {
background:transparent url(images/mini_top.png) repeat-x scroll center top;
font-weight:bold;
height:38px;
margin-top:2px;
padding:10px;
text-align:center;
}

.module_mini_contents {
background:transparent url(images/mini_contents.png) repeat-y scroll center 0;
border-bottom:medium none;
border-top:medium none;
margin-top:-17px;
padding:5px 4px 0;
text-align:center;
}

.module_mini_bottom { /* Bordure inférieure des modules minis */
background:transparent url(images/mini_bottom.png) repeat-y scroll center 0;
height:15px;
}

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

.links_middle {
background:transparent url(images/links_right.png) repeat-y scroll right 0;
margin-left:4px;
margin-right:0px;
text-indent:10px;
}
.links_global {
background:transparent url(images/links_left.png) repeat-y scroll left 0;
margin-left:4px;
margin-right:6px;
}

/* Guestbook */

.msg_contents_guestbook { 
    background:transparent url(images/content.png) repeat scroll 0 0;
}