/*  
Theme Name: Default
Theme URI: http://wordpress.org/
Description:
Version:
Author: 
Author URI: http://binarybonsai.com/
*/



/* Typographies et couleurs */
body {
	background-color: #000000;
	color: #858585;
	text-align: center;
}

#page {
	background-color: #000000;
	text-align: left;
	}

#header {
	background-color: #000000;
	}

#menu {
	background-color: #000000;
	}

#footer {
	background: url("./pic/footer2.jpg") no-repeat bottom center;
	}

#content {
      padding-left: 25px;
      padding-top: 15px;
      padding-right: 25px;      
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.5em;
	padding-bottom: 0px;
}

h2 {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	}


h3 {
      font-family: 'Trebuchet MS';	
      font-size: 1em;
	line-height: 0.3em;
      }


h2, h2 a, h2 a:visited {
	color: #858585;
	}

h3, h3 a, h3 a:visited {
      color: #858585
      }

small, small a, small a:visited {
      color: #858585
      }

small a:hover {
      color: #FFFFFF;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h2 a:hover, h2 a:visited {
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
/* Fin typographie et couleurs */

/* Structure */

body {
	margin-top: 10px;
    	padding: 0; 
	padding-bottom: 30px;
}

#page {
	padding: 0;
	margin: 0 auto;
	margin: 0px auto;
	width: 900px;
	border: 0px;
        background: url("./pic/wide.jpg") repeat-y top center;	
      }

#top {
	margin: 0 auto;
	height: 199px;
	width: 900px;
        background: url("pic/top.gif") no-repeat bottom center;
      }	


#header {
	padding: 0;
	margin: 0 auto;
	margin: 0px auto;
	height: 180px;
	width: 900px;	
	background: url("pic/header.jpg") no-repeat top center;
	}

	
#menu {
	padding: 0;
	margin: 0 auto;
	margin: 0px auto;
	height: 130px;
	width: 900px;	
	background: url("pic/menu.jpg") no-repeat top center;
	}

#bar {
      padding-top: 10px;
      margin-bottom: 0px;     
      height: 130px;
      width: 360px;
      padding-left: 5px;
      float: left;
}

#footer {
	padding: 0;
	margin: 0px auto;
	width: 900px;
	height: 60px;
	clear: both;
	}


	
/* D�but Images */
p img {
	padding: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}

/*	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: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* Fin Images */

/* D�but diff�rentes balises et classes */

small, left {
	float: left;
	}
small, right {
	float: right;
	}

/* Fin diff�rentes balises et classes */