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

body {
	background: #050B20;
	color: #000000;
	margin: 0;
	padding: 0; font-style:normal; font-variant:normal; font-weight:normal; line-height:16px; font-size:13px; font-family:Times New Roman, Times, serif

	text-align: center;
}

#all {
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	width: 750px;
}

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

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


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

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

#bas {
	margin-top: 30px;
	text-align: center; padding-left:5px; padding-right:5px; padding-top:35px; padding-bottom:30px
}


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

h1 {
	background: url('../images/h1.png') no-repeat left top ;
	color: #FFFFFF;
	letter-spacing: 2px;
	left: 30px;
	font-style:normal; font-variant:normal; font-weight:bold; line-height:18px; font-size:16px; font-family:Georgia, Times New Roman, Times, serif; padding-left:40px; padding-right:0; padding-top:10px; padding-bottom:10px
}

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: #000000;
}

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


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

#navigation {
	height: 35px;
	background: #3C739A;
	margin-left: 7px;
	margin-right: 7px;
	border-bottom: 1px solid #000000;
}

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

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

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

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

}


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

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

#galerie {
	text-align: center;
}

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