/*  
Theme Name: peyotheme
Theme URI: http://www.peyo.info/
Version: 2.0
Author: Peyo
Author URI: http://www.peyo.info/

	
/* D�but typographies et couleurs */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #000000;
	color: #757575;
	text-align: center;
	}

#page {
	background-color: black;
	text-align: left;
	}

#topheader, #header, #footer{
	background-color: black;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
        color: #757575;	
}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #c9bcac;
	border-top: 1px solid #b2a793;
	border-bottom: 1px solid #b2a793;
        border-left: 1px solid #b2a793;
	border-right: 1px solid #b2a793;
	width: 500px;
}


	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.5em;
	text-align: center;
	}




h2.pagetitle {
       font-family: 'Trebuchet MS'; 	
       font-size: 1.4em;
        }

h3 {
        font-family: 'Trebuchet MS';	
        font-size: 1.5em;
	}


h5 {
        font-family: 'Trebuchet MS';	
        font-size: 1.5em;
	color: #FFFFFF;
        }

h1, h1 a, h1 a:hover, h1 a:visited, .description, .postmetadata {
	text-decoration: none;
	color: #3c3c3c;
	}
h2, h2 a, h2 a:visited, h4, h4 a, h4 a:visited {
	color: #FFFFFF;
	}
h3, h3 a, h3 a:visited {
        color: #FFFFFF
        }
h3 a:hover {
        color: #757575;
	}
small, small a, small a:visited {
        color: #FFFFFF
        }
small a:hover {
        color: #757575;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, .titrePage, .titrePage a, .titrePage a:hover, .titrePage a:visited, h2 a:hover, h2 a:visited {
	text-decoration: none;
	}
	
.entry p a:visited {
	color: #FFFFFF;
	}


code {
	font: 1.1em 'Trebuchet MS';
	}



a, h2 a:hover, h3 a:hover{
	color: #757575;
	text-decoration: none;
	}

.titrePage a:hover{
	color: #757575;
	text-decoration: none;
	}

a:hover {
	color: #757575;
	text-decoration: none;
	}
	
.post, .post a, .post a:visited {
	color: #757575;
	}	

/* Fin typographie et couleurs */

/* D�but Structure */

body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 10px auto;
	padding: 0;
	width: 1000px;
	border: 0px;
	}

#topheader { 
	margin-top: 10px auto;
	padding: 0;
	height: 87px; 
	width: 1000px; 
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 179px;
	width: 950px;
	}

#headerimg {
	margin: 0;
	height: 179px;
	width: 950px;	
	background: url("images/header.jpg") no-repeat bottom center;
	}

.narrowcolumn {
	padding: 0;
        margin-top: 0px;	
        margin-left: 90px;
        width: 900px;
	}


#footer {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	height: 40px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
/* Fin Structure */



/*	D�but Ent�tes */
h1 {
	padding-top: 55px;
	margin: 0;
	}


h2 {
padding: 0;	
margin-top: 0px;
margin-left: 0px;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: left;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}


/* End Ent�tes */

/* D�but Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	L'utilisation de 'class="alignright"' sur une image aligne l'image � droite (qui aurait pu penser �a ?!)
	Et 'class="centered' centrera bien entendu l'image. Ceci est pr�f�rable � l'utilisation de 
	align="center", �tant plus �volutif (et valide) */
	
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
	}
/* Fin Images */



/* D�but listes

	Puces stylis�es, incompatible IE
	Ne fonctionne pas sous Internet Explorer qui affichera des puces standard par d�faut. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
/* Fin listes */



/* D�but �l�ments de formulaires */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}
#searchform #s {
	width: 115px;
	padding: 2px;
	}
	
#searchsubmit {
	padding: 1px;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* Fin El�ments de formulaires */





/* 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 */