/* Voyez vous, dans la vie, il y a 2 sortes de frangines - Herb people::Romantic
====================================*/

/********************************
 Elements Xhtml basiques d'abord
*********************************/
body {
	background: #fffbf2 url(i/body.jpg) top center repeat-y;
	min-width: 850px;
	margin: 0;
	padding: 0;
	/* pour cette saleté d'IE5, voir #page */
	text-align: center;
	font: 0.8em/2em verdana, tahoma, sans-serif;
}

p, li, dt, dd, td {
/*aucune définition à cause de .billet */
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* méchant trick du collègue Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ 
Autre collègue a une méthode mais bon, si on désactive image on voit trop le texte derrière:
David Hyatt http://weblogs.mozillazine.org/hyatt/
*/
h1 {
	margin: 0;
	background: transparent url(i/bora.jpg) no-repeat;
	/* Beaucoup d'activités sur la plage... */
	width: 455px;
	height: 194px;
	float: left;
}

h1 span {
	display:none;
}

input, textarea {
	background: #fff url(i/input.png) repeat-x top left;
	border: #999 1px solid;
}

label {
	vertical-align: top;
}

form, fieldset, img {
	border: 0;
}

blockquote {
	font-style: normal;
	text-align: left;
}

acronym {
	border-bottom: dotted 1px;
	cursor: help;
}

pre, code, kbd, samp {
	font-family : "Courier New",Courier,monospace;
	font-size : 1em;
}

pre {
	color : #960;
	line-height : 1.5em;
	padding-left : 1em;
	border-left : 2px solid #ccc;
}
/*
 Les éléments de structure maintenant
=============================================*/
#page {
	/* Ceci assurera la taille de 850px dans IE5 et +. Les marges
	sont les navigateurs boss et text-align :left et pour remettre de l'ordre
	vis à vis du conteneur parent pour IE 5) */
	text-align: left;
	margin: 0 auto;
	padding: 0;	
	background: #fff url(i/bg.jpg) no-repeat bottom right;
	/* Et vous croyez qu'on chôme sous les cocotiers, mdr */
	width: 850px;
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
}

#entete {
	width: 850px;
	height: 194px;
	background: url(i/prolongation.jpg) no-repeat 455px 0px;
}

/* Navigation à travers le site
=========================================== */
#navigation {
	height: 13px;
	/* à 180px du vrai width il faut ajouter padding : 34 + 5 pour IE5 */
	width: 165px;
	padding: 2px 5px 2px 34px;
	background: #e5e5e5 url(i/coin-nav.gif) no-repeat top left;
	position: absolute;
	right: 0;
	top: 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	/* 3 images dans navigation : 53px + 57px + 40px et leurs marges : 3 x 10px soit 180px (voir haut) */
	width: 140px;
}

html>body #navigation {
	/* Pour Opera */
	width: 140px;
}

#nav {
	margin:0;
	padding:0;
}

#nav li {
	margin: 0;
	margin-left: 5px;
	display: block;
	float: left;
}

#nav li a {
	height: 13px;
	display: block;		
}

#nav li a span {
	display: none;
}

#nav li.li1 {
	margin-left: 0;
}

#nav li.li1 a {
	width: 53px;
	background-image: url(i/nav-weblog.gif);
}

#nav li.li1 a:hover, #nav li.li1 a.active {
	width: 53px;
	background-image: url(i/nav-weblog-hover.gif);
}


#nav li.li2 a {
	width: 70px;
	background-image: url(i/nav-photoblog.gif);
}

#nav li.li2 a:hover, #nav li.li2 a.active {
	width: 70px;
	background-image: url(i/nav-photoblog-hover.gif);
}

#nav li.li3 a {
	width: 57px;
	background-image: url(i/nav-projets.gif);
}

#nav li.li3 a:hover, #nav li.li3 a.active {
	width: 57px;
	background-image: url(i/nav-projets-hover.gif);
}

#nav li.li4 a {
	width: 40px;
	background-image: url(i/nav-infos.gif);
}

#nav li.li4 a:hover, #nav li.li4 a.active  {
	width: 40px;
	background-image: url(i/nav-infos-hover.gif);
}

/* Contenu
=========================================== */
/* gestion de la largeur */
#contenu-haut, #contenu, #contenu-bas {
  	width: 571px;	
}

#contenu {
	background : #fff9ec url(i/contenu.png) repeat-y top right;
	margin: 0px 0px 0px 5px;
	padding: 10px 20px 50px 5px;
	min-height: 450px;
	border-left: 1px solid #E9D3B4;
	border-bottom: 1px solid #E9D3B4;	
	color: #A49D8C;
	font-size: 0.85em;
	line-height: 2em;
}

#contenu {
	voice-family: "\"}\"";
	voice-family:inherit;
  	width: 545px;	
}

html>body #contenu {
  	width: 545px;
}

#contenu p.info-billet, #contenu p.info-billet a {
	text-align : right;
	color: #DFBE75;
	margin: 0;
}

#contenu h2, #contenu h2 a {
	font: 1.05em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #555;
}

#contenu h2 {
	background: #F7ECDA url(i/h2.jpg) repeat-y top right;
	padding-left: 20px;
	margin: 0px 20px 0 5px;	
}

#contenu h2 a {
	background-color: #fff9ec;
	font-weight: normal;
	text-decoration: none;
	padding: 0 10px;
}

#contenu h3 {
	font-size: 1.05em;
	padding-left: 20px;
	color: #555;
}

#contenu h4 {
	font-size: 0.95em;
	padding-left: 25px;
	color: #555;
}

#contenu h5 {
	font-size: 0.90em;
	padding-left: 30px;
	margin: 0;
}

#contenu-haut {
	margin: 0 0 0 5px;
	background : transparent url(i/contenu-haut.gif) repeat-x top left;
	height : 42px;
	font-size: 1px;
}

.contenu-haut-droit {
	position: relative;
	height : 42px;
	width : 16px;
	background : transparent url(i/contenu-haut-droit.png) no-repeat top right;
	float : right;
	right: 2px;

}

.contenu-haut-gauche {
	height : 42px;
	width : 100px;
	background : transparent url(i/contenu-haut-gauche.png) no-repeat top left;
}

#contenu-bas {
	margin: 0 0 0 5px;
	background : transparent url(i/contenu-bas.png) repeat-x top left;
	height : 8px;
	font-size: 1px;
}

.contenu-bas-droit {
	position: relative;
	top: -54px;
	height : 62px;
	width : 79px;
	background : transparent url(i/contenu-bas-droit.jpg) no-repeat top right;
	float : right;
}

.contenu-bas-gauche {
	height : 8px;
	width : 7px;
	background : transparent url(i/contenu-bas-gauche.png) no-repeat top left;
}

.dwnld {
	list-style-type: none;
}
/* Commentaires
=========================================== */
.post-info-co {
	font-size : 0.85em;
	clear : both;
	color : #666;
	background : transparent url(i/ico_comments.png) no-repeat 0 40%;
	padding-left : 13px;
	margin-bottom:20px;
}

.post-info-co span {
	background : transparent url(i/ico_tb.png) no-repeat 100% 40%;
	padding : 0 15px 0 0;
}

input.submit {
	background: url(i/validation.png) no-repeat center left;
	color: #fff;
}

#commentaires blockquote {
	text-align: left;
}

.comment-number {
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1.8em;
}
.comment-number a {
	text-decoration : none;
}

/* Menu
=========================================== */
#menu {
	position: absolute;
	right: 0;
	top: 40px; /* top fixé à 40px et pas de padding sinon recouvrement des hover du menu : un truc zarbi */
	margin: 0;
	padding: 0;
	background: #fffcf5 url(bg_menu.gif) no-repeat top left;
	border-bottom: #EEE5D6 1px solid;
	font-size: 85%;
	line-height: 1.7em;	
}

#menu, #menu h2 {
	width: 260px;
	margin: 0;
	padding: 0;	
}

#menu ul {
	display: block;
}

#menu ul li {
	list-style-type: none;
}

#menu ul li a {
	color: #555;
	text-decoration: none;	
}

#menu li a:hover {
	color: #ccc;
}

/* Sous-menus h2
=========================================== */
#menu h2 {
	height: 17px;
	margin-bottom: 8px;
}

h2#galerie {
}

h2#archives {
	background: transparent url(i/archives.png) no-repeat top right;
}


/*
h2#linksblog {
	background: transparent url(i/linksblog.png) no-repeat top right;
}
*/

h2#liens {
	background: transparent url(i/liens.png) no-repeat top right;
}

h2#projets {
	background: transparent url(i/projets.png) no-repeat top right;
}

#menu h2 span {
	display: none;
}

/* Sous-menus h3
=========================================== */
#menu ul, #menu h3 {
	width: 125px;
	margin: 0;		
	padding: 0;
	text-align: center;	
}

/*
#menu #linksblog-box, #menu #liste-projets{
	width: 250px;
	text-align: left;
	padding-left: 10px;
}

#menu #linksblog-box li, #menu #liste-projets li {
	background: transparent url(i/bullet.gif) no-repeat center left;
	padding-left: 7px;
	margin-bottom: 5px;
	border-left: 1px solid #DDD0B9;
	display: block;
	color: #A49D8C;
}

#menu #linksblog-box li a {
	border-bottom: dotted 1px #555;
	cursor : crosshair;
}
*/

#menu h3 {
	font-size: 90%;
	color: #555;
	border-bottom: #eee 1px solid;
	text-align: center;
}

#mois {
	float: right;
}


#rss {
	text-align: center;
	margin-bottom: 10px;
}

#rss img {
 margin : 1px;
}

#rss p {
	margin: 0;
	padding: 0;
}

#blogs {
	float: right;
}

#recherche h3, #galerie-box h3 {
	width: 260px;
}

#recherche, #galerie-box ul {
	text-align: center;
	margin: auto;
}

#contact {
	text-align: center;
}

/* Pied de page
=========================================== */
#footer {
	margin-left: 5px;
	text-align: center;
	width: 545px;
}

#footer a {
	color: #ccc;	
}

/* Thumb
=========================================== */

#contenu .img-right {
	float: right;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
	margin: 2px;
	background-color: #fff;
}

#contenu p.img-center {
	display: block;
	margin: 10px auto;
	/* bloody hell IE 5 */
	text-align: center;
}

#contenu p.img-center img {
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;
	background-color: #fff;
	padding: 10px;
}

#contenu .img-left {
	float: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
	margin: 2px 7px 2px 2px;
	background-color: #fff;
}