/* Feuille de style ------------------------------------------------------------------------------*/

* { margin: 0; padding: 0; border: 0; }

body
{
	margin: 0;
	padding: 0;
	background: #FFF;
	background-image: url(fond.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	voice-family: "\"}\""; voice-family: inherit;
}


img { border: none; }
form { display: block; }

code,pre { font-family: "Courier New",monospace; font-size: 80%; }
q { font-style: italic; }

a:link, a:visited { color: #4D4D4D; text-decoration: none; }
a:hover { color: #4D4D4D; text-decoration: underline; }

/* Prelude --- Accessibilitˇ
-------------------------------------------------------- */
#header{
	height: 154;
}

#prelude
{
	position: absolute;
	top: -50px;
	width: 730px;
	margin: 0 auto;
	text-align: right;
	font-size: 80%;
}

/* Navigation - Tha Drop-down Menu
-------------------------------------------------------- */
#nav {
	position: relative;
	z-index:99;
	width: 730px;
	margin: 0 auto 30px;
	text-align: left;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menuderoulant {
position: absolute;
top: 0;
left: 0;
z-index:100;
width: 100%;
font-size: 80%;
}
#menuderoulant dl {
float: left;
width: 146px;
}
#menuderoulant dt {
	cursor: pointer;
	text-align: left;
	background: #D0D43E;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 0px;
	border-left: 1px solid white;
}
#menuderoulant dd {
display: none;
}
#menuderoulant li {
text-align: left;
background: #DFE272;
width: 146px;
}
#menuderoulant dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
padding: 2px 6px;
}
#menuderoulant li a{
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	padding: 2px 6px;
	border-top: 1px solid white;
}

#menuderoulant dt a:hover {
color: #FFF;
background: #88D648;


}
#menuderoulant li a:hover{
	background: #333;
	font-weight: bold;
	color: #FFFFFF;
}

/* Titre --- Logo
-------------------------------------------------------- */
#top
{
	width: 730px;
	height: 70px;
	border-bottom: 16px solid #D0D43E;
	margin: 0px auto 0;
	text-align: right;
	color: #FFF;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	z-index: 10;
}
#top a
{
	display: block;
	width: 730px;
	height: 70px;
	color: #fff;
	/*background: transparent;*/
	text-align: right;
}

/* Page --- Contient : Blog (Content) + Colonne
-------------------------------------------------------- */
#page
{
	position: relative;
	padding-top: 140px;
	width: 730px;
	margin: 10px auto;
	text-align: left;
	z-index: 3;
}
/* Image au hasard ----------- */
#illus
{
	position: absolute;
	z-index: 5;
	top : -76px;
	left : 294px;
	margin:0;
	padding: 0;
	border: 1px solid black;
	height: 208px;
	width: 200px;
	background-color: #FFFFFF;
}
#illusv
{
	position: absolute;
	z-index: 5;
	top : -76px;
	left : 147px;
	margin:0;
	padding: 0;
	border: 1px solid black;
	height: 220px;
	width: 350px;
	background-color: #FFFFFF;
}
/* Date en js ----------- */
.time {
	position: absolute;
	width: 208px;
	top: 0;
	left: 0;
	z-index: 5;
}
.dateJour
{
	color: #4D4D4D;
	font-size: 70%;
	font-family: Georgia;
	vertical-align: text-top;
}
.dateNum
{
	color: #88D648;
	font-size: 400%;
	font-family: Georgia;
	font-weight: bold;
	letter-spacing: -3px;
	vertical-align: text-top;
	position: relative;
	top: -8px;
}

/* Main --- *Main* > Content
-------------------------------------------------------- */
#main
{
	width: 730px;
	margin: 10px auto;
}
#main h2
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 1px 10px 1px 20px;
	margin: 20px 10px 3px 0;
	background: url(titre.gif) no-repeat left center;
	color: #4D4D4D;
	font: 100% Georgia, serif;
}
#main h3
{
	margin-top: 10px;
	color: #333;
	font-size: 70%;
}
#main h4
{
	border-top: px solid #CCC;
	border-bottom: px solid #CCC;
	padding: 1px 0px 1px 53px;
	margin: 10px 0 10px 0;
	background: url(titre2.gif) no-repeat left center ;
	color: #2230fb;
	font: 100% verdana,serif;
}


/* Date du jour en haut des posts du jour ----------- */
#main p.day-date
{
	color: #333;
	background: #E8E8E8;
	margin: 15px 0 4px;
	padding: 1px;
	text-align: right;
}
#main p
{
	margin: 2px 10px 0px 0px;
	line-height: 18px;
	font-size: 70%;
}
#main pre
{
	margin: 6px 10px 6px 22px;
	padding-left: 5px;
	border-left: 8px solid #E5E5E5;
	font-size: 90%;
}
#main code { font-size: 120%; }
#main blockquote
{
	padding: 2px 0;
	margin: 6px 10px 6px 22px;
}
#main blockquote p
{
	padding: 0 0 0 5px;
	border-left: 8px solid #E5E5E5;
}
/* Listes --------------------------------------*/
#main ul
{
	margin: 2px 10px 0 41px;
	line-height: 18px;
	font-size: 85%;
}
#main ul li { list-style-type: square; margin:0; padding: 0; }
#main ol
{
	margin: 2px 10px 0 41px;
	line-height: 18px;
	font-size: 85%;
}
#main ol li { margin:0; padding: 0; }



/* -------------VERIFIER------------- */
.chapo { }



/* En bas de chaque post ----------- */
.post-info
{
	color: #4D4D4D;
	padding-top: 3px;
	padding-bottom: 15px;
	font-family: Georgia;
	text-align: right;
	border-top: 1px solid #CCCCCC;
	clear: both;
}
#main .post-info a:link, #main .post-info a:visited { color: #4D4D4D; text-decoration: none; }
#main .post-info a:hover { color: #4D4D4D; text-decoration: underline; }

hr.invisible
{
	border: none;
	color: #FFF;
	background: transparent;
}
/* Liens des posts ----------- */
#main a:link, #main a:visited { color: #0700d7; text-decoration: none; }
#main a:hover { color: #E179D7; text-decoration: underline; }
#main a[hreflang]:after { content: "\0000a0[" attr(hreflang) "]"; }

/* Content --- Main > *Content*
-------------------------------------------------------- */
#content {
	border-right: 1px solid #333;
	/*padding-right: 15px;
	margin-right: 10px;*/
	color: #000;
	width: 509px;
}

/* Liste commentaires + formulaire
-------------------------------------------------------- */
#co h3, #trackbacks h3
{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 1px 10px 1px 20px;
	margin: 30px 0 3px 0;
	background: url(titre2.gif) no-repeat left center;
	color: #4D4D4D;
	font: 130% Georgia, serif;
}
#co blockquote p, #trackbacks blockquote p { color: #000; font-size: 85%; }
#co p, #trackbacks p { color: #4D4D4D; font-size: 80%; }
.comment-info { }
.erreur { border: 1px solid; padding: 5px; }

/* Menu - SideBar
-------------------------------------------------------- */
#menu
{
	position: absolute;
	width: 200px;
	top: 10px;
	left: 509px;
	padding-left: 16px;
	/*border-left: 1px solid #333;*/
}
#menu h2
{
	margin-bottom: 4px;
	font: 100% Georgia, serif;
	color: #4D4D4D;
	border-bottom: 1px solid #CCCCCC;
}
#menu p { color: #333; font-size: 70%; margin-bottom: 16px; }
#menu form { margin-bottom: 16px; }
#menu form fieldset p { margin: 0; }
#menu ul
{
	list-style: none;
	margin: 0 0 16px 0;
	font-size: 70%;
}
#menu li
{
	list-style: none;
	padding: 2px 0 2px 15px;
	background: url(liste.gif) no-repeat left center;
}
#menu a:link, #menu a:visited { color: #7E48D6; text-decoration: none; }
#menu a:hover { color: #7E48D6; text-decoration: underline; }

/* Footer
-------------------------------------------------------- */
#footer
{
	border-top: 16px solid #D0D43E;
	width: 730px;
	margin: 0 auto;
	padding: 8px 20px 8px 0;
	/* IE5 Mac Hack \*/
	padding: 8px 0;
	/* */
	font-size: 70%;
}
#footer p { text-align: right; }
#footer p img { vertical-align: middle; margin-left: 10px; }
/* Back Haut de page ---------------------------*/
#footer a.top:link, #footer a.top:visited
{
	padding: 4px 20px 4px 0;
	background: url(top.gif) no-repeat right center;
	color: #333;
	text-decoration: none;
}
#footer a.top:hover
{ color: #D0D43E; text-decoration: underline; }

/* Conteneur de colonne
-------------------------------------------------------- */
.col-content { }

/* Calendrier
-------------------------------------------------------- */
.cal { }
.cal table
{
	border-collapse: collapse;
	color: #4D4D4D;
	font-size: 80%;
}
.cal caption { padding: 0; font-size: 110%; }
.cal abbr { border: none; }
.cal th, .cal td { border: none; padding: 2px; }
.cal td { text-align: center; }
.cal td.active a { font-weight: bold; }
.cal a { }

/* Formulaires
-------------------------------------------------------- */
fieldset { display: block; border: 1px solid #FFF; font-size: 120%; }
input, textarea
{
	font-family: 'Lucida Grande', Verdana, Lucida, Geneva, sans-serif;
	border: 1px solid #DDDDDD;
	background: transparent;
	color: #333;
}
input[type] { margin-right: 3px; }
textarea[name] { }
input[type=submit], input[type=reset] { border: 1px solid #DDDDDD; color: #000; }
input[type=submit]:hover { background: #88D648; color: #FFF; }
textarea { width: 99%; }

p.field { margin-top: 8px; }
p.field label
{
	display: block;
	font-weight: bold;
	font-size: 85%;
}

/* Classes diverses
-------------------------------------------------------- */
.petit { font-size: 80%; }
.droite { text-align: right; }
.flottegauche { float: left; padding: 0 6px 2px 0; }
.flottedroite { float: right; padding: 0 0 2px 6px; }

