/* CSS Document */

html 					{ font-size : 12px;
						 font-family : Arial, Helvetica, sans-serif; margin:0; 
					     padding:0; height:100%; }
	
body 				{ margin: 0px; padding: 0px;
						  background-repeat: no-repeat; background-position: center;
						  background-color:#000000;
						  height:100%;
						  vertical-align:middle; color:#FFF; }

a						{ color:#FFF; text-decoration:none; }
a:hover				{ color:#F6F; text-decoration:none; }


#contenu			{ width: 908px; height: 535px; 
						  padding: 0; } 
						  
#col_nav			{ background-image:url(images/bckg_nav.png); width:165px; height:511px; padding:12px; float:left; }

#col_center		{ height:535px; width:38px; float:left; }

#col_contenu		{ background-image:url(images/bckg_contenu.png); width:651px; height:505px; padding:15px; float:left; }


#logo					{ border-bottom:1px solid #FFF; padding:0 0 6px 0; }

#nav_list			{ height:215px; }

#nav_onglet					{ padding: 3px 0 3px 0; }
#nav_onglet a					{ padding: 3px 0 3px 0; text-decoration:none; color:#FFF; }
#nav_onglet a:hover		{ padding: 3px 0 3px 0; text-decoration:none; color:#F6F; }
.select							{ padding: 3px 0 3px 0; font-weight:bold; color:#F6F; }


#accroche_stvalentin			{ border-bottom:1px solid #FFF; border-top:1px solid #FFF; }

#accroche_newsletter			{ padding:12px 0 12px 0; border-bottom:1px solid #FFF; margin: 0 0 5px 0; }

#copy				{ font-size:9px; color:#999; }


#col_left			{ float:left; width:305px; height:505px; } 

#txt					{ height:453px; font-size:12px; }
#next				{ height:52px; }


#col_cont_center			{ width:21px; height:505px; float:left; }

#col_right			{ float:left; width:325px; height:505px; }

#conteneur1		{ z-index:2; position:absolute; }
#conteneur2		{ z-index:1; }
