body
{
	margin:0px;
	background-repeat: repeat; 				/*répète le fond du site à la vertical et l'horizontal*/
	background-attachment: fixed;			/*l'image reste fixe*/
}


#grd-conteneur
{
	width: 1105px;
	margin: 0 auto;
	background:url("../design/site3/conteneur.png");
	background-repeat: repeat-y;
} 

#banniere
{
	background:url("../design/site3/ban.gif");
	background-repeat: no-repeat;
	width: 1105px;
	height: 200px;
	margin-bottom: -16px;
}

#menu
{
	background:url("../design/site3/menu.png");
	background-repeat: no-repeat;
	width: 1105px;
	height: 50px;
}

#divers
{
	background:url("../design/site3/outil.gif");
	background-repeat: no-repeat;
	width: 1105px;
	height: 30px;
	margin-bottom: -4px;
	padding-top: 3px;
}

#recherche
{
	float: left;
	width: 330px;
}

#outil
{
	float: left;
	/* le total des deux lignes suivant doit être égale à 740 pour ne pas avoir des problèmes de positionnement des div entre elles*/
	width: 720px;
	padding-left: 40px;
	/*--------------------------------------------*/
	padding-top: 2px;
}

#contient
{
	width: 1105px; 
}

#gauche
{
	float: left;
	width: 200px;
	margin-left: 10px;
}

#centre
{
	width: 890px;
	float: left;
} 

#footer
{
	background:url("../design/site3/footer.png");
	background-repeat: no-repeat;
	width: 1105px;
	height: 200px;
	clear: left; 
}

#tete
{
	background: url("../design/site1/haut_menu.gif");
	background-repeat: no-repeat;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-left: 10px; 
	padding-left: 60px;
}

#pied
{
	background: url("../design/site1/menu_bas.gif");
	background-repeat: no-repeat;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-left: 10px; 
	padding-left: 60px;
}

#h
{
	background: url("../video/TV/haut_tv.gif");
	width: 600px;
	height: 110px;
	color: #FFFFFF;
}

#c
{
	background: url("../video/TV/milieu_tv.gif");
	width: 600px;
}

#b
{
	background: url("../video/TV/bas_tv.gif");
	width: 600px;
	height: 141px;
}
