/* Thème "atien" Pluxml - Copyright Etienne Bégué */  

/* ---------------------
Html et body
--------------------- */
html {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #555;
	background: #8E8E89;
	background: url("img/paper.png") repeat fixed;
	margin: 0;
	padding: 0;
}
body {
	width: 700px;
	margin: 16px auto 16px 100px;
	padding: 0;
	border: 2px solid #707070;
	background: #F9F9F9; /*fond super clair*/
}

#page {
	width: 700px;
	margin: 0 auto;
	padding: 0 0 0 0;
	clear: both;
}

/* ---------------------
Styles généraux
--------------------- */

p {
	margin: 0;
	padding: 0
}
a {
	color: #517CA1;
	text-decoration: none;
}
a:hover {
	color: #333;
}
.clearer {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

a.download {
	color: white;
	background-color: #F07216;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 20px 5px 20px;
}
a.download:hover {
	background-color: #F2462E;
}

img {
	border: none;
}

h1 {
	width: 100%;
	height: 16px;
	background: #606060;
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin: 32px 0 0 0;
	border: 0;
}

h2 {
	font-size: small;
	font-weight: bold;
	color: #FFF;
}

h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0
}

/* ---------------------
Formulaire
--------------------- */
fieldset {
	border: 0;
}
label {
	display : block;
}
input, textarea {
	border-left: 1px solid #C3C9D0;
	border-top: 1px solid #C3C9D0;
	border-right: 1px solid #D4DAE2;
	border-bottom: 1px solid #D4DAE2;
}
input:focus, textarea:focus {
	background-color: #FFFFFF;
	border-left: 1px solid #D4DAE2;
	border-top: 1px solid #D4DAE2;
	border-right: 1px solid #C3C9D0;
	border-bottom: 1px solid #C3C9D0;
}
input[type=submit], input[type=reset] {
	background: #D4DAE2;
	}
input[type=text] {
	margin: 0 0 0 5px;
}
textarea {
	width: 95%;
}

/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	background: #F9F9F9;
	width: 660px;
	margin: 0 auto;
	padding: 20px 20px 16px 20px;
}
#header {
	width: 660px;
	height: 32px;
	/*color: #482018;
	margin: 0 auto;
	padding: 35px 0 20px 0;
	background: url("img/banner.png") no-repeat;*/
	margin: 0 auto;
}

/* ---------------------
Menu déroulant (#menu)
--------------------- */
#menu {
	width: 660px;
	height: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
}
#menu li {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
	border: 0;
}
#menu li:hover > .sousMenu {
	display: block;
}
#menu .sousMenu {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menu .sousMenu li {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 220px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
#menu li a:link, #menu li a:visited {
	display: block;
	height: 16px;
	color: #FFF;
	background: #404040;
	margin: 0;
	padding: 0px 8px;
	border-right: 1px solid #000;
	text-decoration: none;
}
#menu li a:hover {
	background-color: #F2462E;
}
#menu .sousMenu li a:link, #menu .sousMenu li a:visited {
	display: block;
	color: #FFF;
	/*background: #404040;*/
	margin: 0;
	border: 0;
	text-decoration: none;
	background: transparent url("img/menu.png") repeat;
}
#menu .sousMenu li a:hover {
	background-image: none;
	background-color: #F07216;
}

/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float: left;
	width: 660px;
	margin: 0 0 0 0;
	padding: 0 20px 20px 20px;
}
#content p {
	margin-top: 10px;
}
.post { /* Conteneur de l'article */
	padding: 0 0 12px 0;
}
.title { /* Titre de l'article */
	width: 100%;
	height: 16px;
	background: #606060;
	margin: 35px 0 0 0;
	border: 0;
	text-indent: 8px
}
.title a { /* Lien sur le titre de l'article */
	display: block;
	color: #FFF;
}
.title a:hover {
	background-color: #F07216;
}
.post-info {
	text-align: right;
	font-size: .8em;
}
.feed_article {
	padding: 0 0 0 25px;
	background: url("img/feed-icon-14x14.gif") no-repeat 210px 0.3em;
	text-align: center;
}
.comment_nb {
	float: right;
	background: url("img/comment.gif") no-repeat 0 6px;
	margin: 0!important;
	padding: 4px 4px 0 20px;
}
#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align: center;
	margin: 0 0 0 0;
	padding: 25px 0 10px 0;
}

/* ---------------------
Commentaires (#comments)
--------------------- */
#comments h2 {
	color: #517CA1;
	font-size: 1.2em;
	margin: 15px 0 10px 0;
	padding: 4px 0;
	letter-spacing: 2px;
	border-bottom: 1px dashed #517CA1;
}
.comment {
	background: #D4DAE2;
	margin: 0 0 8px 0;
	border: 1px solid #C3C9D0;
}
.comment blockquote {
	padding: 2px 30px 2px 40px;
	margin: 0;
}
.info_comment {
	background: #C3C9D0;
	padding: 4px 8px;
}
p.message_com {
	text-align: center;
	font-weight: bold;
	color: #1F537B;
	margin: 8px 0 0 0;
	padding: 4px 0;
}
#form h2 {
	color: #517CA1;
	font-size: 1.2em;
	margin: 15px 0 0 0;
	padding: 4px 0;
	letter-spacing: 2px;
	border-bottom: 1px dashed #517CA1;
}

/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width: 700px;
	height: 16px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 0.8em;
	background: #404040;
	color: #FFF;
	/*padding: 3px 0;*/
}
#footer a {
	color: #ddd;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	/*border-bottom: 1px dashed;*/
}

/* ---------------------
Truc en flash
--------------------- */
div#flash {
	position: relative;
	margin: auto;
	border: 4px solid #E5E5E5;
}

/* ---------------------
Publicité
--------------------- */
#ad_google {
	position: absolute;
	left: 816px;
	top: 16px;
	width : 125px;
	padding : 0;
	margin : 0;
}

/* ---------------------
Addthis
--------------------- */
.addthis_toolbox {
    //width: 320px; //This may need to be adjusted
    margin: 0 auto;
}

/* ---------------------
Album photo (#album)
--------------------- */
div#album {
	position: relative;
	margin: 0 auto;
	border: 8px solid #E5E5E5;
/*
	width:540px;
	height:850px;
*/
}

div#album img {
	position: relative;
	border: none;
}

* html div#album {
	float: left;
}

* html div.controls a {
	height: 10000px;
	background-position: center 150px;
}

div.controls a {
	text-indent: -5000px;
	overflow: hidden;
	outline: none;
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index:1;
}

div.controls a.previous {
	left: 0;
	background-image: url('img/album_prev.png');
}

div.controls a.next {
	right: 0;
	background-image: url('img/album_next.png');
}
		
div.controls a:hover {
	opacity: 0.40;
	filter: alpha(opacity=40);
	z-index:1;
}

div#album .details_bg {
	background-color:#000;
	opacity: 0.60;
	filter: alpha(opacity=60);
	height:50px;
	width:100%;
	bottom:0;
	left:0;
	position:absolute;
	z-index:2;
}

div#album #details {
	position:absolute;
	color:#fff;
	font: 36px/.9em Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	text-align:left;
	top:10px;
	z-index:1;
	left:0px;
	width:100%;
	z-index:3;
	text-align:center;
}

/* corners */
div.corners .left_top {
	position:absolute;
	background:url('img/top_left.png') no-repeat top left;
	width:8px;
	height:8px;
	overflow:hidden;
	top:0;
	left:0;
	z-index:20;
}
div.corners .right_top {
	position:absolute;
	background:url('img/top_right.png') no-repeat top right;
	width:8px;
	height:8px;
	overflow:hidden;
	top:0;
	right:0;
	z-index:20;
}
div.corners .right_bottom {
	position:absolute;
	background:url('img/bottom_right.png') no-repeat top right;
	width:8px;
	height:8px;
	overflow:hidden;
	bottom:0;
	right:0;
	z-index:20;
}
div.corners .left_bottom {
	position:absolute;
	background:url('img/bottom_left.png') no-repeat top right;
	width:8px;
	height:8px;
	overflow:hidden;
	bottom:0;
	left:0;
	z-index:20;
}
