/* Les éléments HTML en général
------------------------------------------------------------------------------ */
body{
	background-color: #DDE1FF;
	font-size : 10px; /* Resets 1em to 10px */
	font-family : 'Lucida Grande', Verdana, Arial, sans-serif;
	color : #333333;
	text-align: center;
}
h1, h2, h3, h4, h5, h6{
	font-family : 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-weight : bold;
}

p.form-help{
	font-size: 10px ;
	font-weight: 100 ;
	font-family:'Arial', 'Helvetica', 'Swiss', 'Sans-Serif' ;
	color : #666666 ;
}

.headerlinks{
	clear: both;
	color : #777;
	font-size: 10px;
}

.fieldTitle {
	text-align: left;
	font-size: 12px ;
	font-weight:100 ;
	font-family : 'Lucida Grande', Verdana, Arial, sans-serif;
	color : #666666 ;
}


.small-line = {
	font-size: 4px ;
	font-weight:100 ;
	font-family : 'Lucida Grande', Verdana, Arial, sans-serif;
}

.field {
	text-align: left;
	font-size: 12px ;
	font-weight:100 ;
	font-family:'Arial', 'Helvetica', 'Swiss', 'Sans-Serif' ;
	color : #666666 ;
}

.searchkey {
	color : #CC0000;
	font-size: 1.2em;
	vertical-align: -0.5px ;
	font-family : 'Palatino', 'Times', 'Times New Roman', serif;
	font-weight:900 ;
}

h1{
	font-size : 4em;
	text-align : center;
	padding-top : 70px;
	margin : 0;
}
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration : none;
	color : white;
}
h2 {
	font-size : 1.6em;
	margin : 30px 0 0;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color : #333333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration : none;
}
h2 a:hover, h3 a:hover {
	color : #A24683;
}
h3 {
	font-size : 1.3em;
	padding : 0;
	margin : 30px 0 0;
}
a {
	color : #A24683;
	text-decoration : none;
}

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

#searchicon = {
	position: absolute;
	top: 100px;
	left: 50px;
}

#page{
	width: 960px;
	background: url(img/bg.jpg) repeat-y top;
	border: none;
	margin: 20px auto;
	padding: 0;
}
#pagewide{
	width: 960px;
	text-align: left;
	background: url(img/bgwide.jpg) repeat-y top;
	border: none;
	margin: 20px auto;
	padding: 0;
}
/*
Entete de la page
------------------------------------------------------------------------------ */
#top{
	background: url(img/header.jpg) no-repeat;
	height: 200px;
}
#description{
	font-family : 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;	
	font-size : 1.2em;
	text-align : center;
	color : white;
}
/*
Le prelude
-------------------------------------------------------------- */
#prelude{
	position: absolute;
	width: 960px;
	top: 207px;
	left: 50%;
	
	background: transparent;
	color: #36619E;
	margin : -10px 0 0 -350px;
	border : 0px solid #000000;
	padding : 0;
	font-weight: bold;
}
#prelude ul{
	margin : 0 1px;
	list-style-type : none;
	padding : .5ex 0;
}
#prelude ul li{
	background-color : #2B4A8A;
	border : 1px solid #000;
	display : inline;
	padding : .5ex 1em;
	margin-right: 5px;
}

#prelude a{
	color: #7788AA;
	background: transparent;
}

#prelude a:hover{
	color: #A0B2D5;
	background: transparent;
}
/*
Le contenu
----------------------------------------------------------------- */
#content{
	margin: 0;
	float : left;
	padding : 0 0 20px 45px;
	width : 650px;
	font-size : 1.2em;
}
#contentwide{
	margin: 0;
	float : left;
	padding : 0 0 20px 45px;
	width : 870px;
	font-size : 1.2em;
}
/*
Sidebar
------------------------------------------------------ */
#sidebar {
	margin-left : 735px;
	padding : 0px 0 10px 0;
	width : 190px;
	font-size : 1em;
	font-family : 'Lucida Grande', Verdana, Arial, sans-serif;
}
#sidebar ul{
	padding-left: 20px;
}

.sidelist{
	margin-top: -20px;
}
.sidelist h3{
	margin-top: 5px;
	margin-bottom: -8px;
}

.sidelist li{
	list-style-type:none ;	
}

.sidelist h2 a, .sidelist h2 a:hover, .sidelist h2 a:visited{
	color: #333333;
	text-decoration: none;
}
#RSSLinks ul,#RSSLinks h3{
	display: none;
}
#links ul, #links h3{
	display: none;
}
#syndicate ul{
	display: none;
}
#archives ul{
	display: none;
}
/*
Pied de page
------------------------------------------------------------------------------ */
#footer{
	background : #eee url(img/footer.jpg) no-repeat bottom center;
	border : none;
	padding : 0;
	margin : 0 auto;
	width : 960px;
	clear : both;
}
.baseline{
	margin : 0;
	padding : 2ex 0 2ex 0;
	text-align : center;
	font-size : 96%;
}
.baseline a { color: #333; text-decoration: none; }
.baseline a:hover { color: #111; text-decoration: underline; }

/*
Style des images
------------------------------------------------------------------------------ */
img.middle {
	vertical-align : middle;
	border : 0px;
}
/*
Lien permanent
------------------------------------------------------------------------------ */
a.permalink_right {
	float : right;
	border : 0px;
}
/*
Les billets
------------------------------------------------------------------------------ */
.post{
	clear : both;
	margin-bottom : 24px;
	border-bottom : 1px solid #ddd;
	padding-bottom : 20px;
	text-align : justify;
}
.post h1,.post h2,.post h3,.post h4,.post h5,.post h6{
	text-align: left;
}
.post-content h3{
	font-size: 1em;
	font-style: italic;
	margin: 20px 0px -8px;
}
.post-content h4{
	font-size: 1.2em;
	margin: 20px 0px -5px;
}
.post-content h5{
	font-size: 1.5em;
	margin: 20px 0px -5px;
}
.post-content blockquote{
	font-size: 1.1em;
	font-family : 'Palatino', 'Times', 'Times New Roman', serif;
}

code{
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	font-weight: bold;
	color: #7D7D7D;
}
pre{
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
/*	overflow: auto; */
	height: auto;
}
/*
Post complet
------------------------------------------------------------------------------ */
.post-meta {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.9em;
	line-height : 1em;
	color: #777777;
	margin-top: 0;
	padding-top: 0;
}`

.post-info {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.9em;
	line-height : 1.5em;
	color: #777777;
	margin-top: 0;
	padding-top: 0;
}
.post-title{
	margin-top: 25px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.post-chapo, .post-content{
	margin : 0;
	border : none;
	padding : 0;
	line-height : 1.4em;
}
.post-chapo a[hreflang]:after, .post-content a[hreflang]:after  {
	content: "\0000a0[" attr(hreflang) "]";
	font-size:0.86em;
	color : #777777;
	background : transparent;
}
.post-info-co{
	clear: both;
	float: left;
	color : #777;
	font-size: 96%;
}
/*
Lire la suite
------------------------------------------------------------------------------ */
.more{
	margin-left : 4em;
}
.more a {
	font-weight : bold;
}

/*
La page d'index
------------------------------------------------------------------------------ */
#idxpage{
	width: 500px;
	background: url(img/idxbg.jpg) repeat-y top;
	border: none;
	margin: 20px auto;
	padding: 0;	
	text-align:left;
}
#idxtop{
	background: url(img/idxheader.jpg) no-repeat;
}
#index{
	background : transparent url(img/idxfooter.jpg) no-repeat bottom center;
	border : none;
	margin : 0;
	width : 440px;
	padding:30px;
}

.indexTable {
	background-color:transparent;
	color:#000;
	margin-left:12px;
}

table.indexTable td {
	line-height:20px;
	font-size:12px;
}

table.indexTable a {
	color:#444;
}


#pageTitle
{
	background:transparent;
	border : none;
	margin-top:4px;
	margin-left:20px;
	margin-bottom:20px;
	font-style: italic;
	font-size:32px;
	color:#8E346D;
	letter-spacing:2px;
	text-decoration:underline;
	text-align:left;
	font-family : 'Broken 15', 'Octember Script', 'American Typewriter', 'Textile', Helvetica, Arial, sans-serif;
}

.indexLettrine
{
	background:transparent;
	border : none;
	margin-top:20px;
	margin-bottom:4px;
	font-size:32px;
	font-weight:900;
	color:#8E346D;
	font-family : 'Broken 15', 'Octember Script', 'American Typewriter', 'Textile', Helvetica, Arial, sans-serif;
}

a.indexpop, a.indexpop:visited
{
	letter-spacing:0px;
	color:#8E346D;
	background:transparent url(img/arrow_right.png) right center no-repeat!important;
	text-decoration:none;
}

a.indexpop:hover
{
	letter-spacing:0px;
	color:#000;
	background:transparent url(img/arrow_down.png) right center no-repeat!important;
	text-decoration:none;
}

.idxpoplist {
	letter-spacing:0px;
	display: none;
	position:absolute;
	font-family : 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:20px;
	border: 1px #040 solid;
	text-decoration:none;
	background-color: #fff;
	opacity:0.6;
}

a.indexpop:hover .idxpoplist
{
	display: block;	
	width: 15em;
	padding: 1px 3px 2px 3px;
}

.idxlistitem {
	line-height:16px;
	font-size:12px;
	font-style: normal;
	text-decoration:none;
	color:#444;
}

.idxlistitem:hover {
	color:#900;
}

a.idxlink, a.idxlink:visited {
	text-decoration:none;
	color:#444;
}

a.idxlink:hover {
	text-decoration:none;
	color:#8E346D;
}

#searchResults em
{
	font-style: normal;
	text-decoration:none;
	font-weight:900;
	color:#8E346D;
}
/*
les infos pour l'impression
------------------------------------------------------------------------------ */
#footprint { display:none;}

