/*********************************************************************/
/* = Site : http://patrickjoly.free.fr/ */
/* = Version : 1.0 */
/* = Date de la version : 31/08/2012 */
/* = Auteur : Patrick Joly */
/* = Contact : patrickjoly@free.fr */
/*********************************************************************/

/*********************************************************************/
/* feuille de style > écran */
/*********************************************************************/

/* général */
body {
  	background: #637790;
	color: #eeeeee;
	font-family: Georgia;
	font-size: 1em;
	margin: 30px auto;
	overflow: scroll;
	padding: 0;	
	width: 750px;	
}

/* header */
header {
	display: block;
}

h1 {
	background: transparent;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	color: #eeeeee;
	font-size: 3em;
	margin: 0;
	padding: 0;
}

/* page */
#page {
	background: transparent;
	margin: 0 auto;
	text-align: justify;
}

h2 {
	background: transparent;
	color: #eeeeee;
	font-size: 2em;
	margin: 20px 0 10px 0;
	padding: 0;
}

/* contenu */
#contenu {
	float: left;
}

/* galerie */
#galerie {
	background: transparent;
	width: 100%;
}

#galerie ul {
    background: #637790;
    list-style: none;
    margin: 20px auto;
    overflow: auto;
    padding: 0 0 5px 35px;
}
    
#galerie li {
   	float: left;
   	height: 160px;
   	margin: 10px 10px 0 0;
	overflow: hidden;
	width: 160px;   	
}
    
#galerie li:hover p {
   	margin-top:-40px;
}

#galerie p {
	background: #eeeeee;
	color: #637790;
	display: block;
	height: 40px;
	padding: 0 10px;
	opacity: .8;
	-moz-transition: margin-top .3s ease-out;
	-o-transition: margin-top .3s ease-out;	
	-webkit-transition: margin-top .3s ease-out;
	transition: margin-top .3s ease-out;
}

#galerie a:before {
	content: ":: ";
}

#galerie a {
	color: #637790;
	text-decoration: none;
}

#galerie a:hover {
	text-decoration: none;
}

/* footer */
#footer {
	border-top: 1px solid #eeeeee;
	float: right;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	width: 100%;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: right;
}

/* liens */
a {
	background: transparent;
	color: #eeeeee;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;	
}