/*  
Theme Name: Bessange
Theme URI: http://www.marcbessange.fr
Description: Theme Bessange
Version: 1.0
Author: Marc Bessange
Author URI: http://www.marcbessange.fr

	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body, td {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Geneva, Arial, Sans-Serif;
	color: #000000;
	}

div {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: Geneva, Arial, Sans-Serif;
	color: #000000;
	}
	


#page {

	}

#header {
	}

#content {
	}
	


.widecolumn .entry p {


}

.narrowcolumn .entry, .widecolumn .entry {
}

.widecolumn {

	}
	


.alt {
	
	
	
	}

#footer {

	}

.postmetadata {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	}
small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	text-transform: uppercase;
	color: #4F5C9D;
	
	}

h1, h2, h3 {
	font-family: Geneva, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	}




.description {
	font-size: 10px;
	text-align: center;
	}










.commentlist li, #commentform input, #commentform textarea {
	font: 12px;

	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	font-family: Geneva, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 10px;
	}


	
code {
	font: 10px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 10px;

	}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #082943;

	}
	
p a {
	text-decoration: none;

}	

a:hover {
	
	text-decoration: none;
	
	}
	
#wp-calendar #prev a {
	font-size: 10px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 10px Geneva, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




/*	Begin Headers */
h1 {
	}

.description {
	text-align: center;
	}

h2 {

	}

.pagetitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #999999;
}

.navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #999999;
	line-height: 2.5em;
}

#sidebar h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	}

h3 {
	}

h3.comments {

	}
/* End Headers */



/* Begin Form Elements */
#searchform {

	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */

	}

select {
	width: 100px;
	}

#commentform input {
	width: 170px;
	padding: 2px;

	}

#commentform textarea {
	width: 100%;
	padding: 2px;
		border: 0px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {

	padding: 10px;
	}

.commentlist {
	padding: 5;
	text-align: justify;

	}

.commentlist li {

	padding: 5px 10px 3px;
	list-style: none;
	margin: 15px 0 3px;
	background-color:#D8D8D8
	}

.commentlist p {

	}

#commentform p {

	}

.nocomments {
	text-align: center;

	padding: 0;
	}

.commentmetadata {

	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{

	}

#sidebar form {

	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;

	width: 150px;
	}

#wp-calendar #next a {
	padding-right: 5px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Images */
img.photo {
	padding: 0;
	
	border: 1px solid #000000;
	}


.image {
	padding: 0;
	border: 1px solid #000000;
	margin: 5px;
	}
/*	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) */
	
	.image_l {
	padding: 0;
	border: 1px solid #000000;
	margin: 5px;
	float:left;
	}
/*	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
	}
	
	.GB
{
	color: #333333;
	background-color: #E2E2E9;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

ul, li{
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;

}
li{



}

.subtitle
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
}
.msn {
	background-image: url(/images/live.gif);
	height: 24px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: left;	
}

.pic_msn{
	position: relative;
	left: 7px;
	top: 4px;
}
/* End Images */
.image_retour {
	clear: both;
	border-width: 0px;
	padding: 0px 0px 0px;	
}


.blogroll li {
	margin-bottom: 8px;
}
