﻿/*
CE FICHIER CONSTITUE UNE PARTIE DU LOGICIEL Vitamine CMS.
* Le Logiciel Initial "Vitamine CMS" (non modifié par une contribution) est distribuée
	par la Société STUDIO VITAMINE S.A.R.L dont le siège est Hôtel TIC - 1, rue Alexander Fleming – 17000 La Rochelle - France.
	(Site Internet : www.studiovitamine.com - Téléphone 05 46 07 23 16)
* Tous les éléments constitutifs du logiciel Vitamine CMS
	sont la création de Fabien Guy BRANCHUT, l'Auteur de logiciel, né en France le 11 mars 1974 à Angoulême (16).
	(Site Internet : www.fabien-branchut.fr - Téléphone : 06 60 80 26 02)
*/
/*
##################################################
Liste des classes CSS et id réservés :
##################################################
UTILISER PAR LE FRONT-OFFICE
.divZoneEdition
#divZoneEdition_<idZoneEdition>
.divArticle
.divArticleNom
.divArticleContenu
.divArticleImage1
#divArticle_<idArticle>
.divArticleGabarit_<idArticleGabarit>

UTILISER PAR LE ADMIN/FRONT-OFFICE (=BoFo)
toutes les classes ou id contenant la chaine "BoFo" ainsi que :
.divGabarit
#divGabarit_<idGabarit>
.divPlanDuSite
##################################################
fin => Liste des classes CSS systèmes réservées
##################################################
*/

/*
COULEURS UTILISEES :

#444444 => Footer + Header
#262626 => Bordure du Footer + Header
#c3c3c3 => Fond menu de gauche

*/


/********************************************/
/* 
	Généralités
*/
/********************************************/
*{
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:12px;
	color:#454545;
}
table{
	border-collapse:collapse;
}
table caption{
	display:none;
}
table thead{
	display:none;
}
table tr td{
	vertical-align:top;
}
h1{	
	display:table-cell;
	vertical-align:bottom; 
	font-size:38px;
	color:#7a9a0c;
}
ul{
	margin-left:10px;
	padding-left:10px;
	list-style-type: none;
}
ol{
	margin-left:10px;
	padding-left:10px;
}
ul li{
	background-image:url("../image/idSite_4/puceCarre.gif"); 
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:10px;
	margin-bottom:2px;
}
ol li{
	margin-left:25px;
	margin-bottom:2px;
}
fieldset{
	padding:10px;	
	margin-bottom:15px;
}
legend{
	padding-left:5px;	
	padding-right:5px;
	font-weight:bold;	
}
select{
	border:1px solid #666666;	
}
textarea{
	width:95%;	
}
a img{
	border:0px;
}
/* lien généraux */
a:link{
}
a:visited{
}
a:hover{
}
a:active{
}
a:focus{
}
/* classe générique aLien (doit être les même style que pour les lien générique, sert à surcharger un lien qui ne réagit pas comme on le souhaiterai) */
a.aLien:link{
}
a.aLien:visited{
}
a.aLien:hover{
}
a.aLien:active{
}
a.aLien:focus{
}
/* classe des liens qui sont selectionnés */
a.aLienSelectionner{
	background-color:#000000;
	color:#ffffff;	
	text-decoration:underline;
}
/********************************************/
/* 
	Classes génériques
*/
/********************************************/
/* titre de page */
.divH1{
	margin-bottom:10px;
}
.divH1 .divH1Interne{
	float:left;
	width:478px;
}
.divH1 #divH1InterneDescription {
	position:relative;
}
.divH1 #divH1InterneDescription *{
	font-size:11px;
}
.divH1 .divImgVignette{
	float:left;
	margin-right:10px;
}
.divH1 .divImgVignette .imgVignette{
	width:70px;
	height:70px;
	border:1px solid #000000;	
}
/* bloc des colonnes */
.divBlocColonne{
	margin-bottom:20px;
	border:1px solid #666666;
}
.divBlocColonneTitre{
	background-color:#666666;
	color:#ffffff;
	padding:3px;
	font-weight:bold;
}
.divBlocColonneContenu{
	padding:10px;
}
.span_ApplicationFacebook{
	display:none;
}
/* autres */
.divClearBoth{
	clear:both;
	height:0px;
	overflow:hidden;
}
.ul{
	margin:0px;
	padding:0px;
}
.ol{
	margin:0px;
	padding:0px;
}
/* tableaux de données */
.tableData{	
	width:100%;
}
.tableData tr td{
	padding:4px;
	border:1px solid #666666;	
	vertical-align:middle;
	text-align:center;
}
.tableData tr th{
	padding:4px;
	border:1px solid #666666;
	color:#666666;	
	vertical-align:middle;
	text-align:center;
	font-weight:normal;
	font-size:11px;
}
.tableData thead{
	display:table-header-group;
}
.tableData tr th{
	padding:4px;
	border:1px solid #000000;
	color:#ffffff;	
	vertical-align:middle;
	text-align:center;
	font-weight:normal;
	font-size:11px;
	background-color:#4b4b4b;
}
/********************************************/
/* 
	Structure du site
*/
/********************************************/
#divGeneral{
	width:789px;
	padding-left:4px;
	padding-right:4px;
	background-image:url("../image/idSite_4/bgSite.png");
	margin-left:auto;
	margin-right:auto;	
}
body{
	background-image:url("../image/idSite_4/bg.gif");
}
/* BANDEAU */
#divBandeau{
	position:relative;
	background-color:#444444;
	text-align:center;
	height:150px;
	border-bottom:8px solid #262626;
}
#divBandeauLogo{
	position:absolute;
	top:30px;
	left:20px;
	height:83px;
}
#divBandeau #divBandeauThemeAssocier{
	overflow:hidden;
	height:0px;
}
#divBandeau #divBandeauMoteurRecherche{
	position:absolute;
	right:10px;
	top:30px;
}
/* FOOTER */
#divFooter{
	position:relative;
	padding-top:20px;
	background-color:#444444;
	text-align:center;
	height:40px;
	color:#FFFFFF;
	font-size:11px;
	border-top:8px solid #262626;
}
#divFooter #divFooterThemeAssocier{
	position:absolute;
	top:65px;
	left:0px;
	width:650px;
	text-align:left;
	font-size:9px;
	color:#a6a6a6;
}
#divFooter #divFooterPartenaire{
	position:absolute;
	top:90px;
	left:0px;
	width:650px;
	text-align:left;
	font-size:11px;
	color:#a6a6a6;
}
#divFooter #divFooterPartenaire b{
	font-size:11px;
	color:#a6a6a6;
	font-weight:bold;
}
#divFooter #divFooterPartenaire a{
	font-size:11px;
	color:#a6a6a6;
}
#divFooter #divFooterThemeAssocier strong{
	text-align:left;
	font-size:10px;
	color:#a6a6a6;
}
#divFooter #divFooterThemeAssocier a{
	font-size:9px;
	color:#a6a6a6;
	text-decoration:none;
	cursor:default;
}
#divFooter .aFooter{
	font-size:11px;
	color:#FFFFFF;
}
/* CENTRE */
#tableCentre{
	width:789px;
	height:550px;
}
/* 781 - 193 = 588*/
#tableCentre #tdGaucheTableCentre{
	width:193px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#c3c3c3;
}
#tableCentre #tdCentreTableCentre{
	padding-top:10px;
	padding-left:29px;
	padding-right:29px;
	padding-bottom:10px;
	overflow-x:hidden;
	width:530px;
}
/********************************************/
/* 
	Les zones d'édition
*/
/********************************************/
.divZoneEdition{
	padding:0px;
}
/********************************************/
/* 
	Les gabarits d'articles
*/
/********************************************/
/* texte + image à gauche */
.divArticleGabarit_8 .divArticleImage1{
	float:left;
	overflow:hidden; 
}
.divArticleGabarit_8 .divArticleImage1 table{
	width:1px;
}
.divArticleGabarit_8 .divArticleImage1 table tr td{
	padding-right:10px;
	padding-bottom:5px;
	font-style:italic;
}
/* texte + image à droite */
.divArticleGabarit_9 .divArticleImage1{
	float:right;
	overflow:hidden; 
}
.divArticleGabarit_9 .divArticleImage1 table{
	width:1px;
}
.divArticleGabarit_9 .divArticleImage1 table tr td{	
	padding-left:10px;
	padding-bottom:5px;
	font-style:italic;
}
/* texte + image à gauche (2) */
.divArticleGabarit_36 .divArticleImage1{
	float:left;
	overflow:hidden; 
}
.divArticleGabarit_36 .divArticleImage1 table{
	width:1px;
}
.divArticleGabarit_36 .divArticleImage1 table tr td{
	padding-right:10px;
	padding-bottom:5px;
	font-style:italic;
}
/* texte + image à droite (2) */
.divArticleGabarit_37 .divArticleImage1{
	float:right;
	overflow:hidden; 
}
.divArticleGabarit_37 .divArticleImage1 table{
	width:1px;
}
.divArticleGabarit_37 .divArticleImage1 table tr td{	
	padding-left:10px;
	padding-bottom:5px;
	font-style:italic;
}
/* image large */
.divArticleGabarit_21 .divArticleImage1 table{
	width:1px;
}
.divArticleGabarit_21 .divArticleImage1 table tr td{
	padding-bottom:5px;
	font-style:italic;
}
/* plan du site */
.divArticleGabarit_20 .divArticleContenu div{
	margin-bottom:2px;
}
.divArticleGabarit_20 .divArticleContenu .divPlanDuSiteUnLigne{
	background-image:url("../image/idSite_4/puceCarre.gif");
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:10px;
}
.divArticleGabarit_20 .divArticleContenu .divPlanDuSiteUnLigne a{
	text-decoration:none;	
}
/********************************************/
/* 
	Les articles génériques
*/
/********************************************/
.divArticle{
	margin-bottom:15px;
	clear:both;
	overflow:visible;
}
.divArticleNom h2{
	margin-bottom:10px;
	font-weight:bold;
	font-size:30px;
	overflow-x:hidden;
	border-bottom:1px solid #000000;
	color:#000000;
}
/* CONTENU : gras */
.divArticleContenu b{
}
/* le reste */
.divArticleContenu ul{
	margin-top:0px;
	margin-bottom:0px;
}
/********************************************/
/* 
	Les articles par zones d'édition
*/
/********************************************/
/* colonne de gauche */
#divZoneEdition_7 .divArticle{
	background-color:#dddddd;	/* à cause de IE, de dynamicFont et de interface.js */
}
#divZoneEdition_7 .divArticle .divArticleNom h2{
	font-size:12px;
}
#divZoneEdition_7 .divArticle .divArticleContenu *{
	font-size:10px;
}
#divZoneEdition_7 .divArticle .divArticleContenu a b{
	color:#000000;
}
#divZoneEdition_7 .divArticle .divArticleImage1 img{
	width:80px;
}
/* colonne du centre */
#divZoneEdition_1 .divArticle{
	background-color:#ffffff;	/* à cause de IE, de dynamicFont et de interface.js */
}
#divZoneEdition_1 .divArticle .divArticleContenu a b{
	color:#000000;
}
/********************************************/
/* 
	Fil d'ariane
*/
/********************************************/
#divFilAriane{
	font-size:10px;
	margin-bottom:10px;
}
#divFilAriane a{
	font-size:10px;
}
/********************************************/
/* 
	Modalbox 1 (boite d'authentification)
	la 2,3 et 4 sont réservés au BoFo
*/
/********************************************/
#divModalBox_1			{margin-left:auto;margin-right:auto;margin-top:50px;border:1px solid #000000;background-color:#dddddd;}
#divModalBox_1_titre	{border:1px solid #ffffff;font-weight:bold;font-size:12px;padding:5px;padding-left:55px;border-bottom:1px solid #ffffff;background-color:#ed217c;color:#ffffff;background-image:url('../admin/image/logoVitamineCMS3PointBlanc.gif');background-repeat:no-repeat;background-position:7px 7px;}
#divModalBox_1_close	{cursor:pointer;right:0px;border:1px solid #ffffff;color:#ffffff;padding:1px;padding-left:5px;padding-right:5px;margin-top:3px;margin-right:5px;}
#divModalBox_1_contenu	{border:1px solid #ffffff;border-top:0px solid #ffffff;background-color:#ffffff;padding:0px;}
.divModalBox_1_fond		{background-color:#000000;}
/********************************************/
/* 
	Modalbox 5 (POP-UP)
	la 2,3 et 4 sont réservés au BoFo
*/
/********************************************/
#divModalBox_5			{margin-left:auto;margin-right:auto;margin-top:50px;border:1px solid #000000;background-color:#dddddd;}
#divModalBox_5_titre	{border:1px solid #ffffff;border-top:1px solid #ffffff;font-weight:bold;font-size:12px;padding:5px;padding-left:15px;background-color:#444444;color:#ffffff;}
#divModalBox_5_close	{cursor:pointer;right:0px;border:1px solid #ffffff;color:#ffffff;padding:1px;padding-left:5px;padding-right:5px;margin-top:4px;margin-right:5px;}
#divModalBox_5_contenu	{border:1px solid #ffffff;border-top:0px solid #ffffff;background-color:#ffffff;padding:0px;}
.divModalBox_5_fond		{background-color:#000000;}
/********************************************/
/* 
	Fausse Pop-Up
*/
/********************************************/
/* Fausse Pop-Up */
.divFaussePopUp{
	border:2px solid #000000;
	padding:5px;
	background-color:#cccccc;
}
.divFaussePopUpFermer{
	border:1px solid #000000;
	border-bottom:0px solid #000000;
	padding:0px;
	padding-left:2px;
	padding-right:2px;
	background-color:#cccccc;
}
/********************************************/
/* 
	Menu de navigation VERTICAL
*/
/********************************************/
.divPlanDuSiteMenuNavigation_vertical{
	margin-bottom:10px;
}
/* ------------ */
/* profondeur 1 */
/* ------------ */
.divPlanDuSite .divMenuNavigationProfondeur1_vertical{ 
}
.divPlanDuSite .divMenuNavigationProfondeur1_vertical .divLienMenuNavigationProfondeur1{
	cursor:pointer;
	background-color:#959595;
	border-bottom:1px solid #e5e5e5;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
}
.divPlanDuSite .divMenuNavigationProfondeur1_vertical .divLienMenuNavigationProfondeur1 a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
}
.divPlanDuSite .divMenuNavigationProfondeur1_vertical .divLienMenuNavigationProfondeur1 a:hover{
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
}
.divPlanDuSite .divMenuNavigationProfondeur1_vertical .divLienMenuNavigationProfondeur1 .aLienSelectionner{
	color:#000000;
	background:transparent;
}
.divPlanDuSite .divMenuNavigationProfondeur1_vertical .divLienMenuNavigationProfondeur1Selectionner{
	position:relative;
	color:#000000;
	background-color:#97bf0d;
	cursor:pointer;
}
/* ------------ */
/* profondeur 2 */
/* ------------ */
.divPlanDuSite .divMenuNavigationProfondeur2_vertical{
	padding-bottom:4px;
	padding-top:2px;
	background-color:#97bf0d;
	border-bottom:1px solid #e5e5e5;
}
.divPlanDuSite .divMenuNavigationProfondeur2_vertical .divLienMenuNavigationProfondeur2{
	margin-bottom:1px;
	cursor:pointer;
	margin-left:10px;
	padding-left:4px;
	padding-right:2px;
	padding-bottom:2px;
}
.divPlanDuSite .divMenuNavigationProfondeur2_vertical .divLienMenuNavigationProfondeur2 a{
	color:#FFFFFF;
	background-color:transparent;
	font-size:11px;
	background-image:url("../image/idSite_4/puceCarreBlanche.gif");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:7px;
}
.divPlanDuSite .divMenuNavigationProfondeur2_vertical .divLienMenuNavigationProfondeur2 a:hover{
	color:#000000;
	font-size:11px;
	background-image:url("../image/idSite_4/puceCarre.gif");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:7px;
}
.divPlanDuSite .divMenuNavigationProfondeur2_vertical .divLienMenuNavigationProfondeur2 .aLienSelectionner{
	font-size:11px;
	color:#000000;
	background-image:url("../image/idSite_4/puceCarre.gif");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:7px;
}
.divPlanDuSite .divMenuNavigationProfondeur2_vertical .divLienMenuNavigationProfondeur2Selectionner{
	position:relative;
	margin-bottom:1px;
	color:#000000;
	cursor:pointer;
	font-size:11px;
}
/********************************************/
/* 
	Liens vers les pages "précédente" et "suivante"
*/
/********************************************/
.divPlanDuSiteLienPrecedentSuivant{
	padding:5px;
}
.divPlanDuSiteLienPrecedent{
	float:left;
	width:50%;
}
.divPlanDuSiteLienSuivant{
	float:left;
	width:50%;
	text-align:right;
}
/********************************************/
/* 
	Les formulaires
*/
/********************************************/
.divMessageWrong{
	background-color:#a90101;
	color:#ffffff;
	padding:10px;
	font-weight:bold;
	margin-bottom:20px;
	border:1px solid #000000;
}
.divMessageWrong *{
	color:#ffffff;
}
.spanMessageWrong{
	color:#a90101;
	font-weight:bold;	
}
.divMessageWrongPourLabel{
	color:#a90101;
	padding:0px;
	padding-bottom:3px;
	font-weight:bold;
}
.divMessageOK{
	background-color:#97bf0d;
	color:#000000;
	padding:10px;
	font-weight:bold;
	margin-bottom:20px;
	border:1px solid #000000;
}
.divMessageOK *{
	color:#000000;
}
.divLabel{
	margin-bottom:15px;	
}
.divLabel label{
	color:#000000;
	font-weight:bold;
}
input.inputText{
	width:95%;
	border:1px solid #000000;
	padding-left:1px;
}
input.inputTextFocus{
	border:1px solid #000000;
}
input.inputTextMessageWrong{
	border:1px solid #a90101;
}
textarea.textarea{
	border:1px solid #000000;
}
textarea.textareaFocus{
	border:1px solid #000000;
}
textarea.textareaMessageWrong{
	border:1px solid #a90101;
}
.divResizeTextareaExterne{
	cursor: ns-resize;
	cursor: n-resize;
}
.divResizeTextareaInterne{
	display:none;
	position: absolute;
	bottom:4;
	left:0;
	overflow: hidden;
	font-size: 1px;
}

/*********************************/
/* info bulle */ 
/*********************************/
#tableInfoBulle{
	margin:10px;
}
#tableInfoBulle #tdInfoBulle{	
	padding:0px;	
	border:1px solid #000000;	
	background-color:#ffffff;
	text-align:center;
}
.divInfoBulleInterne{
	padding:2px;
}
/*********************************/
/* système d'autocompletion */ 
/*********************************/
.divAutocompletionAjax{
	position:absolute;
	top:-1px;
	left:0px;
	display:none;
	border:1px solid #000000;
	min-width:200px;
}
.divAutocompletionAjaxUneLigne_out{
	background-color:#ffffff;
	color:#000000;
	padding-left:1px;
	padding-right:5px;
}
.divAutocompletionAjaxUneLigne_over{
	background-color:#ed217c;
	color:#ffffff;
	padding-left:1px;
	padding-right:5px;
	cursor:default;
}
/*********************************/
/* Images */ 
/*********************************/
.divImageMultipleIconeZoom{
	position:absolute;
	right:0px;
	bottom:0px;
	cursor:pointer;
}
.divImageMultiplePlusDinfo{
	position:absolute;
	left:2px;
	bottom:2px;
	font-style:normal;
	cursor:help;
}
.divImageMultiplePlusDinfo a{
	color:#ffffff;
	text-decoration:none;
	font-style:normal;
	cursor:help;
}
.divImageMultiplePlusDinfoInfoBulle{
	padding:5px;
}
.divImageMultiplePlusDinfoInfoBulle *{
	font-size:10px;
	text-align:left;
}
