/*
 Theme Name: Nat Neujean
 Description: Le thème par défaut de Nat neujean.
 Version: 1.0
 Author: Baphira
 Author URI: http://www.baphira.com/
 Tags: white, custom header, fixed width, one column, widgets
 
 Nat Neujean v1.0
*/

a {
    text-decoration: none;
}
a:link {
    color: #404040;
}
a:visited {
    color: #404040;
}
a:hover, a:focus, a:active {
    color: #5D0503;
}

body {
	background: #fff;
	color: #404040;
	font-family: 'Georgia', Arial, Verdana, sans-serif;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h1, h2, h3, h4 {
	font-family: 'Georgia', Arial, Verdana, sans-serif;
	letter-spacing:2px;	
	margin-bottom: 1.1em;
	text-transform: uppercase;
}
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

ol#comments li p {
	font-size: 100%;
}

#header {
	height: 99px;
	width: 970px;
	background: #FFF url(images/logo-nat-neujean.png) repeat left top;
	overflow: hidden;
}

#header h1 {
	float: left;
	padding-top: 1px;
	padding-left: 1px;
	width: 425px;
	height:93px;
	margin:0;
}
#header h1 a {
	
	display: block;
	height:93px;
	width: 424px;
	margin:0;
}
#header h1 strong {
	visibility: hidden;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
}
#header h1 strong {
	text-align: center;	
}
#header #menu {
	float: right;
	text-transform: uppercase;
}

#page {
	margin: 0 auto;
	width: 970px;
}
#content {
	font-family: Calisto MT, Arial, sans-serif;
	font-size:16Px;
	height: auto !important;
	min-height: 400px;
	height: 400px;
	padding: 10px;
	margin-top: 15px;
}
#footer {
	color: #404040;
	font-size: 1.1em;
	border-top: 1px solid #B5B5B5;
	text-align: center;
}
#footer p.author {
	margin-top: 0.50em;
	margin-bottom: 0.20em;
	background:url(images/small_logo.png) no-repeat center top;
	height:40px;
	width:100%;
	text-align:center;
}
#footer p.job {
	margin-top: 0;
	margin-bottom: 1em;
}
#footer p.fonction {
	font-style:italic;
}

#content img {
	margin: 5px;
}

p.postmetadata {
	margin: 1.1em;
	font-size: 1.2em;
	font-style: italic;
	text-align: right;
}

#content .entry {
	text-align: justify;
}
#content .contact-form {
	float: left;
	width: 47%;
}
#content .contact-address {
	float: right;
	width: 47%;
}

/*	Using 'class="alignright"' on an image will (who would've
 thought?!) align the image to the right. And using 'class="centered',
 will of course center the image. This is much better than using
 align="center", being much more futureproof (and valid) */
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* End Images */
#gly-gallery{
	background-image: url(images/fond.jpg);
	background-repeat:no-repeat;
	background-position: right -10px;
}
#fond_expo{
	background-image: url(images/fond.jpg);
	background-repeat:no-repeat;
	background-position: right -10px;
}

.img_contour {
	float:left;
	height:100%;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
	margin-right:10px;	
	margin-top:5px;
	background-color:#F1F1F1;
	text-align:center;
}