/* ------ global.css : Contient les classes globales au site, peuvent être utilisées partout. ------*/
/* -------------------------------------------------------------------------------------------------*/





.row1,.block_contents1 {
    background:#E0E9EF;
	padding:8px 6px;
	border-top:1px solid #CCCCCC;
}

.block_contents1 {
    padding:20px 6px;	
}

.row2,.block_contents2 {
	background:#f6f6f6;
	padding:8px 6px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	-moz-border-radius:0px 0px 5px 5px;
	-khtml-border-bottom-right-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
    /*border-radius:5px;*/
}

.block_contents2 {
    padding:20px 6px;	
}

.row3,.block_contents3 {
    background:#F2F7FB;
    border-color:#C4CED6;
    padding:8px 6px;
	border-top:1px solid #CCCCCC;
	-moz-border-radius:0px 0px 5px 5px;
	-khtml-border-bottom-right-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
    /*border-radius:5px;*/
}

.block_contents3 {
    padding:20px 6px;	
}

/* Case résultat recherche membre AJAX */
.xmlhttprequest_result_search {
    overflow:auto;
    height:100px;
    width:100px;
    overflow:auto;
    font-size:11px;
    background:#f5fbff;
    border:1px solid #2C5169;
    color:#061729;
    padding:2px;
}

/*Affichage du mini calendrier */
.calendar_block {
    position:absolute;
    text-align:center;
    padding:6px 4px;
    background:#f5fbff;
    border:1px solid #2C5169;
    bottom:28px;
    width:204px;
    z-index:100;
}

/* Déplacement des fichiers*/
.upload_selected_cat {
    background:#f5fbff;
    border:1px solid #2C5169;
}

/* Lien du site
--------------------------------------*/
a {
	color:#445766;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
    color:#2F404D;
    text-decoration:underline;
    font-weight:bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* Liens petite taille */
a.small_link {
    font-size:10px;
}

a.small_link:hover {
    font-size:10px;
}

/* Liens grande taille */
a.big_link {
    font-size:15px;
}

a.big_link:hover {
    font-size:15px;
}

/* Liens des commentaires. */
a.com {
    color:#515C68;
    font-size:10px;
    font-weight:bold;
}

a.com:hover {
    color:#01528D;
    font-size:10px;
    font-weight:bold;
}

/* Lien des utilisateurs => ne pas changer le nom de ces classes! */
a.admin {
    color:#FFA34F;
    font-size:11px;
    font-weight:bold;
}

a.modo {
    color:#006699;
    font-size:11px;
    font-weight:bold;
}

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

ul li.bb_li, ul.rss_feed li {
	list-style-image:url(images/li.png);
}

/* Liens pagination
--------------------------------------*/
.pagination {
    font-size:11px;
}

.pagination_current_page {
    text-decoration:underline;
}





/*----------------------------------Menu dynamique des liens --------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.dynamic_menu { position:relative; z-index:100; }
.dynamic_menu ul { margin:0; padding:0; border:none; font-weight:bold; list-style:none; }
.dynamic_menu li { position:relative; float:left; display:inline; }
.dynamic_menu li.vertical { display:block; float:none; margin-bottom:15px; }

/* Lien du menu */
.dynamic_menu h5{
    color:#FFFFFF;
    text-align:center;
    /*background:#F2F7FB;*/
    /*border:1px solid #C4CED6;*/
	margin-right:2px;
    padding:4px 6px;
    font-weight:bold;
    font-size:12px;
}
.dynamic_menu h5{
    color:#FFFFFF;
}

.dynamic_menu h5:hover {
    color:#FFF;
    /*background:#E4F0F9;*/
    cursor:default;
}

/* Séparateur */
.dynamic_menu ul li.separator {
    background:#104069;
    height:2px;
}

.dynamic_menu ul li.extend { 	background:url(images/bgmenu_extend.png); }

/* Case du menu */
.dynamic_menu li ul {
    visibility:hidden;
    position:absolute;
    border:1px solid #849AAC;
}

.dynamic_menu li.vertical ul {
    top:0;
    margin-left:150px;
}

.dynamic_menu li li {
    clear:both;
	/*color:#0578CC;*/
    background:#FFFFFF url(images/bgmenu1.png) repeat-y;
    display:block;
    width:169px;
}

.dynamic_menu li li span {
    /*color:#0578CC;*/
    font-size:10px;
    text-decoration:none;
    padding-left:32px;
    width:135px;
    display:block;
    white-space:nowrap;
    margin:auto;
    padding-top:6px;
    padding-bottom:6px;
    background-repeat:no-repeat;
    background-position:5px;
}


.dynamic_menu li li a {
    /*color:#0578CC;*/
    font-size:10px;
    text-decoration:none;
    padding-left:32px;
    width:135px;
    display:block;
    white-space:nowrap;
    margin:auto;
    padding-top:6px;
    padding-bottom:6px;
    background-repeat:no-repeat;
    background-position:5px;
}
.dynamic_menu li li a:hover {
	background-color:#FFFFFF;
	border:1px solid #000000;
    background-repeat:no-repeat;
    background-position:5px;
    padding-top:5px;
    padding-bottom:5px;
    cursor:pointer;
}

/* Niveau 2 */
.dynamic_menu li li ul { visibility:hidden; top:-1px; left:100%; z-index:101; }

/*----------------------------------------------------------------------*/




.pagination {
	line-height:2em;
}
.pagination a,
.pagination span {
	padding:0.2em 0.5em;
}
.pagination a {
	border:1px solid #9AAFE5;
	color:#105CB6;
	text-decoration:none;
}
.pagination a:hover {
	border:1px solid #296BB5;
	color:#000031;
}
.pagination .prevnext {
	font-weight:bold;
}
.pagination span.disabled { 
	border:1px solid #DDDDDD;
	color:#999999;
}
.pagination span.current {
	border:1px solid #2E6AB1;
	background-color:#2E6AB1;
	color:#ffffff;
	font-weight:bold;
}
.radio {
	border-width: 0; 
	background: none
}

.forum_table {
	width:100%;
	border-collapse:collapse;
	border:none;
}
 
/* Classe du lien du pseudo sur forum */
a.forum_link_pseudo{
	color:#e8eaeb; 
	font-weight:bold;
}
a.forum_link_pseudo:hover { 
	color:#f2fbff; 
	font-weight:bold;
}
/* Barre du titre du forum */
.forum_title_l{
	height:60px;
	margin-right:0px !important;
	margin-right:-3px;
	width:10px;
	background:url(images/forum_top_l.png) no-repeat;
	float:left;
}
.forum_title_r{
	height:60px;
	width:10px;
	margin-left:0px !important;
	margin-left:-3px;
	background:url(images/forum_top_r.png) no-repeat right;
	float:right;
}
.forum_title{
	margin:auto;
	height:55px;
	background:url(images/forum_top.png) repeat-x;
	color:#FFFFFF;
	padding-top:5px;
	margin-left:5px;
	margin-right:5px;
}
.forum_title h2{ /* Titre du forum */
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.forum_title a{ /* Couleur des liens */
	color:#FFFFFF;
}
/* Barre de liens du forum */
.forum_links{
	background:#5D7C94 url(images/msg_top_row.png) repeat-x;
	padding:6px;
	border:2px solid #CCCCCC;
}
.forum_links a{ /* Couleur des liens */
	color:#FFFFFF;
}
.forum_notread{ /* Message non lus */
	background:#E3EDF5;
	padding:4px;
	font-size:10px;
	color:#FFFFFF;
	border-bottom:1px dotted #C4CED6;
	border-right:1px dotted #C4CED6;

}
.row_sondage,.block_contents1 {
    background:#E0E9EF;
	padding:2px 1px;
	/*border-bottom:1px solid #CCCCCC;*/
	border-top:1px solid #CCCCCC;
}

/* Barre des textes relatifs aux colonnes */
.forum_text_column {	
	height:20px;
	background:#5D7C94 url(images/msg_top_row.png) repeat-x;
	border-bottom:1px solid #55819D;
	font-size:10px;
	color:#FFFFFF;	
	text-align:center;
	font-weight:bold;
}
/* Case des liens sous-catégories */
.forum_sous_cat{
	background:#FFFFFF;
	border-bottom:1px dotted #C4CED6;
	border-right:1px dotted #C4CED6;
	padding:6px;
}
.forum_sous_cat:hover{
	background:#EEF4F9;
}
/* Case compteur message/topic */
.forum_sous_cat_compteur{	
	width:60px;
	background:#E3EDF5;
	border-bottom:1px dotted #C4CED6;
	border-right:1px dotted #C4CED6;
	color:#000000;
	text-align:center; 
}
/* Case compteur dernier topic/dernier message */
.forum_sous_cat_last{
	width:150px;
	background:#FFFFFF;
	border-bottom:1px dotted #C4CED6;
	font-size:10px;
	color:#000000;
	text-align:center; 
}
.forum_sous_cat_last:hover{
	background:#EFFBFF;
}

/* Formulaire pour poster les messages */
.forum_post_form{
	width:80%;
	margin:auto;
	margin-top:15px;
}
/* Cadre des liens:alerter les modérateurs et suivre le sujet */
.forum_action{	
	margin-top:5px;
}

/* Les des catégories de niveau 0 */
a.forum_link_cat{
	font-weight:bold;
}
/* Affichage des membres en ligne */
.forum_online{
	background:#FFFFFF;
	border:2px solid #CCCCCC;
	color:#000000;
	border-top:none;
	padding:6px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	clear:both;
}
/* Fond des catégories dans l'administration */
.forum_cat_admin{
	width:100%;
	height:20px;
	margin-bottom:2px;
	padding:4px 0px;
}
/* Contenu */
.forum_contents{
	padding:0px;
	margin:0px;
}
.forum_cat_title{
	float:left;
	padding:0px 5px;
}
.forum_cat_title a{
}
a.forum_mbrmsg_links { /* Couleur des liens pour les messages du membre */
	color:#FFFFFF;
}

.module_top_l{ /* Barre supérieur des modules */
	margin-right:0px !important;
	margin-right:-3px;
	width:29px;
	height:34px;
	background:url(images/msg_top_l.png) no-repeat left;
	float:left;
}
.module_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;
}
.module_top{
	height:25px;
	background:url(images/msg_top.png) repeat-x;
	padding-left:6px;
	margin-left:20px;
	margin-right:15px;
	padding-top:9px;
	color:#FFFFFF;
	font-weight:normal;
	border-bottom:none;
}
.module_top a{
	color:#FFFFFF;
}
.module_contents{ /* Contenu des modules */
	background:#FFFFFF;
	border-left:1px solid #CCCCCC;	
	border-right:1px solid #CCCCCC;	
	border-bottom:1px solid #FFFFFF;	
	clear:both;
}
.module_bottom_l{ /* Barre inférieure des modules */
	margin-right:0px !important;
	margin-right:-3px;
	width:8px;
	height:24px;
	background:url(images/msg_bottom_l.png) no-repeat left;
	float:left;
}
.module_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;
}
.module_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;
}
