/* @override http://localhost:8888/pconcept/template/blue_03/style.css */

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

/* Paramètre du corp */

body { /* Marge du haut */
	background: #c9c9c9 url(images/fond_2.png) no-repeat fixed center top;
	text-align: justify;
	font-family: 'Trebuchet MS', "Times New Roman", Times, serif;
	font-size: 13px;
	color: black;
	margin: 20px 0;
	opacity: 0.9;
}

/* Paramètre des formulaires */

form {
}

form br {
}

input, textarea {
	padding: 5px;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	color: black;
	background: #F9F3DF;
	border-top: 1px solid #CB960F;
	border-right: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	border-left: 1px solid #CB960F;
}

/* Paramètre des titres */

h1, h2, h3 {
	padding-bottom: 2px; /* Espace entre le titre et le sous-ligne */
	margin-bottom: 15px; /* Espace entre le sous-ligne et le texte */
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin-top: 5px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em; /* Taille des paragraphe du milieu */
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

/* Paramètre des liens et sous-menu */

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

a:hover {
	border: none;
	color: black;
	text-decoration: underline;
}

/* Header, entête de page */

#header {
	width: 960px;
	height: 160px;
	margin: 0 auto;
	color: black;
}

#logo {
	float: left;
	text-align: justify;
	width: 960px;
	height: 50px;
	top: 40px;
	font-size: 1.4em;
}

#logo h1, #logo h2 {
	margin-top: 10px;
	text-transform: lowercase;
	font-weight: normal;
}

#logo h1 {
	padding: 5px 0 0 0px;
	font-size: 2.6em;
}

#logo h2 {
	font-size: 2em;
	padding: 17px 0 0 6px;
	width: 960px;
}

#logo a {
	border: none;
	text-decoration: none;
}

/* Format des menus */

#menu { /* Positionnement des menus principaux dans l'entête */
	height: 40px;
	float: right;
	margin-top: 128px;
	background-color: #e6e6e6;
	border: 1px solid #000;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding: 10px 10px 0 0;
}

#menu li {
	display: inline;
}

#menu a {
	border-left: 2px solid #407988;
	text-decoration: none;
	color: black;
	padding-right: 1px;
	padding-left: 21px;
	text-transform: none;
	margin-right: 3px;
	border-style: none;
	display: inline;
	font-size: 1.4em;
}

#menu a:hover {
	text-decoration: underline; /* Aspect des menus principaux dans l'entête lors du passage de souris */
	color: gray;
	display: inline;
}

#menu .last a {
	margin: 0;
	padding-right: 0;
}

#sub_menu {
	height: 100px;
	float: left;
}

#sub_menu ul {
	margin: 0;
	list-style: none;
	padding: 30px 0px 0 0;
}

#sub_menu li {
	float: left;
}

#sub_menu a {
	display: block;
	float: right;
	border-left: 2px solid #407988;
	margin-right: 3px;
	padding: 5px 18px 5px 18px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.0em;
	color: #407988;
}

#sub_menu a:hover {
	text-decoration: underline;
	color: #509999;
}

#sub_menu .last a {
	margin: 0;
	padding-right: 0;
}

/* Page */

#page {
	width: 980px;
	padding: 30px 0 0;
	background-color: #e6e6e6;
	border: 1px solid #000;
	margin: 40px auto auto;
}

/* Content */

#content {
	float: left; /* Position et largeur de la colonne milieu */
	width: 550px;
	padding: 0 30px 0 10px;
	margin-top: 20px;
}

.post {
}

.post .title {
	margin: 0; /* Espace et réglage sous-ligne des titre */
	background: none repeat-x left bottom;
}

.post .title h1, .post .title h2 {
	padding: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.post .title a {
	border: none;
	color: black;
}

/* Sous-titre des Titres */

.post .meta { /* Réglage et couleur du sous-titre */
	padding: 3px 0 0 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
}

.post .entry {
	padding-bottom: 20px;
	margin-top: 30px;
}

.post .entry p, .post .entry ol, .post .entry ul {
	line-height: 180%;
}

.post .tags {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #DEDEDE;
	font-size: smaller;
	text-align: center;
}

.post .tags a {
	margin-left: 10px;
}

.post .links {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #DEDEDE;
	font-size: smaller;
	text-transform: uppercase;
}

.post .mails {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #DEDEDE;
	font-size: smaller;
	text-transform: uppercase;
}

.post .docs {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #DEDEDE;
	font-size: smaller;
	text-transform: uppercase;
}

.post .compresses {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #DEDEDE;
	font-size: smaller;
	text-transform: uppercase;
}


.post .links a {
	font-weight: bold;
}

.post .mails a {
	font-weight: bold;
}

.post .docs a {
	font-weight: bold;
}

.post .compresses a {
	font-weight: bold;
}

.post ul {
	padding-bottom: 25px;
}

.post h2, .post h3 {
	padding-top: 20px;
}

#recent-posts {
}

#recent-posts h3 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #DEDEDE;
}

#recent-posts ul {
	margin: 0;
	padding: 0;
}

#recent-posts li {
	margin: 0;
	padding: 0;
}


/* Sidebars, titre des colonnes gauche et droite */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0 3px;
}

.sidebar li {
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

.sidebar li ul {
	padding-left: 3px;
	padding-right: 3px;
}

.sidebar li li {
	padding: 5px 3px;
}

/* Réglage des Titre des colonnes gauche et droite */

.sidebar h2 {
	background: none repeat-x left bottom;
	letter-spacing: -1px;
	color: black;
}

/* Sidebar1 */

#sidebar1 {
	width: 178px;
	float: left;
	background-color: #cfcfcf;
	margin-right: 5px;
	border: 1px inset white;
	margin-left: 5px;
}

#sidebar1 li li {
	background: url(images/img05.gif) no-repeat left 50%;
	margin-left: 10px;
	margin-top: -5px;
	padding-left: 10px;
}

#sidebar1 h2 {
}

/* Sidebar2 */

#sidebar2 {
	width: 195px;
	background-color: #cfcfcf;
	border: 1px inset white;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search #s {
	width: 94%;
	border: 1px #DEDEDE solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#search #submit {
	padding: 3px 10px;
	margin: 5px 0 0 0;
	background: url(images/img04.jpg) repeat-x left top; 
	border: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 0;
}

#calendar caption {
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #DEDEDE;
}

#calendar thead th {
	padding: 5px 0;
	background: #F9F3DF;
	border-bottom: 1px solid #DEDEDE;
	color: #70A300;
}

#calendar tbody td {
	padding: 5px 0;
	border-right: 1px dotted #DEDEDE;
	border-bottom: 1px dotted #DEDEDE;
}

#calendar tfoot td {
	padding: 5px;
	border-top: 1px solid #DEDEDE;
}

#calendar tfoot a {
	border: none;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

#calendar #prev {
	text-align: left;
}

/* Footer, pied de page */

#footer {
	clear: both; /* Position et largeur du pied de page */
	width: 980px;
	height: 50px;
	background: #cfcfcf none no-repeat center top;
	border: 1px solid #000;
	margin: 5px auto 0;
}

#footer p {
	margin: 0;
	padding: 20px 17px 0px 15px;
	font-size: 12px;
	color: black}

#footer .legal {
	float: left;
	height: 40px;
	padding-top: 20px;
	padding-left: 15px;
}

#footer .credit {
	float: left;
	height: 40px;
	margin: 2;
	padding-top: 20px;
	padding-left: 15px;
}

.sep {
	margin: 0;
		background: url(./images/sep2.gif) no-repeat top ;
}

#home {
	margin: 0;
		background: url(./images/home_small.png) no-repeat center ;
}

div.post_footer {
	width: 500px;
	float: right;
	padding: 10px;
}

#footer .lastmodifdate {
	display: none;
}
