/* ==============================================
   FEUILLE DE STYLES Ryncki.ch
   ============================================== */


/* --- COULEURS --- */

/* Général */
body {
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	background: #000000;
}
a {
	color: #FFFFFF;
}
a:hover, a:focus {
	color: #515151;
}

/* Page */
#global {
	background: #000;
}

/* Contenu principal */
#contenu {
	color: #363B29;
	background: #cbd888;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}
#menu {
	margin: auto;
	margin-top: 30px;
	width: 1000px;
	background-color: black;
	height: 30px;
}
.text_fr {
	color:#FFFF99;
}
.contact_portrait {
	background-image: url('../img/yves-ryncki-portrait.gif');
	height: 122px;
	width: 84px;
	margin: auto;
	margin-bottom: 20px;
}
.contact_portrait2 {
	background-image: url('../img/yves-ryncki-portrait.png');
	height: 79px;
	width: 54px;
	margin: auto;
	position: absolute;
	margin-left: 400px;
}
.contact_logo {
	background-image: url('../img/logo-yves-ryncki-photography.gif');
	height: 146px;
	width: 623px;
	margin:auto;
	margin-bottom: 20px;
}
#contact_content {
	padding: 20px;
}
.copyright {
	font-size: 0.7em;
	color: #515151;
}
.adress {
	list-style-type: none;
	padding: 10px;
	width: 350px;
	border: 1px dashed #515151;
	-moz-border-radius: 5px;
}
.tabulation {
	position: absolute;
	left: 150px;
}
#home_img {
	background-image: url('../img/photo_home_page.jpg');
	width: 830px;
	height: 450px;
	margin: auto;
	margin-top: 20px;
	background-repeat: no-repeat;
}
#home {

}
#portfolio {
	list-style-type: none;
	margin: 20px auto;
	width: 830px;
	z-index: 0;
}
#porfolio li a img {
	height: 450px;
}

/* Pied de page */
#pied {
	color: #E6A948;
}
#navigation {
	width: 860px;
	margin: auto;
}


#navigation-clavier{
	color: #727272;
	font-size: 10px;
	padding-top: 15px;
	margin-left: 84px;
	margin-bottom: 15px;
	background: url(../img/clavier.png) no-repeat;
	font-style: italic;
}

/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%;
}
body {
	padding: 0;
}
#global {
	min-height: 100%;
	width: 1000px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete {
	margin-top: 30px;
	margin-bottom: 20px;
}
#logo {
	width: 307px;
	height: 79px;
	margin-left: 78px;
}
.logo_link {
	background-color: white;
	width: 307px;
	height: 79px;
}
#without_logo {
	width: 1px;
	height: 79px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}


/* Contenu */
#contenu {
	padding: 10px 20px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* Pied de page */
#pied {
	padding: 15px 20px;
	font-size: .85em;
}
#pied p {
	margin: .5em 0;
}
