/* ---------- Elements Principaux ------------- */
*{
	margin: 0px;
}
body    {
	font: 10pt Tahoma;
	font-family: sans-serif;

}
	
.clear {
	clear: both;
}	
	
h1, h2, h3, h4, h5, h6 {
	color: 	#a5958b;
}

img {
	border: none;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #705039;
	border: 0px;
}

a:hover {
	color: #ff6600;
}

a:visited{
	text-decoration: none;
	color: #705039;
	font-weight: normal;
}
	

#wrapper {
	width: 814px;
	height: auto;
	padding: 0px 0px 12px 0px;
	margin: auto;
}

/*----------------------les titres--------*/

#bann {
	width: 802px;
	height: 180px;
	background-image: url(../images/structure/bann.gif);
	background-repeat: no-repeat;
	}

	
/*--------------------------------*/	
	
#menuG {
	width: 150px;
	height: auto;
	float: left;
	margin-left: 0px;
}

#contacts {
	background-image: url(../images/structure/menu/cont.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 39px;
	margin-left: 33px;
}

#acc {
	background-image: url(../images/structure/menu/acc.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 39px;
		margin-left: 33px;
}

#whoswho {
		background-image: url(../images/structure/menu/who.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 39px;
		margin-left: 33px;
}

#video {
		background-image: url(../images/structure/menu/video.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 39px;
		margin-left: 33px;
}

#liens {
		background-image: url(../images/structure/menu/liens.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 39px;
		margin-left: 33px;
}

/*----------------------------*/


#texteindex {
	background-color: White;
	width: 557px;
	height: auto;
	border: 1px dashed;
	padding: 8px;
	float: right;
	border-color: #E0E0E0;
	margin-right: 43px;
	overflow:auto;
}

#texte1 {
	background-color: White;
	width: 557px;
	height: auto;
	border: 1px dashed;
	padding: 8px;
	float: right;
	border-color: #E0E0E0;
	margin-right: 43px;
}

c {
	color: #bd1de6;
}

cg {
	color: Silver;
}

#bloc {
	background-color: White;
	width: 557px;
	height: auto;
	border: 1px dashed;
	padding: 8px;
	float: right;
	border-color: #E0E0E0;
	margin-right: 12px;
	overflow: auto;
}

#pied {
	width: 800px;
	height: 50px;
	background-image: url(../images/structure/pied.gif);
	margin-bottom: 0px;
	margin: auto;
}

