/* D�but typographies et couleurs */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	/*background: url("../img/color.jpg");*/
	color: #333333;    
	text-align: center;
	background-color: #333;
	}
	
#page {
	background: url("../img/zen_grey_gradient_bg_y.jpg") repeat-y top left;
	z-index:1;
	border: 1px solid #333;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	overflow:hidden;
	}	

a 
	{color: #333;
	text-decoration: none;
	cursor: pointer;
	}

a:hover 
	{color: #555;
	text-decoration: underline;
	cursor: pointer;
	}

a:visited 
	{color: #333;
	text-decoration: none;
	cursor: pointer;
	}	
	
p {
	text-align: justify;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 1.05em;
	line-height: 1em;
	color: #333; text-decoration: none;
	}
	
.description {
	margin-top: 200px;	
	margin-left: -300px;	
	text-align: left;
	font-size: 1.2em;
	text-align: center;
	}	
	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.italic {font-style: italic;}

.strong {font-weight: bold;}

.underline {text-decoration: underline;}

.strong_underline 
	{font-weight: bold;
	 text-decoration: underline;}
	
small {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 1.05em;
	line-height: 1em;
	color: #333; 	
	}
p{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 1.05em;
	line-height: 1em;
	color: #333; 
	line-height:20px;	
	}
	
h1, h2, h3 {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	color: #333; 
	}


	
/* Fin typographie et couleurs */

/* D�but Structure */
body {
	margin: 0;
	padding: 0; 
	}	
	
#header {
	background-color: #73a0c5;
	background: url("../img/header.jpg") no-repeat top;
	z-index:10000;
	margin: 0px;
	padding: 0px;
	height: 298px; 
	width: 758px;
	overflow:hidden;
	}

#headerimg { 
	height: 292px; 
	width: 740px;
	}
	
#content {
	font-size: 1.2em;
	}

#footer {
	position: relative;
	border-top:	1px solid #d8d8d8;
	background-color: #EFEFED;
	margin: 0;
	padding: 1px; 
	height: 36px; 
	width: 758px; 
	text-align: center;	
	padding-top: 10px;
	}	
	
#footer p {
	margin: 0;
	padding: 0;
	padding-top: 9px;
	text-align: center;
	}	

.narrowcolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 105px;
	width: 550px;
	}

.widecolumn {
	padding: 10px 105px 20px 105px;
	margin:0px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify; 
	}

.widecolumn .post {
	margin: 0;
	}
	
/* Fin Structure */



/*	D�but Ent�tes */
h2.pagetitle, h3.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h2.title, h3.title {
	text-align: left;	color: #333; 
}

/* End Ent�tes */

/* D�but Images */
p img {
	padding: 0;
	max-width: 100%;
	}


	
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;
	}

/* Fin Images */


/* D�but diff�rentes balises et classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 3px solid #ddd;
	background: #EEEEEE;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* Fin diff�rentes balises et classes */
p.album img{ margin-right:2px; padding:2px; border:1px #006600 solid; background:#fff; }