/*
 * Le layout est dans une feuille de style separee
 * 1 - Global style
 * 2 - Header
 * 3 - Post
 * 4 - Trackbacks et commentaires
 * 5 - Sidebar
 * 6 - Footer
 */
@import "layout.css";
/* Global style
********************************************/
html, body{
	margin: 0;
	padding: 18px 0 0 0;
}

body{
	background: #d5d5c1 url(img/stripe.png) repeat-x;
	color: #333;
/*	font-family: Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;*/
font-family: Lucida Grande, Helvetica, sans-serif;
	font-size: 0.80em;
	line-height:1.5em;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif; color:#b2010c;
}

h2{font-size: 1.2em; margin: 1em 0;}


h3{
	font-size: 1.2em; margin: 0.8em 0; color:#b2010c;
	padding: 0px 0 0 12px;
	margin: 3px 0 7px 12px;
	background: url(img/sstar2.png) no-repeat left;
	background-position: 0 0.1em;
/*	clear:right;*/
		}
	
h4{font-size: 1em; font-weight: normal}

a:link{color:#b2010c; background:transparent;}
a:visited{color:#b2010c; background:transparent;}
a:hover{color:#b2010c; background:#d5d5c1;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}
a img{margin: 1px 1px 1px 1px; border:none;}


img {
border: 1px #CCCCCC solid;
margin: 1px 1px 1px 1px;
}


abbr, acronym{
	border: none;
	background: transparent url(img/dotted.png) repeat-x bottom;
	cursor : help;
}

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

pre {
overflow: scroll;
width: 100%;
}
html>body pre {
overflow: auto;
width: auto;
}

fieldset{
	border: none;
}

.field label{
	display: block;
	cursor: pointer;
	cursor: hand; /* pour IE */
}

input, textarea{
	border: 1px solid #999;
	background: #FCFCFC;
	/* -moz-border-radius connu pour ne pas etre valide */
	-moz-border-radius: 4px;
}

textarea{
	width: 99%;
}

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

.right{
	float: right;
	margin: 0 1em 1em 1em;
}

/* Header
********************************************/
#top{
	background:url(img/header.png) no-repeat;
}

#top h1{
	line-height: 15px;
	margin: 0;
	font-size: 1em;
	text-align:center;
}

#top h1 a{
	text-decoration: none;
	color: #b2010c;
	background: transparent;
}

#prelude{
	color: #CD5C5C;
	background: transparent;
	text-align: center;
	margin: 0;
}

#prelude a{
	color: #CD5C5C;
	background: transparent;
	text-decoration:none;
}

#prelude a:hover{
	color: #F0E68C;
	background: transparent;
}

/* Post
********************************************/
#content{
	color: #222;
	background: transparent;
}

.post{
	margin-top: 20px;
}

.day-date{
	display: none;
}

.post-title{
	padding-left: 19px;
	background: #FFF url(img/sstar.png) no-repeat left;
	background-position: 0 0.1em;
	color: #b2010c;
	margin-bottom: 7px;
	font-size: 1.7em;
	font-weight:bold;
}

.post-title a{
	color: #b2010c;
	background: transparent;
	text-decoration: none;
}

.post-info{
	padding-left: 20px;
	margin-top: 0;
	color: #666;
	background: transparent;
}

.post-info a{
	color: #666;
	background: transparent;
}

.post-content{
padding-left:7px;
}

.post-content p{
	/*width: 480px;*/
	text-align: left;

	/*overflow: auto;*/
}

.post-content img{
	max-width: 100%;
/*	float:left;*/
	margin:0px 5px 5px 5px;
}


.post-content ul{
	margin:0px 0 0 3px;
	padding:5px 0 0 0;
	list-style:none;
}

.post-content li{
	margin: 0 0 2px 1px;
	padding:1px 0 0 0;
}



/*
.post blockquote{
	font-style : italic;
	border-left : 5px solid #999;
	padding-left : 1em;
}

.post blockquote p{
	width: auto;
}*/

.post-info-co{
	clear: both;
	text-align: right;
	font-size: 0.8em;
	border: 1px solid #E0E0E0;
	background: #FFF url(img/postinfo.png) repeat-x;
	color: inherit;
	margin-top: 0.5em;
	margin-bottom: 3em;
	padding: 0.5ex;
	/* -moz-border-radius connu pour ne pas etre valide */
	-moz-border-radius: 5px;
}

.post-info-co a{
	color: #222;
	background: transparent;
	text-decoration: none;
}

.post-info-co a:before{
	content: url(img/bulle.png);
	margin-right: 1ex;
}

	blockquote {
	margin: 0 0 10px 2px;
	padding: 0.5em 1em 0 36px;
	background: url(img/blockquote_bg.png) top left no-repeat ;
	font-style: italic;
	font-weight:bold;
	clear: left;

	
		}
	blockquote p {
	text-align: right;
	margin: 0 0 0 25px;
	font-style: normal;
	padding: 0 25px 0 0;
	background: url(img/blockquote_bgend.png) right bottom no-repeat;
font-weight:normal;
}

/*}
blockquote {
	margin: 0 0 10px 0;
	padding: 0.5em 1em 0 35px;
	background: url(img/blockquote_bg.png) top left no-repeat ;
	font-style:italic;
	font-weight:bold;
	}
		
	blockquote p {
	text-align: right;
	margin: 0 0 0 25px;
	font-style: normal;
	padding: 3px 25px 0 0;
	background: url(img/blockquote_bgend.png) right bottom no-repeat;
	font-weight:normal;
	}
*/
	
	pre {
		/*font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		font-style:italic;
		margin: 0 0 0 5px;*/
		max-width:450px;

	}


/* Trackbacks et commentaires
********************************************

#trackbacks, #comments{
	margin-top: 4em;
}

#trackbacks blockquote, #comments blockquote{
	background: #F5F5F5;
	color: inherit;
	border: 1px dotted #AAA;
	margin: 0.5ex 0 1em 0;
	padding: 1ex;
	overflow: auto;
}

#trackbacks blockquote p, #comments blockquote p{
	margin: 1ex 0;
}

.comment-info{
	margin-bottom: 0;
}

/* Sidebar
********************************************/
#sidebar{
	background: #d5d5c1 url(img/menu.png) top no-repeat;
	border-right: 1px #FFF solid;
	border-left: 1px #FFF solid;
	color: #36C;
	border-bottom: 1px #d5d5c1 dotted;
}

#sidebar div{
	/* aurait du etre #sidebar > div */
	margin: 0 10px 2em 10px;
}

#sidebar h2{
	margin: 0 0 1ex 0;
}

#sidebar h3{
	margin: 15px 0 1ex 0;
}

#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar a{
	text-decoration: none;
}

#sidebar li a{
	display: block;
	color: #b2010c;
	font-weight:bold;
	background: transparent;
	border-bottom:#CCC 1px solid;
		line-height:1.6em;

}

#sidebar li a:hover{
	color: #b2010c;
	background: #d5d5c1 url(img/curseur.gif) repeat-y right; /* Bling Bling No Flash */
}

#sidebar ul li:first-child{
	/* :fisrt-child selector ne fonctionne pas dans IE */
/*	border-top: 1px solid #CCF;*/
	padding: 0.8ex 0;
	line-height:2em;
}

#sidebar ul li{
/*	border-bottom: 1px solid #CCF;*/
line-height:2em;

/*	padding: 0.8ex 0;*/
}

#search p{
	text-align: center;
	margin: 0;
}

#search input{
	width: 15%;
}

#search input#q{
	width: 70%;
}


/* Footer
********************************************/
#footer{
	clear: both;
	height: 70px;
	margin-top:3px;
	padding: 0px 0 0 5px;
	background: #111b22 url(img/footer.jpg) no-repeat bottom;
	color:#FFF;
}

#footer a{
	text-decoration: none;
	color: #999;
	background: transparent;
}


/* Galerie
*****************************************/
div#galerie
{
	width: 277px ;
/*	border: 1px dotted #F1027F ;*/
	padding: 0 0 0 0;
	margin: 0px 0 0 0;
	text-align: center ;
	font: 0.9em Georgia, serif ;
		/* Afficher ici l'image d'arrière plan : polaroid. */
	background: url(img/galerie_background.jpg) top no-repeat;
	min-height:250px;
}

ul#galerie_mini
{
	margin-left: 3px ;
	padding: 0 ;
	list-style-type: none ;
}

ul#galerie_mini li
{
	float: left ;
	display:block;
	width:42px;
	padding:2px;
/*Separation entre les miniatures et la big img*/
	margin-top:20px;
}

ul#galerie_mini li a img
{
	margin: 0px 2px;
	border: 2px solid #b8b89f ;
}

/*COMMENCER TEST ICI*/

dl#photo
{
	clear: both ;
	margin: 0 auto ;
}

dl#photo dt
{
	/*border: 1px solid #FF0000 ;*/
	color: #000 ;
	height:0px;
}

dl#photo dd
{
	margin: 0 ;
}

/*Affichage de la photo*/
dl#photo img
{
	margin-left:7px;
	margin-top:21px;
	/*border: 1px solid #FFCC33 ;*/
}



/**Les SOUS RUBRIQUES*>/

/* billet de la catégorie
-------------------------------------------------------- */
#listcatpost{
background:#FFF url(img/catpost.png) repeat-x top left;
min-height:20px;
width:710px;
}

#listcatpost ul, li{
margin: 0px;
padding: 0 0 0 10px;
}

#listcatpost ul{
margin: 0 0 0 40px;
padding: 0 0 0 10px;
}

.catpost_showtitre{
margin:0;
padding:0;
float:left;
text-decoration:none;
list-style: none;
/*padding-right:4px;
list-style: none;
border: 1px #999 solid;
 pas de mise forme spéciale*/
}

.catpost_showtitre a{
margin:0;
padding:0;
font-size:0.75em;
float:left;
text-decoration:none;
padding-right:14px;
padding-left:3px;
list-style: none;
font-weight:bold;
font-size:1.1em;
/* pas de mise forme spéciale*/
}

.catpost_showchapo{
font-style:italic;
list-style: none;
}


 .cadrecentre {/* conteneur global et arrière-plan du titre du cadre */
width: 690px;
padding-top: 11px;
margin-top:10px;
background: url(img/bg_center_top.png) top left no-repeat;
}
 .bloccadrecentre {/* arrière-plan bas et sur l'ensemble du cadre */
background: url(img/bg_center_btm.png) bottom left no-repeat;
padding:0 5px 11px 10px;
}

 .cadrecentre li {
margin-left:10px;
list-style:square;

 }


 .home1 {/* conteneur global et arrière-plan du titre du cadre */
width: 314px;
padding-top: 11px;
margin-top:10px;
background: url(img/bghome_center_top.png) top left no-repeat;
float:left;
margin-right:4px;

}
 .home2 {/* arrière-plan bas et sur l'ensemble du cadre */
background: url(img/bghome_center_btm.png) bottom left no-repeat;
padding:0 1px 11px 1px;
font-size:0.8em;
min-height:150px;
/*min-height:200px;*/

}








/*FAQ */

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	background-color:#36C;
	width:580px;
	margin-bottom:6px;
	margin-top:2px;
	padding-left:2px;
	background-image: url(img/faq_end.jpg);
	background-repeat:no-repeat;
	background-position:top right;	
	height:25px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#FEF7FA;
	width:500px;
	margin: 5px 10px 5px 5px;
	padding-left:14px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:5px;
	font-size:0.9em;	
	position:relative;
}

.flags{float:right; margin: 46px 13px 1px 0px; border: 1px solid #999;}