/*
Le présent thème a été créé par Lomalarch d'après alto-studio et contributeurs
(cf. credits.txt dans le répertoire du thème)
sous licence Creative Commons - Attribution - Non Commercial 
<http://creativecommons.org/licenses/by-nc/2.0/fr/>
certains droits réservés

pour toute précision ou assistance, me contacter à 
lomalarch(chez)gmail(point)com
*/
/* Les éléments HTML en général
-------------------------------------------------------- */

body{
	background: #ccc;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .7em;
	color: #333;
	line-height: 145%;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
}

h1{font-size: 2.8em;}
h2{font-size: 2.1em; font-weight: normal;}
h3{font-size: 1.5em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre {
	width: 100%;
	border-left : 3px solid #008ACF;
	font-family : "Luxi Mono", "Courrier New", Courrier, monospace;
	background: transparent;
	color : #0273b9;
	font-size : 1.05em;
	text-align : left;
	padding :  5px;
}

.retour {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: -8px;
	margin-bottom: 5px;
	text-align : right;
}
fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
	margin-top: -5px;
}

img {
	border: none;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 99%;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
}

a:link {
	color: #000;
	text-decoration : none;
	border-bottom: 1px dotted;
}

a:visited{
	color: #0273B9;
	text-decoration : none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #0273B9;
	text-decoration : none;
	border-bottom: 1px dotted;
}

acronym {border-bottom: 1px dashed;}

.noliste {
	list-style-type: none;
}

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

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

/* Page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.jpg) repeat-y center top;
	color: inherit;
	width: 886px;
	margin: /*45px auto*/ 0 auto;
	text-align: left;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	/*height: 170px;*/
	
 	/*padding: 45px 0 0 82px;
	-padding-top: 69px;*/
}

#banner{
	background: transparent url(img/top.jpg) no-repeat top left;
	/*width: 856px;
	margin:0 auto;*/
	padding-top: 69px;
}

#top h1{
	/*margin-left: 82px;*/
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	letter-spacing: -.05em;
	font-weight: bold;
	width: 723px;
	margin: 0 auto;
	background: transparent url(bannieres/creation-sites-internet.jpg) no-repeat top left;
}

#top h1 a{
	display: block;
	height: 100%;
	padding-top : 101px ;
	padding-bottom: 30px;
	text-decoration: none;
	border: none;
	padding-right: 7px;
	color: #FFF;
}

/* Le prélude
-------------------------------------------------------- */ 

#prelude{
	position: absolute;
	width: 886px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 -443px;
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a:link {
	color: #DFDFDF;
}

#prelude a:visited {
	color: #DFDFDF;
}

#prelude a:hover {
	color: #666;
}

/* Le contenu
-------------------------------------------------------- */

.post-title {
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #333;
	letter-spacing: -.05em;
	background: transparent;
	margin-bottom: .2em;
}

.post-title a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: transparent;
	text-decoration: none;
	border: none;
}

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

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

.post-subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #0273b9;
	letter-spacing: -.05em;
	background: transparent;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}

.post-info{
	margin-top: 0;
	color: #0273b9;
	background: transparent;
	padding-bottom: 1px;
}

.post-info a:link {
	color: #0273b9;
	text-decoration: underline;
	border: none;
}

.post-info a:visited {
	color: #0273b9;
	text-decoration: underline;
	border: none;
}

.post-info a:hover {
	color: #0273b9;
	text-decoration: none;
	border: none;
}

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

.post-content a:link {
	color: #666;
}

.post-content a:hover {
	color: #0273b9;
}

.post pre {
    width: 485px;
    overflow: auto;
    padding: 0 .5em 1.5em .5em;
}

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

.post-info-co{
	text-align: right;
	margin-bottom: 3px;
	color: #B1B1B1;
}

.post-info-co a{
	color: #B1B1B1;
}

.post-info-co a:hover {
	color: #0273b9;
	text-decoration: underline;
}

.cont-comment {
	background: transparent;
	display: block;
	padding: 0;
	width: auto;
}

.comment-line span {
	padding-left: 10px;
}

.comment-line-text {
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0;
	color: #0273B9;
	text-decoration: none;
}
.comment-line-text a:link {
	font-weight: bold;
	color: #0273B9;
}
.comment-line-text a:visited {
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}

.comment-line-text .datetime {color: #888;}

#trackbacks blockquote, #comments blockquote{
}

#comments .post-content {padding: 10px; margin: 3em 0;}

#comments blockquote {font-style: normal; padding: 0; margin: 1em 0;}

.post, #comment-form {
	background: #e6e6e6;
	margin: 20px 0 40px 0;
	padding: 10px;
	clear: both;}

.form-help {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #999;
	line-height: 100%;
	margin-top: 0 5px 5px 10px;
	text-align: justify;
}

/* sidebar - menu
-------------------------------------------------------- */

#sidebar ul{
	list-style: none;
}

#sidebar h2 {
	color: #333333;
	font-size: 1.8em;
	letter-spacing: -1px;
	margin-bottom: .2em;
}

#sidebar h3{
	font-size: 18px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: 100;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	margin-bottom: 15px;
}

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

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

/* sidebar - calendar
-------------------------------------------------------- */

#calendar{
	margin-bottom: 15px;
}

#calendar table{
	font-size: .95em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#calendar table caption{
	margin: 0 auto;
}

#calendar table th{
	color: #333;
	background: transparent;
}

#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#calendar table td a{
	display: block;
	background: #F7DFE6;
	color: #0273b9;
	font-weight: normal;
	text-decoration: none;
}

#calendar table td a:hover{
	background: #0273b9;
	color: #F7DFE6;
}


/* sidebar
-------------------------------------------------------- */

#sidebar ul, #sidebar dl {
	margin: 20px 0;
	padding: 10px;
	}

#sidebar ul li {
	margin: 0;
	}

#sidebar a {border: none;}
	
#categories ul {background: #ecfa65;}

#selection ul, #comments .post-content {background: #f7dfe6;}

#langlist ul {background: #d87ee2;}

#archives ul {background: #bfcbd9;}

#languages ul {background: #d87ee2;}

#links dl {background: #b9e566;}

#links dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #444;
	margin-bottom: .5em;
	text-align: center;
}

#links dd {margin-left: 0;}

#syndicate ul, #trackbacks .post-content {background: #a8e4ff;}

#dcsign{
	text-align: left;
	color: #aaa;
}

#dcsign p {margin-top: .5em;}

#dcsign a:link {
	color: #aaa;
}

#dcsign a:hover {
	color: #0273b9;
	text-decoration: underline;
}

/* Footer
-------------------------------------------------------- */

#footer{
	width: 886px;
	height: 123px;
	background: #CCC url(img/bottom.jpg) no-repeat left top;
	margin: 0;
	color: #666;
	clear: both;
}

/* layout.css
-------------------------------------------------------- */

html{
	margin: 0;
	padding: 0;
	text-align: center;
}

#main{
	float: left;
	width: 535px;
	padding-left: 65px;
	margin-top: 10px;
}

#content{
	margin: 0 0 0 17px;
}

#sidebar{
	float: left;
	width: 184px;
	margin-top: 15px !important; 
	margin-top: 35px;
	padding: 0 20px;
}
