/*
Theme Name: Atlantide
Theme URI: http://www.atlantideasbl.org/
Description: Le thème du site Atlantide.
Author: Philipe Vanhoolandt
Author URI: http://www.ramdam.com/
Version: 1.0

Copyright 2008 Philippe Vanhoolandt
*/

/* HTML elements */
*{
	margin: 0;
	padding: 0;
}
img {
	border:0;
}
li {
	list-style: none;
}

h1, h2, h3 {
	font-weight: bold;
	margin-bottom: 1em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}

body {
	background: #ffff66 none;
	color: black;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#pavelogo {
	margin: 1.2em auto;
	width: 710px;
}
#pavelogo img {
	border: 1px solid #666666;
}

#pavecentral {
	background: white none;
	border: 1px solid #666666;
	color: black;
	margin: 1.2em auto;
	width: 710px;
}

#entete {
	background: #ffb366 none;
	border-bottom: 1px solid #666666;
	color: black;
}

#entete form {
	font-size: 1.5em;
	padding-bottom: 7px;
	padding-top: 7px;
}

#menu  {
	background: #ffffff none;
	color: black;
	font-size: 1.2em;
	margin-right: 16px;
	padding-top: 12px;
	text-align: right;
}
#menu .activites {
	margin-top: 19px;
}
#menu h3 {
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color: #666666;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: right;
}
#menu ul li {
	line-height: 22px;
	text-align: right;
}
#menu ul li.sep {
	margin-bottom: 1.3em;
}
#menu .promo {
	margin-top: 25px;
}
#menu .promo h4 {
	background: #ffb366 none;
	color: black;
	font-size: 17px;
	padding: 2px 0 2px 0;
}
#menu .promo p {
	background: #cccccc none;
	color: black;
	font-size: 12px;
	text-align: center;
}
#menu .promo a, #menu .promo a:hover, #menu .promo a:visited {
	background: #cccccc none;
	color: black;
	text-decoration: none;
}

#content {
	background: #ffffff none;
	border-left: solid;
	border-left-width: 1px;
	border-color: #666666;
	color: black;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 10px 10px 0;
	padding-left: 19px;
	text-align: left;
}

#une {
	margin-top: 1.5em;
}

#une div.une-pave {
	clear:left;
	margin:0 0 40px;
}

#une h1.une-titre {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration:none;
}

#une h1.une-titre a:link, #une h1.une-titre a:visited {
	color: black;
	text-decoration:none;
}

#une h1.une-titre a:hover {
	color: blue;
	text-decoration:none;
}

#une p {
	text-align:justify;
	line-height:1.6em;
}
#une img.une-vignette {
	border: 1px solid #666666;
	float:left;
	margin:0 7px 7px 0;
	padding: 2px;
}

#une img.une-vignette:hover {
	border: 1px solid blue;
}

#une p.une-next {
	margin: 0;
	padding: 0;
	text-align:right;
}


.post {
	margin:0 0 30px;
}

.post h2, .pagetitle {
	font-size: 1.9em;
	line-height: 1.2em;
}

.post h3 {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration:none;
}

.post img.vignette {
	border: 1px solid #666666;
	float:left;
	margin:0 7px 7px 0;
	padding: 2px;
}

.post img.vignette:hover {
	border: 1px solid blue;
}

.post .next p {
	margin: 0;
	padding: 0;
	text-align:right;
}

.postmetadata {
	clear:left;
}

.post p {
	line-height: 1.6em;
}

.entry h2 {
	border-bottom: 1px dotted #999999;
	font-size: 1.4em;
	margin-top: 1.7em;
	padding-bottom: 0.2em;
}

.entry p, .entry ul, .entry ol {
	margin-bottom: 1.5em;
}

.entry ul li {
	list-style-type: disc;
	margin-left: 20px;
}

.entry ol li {
	list-style-type: decimal;
	margin-left: 20px;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

p.pdp-deb {
	font-size: 1.2em;
	margin-bottom: 0.8em;
	margin-top: 2em;
}
p.pdp-fin {
	font-size: 1.2em;
	margin-bottom: 0.7em;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: black;
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: blue;
	text-decoration: none;
}

/* Begin Images */
p img {
	max-width: 100%;
	padding: 0;
}
img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}
.alignright {
	float: right;
	margin: 0 0 7px 10px;
}
.alignleft {
	float: left;
	margin: 0 10px 7px 0;
}
/* End Images */

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-bottom: 13px;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	margin-right: 20px;
	padding-top: 4px;
	text-align: center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* End captions */
