/* Unchanged */
/*  

Tous droits r&eacute;serv&eacute;s 2008 www.Polypod.fr

Feuille de styles commune
Th&egrave;me : SDL
Cr&eacute;&eacute; le : 08/09/2008

Cette feuille de styles d&eacute;finie l'apparence des &eacute;l&eacute;ments communs &agrave; tous les templates du site.

*/

/* ========== Balises HTML ========== */


body {
	margin: 0;
	padding: 0 0 10px 0;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #1f1f1f;
	background: #d9d9d9 url(../images/fond.gif) repeat-x left top;
}

p, div, form, h1, h2, h3, h4, h5, h6, li, ul, img, a, input, table, tr, td, label {
	margin: 0;
	padding: 0;
}

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

h2 {
	font-size: 1.4em;
}

h3, h4 {
	font-size: 1.2em;
}

img {
	border: none;
}

a:link, a:visited {
	color: #0041c3;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #0041c3;
	font-weight: bold;
	text-decoration: underline;
}

li, ul {
	list-style: none;
}

.radio {
	width: auto;
	border: none;
}

.textfield {
	padding: 2px;
	margin-right: 5px;
	width: 200px;
	height: 22px;
	border: 1px solid #a0a0a0;
	background: #fff url(../images/fond-boite-recherche.gif) repeat-x center top;
	font-size: 1.2em;
}

.textarea {
	padding: 2px;
	margin-right: 5px;
	border: 1px solid #a0a0a0;
	background: #fff url(../images/fond-boite-recherche.gif) repeat-x center top;
	font-size: 1.2em;
}

.select {
	font-size: 1.2em;
	color: #595959;
	border: 1px solid #999;
}

.erreur {
	margin: 0 0 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f00;
	font-weight: bold;
}

.asterix {
	color: #f00;
	font-weight: bold;
}

fieldset {
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #a0a0a0;
}

legend {
	margin: 0 0 5px 0;
	font: italic bold 1.4em Georgia, "Times New Roman", Times, serif;
	color: #00260A;
}

fieldset .content {
	padding: 10px 5px 1px 5px;
	background-color: #D9D7C3;
}

fieldset .content label {
	float: left;
	display: block;
	padding: 0 10px 0 0;
	width: 140px;
	line-height: 23px;
	text-align: right;
}

fieldset .content div {
	margin: 0 0 10px 0;
}

fieldset .content .label {
	display: inline;
	float: none;
	margin: 0 0 0 5px;
	width: auto;
}

#main .auteur, #main .auteur, #main .auteur {
	font-weight: bold;
}

.separation {
	clear: both;
	visibility: hidden;
}

/* ========== page ========== */

#page {
	width: 768px;
	margin: 20px auto;
	background: url(../images/fond-cadre.gif) repeat-y left top;
}

#container {
	width: 765px;
}

/* ========== puce sur les liens ========== */

.post_content ul li a {
	background: url(../images/puce-menu.gif) no-repeat 0 5px;
	display: block;
	padding-left: 15px;
}

/* ========== fl&egrave;che sur les liens ========== */

#main .post_blog .post_content .post_detail a, #main .post h4 a {
	background: url(../images/fleche-lien_D.gif) center left no-repeat;
	display: block;
	padding-left: 15px;
}

/* ========== top ========== */

#top {
	height: 222px;
	background: url(../images/header.gif) top left no-repeat;
}

#top h1, #top h1 a, #top h2 {
	font-style: none;
	font-size-adjust: none;
	color: #fff;
	text-decoration: none;
}

#top h1 {
	padding: 130px 0 0 27px;
	font-size: 20px;
}

#top h2 {
	padding: 1px 0 0 27px;
	font-size: 16px;
	line-height: 22px;
}

.accrochenum {
	font-size: 30px;
}

.desclieu {
	font-size: 12px;
}

#archives {
	position: relative;
	bottom: 208px;
	right: 8px;
	text-align: right;
}


/* ========== menu ========== */

#menu {
	width: 765px;
	height: 29px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #a0a0a0;
	clear: both;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	text-decoration: underline;
}

/* ========== search ========== */

#tool1 {
	height: 38px;
	text-align: right;
	background-color: #f7f7f7;
	border-bottom: 1px solid #a0a0a0;
}

#search {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}

#search td {
	vertical-align: middle;
}

#search .textfield {
	width: 200px;
}

#search .btrecherche {
	width: 29px;
	height: 28px;
	border: none;
	cursor: pointer;
	background: url(../images/bt-recherche.gif) no-repeat center top;
}

/* ========== chemin ========== */

#tool2 {
	border-bottom: 1px dashed #a0a0a0;
}

#chemin {
	padding: 5px;
}

/* ========== contenu ========== */

#contenu {
	padding: 20px 5px 0 5px;
	background: url(../images/separation-vert.gif) no-repeat left top;
}

/* ========== sidebar ========== */

#sidebar {
	width: 220px;
	float: left;
}

/* ========== main ========== */

#main {
	width: 535px;
	float: right;
}

#main h1 {
	font-size: 1.4em;
}

/* ========== footer ========== */

#footer {
	width: 768px;
	background: url(../images/bas-cadre.gif) no-repeat left bottom;
}

#footer .bt_haut {
	text-align: right;
	padding: 0 8px 20px 0;
	cursor: pointer;
}

#footer .bt_haut a {
	border: none;
}

#footer #menu_copyright {
	width: 765px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font size: 10px;
	text-align: center;
}

#footer #menu_piedpage, #footer #copyright {
	border-top: 1px solid #a0a0a0;
}

#footer .societe {
	font-size: 14px;
}

/* ========== Les billets, blocks, nav... du CMS et du Blog ========== */

#main .block, #main .post_blog, #main .nav, #main .post_commentaires {
	margin-bottom: 15px;
}

#main .post_simple {
	margin: 0 0 20px 10px;
}

#sidebar .post_simple, #sidebar .block {
	margin: 0 0 20px 0;
}

#sidebar .block .post_content ul li {
	margin-bottom: 5px;
}

#main .post_simple .post_header {
	height: 34px;
	background: url(../images/fond-titre-etoile.gif) no-repeat left top;
}

#sidebar .post_simple .post_header {
	background: url(../images/fond-titre-etoile-pt.gif) no-repeat left top;
}

#sidebar .block .post_blog .post_header {
	background: url(../images/fond-titre-etoile-pt-gris.gif) no-repeat left top;
}

#main .post_simple .post_header h2 {
	padding: 0 5px 0 45px;
	line-height: 34px;
}

#sidebar .post_header h2 {
	padding: 0 5px 0 25px;
}

#sidebar .post_simple .post_header h2, .block h2 {
	font-size: 1.2em;
}

#main .post_content {
	margin: 10px;
}

#sidebar .post_content {
	margin: 10px 20px 10px 10px;
}

#main .post_content, #sidebar .post_content, #main .search_result_content {
	border-bottom: 1px dashed #a0a0a0;
	padding-bottom: 15px;
}

#main .post_content_billet {
	padding: 10px 10px 10px 70px;
}

#main .nav .post_header, #main .post_commentaires .post_header, #main .new_commentaire .post_header {
	margin-left: 10px;
}

#main #search_result {
	margin: 0 10px 15px 10px;
}

#main .search_result_content .post .post_header {
	margin-bottom: 5px;
}

#main .search_result_content .post {
	margin-bottom: 20px;
}

#main #search_result .search_result_content .search_result_nav, #main #nav_photos {
	margin-top: 20px;
	border-top: 1px dashed #a0a0a0;
	padding-top: 20px;
}

#main .nav .post_content {
	text-align: center;
}

#main .nav .selected {
	font-weight: bold;
	text-decoration: underline;
}

.instruction {
	font: bold 1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

/* -- tableau -- */

#main .post_content table.table_border {
	width: 500px;
	border-spacing: 0;
	border-collapse: collapse;
}

#main .post_content table.table_border td {
	padding: 3px;
	border: 1px solid #a0a0a0;
}

/* -- titre + texte + img (colonne gauche) -- */

.img_col_gauche img {
	margin: 5px 0 10px 0;
	border: 1px solid #a0a0a0;
}

/* -- titre + photos + l&eacute;gende -- */

#photos_galerie {
	margin: 10px 0 10px 0;
}

#photos_galerie a {
	border: none;
}

.ligne_photos {
	width: 416px;
	margin: 10px 0 16px 40px;
}

.photo_gauche {
	margin-right: 12px;
	float: left;
}

.photo_droite {
	float: right;
}

.photo_gauche img, .photo_droite img {
	border: 1px solid #a0a0a0;
}

#main #nav_photos .nav_avant {
	width: 230px;
	float: left;
	display: block;
}

#main #nav_photos .nav_arriere {
	width: 230px;
	float: right;
	display: block;
}

#main #photos_galerie .ligne_photos .legende {
	line-height: 15px;
	color: #666;
	border-bottom: 1px solid #a0a0a0;
}

/* ========== Les billets du Blog ========== */

#main .post_blog {
	margin: 0 0 20px 10px;
}

#main .post_blog .post_date {
	float: left;
	width: 55px;
	height: 65px;
	text-align: center;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/fond-date.gif) no-repeat left center;
}

.post_blog .post_date .mois {
	display: block;
	padding-right: 2px;
	font-size: 1.3em;
	height: 20px;
	line-height: 20px;
	color: #fff;
}

.post_blog .post_date .jour {
	display: block;
	padding-right: 2px;
	font-size: 2.3em;
	height: 25px;
	line-height: 25px;
}

.post_blog .post_date .annee {
	display: block;
	padding-right: 2px;
	font-size: 1.1em;
	height: 13px;
	line-height: 13px;
}

#main .post_blog .post_header, #main .post_blog .post_content, #main .post_blog .post_chapo {
	padding-left: 65px;
	padding-right: 5px;
}

#main .post_blog .post_content {
	margin: 0 10px 10px 0;
	padding-top: 10px;
}

#main .post_blog .post_chapo {
	margin-bottom: 10px;
}

#main .post_blog .post_detail {
	padding-top: 10px;
	clear: both;
}

#main .post_blog .bookmarqueurs {
	padding: 20px 0;
	font-size: 0.9em;
	clear: both;
}

#main .post_blog .bookmarqueurs span {
	line-height: 20px;
}

#main .post_blog .bookmarqueurs span a {
	padding: 2px 0 2px 20px;
}

#main .post_blog .bookmarqueurs ul {
	margin: 10px 0 0 0;
}

#main .post_blog .bookmarqueurs li, #main .post_blog .bookmarqueurs li a {
	display: inline;
}

#main .post_blog .bookmarqueurs li a {
	background: none;
	padding: 0 5px 0 0;
}

#main .post_blog .bookmarqueurs li img {
	border: none;
}

#main .comment {
	background: url(../images/commentaire.gif) no-repeat left center;
	padding: 0 0 0 20px;
}

#main .search_result_content .block h3 {
	padding: 10px 0;
}

/* -- commentaires -- */

#main .post_commentaires, #main .post_commentaires .commentaire, .new_commentaire {
	padding-top: 10px;
}

#main .post_commentaires .post_content .post_admin {
	padding-left : 20px;
	color: #707070;
}

/* -- poster un commentaire : cf la feuille de style attach&eacute;e ds le r&eacute;p. correspondant -- */



/* ========== El&eacute;ments de mise en forme (utilis&eacute; par le configurateur de page du Back-Office) ========== */

.col {
	clear: both;
	zoom: 1; /* Pour faire fonctionner tout &ccedil;a sur cette s... de IE6 ! */
}

.col_left_65_35 {
	float: left;
	width: 615px;
	margin: 0 0 0 10px;
}

.col_right_65_35 {
	float: right;
	width: 300px;
	margin: 0 10px 0 0;
}

.col_left_35_35_35 {
	float: left;
	width: 300px;
	margin: 0 0 0 10px;
}

.col_middle_35_35_35 {
	float: left;
	width: 300px;
	margin: 0 0 0 15px;
	display: inline;
}

.col_right_35_35_35 {
	float: right;
	width: 300px;
	margin: 0 10px 0 0;
}

.col_footer {
	clear: both;
}