body {
	background: #14144b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
/* liens ------------------------------*/
a:link {
	text-decoration: none;
	color: #000080;
	border-bottom: 1px solid #000080;
}
a:visited {
	text-decoration: none;
	color: #666688;
	border-bottom: 1px solid #666688;
}
a:hover {
	text-decoration: none;
	color: #c00000;
	border-bottom: 1px solid #c00000;
}

acronym {
	color:  #09f;
	border-bottom: 1px dotted #09f;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #999;
	background : transparent;
	font-size: 9px;
}


#head {
	position:absolute;
	left: 50%;
	margin-left: -389px;
	top: 0px;
	width: 790px;
	height: 50px;
	background: #c0c0c0 url(/blog/themes/phil/media/head.jpg);
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}


/* menu */
#menugeneral {
	position:absolute;
	width:790px;
	left:50%;
	margin-left:-389px;
	top: 27px;
	clear:both;
	font-size:10px;
	height:20px;
	background:none;
	vertical-align:middle;
	z-index: 2;
}
#menugeneral ul {
	margin:0;
	padding:0;
}
#menugeneral ul li {
	display:inline;
	margin:0;
	padding:0;
}

#menugeneral a {
	display:block;
	float:left;
	border-right:2px solid #c0c0c0;
	border-bottom: 0px;
	text-decoration:none;
	font-weight:bold;
	height:16px;
	color:#fff;
	padding:7px 5px 0 5px;
	background: #14144b;
}

#menugeneral a:hover {
	color:#112233;
	background:#eaeaf0;
	border-bottom: 0px;
}
#menugeneral li.current a {
	color:#112233;
	background:#fff;	
}



#bandeau{
	position:absolute;
	left: 50%;
	margin-left: -389px;
	top: 50px;
	width: 790px;
	height: 150px;
/*	background: #ffffff url(bando.jpg);*/
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
}


#bandeau h1, #bandeau h1 a:link, #bandeau h1 a:visited, #bandeau h1 a:hover {
	font-size: 18px;
	color: #fff;
	width: 460px;
	margin: 5px 0 0 5px;
	text-decoration: none;
	border-bottom: 0;
	line-height: 22px;
}

#contenu{
	position:absolute;
	left: 50%;
	margin-left: -389px;
	top: 200px;
	width: 790px;
	background: url(fond.png) #fff;
	padding: 0;
	border: 3px solid #fff;
}
/*--------------------------------------------------------------------------------*/
.corps{
	text-align: justify;
	width: 560px;
	background: #fff;
	float: left;
	margin-left: 10px;
	padding-top: 20px;
}

.corps h2 {
	background: url(puce.png) no-repeat;
	margin: 0;
	padding: 0 0 0 18px;
	font-size: 14px;
	color: #ecc200;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
}

.corps pre, .corps code, .code  {
	margin: 10px 0 30px 0;
	padding: 5px 5px 15px 5px;
	border: 1px solid #ea5a00;
	border-left: 5px solid #ea5a00;
	background: #dfdfdf url(code.png) no-repeat bottom right;
	display: block;
	overflow:scroll;
}

html>body .corps pre, html>body .corps code {
	margin: 10px 0 30px 0;
	padding: 5px 5px 15px 5px;
	border: 1px solid #ea5a00;
	border-left: 5px solid #ea5a00;
	background: #dfdfdf url(code.png) no-repeat bottom right;
	display: block;
	overflow:scroll;
	width:auto;
}

.corps li {
	list-style: none url(fleche.png);
	margin-bottom: 3px;
}

.corps blockquote {
	margin: 0 20px 0 20px;
	padding: 3px;
	border: 1px solid #ea5a00;
	border-left: 5px solid #ea5a00;
	background: #dfdfdf url(comment.png) no-repeat bottom right;
}


/*--------------------------------------------------------------------------------*/
.contextuel{
	width: 191px;
	clear: both;
	float: left;
	font-size: 10px;
	color: #333;
	padding: 3px;
}

.contextuel h1{
	width: 193px;
	font-size: 24px;
	color: #333;
	margin-top: 10px;
	text-align: center;
}

.contextuel h2{
	width: 193px;
	font-size: 14px;
	color: #333;
	margin-top: 0px;
	margin-left: -3px;
	padding: 2px;
	background: #c0c0c0;
}

/* calendrier --------------------------------------------*/
.contextuel #calendar{
	margin-top: -3px;
	margin-bottom: 20px;
	text-align: center;
}

.contextuel #calendar h2 {
	display : none;
}

.contextuel #calendar a{
	text-decoration: none;
}

.contextuel #calendar table {
	font-size : 10px;
	margin : 0 auto;
	width: 180px;
}

.contextuel #calendar caption {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding: 15px 0 5px 0;
}

.contextuel #calendar abbr {
	border : none;
}

.contextuel #calendar th{
	color: #fff;
	font-style: normal;
	background: #000040;
}

.contextuel #calendar td {
	color: #666;
	background: none;
	text-align: center;
}

.contextuel #calendar td a{
	font-weight : bold;
	display: block;
	color: #666;
	background: #FFF url(calend_plein.jpg) no-repeat top right;
}

.contextuel #calendar td a:visited{
	color: #888;
	background: #FFF url(calend_plein.jpg) no-repeat top right;
}

.contextuel #calendar td.active a{
	color: #F60;
	background: #FFF url(calend_plein.jpg) no-repeat top right;
	border: 1px solid #F60;
}


.contextuel #search, .contextuel #selection, .contextuel #categories, .contextuel #archives, .contextuel #links, .contextuel #syndicate {
	margin-bottom: 20px;
}

.contextuel ul {
	list-style: none;
	margin: -11px 0 20px 0;
	padding: 0;
}

.contextuel li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contextuel li a:link, .contextuel li a:visited {
	display: block;
	background: none;
	padding: 5px;
	border-bottom: 1px dotted #c0c0c0;
	color: #666;
	text-decoration: none;
}

.contextuel li a:hover {
	display: block;
	background: #eaeaf0;
	padding: 5px;
	border-bottom: 1px solid #c00000;
	color: #000;
	text-decoration: none;
}


.contextuel a:link, .contextuel a:visited {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
}

.contextuel a:hover {
	text-decoration: none;
	color: #f00;
	border-bottom: 1px solid #f00;
}

/* ----------------------------------------------------------------------------------*/
.day-date {
	margin-top: 0px;
	color: #aaa;
	border-bottom: 1px solid #aaa;
	text-align: right;
	clear: both;
}
.post-info {
	font-size: 9px;
	color: #aaa;
	padding: 0 0 0 18px;
}

.post-content{
	padding: 0 0 0 18px;
	color: #333;
}

.post-info-co{
	clear: both;
	text-align: right;
	font-size: 9px;
	color: #333;
	padding: 3px;
	margin: 15px 0 50px 18px;
	background: #fff url(fondpostinfo.png);
}

.post-info-co a:link {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}
.post-info-co a:hover {
	color: #f00;
	text-decoration: none;
	border-bottom: 1px solid #f00;
}


.post-info-cat{
	font-size: 9px;
	color: #333;
	background: url(cat.png) no-repeat;
	padding: 0 0 0 12px;
}

.post-info-comment{
	font-size: 9px;
	color: #333;
	background: url(comment.png) no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 0 10px;
}

.post-info-recommend{
	font-size: 9px;
	color: #333;
	background: url(enveloppe.png) no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 0 10px;
}

.post-info-trackback{
	font-size: 9px;
	color: #333;
	background: url(link.png) no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 0 10px;
}

.footer{
	clear: both;
	width: 790px;
	background: #ddd;
	margin-top: 50px;
	border-top: 3px solid #fff;
	color: #666;
	font-size: 9px;
	text-align: center;
	padding: 5px 0 3px 0;
}

.footer a{
	border: 0;
	text-decoration: none;
}

.footer img {
	border: 0;
}

.footer ul {
	margin:0;
	padding:0;
}
.footer ul li {
	display:inline;
	margin:0 20px 0 0;
	padding:0;
}


.images{
	border: 0px;
}

.smiley{
	vertical-align: middle;
}

.quote {
	margin: 10px 0 10px 0;
	border: 1px dotted #c0c0c0;
	background: #eaeaf0;
	padding: 5px;
	text-align: justify;
	font-size: 10px;
}



#comments, #trackbacks {
	padding: 0 0 0 18px;
}

#comments h3, #trackbacks h3 {
	margin-top: 30px;
	font-size: 12px;
	font-weight: bold;
}

#comments fieldset {
	margin: 0 20px 0 20px;
	padding: 3px;
	border: 1px solid #ea5a00;
	background: #dfdfdf;
}

/* images gravatar ------------------------------------------------------------------- */
.gravatar_img{
	border: 1px solid #999;
	float: right;
	margin: 0 0 5px 5px;

}

/* Tags  */
#tags div { 
	margin:0; 
	padding:0 1em; 
	display:block; 
}
/*
#tags li { 
	display:inline; 
	margin: 0 .1em; 
}

#tags li.level-1 { font-size: 0.9em; }
#tags li.level-2 { font-size: 1.1em; }
#tags li.level-3 { font-size: 1.3em; }
#tags li.level-4 { font-size: 1.5em; }
#tags li.level-5 { font-size: 1.7em; }
*/

.level-5{
	font-size: 1.7em;
	margin-right: 5px;
}

.level-4{
	font-size: 1.4em;
	margin-right: 5px;
}

.level-3{
	font-size: 1.2em;
	margin-right: 5px;
}

.level-2{
	font-size: 1.0em;
	margin-right: 5px;
}

.level-1{
	font-size: 0.8em;
	margin-right: 5px;
}

#tags a:link, #tags a:visited {
	color: #333366;
	text-decoration: none;
	border-bottom: none;
}

#tags a:hover {
	color: #C00000;
	text-decoration: none;
	border-bottom: 1px solid #c00000;
}

a.technorati:link, a.technorati:hover, a.technorati:visited {
	border-bottom: 0px;
	margin-right: 3px;
}

fieldset{
	border: none;
}

.inner {float:left;padding-right:4px;padding-top:2px}
.outer {width:100%;padding-left:0px}

