/* --------------------------------------
		content.css
Contient les formulaires, les modules (et modules minis), et messages.
--------------------------------------*/ /* Titres */
h1 {
    color:#00E5FF;
    font-size:23px;
}

h2.title {
    font-size:16px;
    font-weight:bold;
}

/* Titres */
h3.title {
    font-size:12px;
    font-weight:bold;
    display:inline;
}

/* Sous-Titres */
h5.sub_title { /* Titre des menu */
    font-size:12px;
    color:#FFFFFF;
	
}

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;

}

div.block_top, table tr:first-child th { /* Entête de conteneur et des tableaux */
    padding:5px 6px;
    color:#FFFFFF;
    background:#3187C7 url(images/msg_top_row.png) repeat-x;
    /*border:1px solid #325889;*/
    text-align:left;
    font-size:0.75em;
    font-weight:bold;
    text-transform:uppercase;
	-moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
}

hr {
    background:#C4CED6;
    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:Verdana, 'Bitstream Vera Sans', Times, serif;
    font-size:0.75em;
    font-weight:bold;
    background:#3286C6 none repeat scroll 0 0;
    border:1px solid #18415B;
    color:#FFFFFF;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
}

div.block_content {
    font-family:Verdana, 'Bitstream Vera Sans', Times, serif;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background:#77A0CA none repeat scroll 0 0;
    border:2px solid #8ED3FF;
    color:#464646;
	padding-right:23px;
	margin:10px auto;
}
/* ############ Fin : A modifier avec les couleurs de fieldset ##############*/
input {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	font-size:11px;
	vertical-align:middle;
	border:1px solid #150185;
	color:#2E3B5F;
	padding:1px 2px;
}


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 #150185;
	background-color:#D7E4F0;	
	color:#2E3B5F;
	padding:1px 2px;
}

input:hover {
	border:1px solid #3251AD;
}
textarea:hover{
	border:1px solid #3251AD;
	background-color:#E3F1FF; 
}

input:focus, textarea:focus{
	border:1px solid #02A3FF;
	background-color:#EFF9FF;
}

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:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	
}

input.submit{
	padding:1px 2px;
	font-family:Verdana, 'Bitstream Vera Sans', Times, serif;
	border:1px solid #150185;	
	color:#FFFFFF;	
	font-weight:bold;
	font-size:10px;
	background:#97ACCC url(images/form.png) repeat-x;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}

input.file{
	border:1px solid #B0C1CB;	
	border-top:1px solid #D9EBF6;	
	color:#2E3B5F;	
	padding:1px;
	font-weight:bold;
	font-size:10px;
	background:#A9CEE9 url(images/form.png) repeat-x;
}

input.reset{
	padding:1px 2px;
	font-family:Verdana, 'Bitstream Vera Sans', Times, serif;
	border:1px solid #B0C1CB;	
	border-top:1px solid #D9EBF6;	
	color:#E10000;
	font-weight:bold;
	font-size:10px;
	background:url(images/form.png) repeat-x;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}

input.reset:hover, input.submit:hover{
	border:1px solid #0A2370;
	cursor:pointer;
	color:#507CA2;
}

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:#3286C6 none repeat scroll 0 0;
    border:1px solid #18415B;
	padding:2px 10px;
	margin-top:-0.4em;
	margin-left:0.5em;
	position:relative;
	text-transform:none;
	line-height:1.5em;
	color:#FFFFFF;
	top:0;
	vertical-align:middle;
	text-transform:uppercase;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}
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:2px solid #8ED3FF;
	color:#464646;
	background:#77A0CA;
	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:#0578CC;
}

dd label {
    white-space:nowrap;
    margin:0 10px 0 0;
    font-weight:normal;
    color:#476A7F;
}

dt span {
    font-size:10px;
    color:#476A7F;
}

label img {
    vertical-align:middle;
}

fieldset dl dd label:hover {
    color:#183A4F;
}

/* 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:#e8eaeb;
    font-weight:bold;
}

a.msg_link_pseudo:hover {
    color:#f2fbff;
    font-weight:bold;
}
/* Conteneur des messages */
.msg_position { 
background:#517FB8 url(images/border.gif) repeat-y scroll left center;
    width:100%;
    margin:auto;
}
/* Case contenant l'ensemble du message */
.msg_container,.msg_container2 {
    
    background:#83A7D3 url(images/border.gif) 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:#D7E4F0 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:9px;
	background:url(images/msg_top_l.png) no-repeat left;
	float:left;
	border-bottom:2px solid #8ED3FF;
}

.msg_top_r{
	margin-left:0px !important;
	margin-left:-3px;
	height:34px;
	width:9px;
	background:url(images/msg_top_r.png) no-repeat right;
	float:right;
	border-bottom:2px solid #8ED3FF;
}

.msg_top {
	height:25px;
	background:transparent url(images/msg_top.png) repeat-x;
	padding-left:6px;
	padding-top:9px;
	border-bottom:2px solid #8ED3FF;
	margin-left:8px !important;
	margin-right:8px !important;
}

.msg_top a {
    color:#FFFFFF;
}

.msg_pseudo_mbr { /* Pseudo du membre */
    width:127px;
    background:#3187C7 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;
}

.msg_top_row {
    /* Case au dessus du message, indique la date et les boutons d'administration */
    height:16px;
    background:#3187C7 url(images/msg_top_row.png) repeat-x;
    font-size:11px;
    color:#e8eaeb;
    margin-right:1px;
    border-top:1px solid #325889;
    border-bottom:1px solid #325889;
    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:#517FB8;
    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:#517FB8;
}

.msg_contents,.msg_contents2 { /* Case du message */
    margin-left:135px;
    background:#83A7D3;
    padding:0px 5px;
    border-left:1px dotted #C4CED6;
}

.msg_contents2 { /* Case du message => Couleur alternative */
    background:#D7E4F0;
}

.msg_contents_overflow {
    /* Case du contents du message, évite que les images trop grandes déforme */
	color:#150185;
    width:99%;
    height:auto;
    min-height:80px;
    overflow:auto;
    padding:10px 0px;
}

.msg_sign,.msg_sign2 { /* Signature du membre */
    background:#83A7D3 url(images/border.gif) repeat-y right;
    padding:4px;
    font-size:11px;
    margin-left:136px;
    border-left:1px dotted #C4CED6;
}

.msg_sign2 { /* Signature du membre => Couleur alternative */
    background:#D7E4F0 url(images/border.gif) 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;
}
/* 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;
}
.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;
}
.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;
}

/* Modules
--------------------------------------*/ /* Conteneur des modules */
.module_position {
    margin:auto;
}
/* Barre supérieur des modules */
.module_top_l { 
	margin-left:0px !important;
	margin-left:-3px;
	width:9px;
	height:34px;
	background:url(images/msg_top_r.png) no-repeat right;
	float:right;
	border-bottom:2px solid #8ED3FF;
}

.module_top_r {
    margin-right:0px !important;
	margin-right:-3px;
	width:9px;
	height:34px;
	background:url(images/msg_top_l.png) no-repeat left;
	float:left;
	border-bottom:2px solid #8ED3FF;
}

.module_top {
	height:25px;
    padding-top:9px;
	background:url(images/msg_top.png) repeat-x;
	padding-left:6px;
	margin-left:8px !important;
	margin-right:8px !important;
	margin-left:0px;
	margin-right:0px;
    font-size:12px;
    font-weight:bold;
    color:#8ED3FF;
    border-bottom:2px solid #8ED3FF;
}

.module_top a {
    
}
/* Contenu des modules */
.module_contents { 
border:1px solid #8ED3FF;
background:#2A4975;
    padding:20px 15px;
    padding-bottom:15px;
    clear:both;
    text-align:justify;
}

.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;
}
*+html .module_table { /* Hack ie7 */
	border-collapse:collapse;
}
.block_container {
    width:auto;
	margin:10px auto;
	border:2px solid #8ED3FF;
    background: url(images/fondBox2.png) repeat;
    -moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}
div.block_contents {	
    width:auto;
    padding:10px;
	border:none;
	text-align:justify;
} 
/* Modules minis
--------------------------------------*/


.module_mini_container { /*Placement des mini modules */
    width:180px;
    margin:0px;
    margin-bottom:10px;
    background: url(images/fondBox2.png) repeat;
    border:2px solid #8ED3FF;
    border-spacing:1px;
    padding:5px;
    -moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}

.module_mini_top {
    height:24px;
    font-weight:bold;
    text-align:center;
}

.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;
}
/* Barre supérieur des modules livre d'or*/

.gb_position {
    margin:auto;
	/*color:#00FFFF;*/
}

.gb_top_l{ 
	margin-right:0px !important;
	margin-right:-3px;
	width:8px;
	height:24px;
	background:url(images/msg_top_l.png) no-repeat left;
	float:left;
	border-bottom:2px solid #8ED3FF;
}
.gb_top_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:8px;
	height:24px;
	background:url(images/msg_top_r.png) no-repeat right;
	float:right;
	border-bottom:2px solid #8ED3FF;
}
.gb_top{
	height:22px;
	background:url(images/msg_top.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-bottom:2px solid #8ED3FF;
	text-align: justify;
	color:#150185;
	
}

/* Barre inférieure des modules livre d'or*/

.gb_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;
}

.gb_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;
}

.gb_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;
	text-align: justify;
	color:#150185;
}
