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

/* Layout */

#page {
	margin: 0px auto 0px auto;
	width:880px;
}

#header { display:table; width:100%; margin: 20px 0 10px; }
#header h1 {display:table-cell;width:746px;}
#header #toplinks {display:table-cell;}

#body {
	display:table;
	width:100%;
}

#body > * {display:table-cell;}

#body #content {width:721px;}
#body #sidebar {
	padding-left:23px;
}
/* Polices et couleurs */

	/* Commun */
hr {
	border:none;
	border-top:1px dotted #bbb;
}
body {
	font-family:Verdana,Arial,Sans-Serif;
	font-size:13px;
}

a {
	color:#EB2D00;
	text-decoration:none;
	border:none;
	}
a:hover {border-bottom:1px dotted;}
h1 a:hover {border-bottom:none;}
a img {border:none;}

	/* Body */
#content h2 {
	font-family:'times new roman',serif;font-size:33px;font-weight:normal;
}
#content h3 {
	font-family:'times new roman',serif;font-size:24px;font-weight:normal;
	margin:24px 0 13px 0;
}
#content ul {
	margin-left:40px;
}
#content li { margin:8px 0; }
.post {
	margin:17px 0px 50px 0px;
	padding:0px 0px 15px 0px;
	border-bottom:1px dotted #bbb;
}

.post small {
	display:block;
	margin-top:3px;
	margin-bottom:1.5em;
	font-size:0.8em;
}
#content p {
	margin:13px 0 13px 0;
	line-height:1.55em;
}

#body img {display:block; margin-left:auto;margin-right:auto;}
#body img { border:2px solid black;}
.wp-caption + .wp-caption {margin-top:20px;}

.postmetadata { text-align:center; color:#777;font-size:0.83em; margin-top:25px;}

.wp-caption p {display:none;}

	/* Header */
#toplinks a {
	color:#4330D6;
}
#toplinks { vertical-align:middle;}
	/* Sidebar */
#sidebar h2 { font-size:13px;}
#sidebar { font-size:0.83em; }
#sidebar li {
	list-style-image:none;
	list-style-type:none;
}

#sidebar > ul > li {
	padding: 10px 0 0px 0;
	margin: 0px 0 12px 0;
	border-top:1px dotted #bbb;
}
#sidebar > ul > li:first-child {border-top:none;}

#sidebar ul ul { margin-left: 13px;}
#sidebar ul ul li {margin-top:3px;}
#sidebar ul ul li:before {
	content: "\00BB \0020";
}

/* Footer */
#footer p {
font-size:0.83em;
margin:10px;
padding:20px 0;
text-align:center;
color:#777;
}
#footer a {
color:#428E2F;
}

.navigation {
display:block;
height:1em;
margin-bottom:30px;
margin-top:-20px;
text-align:center;
}
.alignleft { float:left; }
.alignright { float:right; }

/* Comment specific stuff */
#respond { margin-bottom:50px }

.thread-alt { background-color:#f3f3f3 }
.thread-even { background-color:#fcfcfc }
.depth-1 {
	border:1px solid #ddd;
	list-style-type:none;
	margin:10px 0 10px 0;
	padding:7px 15px 0px 15px;
}

.vcard {font-weight:bold }
.commentmetadata { font-size:0.7em ; }
.commentmetadata a {color:#999 }

/* Page specific stuff */
.archive #content h2 {margin-top:17px;}

.archive #content ul {margin-top:17px;}

.archive #content li {
	list-style-image:none;
	list-style-type:none;
}

.archive #content li:before {
	content: "\00BB \0020";
}


#content table img {border:medium none;}
#content table {border-collapse:collapse; border:1px dotted #666}
#content tr > * {border:1px dotted #BBB;padding : 4px; text-align:center;}

/* Pour wp-cstrap */
.cst_style{display:none;}

.wp_geo_map { border: 1px solid black;margin-left:auto;margin-right:auto;}
