/*
Theme Name: Technical
Theme URI: http://gwenhael.fr/
Description: Thème du blog
Version: 1.0
Author: Gwennaël Arbona
Author URI: http://gwenhael.fr/
Tags: dark

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

/*-------------------------------------------------------------/
               Technical - http://gwenhael.fr
Pour toute question veuillez utiliser le formulaire de contact
/--------------------------------------------------------------*/

html, body, p, li, h1, h2 {
	margin: 0px;
	padding: 0px;
}

body {
	background: #666 url(images/fade.jpg) repeat-x;
	color: white;
	text-align: center;
}


/*--------------------------------------------/
            Réglages du bandeau
/--------------------------------------------*/

#header {
	height: 150px;
	background: repeat-x top left;
	text-align: left;
}

#logo {
	margin: 3px 20px;
	float: left;
	border: none;
}

.blade {
	padding: 3px 50px;
	background: url(images/blade.jpg) repeat-x top;
	text-align: left;
}

.blade a {
	font-size: 0.9em;
	font-family: Georgia;
}
#infos{
	float: right;
}
#header ul {
	float: left;
	list-style-type: none;
}

/*--------------------------------------------/
              Icônes de maps
/--------------------------------------------*/

.icon {
	float: left;
	margin: 5px 10px;
	padding: 5px;
	width: 110px;
	height: 130px;
	display: block;
	color: #ccc;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	background: url(images/icon_back.jpg) no-repeat top;
}
.icon:hover {
	background-position: bottom;
}
.icon img {
	border: 1px solid #333;
}



/*--------------------------------------------/
           Mode présentation de map
/--------------------------------------------*/

#display {
	width: 990px;
	margin: 0px auto;
	padding: 5px 0px;
	background: url(images/background.png) repeat-y;
	text-align: left;
}

#left img, #right img {
	margin: 0px;
	border: 1px solid #333;
}

#left {
	float: left;
	width: 200px;
	padding-left: 15px;
}

#right {
	float: right;
	width: 200px;
	padding-right: 15px;
}

#center {
	margin-left: 235px;
	margin-right: 235px;
}

#center, #thin, fieldset , #text{
	text-align: justify;
	font-size: 1.0em;
	line-height: 1.3em;
	font-family: Georgia;
}

#center ul {
	margin-top: 50px;
}


/*--------------------------------------------/
          Bouton de téléchargement
/--------------------------------------------*/

.downloadbox {
	margin-left: 60px;
	margin-bottom: 30px;
	height: 50px;
	width: 400px;
	padding: 5px;
	display: block;
	color: white;
	background: url(images/button_large.jpg) no-repeat top;
	text-decoration: none;
	line-height: 1.4em;
}

.downloadbox:hover, .downloadbox:active {
	background-position: bottom;
}

.downloadbox strong{
	font-size: 1.1em;
	font-weight: normal;
}

.downloadbox img {
	border: none;
	margin: 5px;
	float: left;
}

/*--------------------------------------------/
                   Divers
/--------------------------------------------*/

h2 {
	height: 30px;
	margin: 10px 0px;
	font-weight: normal;
	line-height: 30px;
	font-size: 1.3em;
	border-bottom: 1px dotted white;
}
h2 a{
	text-decoration: none;
}

a {
	color: #fb7;
}
a:hover {
	color: white;
}

#footer {
	width: 540px;
	padding: 10px 0px;
	margin: 0px auto;
	border-top: 1px dotted black;
	margin-top: 15px;
	font-style: italic;
	text-align: center;
	font-size: 0.9em;
}

em {
	font-size: 0.9em;
}

/*--------------------------------------------/
                Articles
/--------------------------------------------*/

#thin {
	width: 500px;
	margin: 0px auto;
}	

#text, #bottom h2, #bottom h3{
	width: 700px;
	margin: 0px auto;
}
#bottom, #middle{
	background: #000 url(images/blade_top.jpg) repeat-x top;
}
#bottom div {
	width: 300px;
	height: 300px;
	overflow: hidden;
}

.date {
	padding: 10px;
	font-style: italic;
}

.comment1, .comment0 {
	padding: 10px;
}
.comment1 p, .comment0 p, .comment1 h3, .comment0 h3, #middle h2, #bottom h2 {
	margin: 0px auto;
	width: 700px;
	text-align: left;
}
.comment0{
	background: #000;
}
.comment1 {
	background: #efe;
	color: black;
	border-top: 1px solid grey;
}

.comment h3 {
	font-size: 1em;
	font-weight: bold;
}


/*--------------------------------------------/
                  Formulaires
/--------------------------------------------*/

legend {
	margin: 10px 0px;
	padding: 5px;
	border-bottom: 1px dotted white;
	font-size: 1.2em;
}

fieldset{
	width: 700px;
	margin: 0px auto;
	border: none;
}

label {
	margin: 5px;
	float: left;
	display: block;
	width: 170px;
}

input {
	margin: 5px;
	width: 200px;
}
.checkbox{
	width: 15px;
}

textarea {
	margin: 10px 0px;
	padding: 5px;
	width: 700px;
}

textarea#comment{
	width: 500px;
}

.button {
	display: block;
	margin: 5px auto;
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: white;
	background: url(images/button_small.jpg) no-repeat top;
	border: none;
	font-family: Georgia;
}

.button:hover {
	background-position: bottom;
}

em {
	text-align: left;
}


/*--------------------------------------------/
                   Sidebar
/--------------------------------------------*/

#right input {
	width: 150px;
}

#right label {
	width: 170px;
	display: inline;
}

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

#right li a {
}

