/*
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
##################################################
*/

/********************************************/
/* 
	Généralités
*/
/********************************************/
*{
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:12px;
	color:#4a4a4a;
}
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:20px;
	color:#eeeeee;
}
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;
}
/* 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
*/
/********************************************/
body{
	background-image:url('../image/idSite_4/bg.jpg');
	background-repeat:repeat-x;
	background-color:#d2d2d2;	
}

#divGeneral{
	width:980px;
	margin-left:auto;
	margin-right:auto;	
}
/* BANDEAU */
#divBandeau{
	position:relative;
	height:125px;
}
#divBandeauLogo{
	position:absolute;
	top:3px;
	left:10px;
}
#divBandeauRecherche{
	position:absolute;
	top:21px;
	left:578px;
	background-image:url('../image/idSite_4/moteur-recherche.gif');
	background-repeat:no-repeat;
	height:38px;
	width:304px;	
}
#divBandeauLogoAkata{
	position:absolute;
	top:0px;
	right:17px;	
}
#divBandeauMenu{
	background-image:url('../image/idSite_4/divBandeauLogoAkata.gif');
	background-repeat:no-repeat;
	height:27px;
	padding-top:8px;
	width:960px;
	padding-left:20px;
	top:81px;
	left:0px;
	position:absolute;
}
#divBandeauMenu span{
	margin-left:17px;
	margin-right:17px;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.aBandeau{
	text-decoration:none;	
}
a:link.aBandeau{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a:visited.aBandeau{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;	
	text-decoration:none;
}
a:hover.aBandeau{
	font-size:13px;
	color:#ffa900;
	font-weight:bold;
	text-decoration:none;
	background-position:center 25px;
	padding-bottom:25px;
	background-repeat:no-repeat;
}
.aBandeauCacher{
	text-decoration:none;	
}
a:link.aBandeauCacher{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a:visited.aBandeauCacher{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;	
	text-decoration:none;
}
a:hover.aBandeauCacher{
	font-size:13px;
	color:#ffa900;
	font-weight:bold;
	text-decoration:none;
	background-position:center 25px;
	padding-bottom:0;
	background-repeat:no-repeat;
}
.aBandeauSel{
	font-size:13px;
	color:#ffa900;
	font-weight:bold;
	text-decoration:none;
	background-image:url('../image/idSite_4/menuSel.gif');
	background-position:center 25px;
	padding-bottom:0px;
	background-repeat:no-repeat;
}
.aBandeauSelCacher{
	font-size:13px;
	color:#ffa900;
	font-weight:bold;
	text-decoration:none;
	background-position:center 25px;
	padding-bottom:0px;
	background-repeat:no-repeat;
}
/* FOOTER */
#divFooter{
	height:262px;
	background-image:url('../image/idSite_4/bgFooter.jpg');
	background-repeat:repeat-x;
}
#divFooterCentre{
	position:relative;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#divFooterMenu{
	width:312px;
	margin-left:17px;
	float:left;
}
#divFooterMenuPublication{
	width:312px;
	margin-left:23px;
	float:left;
}
#divFooterMenuReseauSociaux{
	width:281px;
	height:158px;
	margin-left:23px;
	padding-top:50px;
	margin-top:2px;
	float:left;
	background-repeat:no-repeat;
}
#divCoordonneeFooter{
	color:#FFFFFF;
	font-size:11px;
	position:absolute;
	top:230px;
	left:33px;		
}
#divCoordonneeFooter *{
	color:#FFFFFF;
	font-size:11px;
}
/* CENTRE */
#tableCentre{
	width:980px;
	margin-bottom:20px;
	height:250px;
}
#tableCentre #tdCentreTableCentre{
	padding-top:10px;
	padding-bottom:10px;
	width:960px; 
}
#tableCentreHome{
	width:980px;
	margin-bottom:20px;
}
#tableCentreHome #tdGaucheTableCentreHome{
	padding-top:10px;
	width:470px;
	padding-right:10px;
}
#tableCentreHome #tdDroiteTableCentreHome{
	padding-top:10px;
	width:470px;
	padding-left:10px;
}
/********************************************/
/* 
	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:15px;
	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:15px;
	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:15px;
	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:15px;
	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"); /* permet de créer un marge entre les puces et une image "float:left;", sinon les puces entre dans l'image, ne fonctionne que sur FF */
	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; /* sinon affichage d'un ascenceur vertical sur firefox si clic sur un lien ? */
}
.divArticleNom h2{
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
	color:#eeeeee;
}
.divArticleNom h2 img{
	max-height:26px;
}
/* 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{
}
#divZoneEdition_7 .divArticle .divArticleContenu a b{
	color:#000000;
}
/* colonne du centre */
#divZoneEdition_1 .divArticle{
}
#divZoneEdition_1 .divArticle .divArticleContenu a b{
	color:#000000;
}
/* colonne de droite */
#divZoneEdition_4.divArticle{
}
#divZoneEdition_4 .divArticle .divArticleContenu a b{
	color:#000000;
}
/********************************************/
/* 
	Fil d'ariane
*/
/********************************************/
#divFilAriane{
	font-size:11px;
	margin-bottom:5px;
}
#divFilAriane a{
	font-size:11px;
}
/********************************************/
/* 
	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:#a42d1b;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 dans le footer
*/
/********************************************/
.divPlanDuSiteMenuNavigation_vertical{
	border-top:1px solid #9c9c9c;
	border-bottom:1px solid #9c9c9c;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:5px;
}
/* ------------ */
/* profondeur 1 */
/* ------------ */
.divPlanDuSite .divMenuNavigationProfondeur1_vertical{
	margin-bottom:1px;
}
.divPlanDuSite .divMenuNavigationProfondeur1_vertical .divLienMenuNavigationProfondeur1{
	margin-bottom:1px;
	cursor:pointer;
	padding-left:2px;
	padding-right:2px;
}
.divPlanDuSite .divMenuNavigationProfondeur1_vertical .divLienMenuNavigationProfondeur1 a{
	color:#ffffff;
	font-size:11px;
	background-color:transparent;
	font-weight:bold;
	width:310px;
	padding-left:2px;
	height:17px;
	padding-top:2px;
	display:block;
	text-decoration:none;
}
.divPlanDuSite .divMenuNavigationProfondeur1_vertical .divLienMenuNavigationProfondeur1 a:hover{
	color:#ffffff;
	font-size:11px;
	background-color:#6d6d6d;
	font-weight:bold;
	width:310px;
	padding-left:2px;
	height:17px;
	padding-top:2px;
	display:block;
	text-decoration:none;
}
.divPlanDuSite .divMenuNavigationProfondeur1_vertical .divLienMenuNavigationProfondeur1 .aLienSelectionner{
	color:#ffffff;
	font-size:11px;
}
.divPlanDuSite .divMenuNavigationProfondeur1_vertical .divLienMenuNavigationProfondeur1Selectionner{
	position:relative;
	margin-bottom:1px;
	color:#ffffff;
	cursor:pointer;
}
/********************************************/
/* 
	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:#00aa00;
	color:#ffffff;
	padding:10px;
	font-weight:bold;
	margin-bottom:20px;
	border:1px solid #000000;
}
.divMessageOK *{
	color:#ffffff;
}
.divLabel{
	margin-bottom:5px;	
}
input.inputText{
	width:95%;
	border:1px solid #666666;
	padding-left:1px;
}
input.inputTextFocus{
	border:2px solid #000000;
}
input.inputTextMessageWrong{
	border:2px solid #a90101;
}
textarea.textarea{
	border:1px solid #666666;
}
textarea.textareaFocus{
	border:2px solid #000000;
}
textarea.textareaMessageWrong{
	border:2px solid #a90101;
}
.divResizeTextareaExterne{
	cursor: ns-resize;
	cursor: n-resize;
}
.divResizeTextareaInterne{
	display:none;
	width: 500px;
	height: 8px;
	background-color:#b5b5b5;
	background-image:url("../image/idSite_4/elargisseurConteneurBasBg.gif");
	background-repeat:no-repeat;
	background-position:center center;
	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;
	height:20px;
	font-size:14px;
	font-weight:bold;
	display:none;
	min-width:284px;
	color:#FFFFFF;
	border-bottom:1px dotted #4a4a4a;
}
.divAutocompletionAjaxUneLigne_out{
	background-color:#ffa900;
	color:#FFFFFF;
	padding-left:5px;
	padding-top:5px;
	height:20px;
	padding-right:5px;
	min-width:284px;
	border-bottom:1px dotted #4a4a4a;

}
.divAutocompletionAjaxUneLigne_over{
	background-color:#4a4a4a;
	color:#ffa900;
	padding-left:5px;
	padding-top:5px;
	height:20px;
	padding-right:5px;
	cursor:default;
	min-width:284px;
	border-bottom:1px dotted #4a4a4a;
}
/*********************************/
/* 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;
}
#divMenuNavigationHorizontalCacher{
	z-index:1;
}



.tableTdCentre > div{
  margin-top: 10px;
}


body .divModule_moduleOuvrage .divPagination .aPagination:link,
body .divModule_moduleOuvrage .divPagination .aPagination:visited,
body .divModule_moduleOuvrage .divPagination .aPaginationSelectionner{
  height: 26px;
  line-height: 18px;
  margin-top: 20px;
}

#divArticle_523{ /*Liste nouveaut‚ Mobile*/
  display: none;
}

.lienCacher{
  display: inline-block;
}

