/**********************************************************************************/
/*** Reset ***********************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 

table { 
	border-collapse:collapse; 
	/*border-spacing:0; */
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	/*content:''; */
} 
abbr,acronym { 
	border:0; 
}

.hr{
	clear:both;
}


/**********************************************************************************/
/*** Structure ********************************************************************/
body {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	background-color: #202020;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

strong {
font-weight:bold;
}


#wrap {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	text-align: left;
}

.texte_white {
	font-size:0.7em;
	color:#FFFFFF;
}


/**********************************************************************************/
/*** Entete ***********************************************************************/
#header {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:left;
	width:980px;
	height:121px;
	margin-top:6px;
	padding: 0;

}

a.logo {
  float:left;
  padding: 0;
  margin-left:10px;
}

#slogan {
  float:left;
  padding:4px;
  margin-left:35px;
  margin-top:45px;
}

/*Région*/
#region {
  float:right;
  padding:4px;
  margin-right:5px;
  margin-top:5px;
  width: 125px;
}

select.region {
	/*border-color:#D4D4D4;*/
	font-size:0.8em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	color:#000000;
	width: 118px;
}

/*Menu aide*/
#nav_haut_page {
	float: right ;
	margin-top:5px;
	padding: 0 ;
	list-style: none;
	overflow:hidden;
	}

#nav_haut_page li {
	width:160px;
	overflow:hidden;
	}
	
#nav_haut_page li a {
	display: block;
	text-decoration:none;
	padding-bottom:8px;
	padding-left:4px;
	padding-left:4px;
	font-size:0.8em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	color:#000000;
	}
	
#nav_haut_page li a:hover {
	display: block;
	text-decoration:underline;
	padding-bottom:8px;
	padding-left:4px;
	padding-left:4px;
	font-size:0.8em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	color:#000000;
	}



/**********************************************************************************/
/*** Menu Général *****************************************************************/

#fond_nav_1 {
	height:32px;
	width:100%;
	margin-top:-1px;
	overflow:hidden; /* --- hack pour ie---*/
	background-image: url(../images/fond_nav_gris.png);
	background-repeat:repeat-x;
}

#container_nav_1 {
	width:980px;
	height:26px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	text-align: left;
}

/* Menu langues */
#nav_langue {
	float: left;
	width:140px;
	list-style: none ;
	margin: 0 ;
	overflow: hidden ;
}

#nav_langue li {
	float: left ;
	height:26px;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
}

#fr a {
	display: block;
	width: 23px;
	height:26px;
	background-image: url(../../images/flag_fr.gif);
	background-repeat: no-repeat;
}

#uk a {
	display: block;
	width: 23px;
	height:26px;
	background-image: url(../../images/flag_uk.gif);
	background-repeat: no-repeat;
}

#es a {
	display: block;
	width: 23px;
	height:26px;
	background-image: url(../../images/flag_es.gif);
	background-repeat: no-repeat;
}

#de a {
	display: block;
	width: 23px;
	height:26px;
	background-image: url(../../images/flag_de.gif);
	background-repeat: no-repeat;
}

#fr a:hover, #uk a:hover, #es a:hover, #de a:hover{
	background-position: right top;
}

/* Menu principal */
#nav_principal {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;
}

#nav_principal li {
	float: left ;
	height:32px;
}


#accueil a {
	display: block;
	width: 112px;
	height:26px;
	padding: 4px 0;
	background-image: url(../images/menu_accueil.jpg);
	background-repeat: no-repeat;
}

#news a {
	display: block ;
	width: 82px ;
	height:32px;
	background: url(../images/menu_news.jpg) ;
	background-repeat: no-repeat;
}

#club a {
	display: block ;
	width: 174px ;
	height:32px;
	background: url(../images/menu_club.jpg) ;
	background-repeat: no-repeat;
}

#team a {
	display: block ;
	width: 154px ;
	height:32px;
	background: url(../images/menu_team.jpg) left top no-repeat ;
	background-repeat: no-repeat;
}

#historique a {
	display: block ;
	width: 114px ;
	height:32px;
	background: url(../images/menu_historique.jpg);
	background-repeat: no-repeat;
}

#galerie a {
	display: block ;
	width: 104px ;
	height:32px;
	background: url(../images/menu_galerie.jpg);
	background-repeat: no-repeat;
}

#contact a {
	display: block ;
	width: 96px ;
	height:32px;
	background: url(../images/menu_contact.jpg);
	background-repeat: no-repeat;
}

#accueil a:hover, #accueil a:hover, #news a:hover, #club a:hover, #team a:hover, #historique a:hover, #galerie a:hover, #contact a:hover {
	text-decoration: underline;
	background-position: right top;
}


/**********************************************************************************/
/*** Menu Boutique ****************************************************************/

#fond_nav_2 {
	margin-top:6px;
	height:61px;
	width:100%;
	overflow:hidden; /* --- hack pour ie---*/
	background-image: url(../images/fond_nav_rouge.png);
	background-repeat:repeat-x;
}

#nav_shop {
	list-style: none;
	overflow: hidden;
	height:53px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#nav_shop li {
	float: left ;
	height:53px;
}

#shop {
	width:141px;
	height:53px;
	background-image: url(../images/shop.gif);
	background-repeat: no-repeat;
}

#triathlon a {
	display: block;
	width: 119px;
	height:53px;
	background-image: url(../images/menu_triathlon.png);
	background-repeat: no-repeat;
}

#natation a {
	display: block;
	width: 119px;
	height:53px;
	background-image: url(../images/menu_natation.png);
	background-repeat: no-repeat;
}

#course a {
	display: block;
	width: 119px;
	height:53px;
	background-image: url(../images/menu_course.png);
	background-repeat: no-repeat;
}

#cyclisme a {
	display: block;
	width: 119px;
	height:53px;
	background-image: url(../images/menu_cyclisme.png);
	background-repeat: no-repeat;
}

#accessoires a {
	display: block;
	width: 119px;
	height:53px;
	background-image: url(../images/menu_accessoire.png);
	background-repeat: no-repeat;
}

#marquages a {
	display: block;
	width: 119px;
	height:53px;
	background-image: url(../images/menu_marquage.png);
	background-repeat: no-repeat;
}

#clearence a {
	display: block;
	width: 119px;
	height:53px;
	background-image: url(../images/menu_clearence.png);
	background-repeat: no-repeat;
}

#triathlon a:hover, #natation a:hover, #course a:hover, #cyclisme a:hover, #accessoires a:hover, #marquages a:hover, #clearence a:hover  {
	background-position: right top;
}




/**********************************************************************************/
/*** Banières *********************************************************************/
#banner{
	width:980px;
	height:256px;
	left:0px;
	top:0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5px;
	margin-top:2px;
}


/**********************************************************************************/
/*** Banières triathlon et cyclisme Shop niveaux 1 ***********************************************/
#banner_niveaux_tri_homme {
	width:980px;
	height:550px;
	left:0px;
	top:0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5px;
	margin-top:10px;
	background:url(../images/back_triathlon.png) no-repeat;
}

#banner_niveaux_tri_femme {
	width:980px;
	height:550px;
	left:0px;
	top:0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5px;
	margin-top:10px;
	background:url(../images/back_triathlon_femme.png) no-repeat;
}

#banner_niveaux_cycle_homme {
	width:980px;
	height:550px;
	left:0px;
	top:0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5px;
	margin-top:10px;
	background:url(../images/back_cycle.png) no-repeat;
}

#banner_niveaux_cycle_femme {
	width:980px;
	height:550px;
	left:0px;
	top:0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5px;
	margin-top:10px;
	background:url(../images/back_cycle_femme.png) no-repeat;
}

p.description_niveaux1 {
	float:left;
	padding-left:600px;
	padding-top:130px;
	color: #FFFFFF;
	text-align:left;
	font-size:0.9em;
}

.boite1_vignette_niveaux1{
	float:left;
	width:585px;
	margin-right: 10px;
	margin-left: 15px;
	margin-top:40px;
}

.boite2_vignette_niveaux1{
	float:left;
	width:185px;
	margin-right: 0px;
	margin-left: 165px;
	margin-top:40px;
}

/******** page triathlon homme ********/
a.container_niveau1_trifonctions_homme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	text-decoration:none;
	background:url(../images/vignette_tri_h1.jpg) no-repeat;
}
a:hover.container_niveau1_trifonctions_homme{
	text-decoration:none;
}

a.container_niveau1_shortsinglet_homme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	text-decoration:none;
	background:url(../images/vignette_tri_h2.jpg) no-repeat;
}
a:hover.container_niveau1_shortsinglet_homme{
	text-decoration:none;
}

a.container_niveau1_destockage{
	float:left;
	width:185px;
	height:115px;
	text-decoration:none;
	background:url(../images/destockage.jpg) no-repeat;
}
a:hover.container_niveau1_destockage{
	text-decoration:none;
}

a.container_niveau1_avantapres_homme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	margin-top:20px;
	text-decoration:none;
	background:url(../images/vignette_tri_h3.jpg) no-repeat;
}
a:hover.container_niveau1_avantapres_homme{
	text-decoration:none;
}

a.container_niveau1_maillot_homme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	margin-top:20px;
	text-decoration:none;
	background:url(../images/vignette_tri_h4.jpg) no-repeat;
}
a:hover.container_niveau1_maillot_homme{
	text-decoration:none;
}

a.container_niveau1_triathlonfemme{
	float:left;
	width:185px;
	height:115px;
	text-decoration:none;
	background: url(../images/vignette_tri_femme.jpg) no-repeat;
}
a:hover.container_niveau1_triathlonfemme{
	text-decoration:none;
}

a.container_niveau1_triathlonenfant{
	float:left;
	width:185px;
	height:115px;
	margin-top:20px;
	text-decoration:none;
	background:url(../images/vignette_tri_enfant.jpg) no-repeat;
}
a:hover.container_niveau1_triathlonenfant{
	text-decoration:none;
}
/******** fin triathlon homme ********/

/******** page triathlon femme ********/
a.container_niveau1_trifonctions_femme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	text-decoration:none;
	background:url(../images/vignette_tri_f1.jpg) no-repeat;
}
a:hover.container_niveau1_trifonctions_femme{
	text-decoration:none;
}

a.container_niveau1_shortsinglet_femme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	text-decoration:none;
	background:url(../images/vignette_tri_f2.jpg) no-repeat;
}
a:hover.container_niveau1_shortsinglet_femme{
	text-decoration:none;
}


a.container_niveau1_avantapres_femme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	margin-top:20px;
	text-decoration:none;
	background:url(../images/vignette_tri_f3.jpg) no-repeat;
}
a:hover.container_niveau1_avantapres_femme{
	text-decoration:none;
}

a.container_niveau1_maillot_femme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	margin-top:20px;
	text-decoration:none;
	background:url(../images/vignette_tri_f4.jpg) no-repeat;
}
a:hover.container_niveau1_maillot_femme{
	text-decoration:none;
}

a.container_niveau1_triathlonhomme{
	float:left;
	width:185px;
	height:115px;
	text-decoration:none;
	background: url(../images/vignette_tri_homme.jpg) no-repeat;
}
a:hover.container_niveau1_triathlonhomme{
	text-decoration:none;
}

/******** fin triathlon femme ********/


h2.lien_niveau1{
	float:left;
	width:185px;
	padding-top:92px;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
}

/******** page cyclisme homme ********/

a.container_niveau1_easyrider_homme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	text-decoration:none;
	background:url(../images/vignette_cycle_h1.jpg) no-repeat;
}
a:hover.container_niveau1_easyrider_homme{
	text-decoration:none;
}

a.container_niveau1_boomerang_homme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	text-decoration:none;
	background:url(../images/vignette_cycle_h2.jpg) no-repeat;
}
a:hover.container_niveau1_boomerang_homme{
	text-decoration:none;
}

a.container_niveau1_hotdog_homme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	margin-top:20px;
	text-decoration:none;
	background:url(../images/vignette_cycle_h3.jpg) no-repeat;
}

a:hover.container_niveau1_hotdog_homme{
	text-decoration:none;
}

a.container_niveau1_arm_homme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	margin-top:20px;
	text-decoration:none;
	background:url(../images/vignette_cycle_h4.jpg) no-repeat;
}

a:hover.container_niveau1_arm_homme{
	text-decoration:none;
}

a.container_niveau1_cyclefemme{
	float:left;
	width:185px;
	height:115px;
	text-decoration:none;
	background: url(../images/vignette_cycle_femme.jpg) no-repeat;
}
a:hover.container_niveau1_cyclismefemme{
	text-decoration:none;
}
/******** fin cyclisme homme ********/

/******** page cyclisme femme ********/
a.container_niveau1_easyrider_femme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	text-decoration:none;
	background:url(../images/vignette_cycle_f1.jpg) no-repeat;
}

a:hover.container_niveau1_easyrider_femme{
	text-decoration:none;
}

a.container_niveau1_boomerang_femme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	text-decoration:none;
	background:url(../images/vignette_cycle_f2.jpg) no-repeat;
}

a:hover.container_niveau1_boomerang_femme{
	text-decoration:none;
}

a.container_niveau1_hotdog_femme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	margin-top:20px;
	text-decoration:none;
	background:url(../images/vignette_cycle_f3.jpg) no-repeat;
}

a:hover.container_niveau1_hotdog_femme{
	text-decoration:none;
}

a.container_niveau1_arm_femme{
	float:left;
	width:185px;
	height:115px;
	margin-right:15px;
	margin-top:20px;
	text-decoration:none;
	background:url(../images/vignette_cycle_f4.jpg) no-repeat;
}

a:hover.container_niveau1_arm_femme{
	text-decoration:none;
}

a.container_niveau1_cyclehomme{
	float:left;
	width:185px;
	height:115px;
	text-decoration:none;
	background: url(../images/vignette_cycle_homme.jpg) no-repeat;
}
a:hover.container_niveau1_cyclismehomme{
	text-decoration:none;
}

/******** fin cyclisme femme ********/


/**********************************************************************************/
/*** Colone de gauche *************************************************************/
#left_col {
	float:left;
	width:220px;
	overflow: hidden;
}

#selection_haut {
	overflow: hidden;
	width:220px;
	height:8px;
	background: url(../images/selection_haut.png) no-repeat;
	margin-top:10px;
}

#selection_corps {
	overflow: hidden;
	width:220px;
	background: url(../images/selection_midle.png);
	background-repeat:repeat-y;
	padding-left:10px;

}

#selection_bas {
	overflow: hidden;
	width:220px;
	height:10px;
	background: url(../images/selection_bas.png) no-repeat;
	background-repeat: no-repeat;
	margin-bottom:10px;

}




/**********************************************************************************/
/*** bouton social network ****************************************************************/
a.facebook{
	margin-top:10px;
	width:220px;
	height:53px;
	text-decoration:none;
}

a:hover.facebook{
	text-decoration:none;
}


#social_network{
	float:left;
	width:220px;
	height:56px;
	background-image: url(../images/bouton_social_network.png);
	background-repeat: no-repeat;
	margin-bottom:10px;
}


a.network{
	margin-top:28px;
	float:left;
	margin-left:2px;
	margin-right:1px;
	text-decoration:none;
}

a:hover.network{
	text-decoration:none;
}

/**********************************************************************************/
/*** Compte client ****************************************************************/
#account{
	float:left;
	margin-bottom:10px;
	width:220px;
	height:150px;
	background-image: url(../images/background_account.png);
	background-repeat: no-repeat;
}

h3.tete_form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size:0.8em;
	color:#FFFFFF;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	font-weight:bold;
}

.txtForm {
	display:block;
	float:left;
	width:88px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	padding-top:7px;
	color:#FFFFFF;
	text-align: right;
}

.btnAccount{
	padding-top:5px;
}

#cartouche {
	border-color:#D4D4D4;
	font-size:0.7em;
	height:15px;
	margin:5px;
	width:116px;
	display:block;
	float:left;
}

#cartouche2 {
	border-color:#D4D4D4;
	font-size:0.7em;
	height:15px;
	margin:5px;
	top:0;
	width:90px;
	display:block;
	float:left;
}

p.texte_form {
	clear:both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFFFFF;
	text-align:left;
	padding:5px;
	font-style: italic;
}

img.imgEspClient {
	padding-left:50px;
}

/*--------- dernier consulté -----------*/

	#dejavue_top {
	float:left;
	overflow:hidden;
	background: url(../images/dejavue_haut.png);
	background-repeat:no-repeat;
	width:220px;
	height:15px;
      }    
	  
	#dejavue_millieu {
	background-image: url(../images/dejavue_millieu.png);
	background-repeat: repeat-y;
	float:left;
	overflow:hidden;
	width:220px;
	padding-left:20px;
    }  
	  
	#dejavue_bas {
	background-image: url(../images/dejavue_bas.png);
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
	width:220px;
	height:15px;
	margin-bottom:10px;
	} 
	
	h3.dejavue {
	font-size:0.9em;
	font-weight:bold;
	/*padding-left:30px;*/
	padding-bottom:5px;
	color:#000000;
	} 

/*------------ divers bouton ----------------------------------*/
a.catalogue {
	float:left;
	padding-top:10px;
	padding-left:50px;
	width:220px;
	height:78px;
	background-image: url(../images/catalogue.png);
	background-repeat: no-repeat;
	text-align:center;
	font-size:0.8em;
	color:#FFFFFF;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;

}

a.catalogue:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

a.coloris {
	float:left;
	padding-top:10px;
	padding-left:50px;
	width:220px;
	height:77px;
	background-image: url(../images/coloris.png);
	background-repeat: no-repeat;
	text-align:center;
	font-size:0.8em;
	color:#FFFFFF;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;

}

a.coloris:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

#online {
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
}

/**********************************************************************************/
/*** Contenu ***********************************************************************/
#principal {
	float:left;
	width:744px;
	margin-left:16px;
	display: inline; /* <---Solution for bug IE6 */ 
}




/**********************************************************************************/
/*** Bas de page ******************************************************************/
#footer {
	float:left;
	width:100%;
	overflow:hidden; /* --- hack pour ie---*/
	display:inline;
	height:85px;
	margin:0 auto;
	background-image: url(../images/footer_repeat.png);
	background-repeat:repeat-x;
}

#petit_foot {
	width:980px;
	overflow: hidden;
	position:relative;
	left:0px;
	top:0px;
	margin-right: auto;
	margin-left: auto;
	margin-top:50px;
	text-align:left;
}

#nav_pied_de_page {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow:hidden;
	}

#nav_pied_de_page li.norm_faq{
	/*width:50px;*/
	display: inline;
	float:left;
	padding-left:2px;
	padding-right:2px;
	border-right:1px solid #FFFFFF;
	}

#nav_pied_de_page li.norm_faq a {
	text-decoration:none;
	padding:2px;
	font-size:0.8em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	}

#nav_pied_de_page li.norm_faq a:hover {
	text-decoration:underline;
	padding:2px;
	font-size:0.8em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	}
	
	#nav_pied_de_page li.norm_sitemap{
	/*width:60px;*/
	display: inline;
	float:left;
	padding-left:2px;
	padding-right:2px;
	border-right:1px solid #FFFFFF;
	}

#nav_pied_de_page li.norm_sitemap a {
	text-decoration:none;
	padding:2px;
	font-size:0.8em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	}

#nav_pied_de_page li.norm_sitemap a:hover {
	text-decoration:underline;
	padding:2px;
	font-size:0.8em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	}
	
	#nav_pied_de_page li.norm_contact{
	/*width:125px;*/
	display: inline;
	float:left;
	padding-left:2px;
	padding-right:2px;
	border-right:1px solid #FFFFFF;
	}

#nav_pied_de_page li.norm_contact a {
	text-decoration:none;
	padding:2px;
	font-size:0.8em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	}

#nav_pied_de_page li.norm_contact a:hover {
	text-decoration:underline;
	padding:2px;
	font-size:0.8em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	}
	
	#nav_pied_de_page li.norm_cgv{
	/*width:185px;*/
	display: inline;
	float:left;
	padding-left:2px;
	padding-right:2px;
	border-right:1px solid #FFFFFF;
	}

#nav_pied_de_page li.norm_cgv a {
	text-decoration:none;
	padding:2px;
	font-size:0.8em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	}

#nav_pied_de_page li.norm_cgv a:hover {
	text-decoration:underline;
	padding:2px;
	font-size:0.8em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	}
	
#nav_pied_de_page li.fin{
	/*width:180px;*/
	display: inline;
	float:left;
	padding-left:2px;
	padding-right:2px;
	}

#nav_pied_de_page li.fin a {
	text-decoration:none;
	padding:2px;
	font-size:0.8em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	}

#nav_pied_de_page li.fin a:hover {
	text-decoration:underline;
	padding:2px;
	font-size:0.8em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	}
	
/**********************************************************************************/
/*** Newsletter *******************************************************************/
#newsletter {
	float: right;
	width:250px;
	padding:0;
	margin:0;	
}

#cartouche_newsletter {
	border-color:#D4D4D4;
	font-size:0.7em;
	padding:0;
	margin:0;
	width:200px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	color: #000000;

}

/**********************************************************************************/
/*** Habillage contenu ************************************************************/
#topContenu
{
	background-image: url(../images/texte_top.png);
	background-repeat: no-repeat;
	overflow:hidden;
	height: 20px;
	width: 744px;
	margin-top:10px;
}

#contenu
{
	background-image: url(../images/texte_millieu.png);
	background-repeat: repeat-y;
	overflow:hidden;
	width: 744px;
}

#basContenu
{
	background-image: url(../images/texte_bas.png);
	background-repeat: no-repeat;
	overflow:hidden;
	height: 20px;
	width: 744px;
}