header#index-page {
	padding-top: 60px;
}

div#label {
	margin: auto;
	padding: 40px;
	width: 600px;
	border: 0px solid black;
	text-align: left;
}

label
{
	display: block;
	width: 210px;
	float: left;
	padding-top: 5px;
}

img.center {
	display:block; 
	margin:0 auto; 
	text-align:center;
	/*max-width: 100%;*/
}

p.rosali {
	text-align:right;
	padding-right: 40px;
}

div.ArticlePhoto {
	position: relative;
	overflow: hidden;
	text-align: left;
	margin: 20px;
	padding: 10px;
	width: 800px;
	border: 1px solid black;
	height: 150px;
	border-radius: 15px;
	background-color: #ccadad;
	color: black;
	box-shadow: 10px 10px 20px #1c1a19 ;
}

div.Photo {
	float: left;	
	text-align: left;
}

.Photo img {
	/*max-width: 100%;*/
}

div.Text {
	margin-left: 180px;
	text-align: left;
	max-height: 118px;
	overflow: hidden;
}
div.maj {
	position: absolute;
	bottom: 0px;
	right: 10px;
	z-index: 10;
	font-weight: bold;
}

nav {
	display: inline-block;
}
nav ul {
	list-style-type: none;
}
nav li {
	text-align: center;
	position: relative;	
	display: inline-block;
	margin-right: 100px;
	padding-top: 0px;
	font-family: 'Yellowtail', cursive;
	/*font-family: 'Ruthie', cursive;*/
	font-style: bold;
	font-size: 2em;
	color: #fff;
	letter-spacing: 1px;
}

/* CSS pour les pages de Gallery */

html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 75%;
	background-image:url("images/papier.jpg");
}
a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:focus, a:hover, a:active {
	text-decoration: none;
}
a.nav {
	color: #fff;
	font-weight: inherit;
}
p, li {
	line-height: 1.2em;
	letter-spacing: 1px;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:0px;
}
h1 {
	padding: 0;
	font-size: 2em;
	color: #333;
}
h2 {
	padding-top: 0px;
	font-size: 1em;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1em;
}
pre {
	font-size: 1.2em;
	line-height: 1.5em;
	overflow-x: auto;
}

section {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div#header {
	position: fixed;
	background-color: #333;
	border:  0px solid black;
	width: 100%;
	height: 40px;
	text-align: center;
	z-index: 20;
}
div#under-header {
	padding: 20px;
	background-color: #fff;
	border-bottom:  0px solid blue;
	color: #fff;
}
div#page {
	width: 900px;
	/*background-color: #eee;*/
	margin: 0 auto;
	text-align: left;
	border-color: #000;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	border: 0px solid black;
	/*background-image:url("images/papier.jpg");*/
}
div#multi-gallery {
	border-top: 1px solid black;
	text-align: center;
	height: auto;
}
div#container {
	padding: 20px;
	border: 0px solid blue;
}
div#gallery {
	padding: 20px 0px 0px 0px;
	border-top: 0px solid black;
}
div#thumbs {
	padding: 20px 0 0px 0px;
	border-top: 0px solid black;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
footer {
	padding: 20px 0;
	text-align: center;
}

ul.gallery {
	clear: both;
	margin: 0;
	padding-left: 50px;
}
ul.gallery li {
	float: left;
	padding: 0px;
	margin: 5px 10px 5px 0px;
	list-style: none;
}
a.gallery {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.gallery li.selected a.gallery {
	background: #000;
}
a.gallery:focus {
	outline: none;
}
ul.gallery img {
	border: none;
	display: block;
}
