


/*marge du blog*/
html, body{
	margin: 0;
	padding: 0;

}

#page{
	width: 951px;/*largeur total de la page*/
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
	top: 20px; 
	left:1px;
}

#top, #top h1{
	margin: 0;
}


#main{
	float: left;
	position: relative;
	top: 100px;
	left: 75px;
	margin: -370px 0 0 0;
}

#content{
	margin: 0 0 0 0;
	position: relative;
	width: 620px;
}


#sidebar{
	float: right;
	width: 195px;
	padding: 0px;
	margin: -600px 0 0 0;
}

html>body #sidebar{
	width:195px;
}

#sidebar div{
	margin: 0 15px 0 0;
	padding: 0 0 15px 10px;
	font-size: 13px;/*taille des titre du menu*/
}

#footer{
	margin : 0;
	clear: both;
	height: 24px;
	padding: 0px 0px 0px 120px;
	font-family: Garamond;
	font-size: 20px;
}
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #FFFFFF url(img/body.jpg) no-repeat fixed;
	color:#00FFFF;
	font-size: 16px;
	line-height: 1.6em;
	font-family: Arial, Tahoma, sans-serif;
}


h1, h2, h3, h4, h5, h6{
	font-family: Impact, sans-serif;
	font-weight: normal;
}

h1{font-size: 1.4em;}
h2{font-size: 1.2em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;}
h5{font-size: 1em;}
h6{font-size: 0.9em;}

pre, code{
	font-size: 14px;
}

pre{
	width: 100%;
	overflow: auto;
}


.field label{
	display: block;
}


textarea{
	width: 95%;
	font-size: 13px;
	font-family: Tahoma, university roman let, sans-serif;
}

a{
	color:#000066;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color:#990000;
}

a:hover{
	color: #7D3270;
	text-decoration:underline;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

.invisible {
	display: none;
}


.error {
	margin-left: 95px;
}

 
/* L'entête
-------------------------------------------------------- */
#top{
	width: 703px;
	height: 600px;
	background: transparent url(img/top.jpg) no-repeat;
	position: relative;
	top:0px;
	left:49px;

}

#top h1 a{
	text-transform: uppercase;
	text-decoration: none;
	font-family: Impact, sans-serif;
	font-weight: normal;
	margin: 0;
	position: relative;
	top: 270px;
	left: 25px;
	border: none;
	color : #FFFF66;
	font-size: 40px;/*taille du titre blog*/
}


/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	display: none;
}


/* Le contenu
-------------------------------------------------------- */
.post {
	width: 555px;
	background: transparent url(img/fond_post.png) no-repeat;
	margin-bottom: 4em;
	padding-left: 25px;
	
}

.post ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
	
}

.post li{
	padding: 0 0 0 15px;
	background: transparent url(img/fond_li.png) 0px 7px no-repeat;
	
}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	font-style: italic;
	display: none;
}

.post-title{
	color:#FFFF00;/*couleur du titre du billet*/
	margin: 0px;
	padding:0px;
	clear: both;
	font-size: 22px;/*taille du titre du billet*/
	text-transform:uppercase;
	font-weight: normal;
	line-height: 1.1em
}

.post-title a{
	color:#FFCC00;
	background: transparent;
	text-decoration: none;
	font-weight: normal;
}


.post-title a:visited{
	color:#FF9900;
}

.post-title a:hover {
	text-decoration : none;
}


.post-info{
	margin: 0px;
	padding: 0;
	color:#FFFF66;
	background: transparent;
	font-size: 18px;/*taille du sous titre du billet*/
	font-family:Tahoma, Arial, university roman let, sans-serif;
}


.post-date {
	width: 43px;
	padding: 0px;
	margin: 0px;
	color: #BE00DA;
}

.post-chapo, .post-content{
	text-align: justify;
	
}

.post-chapo img,.post-content img {
	border: none;
}

div.separateur {
	height: 50px;
	padding-left: 95px;
	background: transparent url(img/separateur.png) bottom center no-repeat;
	width: 600px;
}

.post-content blockquote{
	font-family: Arial, Tahoma, sans-serif;
	font-style: italic;
}


.post-info-co{
	text-align:right;
	clear: both;
	font-size: 12px;
	background: transparent url(img/fond_postinfoco.png) 370px 0px no-repeat;
	height: 30px;
	
}

.block_comment {
	background: transparent url(img/fond_commentaire.png) no-repeat;
	height: 110px;
	margin-top: 10px;
	padding-top:30px;
}

html>body .block_comment {
	min-height: 110px;
	height: auto;
}


#trackbacks, #comments{
	padding: 0 0 0 25px;
	width: 555px
}

#trackbacks blockquote, #comments blockquote{
	margin: 0px;
	padding: 1ex 1em 0 0;
	width: 555px;
	color: #00FFFF;/*couleur du text des commentaires*/
}

#trackbacks blockquote p,  #comments blockquote p {
	padding-right: 70px;
}

#trackbacks h3, #comments h3 {
	color: #000000;
	margin: 15px 0 0 0;
	padding:10px 0 0px 0px;
	height: 17px;
	clear: both;
	font-size: 17px;
	text-transform:uppercase;
}

#trackbacks p, #comments p {
	padding: 0 0 0 0;
}

#comments form {
	margin: 0;
	width: 465px;
	color:#00FFFF;
}

#comments form p {
	padding: 0px;
}

#comments fieldset{
	border: none;
	padding: 0px;
	width: 470px;
}

#comments .field input {
	border: none;
	background:url(img/fond_input.png) no-repeat;
	padding: 5px 3px 8px 7px;
	font-size: 10px;
	width: 120px;
	color: #FFFF66;
}



#comments .field textarea {
	width: 530px;
	height: 115px;
	border: 0px;
	background: transparent url(img/fond_textarea.png) no-repeat;
	margin: 0px;
	padding: 10px 25px 10px 10px;
	font-size: 11px;
	overflow: auto;
	
}

#comments input.submit, #comments input.preview {
	width: 100px;
	border: none;
	background:url(img/fond_search.png) no-repeat;
	padding: 4px 6px 5px 6px;
	font-size: 12px;	
	border: none;
	color: #000;
	text-transform:uppercase;
}

.comment-info{
	margin: 0;
	font-size: 12px;
	font-family: Arial, Tahoma, university roman let, sans-serif;
	color: #FFFF66;
}

#comments .gravatar_img {
	float: right;
	padding:6px 8px 10px 10px;
	width: 50px;
	height: 50px;
}
/* La barre de navigation
-------------------------------------------------------- */

#sidebar a {
	font-size: 14px;/*taille des lien du menu*/
}

#sidebar div{
	color: inherit;
	margin: 0;
	padding: 10px 4px 10px 10px;	
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#sidebar div li{
	padding: 0 0 0 27px;
	background: transparent url(img/fond_li.png) 0px 7px no-repeat;
}

#sidebar h2 {
	margin: 0px;
	padding: 3px 0 0 7px;
	height: 30px;
	clear: both;
	font-size: 1.5em;/*taille titre menu*/
	text-transform:uppercase;
	font-weight: normal;
	font-family: Impact;
	color: #000;
	background: transparent url(img/sidebar_h2.gif) no-repeat;
}

#sidebar h3{
	margin: 3px 0 0 0;
	color: #000;
	font-size:1.2em;
	font-weight: normal;
}


#sidebar fieldset, #search p{
	margin: 0;
	padding: 0;
	border: 0;
}

#search input.text{
	border: 2px dashed #000;
	background: transparent;
	padding: 0px 0px 0px 0px;
	font-size: 10px;/*taille du champ recherche*/
	width: 90px;
	height: 30px;
}


#search input.submit{
	border: 1px solid #000;
	background: transparent;
	margin-top: 2px;
	font-size: 15px;
	color: #000;
	width: 20px;
	height: 20px;
	/*width: 10px;*/
}

#sidebar div#calendar{

}

#sidebar div#calendar table{
	font-size: 14px;/*taille du calendar*/
	text-align: center;
	margin: 0;
	border-collapse: collapse;
	font-family:Tahoma, Arial, university roman let, sans-serif;
	color: #000066;
}

#sidebar div#calendar table caption{
	margin: 0;
}

#sidebar div#calendar table th{
	background: transparent;
}

#sidebar div#calendar table td{
	line-height: 2em;
	border: none;
	width: 30px;
}

#sidebar div#calendar table td a{
	display: block;
	background: #FEFEFE;
	color: #E400FF;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #C70DFC;
	color: #ffffff;
}

