/* =============================================================================
 * LAYOUT GENERAL
 * ===========================================================================*/
#document {
	width: 958px; /* Par defaut à 100% mais il est posssible d'implémenter un max-width
						et/ou min-width dans un msie_fixes.css et un advanced.css */
}
#documentHaut {
    width: 950px;
}
#bandeauHaut {}
#corps {
	overflow: hidden;
	width: 100%;
}
#colonneGauche {
	float: left;
	width: 235px;
}
/* n'arrive jamais
.avecDeuxColonnes #contenu { 
	float: left;
	width:;
}*/
.avecColonneDroite #contenu, .avecColonneGauche #contenu {
	float: left;
	width: 680px;
}
/*
#colonneDroite {
	float: left;
	width:;
}
*/
#bandeauBas {}

/* =============================================================================
 * STANDARD IMPLEMENTATION & STANDARD CMS
 * 	-> Éléments utilisés par l'application et une implémentation standard du CMS
 * ! Atention aux spécificités des selecteurs qui peuvent être plus importantes 
 * ===========================================================================*/
/* Implémentaiton au cas par cas  */
.clear {clear : both;}
/* TPL_FORMULAIRE */
input.case {border: none;}
label.enLigne {
	float: none;
	display: inline;
}
/* TPL AVEC FORMULAIRE : tpl_formulaire, tpl_ged, tpl_login, tpl_loginMDL, etc. */
p.action {}
p.action input {}
/* TPL_FORMULAIRE [=>label caché] et éléments d'accessibilité */
.accessLayout, .byPass {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* CMS */
.paragraphe {
	overflow: hidden;
	width: 100%;
	margin: 5px 0;
}
#Accueil .paragraphe {
    margin: 0;
}
/* WYSIWYG */
.alignleft {text-align: left;}
.alignright {text-align: right;}
.aligncenter {text-align: center;}
.alignjustify {text-align: justify;}
img.alignleft {float: left; margin: 0 5px 5px 0;}
img.alignright {float: right; margin: 0 0 5px 5px;}
a img,img {border: none;}

acronym {
	border-bottom: 1px dotted;
	cursor:help;
}
.notDisplay { display: none;}
/* =============================================================================
 * INITIALISATION CHARTE GRAPHIQUE GENERALE DU PROJET
 * ===========================================================================*/
body {
	margin: 0;
	padding: 0;
	background: #fff url(images/fondSite.jpg) repeat-x top left;
	color:;
	font-family: Trebuchet MS, arial;
	font-size: 13px; /* Rétablir la taille pour MSIE5 dans "msie_fixes.css" */
}
/* =============================================================================
 * ELEMENTS COMMUNS (non spécifique à la position dans le page) DE LA CHARTE
 * ===========================================================================*/
h2, h3, h4, h5, h6 {}

p {}
#contenu {
} 
#Accueil #contenu {
    border: none;
} 
#contenu ul {
    list-style: none;
    padding: 0;
    margin: 10px;
}
li {
    background: url(images/puce.jpg) no-repeat 0 8px;
    padding-left: 10px;
}
a { text-decoration: underline;} 
a:hover, a:focus {text-decoration: none;}
#Accueil a{ text-decoration: none;}
#Accueil a:hover, #Accueil a:focus {text-decoration: underline;}
#contenu a {
    color:  #00752C;
}
#contenu table {
    border-collapse: collapse;
    margin:1px;
}

#contenu fieldset {
    border:1px solid #00752C;
    padding: 4px 5px 9px 5px;
}
#contenu legend {
    font-weight: bold;
}
#contenu thead {
    font-weight: bold;
}
#contenu h3 {
    overflow: hidden;
    border-bottom :1px solid black;
    font-size: 180%;
}
/* =============================================================================
 * DOCUMENT (CHARTE GENERALE)
 * ===========================================================================*/
#documentHaut {
    margin: auto;
    margin-top: 10px;
    padding: 0px 4px;
    background: url(images/fondDocumentHaut.jpg) no-repeat bottom left; 
    height: 16px; 
}
#document {
    margin: auto;
    padding: 0px;
   /* background: url(images/fondDocument.jpg) no-repeat top left;  */
}
#bordure {
    padding: 0px 4px;
    background: url(images/fondCorps.gif) repeat-y top left;  
}
	/* ... */
/* =============================================================================
 * BANDEAU HAUT (CHARTE GENERALE)
 * ===========================================================================*/
#bandeauHaut {
    background: #fff;
    height: 165px;
    position: relative;
}
#Accueil #bandeauHaut {
    background: url(images/fondAccueil_haut.jpg) no-repeat bottom left;
}
#bandeauHaut h1 {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 0;
}
#bandeauHaut #flag {
    z-index: 3;
    position: absolute;
    top: -10px;
    right: 10px;
}
#bandeauHaut #flash {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
}
#bandeauHaut #navigation {
    position: absolute;
    right: 0;
    bottom: 5px;
    height: 67px;
    width: 834px;
    z-index: 2;
}
#bandeauHaut #filAriane {
    position: absolute;
    bottom: 4px;
    left: 60px;
    font-size: 80%;
    color: #5694CF;
    z-index: 3;
}
#bandeauHaut #filAriane a {
    color: #5694CF; 
    text-decoration: none;   
}
#bandeauHaut #filAriane a:hover,#bandeauHaut #filAriane a:focus {
    text-decoration: underline;   
}
	/* ... */
/* =============================================================================
 * CORPS (CHARTE GENERALE)
 * ===========================================================================*/
#corps {
    background: #fff url(images/fondCorps.jpg) repeat-x top left;
    z-index: 3;
}
	/* ... */
/* =============================================================================
 * COLONNE GAUCHE (CHARTE GENERALE)
 * ===========================================================================*/
#colonneGauche {}

.menu {
    margin-left: 10px;
    background: url(images/fondMenu.jpg) no-repeat top left; /* a changer selon la couleur */
    padding-left: 12px;
    padding-top: 20px;
    height: 379px;
}
/*.menu h2 {
    margin: 0;
    margin-right: 40px;
    color: #1B7925;
    font-style: italic;
    font-size: 180%;
    font-weight: normal;
    border-bottom: 1px solid #1B7925;
}*/
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 95%;
    margin-right: 15px;
    padding-left: 5px;
}
.menu ul ul {
    padding-left: 5px;
}
.menu li {
    background: url(images/menu_puce.gif) no-repeat top left;
    margin-top: 10px;
    font-weight: bold;
}
.menu li li{
    background-image: none;
    margin-top: 0px;
    font-weight: normal;
    padding: 0;
}
.menu a {
    color: #8A8A8A;
    text-decoration: none;
}
.menu a.selected,.menu a:hover,.menu a:focus  {
    color: #CD402F;
}
.logosLangue{
margin-left:15px;
margin-top:-55px;
}
.logosBordure {
border: 1px solid #FFFFFF;
}
	/* ... */
/* =============================================================================
 * CONTENU(CHARTE GENERALE)
 * ===========================================================================*/
#contenu {
    padding: 0 15px;
    z-index: 99;
}
#Accueil #contenu {
    padding: 0;
}
#contenu .userTools {
    float: right;
}
#contenu #accroche {
    clear: both;
    margin-bottom: 5px;
    color: #00762C;
    width: 100%;
    overflow: hidden;
}
#contenu #accroche p {
    padding: 0 10px;
    font-weight: bold;
    font-size: 110%;
}
#contenu #accroche img{
    margin-top: 10px;
}
#contenu h2 {
    padding: 0;
    margin: 0;
    font-size: 250%;
    color: #00762C;
    /*font-style: italic;*/
    border-bottom: 1px solid #1B7828;
}
	/* ... */
/* =============================================================================
 * COLONNE DROITE (CHARTE GENERALE)
 * ===========================================================================*/
#colonneDroite {}
	/* ... */
/* =============================================================================
 * BANDEAU BAS (CHARTE GENERALE)
 * ===========================================================================*/
#bandeauBas {
    background: #fff url(images/fondBandeauBas.gif) no-repeat top left;
    color: #84898C;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
}
#Accueil #bandeauBas {
    background: #fff url(images/fondBandeauBas_Accueil.jpg) no-repeat top left;
    color: #006BB1;
}
#bandeauBas .lienPiedPage {
   float: left; 
}
#bandeauBas .adresse {
   text-align: right;
}
#bandeauBas a {
    color: #84898C;
}
#Accueil #bandeauBas a {
    color: #006BB1;
}	/* ... */
#bandeauBasContenu {
    border-top: 1px solid #84898C;
    margin: 0 12px;
    padding-top: 5px;
}
#Accueil #bandeauBasContenu {
    border-top: 1px solid #A0D5EF;
}
/* =============================================================================
 * MODULES (CHARTE GENERALE)
 * ===========================================================================*/
.module {
	margin: ;
}
/* =============================================================================
 * TPL CENTRAUX (CHARTE GENERALE)
 * ===========================================================================*/
#contenu .tpls {}

#Accueil .tpl_accueil {
    height: 431px;
    background: url(images/fond_tplAccueil.jpg) no-repeat top left;
    position: relative;
}
#Accueil .tpl_accueil p {
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 14px;
    font-size: 12px;
}
#Accueil .tpl_accueil .titre {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
	padding-top:10px;
    line-height: 17px;
}
#Accueil .tpl_accueil .lien {
    float: right;
    font-weight: bold;
    margin-right: 2px;
}

#Accueil .tpl_accueil #offreMois {
    position: absolute;
    top: 73px;
    left: 44px;
    width: 200px;
    height: 110px;
    color: #006BB1;
    overflow: auto;
}
#Accueil .tpl_accueil #offreMois a {
    color: #006BB1;
}
#Accueil .tpl_accueil #bienManger {
    position: absolute;
    top: 115px;
    left: 383px;
    width: 350px;
    height: 70px;
    color: #006BB1;
    overflow: auto;
}
#Accueil .tpl_accueil #bienManger a {
    color: #006BB1;
}
#Accueil .tpl_accueil #nouveaute {
    position: absolute;
    top: 260px;
    left: 15px;
    width: 250px;
    height: 130px;
    color: #EB711A;
    overflow: auto;
}
#Accueil .tpl_accueil #nouveaute a {
    color: #EB711A;
}
#Accueil .tpl_accueil #recette {
    position: absolute;
    top: 260px;
    left: 500px;
    width: 210px;
    height: 135px;
    color: #00752C;
    overflow: auto;
}
#Accueil .tpl_accueil #recette .lien {
  /*  margin-right: 20px;*/
}
#Accueil .tpl_accueil #recette a {
    color: #00752C;
}
#Accueil .tpl_accueil #recetteImage {
    position: absolute;
    top: 198px;
    left: 283px;
    width: 211px;
    height: 196px;
    overflow: hidden;
}
#Accueil .tpl_accueil #actualite {
    position: absolute;
    bottom: 35px;
    right: 26px;
    width: 175px;
    height: 70px;
    color: #fff;
    overflow: auto;
}
#Accueil .tpl_accueil #actualite a {
    color: #fff;
}
#Accueil .tpl_accueil #promotion {
    position: absolute;
    bottom: 244px;
    right: 12px;
    width: 181px;
    height: 179px;
    color: #006BB1;
    overflow: auto;
}

#Accueil .tpl_accueil #actualite a {
    color: #fff;
}

#Accueil .tpl_accueil .PGS_ESPACEPRO {
    position: absolute; 
    bottom: 171px;
    right: 10px;
}
#Accueil .tpl_accueil .PGS_ESPACEPRESSE {
    position: absolute; 
    bottom: 203px;
    right: 10px;
}
/* =============================================================================
 * FORMULAIRES (CHARTE GENERALE)
 * ===========================================================================*/
fieldset {margin-top: 4px;}
legend {
    border: 1px solid #9CC9A7;
    background-color: #F5F8E8;
    color: #00752C;
}
input, textarea,select {
    border: 1px solid #9CC9A7;
    background-color: #F5F8E8;
} /* CF. input[class=case] dans  [STANDARD IMPLEMENTATION & STANDARD CMS] */
form p {
	clear: both;
	margin: 0;
	padding: 2px 0;
}
/* Non applicable au form en MDL */
#contenu p label {
	float: left;/* CF. label[class=enLigne] dans  [STANDARD IMPLEMENTATION & STANDARD CMS] */
	width: 24%;
	color: #00752C;
}
.action input {
    background-color: #00752C;
    border-color: #00752C;
    color: #fff;
    margin-left: 24%;
}
/* =============================================================================
 * BLOC DE NAVIGATION : résultats de recherche
 * ===========================================================================*/
.blocNavigation { 
	text-align: center; 
	border-bottom: 1px solid #219ab5;
} 
.resultatNavigation {margin: 5px 0;}
.regletteNavigation {margin: 5px 0;}
/* =============================================================================
 * TPL PLAN DU SITE
 * ===========================================================================*/
#contenu .tpl_plansite ul {
    font-size: 115%;
    list-style: none;
    margin:0pt;
    padding:0pt 5px 10px 20px; 
}
.tpl_plansite li {
    background: url(images/puce_liste.gif) no-repeat 0 7px;
}
#contenu .tpl_plansite ul ul {
    font-size: 85%;
}

/* =============================================================================
 * STYLE DE PARAGRAPHE
 * ===========================================================================*/
.paragraphe {
    clear: both;
}
.PRS_WIDTH_50G {
    clear: left;
    float: left;
    width: 335px;
    overflow: hidden;
}
.PRS_WIDTH_50D {
    clear: right;
    float: right;
    width: 335px;
    overflow: hidden;
}
.PRS_WIDTH_66G {
    clear: left;
    float: left;
    width: 465px;
    overflow: hidden;
}
.PRS_WIDTH_66D {
    clear: none;
    float: right;
    width: 465px;
}
.PRS_WIDTH_33G {
    clear: left;
    float: left;
    width: 210px;
}
.PRS_WIDTH_33C {
    margin-left:22px;
    clear: none;
    float: left;
    width: 210px;
}
.PRS_WIDTH_33D {
    clear: none;
    float: right;
    width: 210px;
}
.PRS_ENCADREROUGE {
    background: #fff url(images/fondBordure_rouge.jpg) no-repeat bottom right;
    color: #7E3D45;    
}
#contenu .PRS_ENCADREROUGE a{
    color: #7E3D45;    
}
.PRS_ENCADREBLEU {
    background: #fff url(images/fondBordure_bleu.jpg) no-repeat bottom right;
    color: #1C4B99;   
}
#contenu .PRS_ENCADREBLEU a {
    color: #1C4B99;   
}
.PRS_ENCADREVERT {
    background: #fff url(images/fondBordure_vert.jpg) no-repeat bottom right;
    color: #2D8D49;   
}
.PRS_ENCADREROUGE p, .PRS_ENCADREVERT p,.PRS_ENCADREBLEU p {
    padding: 0;
    margin: 0;
}
#contenu .PRS_ENCADREVERT a {
    color: #2D8D49;   
}
.PRS_ENCADREROUGE .contenuPar,.PRS_ENCADREBLEU .contenuPar,
.PRS_ENCADREVERT .contenuPar {
    margin-bottom: 5px;
    margin-right: 4px;
    padding:5px;
    border-top: 1px solid #EFEDDE;
    border-left: 1px solid #EFEDDE;
}
.PRS_ENCADREROUGE h3, .PRS_ENCADREBLEU h3,
.PRS_ENCADREVERT h3 {
    padding: 5px 0;
    margin: 0 0 5px 0;
    overflow: hidden;
    width: 100%;
}
#contenu .PRS_ENCADREROUGE h3 {
    color: #E1081B;
    border-bottom: 1px solid #E1081B;
}
#contenu .PRS_ENCADREBLEU h3 {
    border-bottom: 1px solid #1C4B99;
    color: #1C4B99;
}
#contenu .PRS_ENCADREVERT h3 {
    color: #2D8D49;
    border-bottom: 1px solid #2D8D49;
}
/* =============================================================================
 *              STYLE SPECIFIQUE DE L'EDITEUR
 * ===========================================================================*/

table.bordureRouge td{
    border:1px solid #E10A1C;
}
table.bordurebleu td{
    border:1px solid #00458B;
}
table.bordureVerte td{
    border:1px solid #00752C;
}
td.fondVert {
    background-color: #F4F7E4;
}
td.fondBleu {
    background-color: #F4FCFF;
}
td.fondRouge {
    background-color: #FEFAF9;
}

