/* CSS Document */
body {
	background: url('../media/site/image_v2/fond-body.gif') repeat-x;
	margin: 0;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1c5e5e;
}
/* 
	#################################
	##
	##			HEADER 
	##
	#################################
*/
#entete {
	position: absolute;
	top: 0;
	width: 100%;
	height: 90px;
	background: url(../media/site/image_v2/fond-entete.gif);
	background-repeat:repeat-x;
}

	#entete #titre {
		background: url(../media/site/image_v2/logo.gif) no-repeat;
		margin: 0;
		padding: 0;
		height: 28px;
		position: absolute;
		left:50%;
		margin-left: -480px;
		width: 980px;
		top: 4px;
	}
	
		#titre span {
			display: none;
		}		
		
	#entete #lang {
		height:28px;
		margin:0 -536px 0 0;
		padding:0;
		position:absolute;
		right:50%;
		text-align:center;
		top:10px;
		width:328px;
		color: white;
	}
	
		#lang p {
			margin: 0;
			display: inline;
		}
	#entete #menu {
		position: absolute;
		top: 60px;
		left: 50%;
		width: 980px;
		height:30px;
		list-style: none;
		margin: 0 0 0 -450px;
	}
	
	
#conteneur {
	position: absolute;
	left:50%;
	margin-left: -490px;
	width: 980px;
	top: 85px;
}
	
	#formRechercher  #f_ikodz_1 , #f_ikodz_3{
		width: 20px;
	}
	
	#formRechercher  #f_ikodz_2{
		width: 30px;
	}
	
	#menu {
		position: absolute;
		top: -30px;
		left: 30px;
		list-style: none;
		margin: 0 0 0 10px;
	}
	
		#menu li span {
			display: none;			
		}
	
		#menu li {
			float: left;
			list-style: none;
			margin-left: 5px;
		}
		
		/*
		#accueil {
			width: 92px;
			height: 30px;
			background: url(../media/site/image_v2/bt-accueil.png);
		}
			
			#accueil a {
				display: block;
				width: 100%;
				height: 30px;
				position:static;
			}
		
		#boutique {
			width: 92px;
			height: 30px;
			background: url(../media/site/image_v2/bt-boutique.png);
		}
			
			#boutique a {
				display: block;
				width: 100%;
				height: 30px;
				position:static;
				
			}
			
		#message {
			width: 92px;
			height: 30px;
			background: url(../media/site/image_v2/bt-boutique.png);
		}
			
			#message a {
				display: block;
				width: 100%;
				height: 30px;
				position:static;
			}
			
		#download {
			width: 133px;
			height: 30px;
			background: url(../media/site/image_v2/bt-download.png);
		}
			
			#download a {
				display: block;
				width: 100%;
				height: 30px;
				position:static;
			}
			*/
		
	
	#formRechercher {
		position: absolute;
		right: 50%;
		top: 60px;
		margin: 0 -450px 0 0 ;
		padding: 0;	
		width:270px;
	}
	
		#submitRechercher {
			position: relative;
			top:5px;
		}

	#blocHaut {
		position: relative;
		background: url(../media/site/image_v2/fond-bloc-haut-inter.png) no-repeat;
		width: 980px;
		height:auto;
		padding-top: 33px;
	}
	
		 #encart {
			height:300px;
			left:30px;
			position:absolute;
			top:35px;
			width:220px;
		 }
		 
		 #contenu {
				height:auto !important;
				margin:0 0 0 300px;
				min-height:400px;
				width: 655px;
		 }
	
			
	#footer {
		position: absolute;
		bottom: -20px;
		color: #c8d210;
	}	
	
		#footer p {
			line-height: 30px;
		}
		
			#footer p img {
				position: relative;
				top: 4px;
			}
	
	/*
	#extra1 {
		position: relative;
		bottom: 0;
		left: -100px;
		background: url(../media/site/image_v2/extra-main.gif);
		width: 318px;
		height: 374px;
	}
*/