/*//////////////////// STRUCTURE ////////////////////*/

body {
background-color: #200d05;
	font: 13px/16px, "Times New Roman", Times, serif;
	color: #663;
	margin: 0;
	padding: 0;
}
#pub { position: absolute; left: 850px; top: 20px; } 

.Style1 {font-size: 12px}

#page {
	background: #000 url("../images/fond_page.png") top left repeat-y;
	left: 100px;
	position: absolute;
	width: 750px;
	height: auto;
}

#entete { 
	background: url("../images/fond_nav.png") top left no-repeat;
	width: 750px;
	height: 250px;
	margin-top: 0px;
}


#contenu {
	width: 700px;
	margin: 20px 20px 0 20px;
	text-align: left;
}

#bienvenue { 
	background: url("../images/fond_bienvenue.png") top right no-repeat;
	padding-right: 160px;
}

#bas {
	background: url("../images/fond_bas.png") center top no-repeat ;
	margin-top: 30px;
	padding: 35px 5px 30px 5px;
	text-align: center;
}


/*//////////////////// TEXTE ////////////////////*/

h1 {
	background: url("../images/h1.png") left top no-repeat ;
	font: bold 16px/18px Georgia, "Times New Roman", Times, serif;
	color: #963;
	letter-spacing: 2px;
	left: 30px;
	padding: 10px 0 10px 40px;
}

img {
	border: none;
}

p {
	font: normal 11px/16px Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	color: #666;
}


/*//////////////////// LIENS ////////////////////*/

a, a:link, a:visited {
	text-decoration: none;
	padding: 1px 2px;
	color: #660;
}

a:hover, a:active {
	text-decoration: none;
	color: #000;
}


/*//////////////////// NAVIGATION ////////////////////*/

#navigation {
	height: 35px;
	background: #fc6;
	margin-left: 7px;
	margin-right: 7px;
	border-bottom: 1px solid #963;
}

#navigation ul {
	position: absolute;
	letter-spacing: 1px;
	background-color: #fc6;
	margin: auto;
	height: 35px;
	list-style-type: none;
	border-right: 1px solid #fc6;
	border-left: 1px solid #fc6;
}

#navigation ul li {
	margin: 0; 
	display: inline;
}

#navigation ul li a{
	color: #963;
	display: block;
	float: left;
	padding: 9px 10px;
	border-right: 1px solid #fc6;
	border-left: 1px solid #fc6;
}

#navigation ul li a:hover {
	background-color: #c93;
	color: #fff;

}


/*//////////////////// GALERIE ////////////////////*/

.image_galerie {
	border: solid 1px #ccc;
	padding: 8px 8px 8px 8px;
	margin: 5px;
}

#galerie {
	text-align: center;
}

/*//////////////////// www.Kitgraphisme.com ////////////////////*/
