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

.news_home{
	background:white;
	border:1px solid #999;
	border-top:0;
	margin-right:25px;
	margin-left:25px;
	margin-top:-6px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding:7px;
	margin-bottom:20px;
}

.right_title{
	
	text-shadow:1px 1px 0px #111;
	text-align:center;
	padding:2px;
	background:url(/images/background-taupe.png) repeat-x top left #222;
	font-weight:bold;
	color:white !important;
}

.right_title a{
	color:white !important;
}

.right_box{
	border-left:1px solid #C9C9C9;
	border-bottom:1px solid #C9C9C9;
	background:white;
}

.blockquote{
	background:#D9D9D9;
	padding:5px;
	border:1px solid #C9C9C9;
	margin-right:20%;
}

#link_top{
	background:url(/images/background-taupe.png) repeat-x top left #8f0202;
	
	box-shadow:0px 1px 2px #666;
	width:96%;
	margin:auto;
	margin-top:0px;
	margin-bottom:15px;
	margin-top:15px;
	border-radius:7px;
	height:26px;
}

#link_top .link_top:first-child{
	border-radius:7px 0px 0px 7px;
}


.link_top {
	position:relative;
	padding:4px;
	padding-left:6px;
	padding-right:10px;
	line-height:18px;
	border-right:1px solid #680b0b;
	float:left;
	background:url(/images/background-taupe.png) repeat-x top left darkred;
	text-shadow:1px 1px 0px #333;
	font-size:1.1em;
	font-weight:bold;
	color:white !important;
	text-decoration:none !important;
	height:18px;
	 -webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;
}

.no_txt{
	padding-left:8px;
	padding-right:0px;
}

.link_top IMG{
	float:left;
	margin-right:8px;
	vertical-align:middle;
}

.link_top:HOVER{
	background-color:#b82020;
}

#middle .title{
	margin-right:75px;
	padding:6px;
	
	font-weight:bold;
	
	margin-bottom:5px;
	font-size:14px;
	background:url(/images/background-taupe.png) repeat-x top left #222;
	padding-left:20px;


	color:white;
	
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-shadow:1px 1px 0px #111;
}

.title_news{
	border-top-left-radius: 10px;
	border-bottom-right-radius: 0px !important;
	margin-left:25px !important;
	margin-right:25px !important;
}



#middle .title a{
	color:white !important;
}

#newscontents_tbl{
	width:100% !important;
}


#newscontents_path_row{
	display:none;
}

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

.ie_relative{
	color:#999;
	padding:2px;
}

/* Conteneur */
div.block_container {
    width:auto;
	margin:10px auto;
    /*border:1px #cccccc solid;
    background:#F7F8F5 url(images/contentbg.png) repeat-x;
    -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;
} 
/* Entête de conteneur et des tableaux */
div.block_top, table tr:first-child {
    color:black;
   
}

div.block_top, table tr:first-child th {
	padding:4px;
    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;
}


hr {
    background:#C4CED6;
    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 {
    font-size:12px;
    font-weight:bold;
    display:inline;
}

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

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

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

input, textarea, optgroup, select, .xmlhttprequest_preview{
	vertical-align:middle;
	border:1px solid gray;
	padding:1px 2px;
}



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

textarea {
    display:block;
    width:94%;
    margin:auto;

}
input.text{
	padding:2px;	

}

input.submit{
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid gray;	
	font-weight:bold;	

}

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

input.file{
	border:1px solid gray;	
	padding:1px;
	font-weight:bold;
}

input.reset{
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid gray;	
	font-weight:bold;
}

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

optgroup, select{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	cursor:pointer;
	vertical-align:middle;
	width:auto;		

}

optgroup {
    font-weight:bold;
    border:none;
    border-bottom:1px solid #5B5A5A;
}

option {
    padding:0px 3px;
}

legend {
	background-color:#D9D9D9;
	border:1px solid gray;
	padding:2px;
	padding-left:100px;
	padding-right:100px;
	margin-top:-0.4em;
	margin-left:0.5em;
	position:relative;
	text-transform:none;
	line-height:1.5em;
	color:#333333;
	top:0;
	vertical-align:middle;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	background-image:url(images/background-taupe.png);
   	background-repeat:repeat-x;
}
* 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 #CCCCCC;
	color:#445766;
	background:transparent;
	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;
}

dl {
    height:1%;
    overflow:hidden;
  
    font-size:11px;
	width:90%;
	margin:auto;
	 margin-bottom:15px;
}

dl.overflow_visible {
    overflow:visible;
}

dl {
    height:auto;
    min-height:20px;
}



 dt {
    width:40%;
    text-align:right;
   
}

form dt{
	 padding-top:3px;
}

 dd {
    margin:0 0 0 45%;
    padding:0 0 0 5px;
    border:none;
    vertical-align:top;
    font-size:11px;
}

dt {
    float:left;
  
}

dt span {
    padding:0 5px 0 0;
}

label {
    cursor:pointer;
}

fieldset label {
    text-align:left;
    font-weight:bold;
}

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;
}

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

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

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

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

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

.msg_top {
	height:25px;
	background:#FFFFFF url(images/msg_top.png) repeat-x;
	padding-left:6px;
	margin-left:20px;
	margin-right:15px;
	padding-top:9px;
}

.msg_top a {
    color:#FFFFFF;
}

.msg_pseudo_mbr { /* Pseudo du membre */
    
    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:#B2D915 url(images/background-taupe.png) repeat-x;
    font-size:11px;
    color:#e8eaeb;

    border-bottom:1px solid #325889;
    padding-top:4px;
    padding-left:127px;
    overflow:hidden !important;
    height:auto !important;
    overflow:visible;
    height:1%;
	-moz-border-radius:5px 5px 0px 0px;
	-khtml-border-top-right-radius:5px;

	-khtml-border-top-left-radius:5px;
	

	-webkit-border-top-left-radius:5px;

	-webkit-border-top-right-radius:5px;


}

.msg_info_mbr { /* Case des informations du membre */
    background:#E3EDF5;
    width:127px;
    padding:4px;
    float:left;
    font-size:10px;
    border-right:1px dashed #C4CED6;
    border-bottom:1px dashed #C4CED6;
}

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

}

.msg_contents,.msg_contents2 { /* Case du message */
    background:transparent;
    padding:0px 5px;
}

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

.msg_contents_overflow {
    /* Case du contents du message, évite que les images trop grandes déforme */
    height:auto;
    overflow:auto;
    padding:10px 5px;
}

.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:#F4F9FA 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 */
    
}

.msg_bottom_r {
    
}

.msg_bottom {
    height:23px;
    background:#FFFFFF;
    padding-top:6px;
    padding-left:6px;
    border:1px solid #CCCCCC;
    border-top:1px dotted #C4CED6;
}

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

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

.module_top_r {
    
}

.module_top {
   // height:18px;
    text-indent:10px;
    font-size:12px;
    font-weight:bold;
    color:#515C68;
    border-bottom:1px solid grey;
}

.module_top a {
    
}

.module_contents { /* Contenu des modules */
    padding:5px;
    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;
}


/* Tableau global, utilisé dans les différents modules */
.module_table {
    width:98%;
    margin:auto;
	border-spacing:0px;
	border-collapse:separate;
	padding:0px;
	border:1px solid #CCCCCC;

}
*+html .module_table { /* Hack ie7 */
	border-collapse:collapse;
}

/* Modules minis
--------------------------------------*/
.module_mini_container { /*Placement des mini modules */
    width:155px;
    margin:0px;
   // margin-bottom:10px;
	//background:#F7F8F5 url(images/contentbg.png) repeat-x;
    border:1px grey solid;
	border-top:0px;
	border-left:0px;
    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érieure des modules minis */
    height:15px;
}

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

