/* CSS Document */

/***********************************************/
/* Tags de bases                               */
/***********************************************/ 
body{
 	/*background-image:url(../images/charte/img-fond.jpg) ;
	background-repeat: repeat-x;*/
	background-color: #8AA8DA;	
	font-family: Arial, Georgia, Verdana;
	font-size: 13px;
	margin: 10px,0px,0px,0px; /* mettre une petite marge en haut */
    text-align: center; /* pour corriger le bug de centrage IE */
}
	

a {
	color: #0D5C88;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

strong {
	color: #043652;
}

p {
text-align: justify;
}



/***********************************************/
/* Mise en place des differents blocs 		   */
/*		   composants le site				   */
/***********************************************/ 
#conteneur { 
     margin-left: auto;
     margin-right: auto;
     width: 987px;
	 background-color: #FFFFFF;
     text-align: left; /* on rétablit l'alignement normal du texte */
}
	 
#bloc_ban {
	background-image:url(../images/charte/sitafamille.jpg) ;
	background-repeat:no-repeat;
	height:64px;
}

#bloc_ban_bas {
	background-image:url(../images/charte/sitafamille-top.jpg) ;
	background-repeat:no-repeat;
	height:242px;
}
	
#bloc_ban_bas a {
	color: #293405;
	font-family: Georgia, Arial, Helvetica;
	text-decoration: none;
	font-weight: bold;
}

#bloc_ban_bas a:hover {
	color: #449508;
	text-decoration: none;
	font-weight: bold;
}

#bloc_central {
	font-style: normal;
	font-weight: normal;
	border: 0px solid red;
}

#bloc_menu_gauche {
	font-family: Georgia, Verdana, Helvetica;
	width: 185px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red; 
	float:left;	  
}

#haut_menu_g {
	background-image:url(../images/charte/sitafamille-menug-h.jpg) ;
	background-repeat:no-repeat;
	height:57px;
}

#bas_menu_g {
	background-image:url(../images/charte/sitafamille-menug-b.jpg) ;
	background-repeat:no-repeat;
	height:134px;
	margin-top: -5px;
}
	
#bloc_redaction {
	width: 615px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
	float:left;
}

#bloc_menu_droit {
	width: 187px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
	float:left;
}

.spacer {
	clear: both;
	visibility: hidden;
}

#bloc_fermeture {
	background:url(../images/charte/sitafamille-bas.jpg);
	background-repeat:no-repeat;
	width:987px;
	height:55px;
	margin: 0px 0px 0px 0px;
}

#bloc_fermeture p {
position: relative; 
top: 28px; 
text-align:center; 
font-weight: bold;
font-size: 11px;
color: #043652;
}

#haut_edito
{
	background-image:url(../images/charte/sitafamille-edito-h.jpg) ;
	background-repeat:no-repeat;
	height:13px;

}

#bas_edito
{
	background-image:url(../images/charte/sitafamille-edito-b.jpg) ;
	background-repeat:no-repeat;
	height:17px;
}

#centre_edito
{
	background-image:url(../images/charte/sitafamille-edito-c.jpg) ;
	width:590px;
	margin: 0px 0px 0px 0px;
}

/***********************************************/
/* Mise en place des differents blocs 		   */
/*		   de contenu			   			   */
/***********************************************/ 

#navigationg {
	background:url(../images/charte/sitafamille-menug-c.jpg);
	padding: 0px;
}

#navigationg a {
text-decoration: none;
}

#navigationg a:hover {
text-decoration: underline;
}

#navigationg-trait {
	background:url(../images/charte/sitafamille-menug-trait.jpg);background-repeat:no-repeat;
	padding-left: 0px;
}

#navigationd {
	background:url(../images/charte/sitafamille-menud.jpg);
	background-repeat:no-repeat;
	padding: 20px 0px 0px 0px;
	color : #245B7A;
	font-weight: bold;
}

#navigationd a {
color : #D58C3F;
font-weight: normal;
text-decoration: none;
}

#navigationd a:hover {
text-decoration: underline;
}


ul { margin: 0px; padding:0px;}	
ul.categorie_menu{ padding: 3px 0px 0px 35px; list-style-image: url(../images/charte/puce-cat.jpg) ; list-style-type: disc ;color:#DFD3F4;}
ul.categorie_menu a{ color : #FFFFFF; }
ul.cat_menu_select{ padding: 5px 0px 0px 10px; list-style-type: none ;  }
ul.cat_menu_select a{ color : #FFFFFF; }
ul.rubrique_menu { background-color:#FFFFFF; padding: 3px 0px 3px 34px; list-style-image: url(../images/charte/puce-rub.jpg) ; list-style-type: disc ;color:#FFAA00;font-size: 11px; }
ul.rubrique_menu a{ color : #6291AA;}
ul#menu_top_ul{ position: relative; top: 36px; margin-left: 440px; }
ul.menu_general{ padding: 5px 0px 0px 32px; list-style-type: square ;color:#DFD3F4;}
ul.menu_general a{ color : #FFFFFF; }

li {
	text-align: left;
	font-weight: normal;
	margin-top : 0px;
	margin-bottom : 4px;
	padding: 0px;
}

.cat_menu_select li { background-color:#F0A412;width:167px;text-align:center;}

.categorie_menu li:hover {
background-color:#F0A412;
width:142px;
}

.menu_general li:hover {
background-color:#F0A412;
width:144px;
}

.rubrique_menu li:hover {
background-color:#DEDEDE;
width:144px;
}

.cat_menu_select li {
font-weight: bold;
color : #FFFFFF;
}


#menu_top_ul li{
display:inline;
}

#menu_top_ul a{
color: #FFFFFF;
text-decoration: none;
}

.navigation .menu_bas {
	background:url(../images/charte/menu_bas.jpg);
	width: 163px;
	height: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.navigation .item {
	color: #000000;
	font-size: 11px;
	text-align: center;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.redaction {

	text-transform: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 0px;
	border-color: #6D9443;
	padding: 0px 0px 0px 10px;
	min-height: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;	
}

h1 {
font-family: Georgia, Verdana, Helvetica;
font-size: 22px;
}

#titre_edito{
color: #F8AB12;
margin: 0px 0px 0px 15px;
}

#titre_edito_rub{
color: #245B7A;
width:590px;
text-align:center;
background-color:#BFD0F0;
margin: 0px 0px 0px 0px;
}

h2 {
	background-color: #ffffff;
	font-family: Georgia, Verdana, Helvetica;
	color: #043652;
	height:22px;
	font-size: 16px;
	font-weight: bolder;
	text-transform: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h2#coupsdecoeur { background:url(../images/charte/deco-titre-vert.jpg);	background-repeat:no-repeat; }
h2#derniersajouts { background:url(../images/charte/deco-titre-violet.jpg);	background-repeat:no-repeat; }
h2#bonplan{ background:url(../images/charte/deco-titre-rose.jpg);	background-repeat:no-repeat; }
h2#selectionblog { background:url(../images/charte/deco-titre-jaune.jpg);	background-repeat:no-repeat; }
h2#actufamille { background:url(../images/charte/deco-titre-bleu.jpg);	background-repeat:no-repeat; }
h2#fiche1 { background:url(../images/charte/deco-titre-rose.jpg);	background-repeat:no-repeat; font-size: 18px;}
h2#fiche2 { background:url(../images/charte/deco-titre-vert.jpg);	background-repeat:no-repeat; font-size: 18px;}
h2#fiche3 { background:url(../images/charte/deco-titre-violet.jpg);	background-repeat:no-repeat; font-size: 18px;}

h2 a {
	color: #043652;
	text-decoration: none;
}

h3 {
	background-color: #F4F3E4;
	color: #78B84A;
	font-size: 16px;
	font-weight: bolder;
	text-transform: none;
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #6D9443;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	 
}
	


	
.redaction a img{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #315A14;
}

#titre_intro {
	color:#FFFFFF;
	font-family: Georgia, Verdana, Helvetica;
	padding-left:20px;
	font-size: 15px;
}

.positionvisiteur {
font-size: 10px;
}

#copyright {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold; 
	text-align: center;
	padding-top : 30px;
}

#bottom_partenaires {
background-color: #8AA8DA;	
color: #000000;
text-align: center;
font-size: 10px;
padding-top:10px;
padding-bottom:10px; 
}

#bottom_partenaires a {
color : #0D5C88;
}
