/* CSS Document */

html,body { font-family: Lucida, Verdana, Arial, Helvetica, sans-serif; font-size: 62.5%; line-height: 1.4; color: #46494a; height:100%;margin:0;padding:0; background-color:#f4ede5;}

p { line-height: 1.4em; margin-bottom: 1em; font-size:12px; }


/* CONTAINER */

#container {
position : relative;  
min-height: 100%;  
}

#contenu{  
position: relative;  
min-height: 100%;  
margin: 0 auto;  
padding-bottom: 145px;  
width: 100%;  
}  

/* HEADER */

#header { height: 134px; width:100%; margin: 0 auto;padding:0;background-image:url(../images/bg-header.jpg);background-repeat:repeat-x;}

#header { background-color:#0087af; }

#contenu-header { width: 760px; margin: 0 auto;}


/* CONTENT */

#content{ width:100%; margin: 0 auto;padding:0;background-image:url(../images/bg-index.jpg);background-repeat:repeat-x;}

#content { background-color:#f4ede5;  }

#contenu-content { width: 729px; margin: 0 auto;background-color:#f4ede5; }



/* FOOTER */

#footer {position: absolute; padding:0px; background-image:url(../images/bg-footer.jpg);background-repeat:repeat-x; height:145px; width: 100%;bottom:0px;}

#contenu-footer { width: 909px; margin: 0 auto;}


/* TEXTE */



.texte {
	color: #515559;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.texte-footer {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}


.lien_texte { 
    font-family: Arial; 
	 color: #aa2456; 
	 font-size: 13px; 
	 text-decoration: underline;
}	

.lien_texte:hover {
    text-decoration: underline;
	  font-family: Arial;
	 color: #515559; 
	 font-size: 13px; 
}

.lien_texte_footer { 
    font-family: Arial; 
	 color: #FFFFFF; 
	 font-size: 11px; 
	 text-decoration: underline;
}	

.lien_texte_footer:hover {
    text-decoration: underline;
	  font-family: Arial;
	 color: #aa2456; 
	 font-size: 11px; 
} 

.lien_texte_footer2 { 
    font-family: Arial; 
	 color: #FFFFFF; 
	 font-size: 11px; 
	 text-decoration:none;
}	

.lien_texte_footer2:hover {
    text-decoration: underline;
	  font-family: Arial;
	 color: #2099BC;; 
	 font-size: 11px; 
}
