/******************************************************************************************

	importation des feuilles de styles et styles generiques

- reset.css pour reinitialis� les styles de facon homog�ne quelque soit le navigateur
- layout.css en fonction du template du site

******************************************************************************************/
@import "ttcss_reset.css";
@import "../../theme_default/css/ttcss_theme.css";
@import "ttcss_layout.css";
@import "ttcss_form.css";
@import "ttcss_top.css";
@import "ttcss_header.css";
@import "ttcss_footer.css";
@import "ttcss_nav.css";
@import "ttcss_content.css";
@import "ttcss_home.css";
@import "ttcss_articles.css";
@import "ttcss_contributions.css";
@import "ttcss_backoffice.css";
@import "ttcss_liste.css";
@import "ttcss_forum.css";
@import "ttcss_compte.css";
@import "ttcss_diaporama.css";
@import "ttcss_upload.css";
@import "ttcss_popover.css";
@import "ttcss_synthese.css";
@import "ttcss_tiny.css";

body {
	font: normal 12px Arial;
	color: #000;
	text-align: justify;
}

.spacer {clear: both;}
.floatleft {float: left; margin: 0 20px 0 0}
.floatright {float: right; margin: 0 0 0 20px}

/*****
texte
*****/
.alignleft 		{ text-align: left; 	}
.alignright 	{ text-align: right; 	}
.justify 		{ text-align: justify; 	}
.center			{ text-align: center;	}
.italic 		{ font-style: italic; }
.underline  	{ text-decoration: underline;}
.bold,
strong 			{ font-weight: bold;}
.important,
a.important,
.important a	{ color: #fe9200;text-decoration: none;}
a.important:hover,
.important a:hover {text-decoration: underline; }
.categorie,
a.categorie,
.categorie a	{ color: #fe5400;text-decoration: none;}
.upper 			{ text-transform: uppercase;}
.error			{ margin:10px 0px; color: red;font-weight:bold;}
.contribution,
.contribution a,
a.contribution  {color: #157eb2;text-decoration: none;}
.contribution a:hover,
a:hover.contribution  {color: #157eb2;text-decoration: underline;}
.auteur {font-size: 11px; font-style:italic; }
._loading {
	background: url("../img/ajax-loader_2.gif") no-repeat right center;
	/*background: url(../img/ajax-loader_2.gif) no-repeat right center:	*/
}
.message_content li,
.article_test li,
.article_actu li,
.article_test_content li,
.article_actu_content li,
.article_succes_content li  {
	list-style-type: disc;
	margin: 0 0 0 12px;
}
.article_test .article_conclusion li,
.article_test .article_conclusion_plus li,
.article_test .article_conclusion_moins li {
	margin: 0;
	list-style-type: none;
}
.generique,
.generique a,
a.generique {
	color: #000;
	text-decoration:none;
}
.generique a:hover,
a.generique:hover {
	text-decoration:underline;
}

#left_col .guide,
#left_col .guide a,
#left_col a.guide {
	color: #8a8a8a;
	text-decoration:none;
}
#left_col .guide a,
#left_col a.guide {
	text-decoration: underline;	
}
	
	
#left_col .guide a:hover,
#left_col a.guide:hover {
	text-decoration:underline;
}

.mini {
	font-size: 11px;
}

.micro {
	font-size: 10px;
}
.contribution_submit {
	background: url("../img/bg_btn_contribution_valider.png") top left repeat-x;
	border: 1px solid #cd7708;
	font:bold 12px Tahoma;
	text-transform: uppercase;
	height:19px;
	padding:0 5px;
	text-decoration:none;
	color: #fff;
}
/******
divers
******/
.noborder {border:none;}
.hidden {visibility: hidden; }
.separate {border-bottom: 1px dashed #b2b2b2; }
.bordered { border: 1px solid #e3e9f3; }
/*****
titre
******/
h1.top_standard {
	background: url("../img/img_logo.png") top left no-repeat;
	height: 120px;
	display: block;
	width: 300px;
}
h1.top_forum {
	background: url("../img/img_logo_forum.png") top left no-repeat;
	height: 120px;
	display: block;
}
h1 span {
	display: none;
}

h2 {
	font: bold 15px Arial;
	text-transform: uppercase;
}

h2.galerie {
	padding: 0 0 0 7px;
}
h3.in_content {
	font: bold 11px tahoma;
	color: #000;
	background: #dddddd;
	display: block;
	line-height: 26px;
	height: 26px;
	text-transform: uppercase;
	padding: 0 0 0 9px;
}
h3.in_content_filtre {
	font: normal 10px tahoma;
	color: #fff;
	display: block;
	line-height: 15px;
	height: 17px;
	padding: 0 0 0 9px;
	margin: 0 0 17px 0;
}
h3 {
	font: bold 11px tahoma;
	color: #3c5676;
	background: #ffffff;
	display: block;
	line-height: 26px;
	height: 26px;
	text-transform: uppercase;
}
a.para_diaporama h3,
.para_diaporama h3 a,
.para_diaporama h3 {
	font: bold 11px tahoma;
	color: #ffe397;
	background: none;
	display: block;
	line-height: 26px;
	height: 26px;
	text-transform: uppercase;
	text-decoration: none;
}

.soustitre {
	display: block;
	height: 23px;
	line-height: 23px;
	background: #dddddd;
	padding: 0 0 0 8px;
}

/*****
liens
******/
/* paging articles */
.articles_pages a {
	color: #000;
	text-decoration: none;
}
.articles_pages a:hover {
	text-decoration: underline;
}
a {
	cursor: pointer;
}
/*lien liés au filtre*/
p.liens_tout a.btn_filtre {
	margin: 0px;
	position: relative;
	right: 0px;
}
a.btn_filtre {
	padding: 0px 5px;
	text-decoration: none;
	height: 16px;
	line-height: 16px;
	font: normal 12px Tahoma;
}

a.btn_filtre span {
	font: normal 11px Tahoma;
	color: #fff;
	text-decoration: none;
	height: 20px;
	line-height: 14px;
	display: inline-table;

}
/* bouton ok*/
input.input_submit {
	display: block;
	margin: 0 0 0 7px;
	line-height: 21px;
	height: 21px;
	width: 30px;
	float: left;
	background: url("../img/btn_recherche_submit.png") top left no-repeat;
	padding: 0px;
}
/* bouton valider*/
a.valider {
	display: block;
	margin: 0 0 0 0px;
	line-height: 21px;
	height: 21px;
	width: 69px;
	background: url("../img/btn_valider.png") top left no-repeat;
	padding: 0px;
}
a.valider span {
	display: none;
}
/* bouton modifier*/
a.modifier {
	display: block;
	margin: 0 0 0 0px;
	line-height: 21px;
	height: 21px;
	width: 74px;
	background: url("../img/btn_modifier.png") top left no-repeat;
	padding: 0px;
}
a.modifier span {
	display: none;
}
/* bouton supprimer tous les articles*/
a.supprimer_tous_articles {
	display: block;
	margin: 0 0 0 0px;
	line-height: 21px;
	height: 21px;
	width: 305px;
	background: url("../img/btn_supprimer_tous_articles.png") top left no-repeat;
	padding: 0px;
}
a.supprimer_tous_articles span {
	display: none;
}
/* bouton valider tous les articles*/
a.valider_tous_articles {
	display: block;
	margin: 0 0 0 0px;
	line-height: 21px;
	height: 21px;
	width: 287px;
	background: url("../img/btn_valider_tous_articles.png") top left no-repeat;
	padding: 0px;
}
a.valider_tous_articles span {
	display: none;
}
/* bouton valider les images selectionn�es*/
a.valider_tous_images{
	display: block;
	margin: 0 0 0 0px;
	line-height: 21px;
	height: 21px;
	width: 249px;
	background: url("../img/btn_valider_tous_images.png") top left no-repeat;
	padding: 0px;
}
a.valider_tous_images span {
	display: none;
}
/* lien backoffice */
a.lien_backoffice {
	text-decoration: underline;
}
a.lien_backoffice:hover {
	text-decoration: none;
}
/* lien survol liste */
a.rollover_liste {
	text-decoration: none;
	color: #157eb2;
}
a.rollover_liste:hover {
	color: #157eb2;
	text-decoration: none;
	font-weight: bold;
}

a.filtre_second_color,
.filtre_second_color a,
a.filtre_main_color,
.filtre_main_color a {
	text-decoration: none;
}
a.filtre_second_color:hover,
.filtre_second_color a:hover,
a.filtre_main_color:hover,
.filtre_main_color a:hover {
	text-decoration: underline;
}
/****
Liste
*****/
/* liste onglet par filtres*/
ul.filtres {
	display: block;
}
ul.filtres li {
	display: inline;
	width: auto;
}
/*****
	picto consoles
******/
.picto_plateforme 	{
	height: 15px;
	width: 24px;
	display: block;
}

/*****
	forum messages etc
******/
.colored {
	background: #ededed;
}

/*****
	paging
******/
.paging {
	height: 17px;
	margin: 0 auto;
	font-size: 11px;
}
.paging a {
	height: 15px;
	width: 15px;
	display: inline-table;
	border: 1px solid;
	margin: 0 4px 0 0;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 10px;
}

.paging a.prec {
	height: 15px;
	width: 120px;
	display: inline-table;
	border: none;
	margin: 0 4px 0 0;
	text-decoration: none;
	font-weight: normal;
	background: none;
	font-size: 11px;
}

.paging a.suiv {
	height: 15px;
	width: 100px;
	display: inline-table;
	border: none;
	margin: 0 4px 0 0;
	text-decoration: none;
	background: none;
	font-weight: normal;
	background: none;
	font-size: 11px;
}
.paging a.prec:hover,
.paging a.suiv:hover {
	background: none;
	text-decoration: underline;
	font-size: 11px;
}

/*****
	popover
******/
div.popover {
	width: 587px;
	z-index: 999;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -290px;
	top: 50px;
}
div.popover_grand,
div.popover_upload {
	width: 608px;
	z-index: 999;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -304px;
	top: 50px;
}

/* titres popover*/
div.popover_titre {
	display: block;
	background: url("../../filtre/tout/img/bg_fond_onglet_gauche.png") top left no-repeat;
	height: 23px;
	padding: 0 0 0 6px;
	position: relative;
}

div.popover_titre span {
	display: block;
	background: url("../../filtre/tout/img/bg_fond_onglet_droite.png") top left repeat-x;
	height: 23px;
	margin: 0 6px 0 0;
	font: normal 10px Tahoma;
	color: #fff;
	text-transform: uppercase;
	line-height: 23px;
	height: 23px;
}
div.popover_titre span.onglet_last {
	display: block;
	background: url("../../filtre/tout/img/bg_fond_onglet_last.png") top left no-repeat;
	height: 23px;
	padding: 0 0 0 6px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
}
a.closeControl {
	display: block;
	height: 14px;
	width: 14px;
	position: absolute;
	top: 4px;
	right: 6px;
	background: url("../img/picto_deconnexion.png") top left no-repeat;
}
a.closeControl span {
	display:  none;
}
.popover div.popover_content {
	background: url("../img/bg_fond_popover.png") top left repeat-y;
	margin: 0 0 29px 0;
	position: relative;
	padding: 28px 25px 0 25px;
	width: 537px;
}
.popover_grand div.popover_content,
.popover_upload div.popover_content {
	background: url("../img/bg_fond_popover_grand.png") top left repeat-y;
	margin: 0 0 29px 0;
	position: relative;
	padding: 28px 18px 0 18px;
	width: 572px;
}
.popover div.popover_bas {
	background: url("../img/bg_fond_popover_bas.png") top left no-repeat;
	height: 29px;
	position: absolute;
	bottom: -29px;
	width: 587px;
	left: 0px;
}
.popover_grand div.popover_bas,
.popover_upload div.popover_bas {
	background: url("../img/bg_fond_popover_grand_bas.png") top left no-repeat;
	height: 29px;
	position: absolute;
	bottom: -29px;
	width: 608px;
	left: 0px;
}
.popover p {
	padding: 7px 0;
	display: block;
	clear: both;
	min-height: 21px;
	height: auto !important;
	height: 21px;
}
.popover p.checkbox {
	padding: 0px 0;
	display: block;
	clear: both;
	min-height: 19px;
	height: auto !important;
	height: 19px;
}
.popover label.label_fixed {
	height:20px;
	line-height:20px;
	width:160px;
}

.popover input.erreur,
.popover select.erreur,
.popover textarea.erreur {
	border-color: red;
}

.popover label.erreur {
	margin: 0 0 0 12px;
	background: url("../img/picto_form_erreur.png") center left no-repeat;
	padding: 0 0 0 25px;
	color: #ff0101;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	width: 160px;
}

.popover select {
	border: 1px #a4a4a4 solid;
	font: normal 13px  tahoma;
	line-height: 18px;
	height: 18px;
	width: 171px;
}

.popover textarea {
	border: 1px #a4a4a4 solid;
	font: normal 13px  tahoma;
	width: 171px;
}

.popover input,
.popover select,
.popover textarea {
	display: block;
	float: left;
}
.popover label {
	display: block;
	float: left;
}
div.popover_content form {
	color:#157eb2;
}

div.popover_content div.contribution_images {
	width: 135px;
	margin: 0px 4px 20px;
	float: left;
}
div.popover_content div.contribution_images img {
	display: block;
}
div.popover_content div.contribution_images .desc {
	font: italic 10px arial;
	color: #8a8a8a;
	text-align: center;
	width: 133px;
	height: 16px;
	line-height: 16px;
	display: block;
}
/*****
	miniword
******/
.miniword_content {
	background: #e3eff6;
	border: 1px solid #c6e1ee;
	padding: 10px 15px 15px;
}
/******
note visuel
******/
.visuel_note {
	position: relative;
	height: 92px;
	width: 159px;
	float: left;
}
.visuel_note img.visuel {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 78px;
	width: 137px;
	padding: 0px;
}
.visuel_note img.note {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 56px;
	width: 56px;
}
/* menu onglet filtres */

.onglets_filtres_inactive {
	background: url("../img/bg_fond_onglet_gauche_inactive.png") top left no-repeat;
	height: 23px;
	padding: 0 6px 0 6px;
	float: left;
	text-decoration: none;
	text-align: center;
	position: relative;
	margin: 0 2px 0 0;
}

.onglets_filtres_inactive span {
	background: url("../img/bg_fond_onglet_droite_inactive.png") top left no-repeat;
	margin: 0 0 0 0;
	font: normal 10px Tahoma;
	color: #fff;
	text-transform: uppercase;
	line-height: 23px;
	height: 23px;
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
}

.onglets_filtres_inactive span.onglet_last {
	background: url("../img/bg_fond_onglet_last_inactive.png") top left no-repeat;
	margin: 0px;
	height: 23px;
	width: 6px;
	padding: 0 0 0 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	float: none;
}

.td_lignes {
	display: block;
	line-height: 19px;
	min-height: 19px;
	height: auto !important;
	height: 19px;
}
