/* Thème "defaut" Pluxml - Copyright Pluxml.org */  

/* ---------------------
Html et body
--------------------- */
html {
	font : 75%/1.7em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	color : #555;
	background : #012853 url(img/fond-site.jpg) repeat-x ;
	margin : 0;
	padding : 0;
}
body {
	margin : 0;
	padding : 0;
}

#page {
	width : 985px;
	margin : 0 auto 0 auto;
	padding : 0 0 0 0;
	background : url("img/fond-contenu.jpg") repeat-y;
	clear : both;
}
a:active, a:focus{ 
   outline:none; 
}

em{
	font-style: italic;
}

/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.8em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; margin : 0; padding: 0}
p {margin : 0; padding: 0}
a {color: #004273; text-decoration: none;}
a:hover {color : #333;}
.clearer {clear : both; visibility : hidden; 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 : #517CA1; */
	width : 100%;
}
#header {
	background: url(img/header.jpg) no-repeat center top;
	height: 228px;
	width: 985px;
	margin : 0 auto; padding : 0;
}
#header h1 { /* Titre et sous-titre du site */
	padding :0;
	width: 250px;
	height: 66px;
	display: block;
	float: right;
	margin: 10px 170px 0 0;
	background: url(img/logo.png) no-repeat;
}
#top h1 span{
	display: none;
}
#top h1 a { /* Lien du titre */
	text-decoration : none;
}
#top h1 a:hover {
	color : #fff;
}
#header p {
	display : none;
}



/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : right;
	width: 645px;
	min-height: 305px;
	background: url(img/bout-plage.jpg) right top no-repeat;
	margin : 0 69px 0 0;
	padding : 8px 50px 8px 0;
}
#content p {
	margin-top:10px;
}
.post { /* Conteneur de l'article */
	padding : 0 0 22px 0;
	margin: 0 0 30px 0;
}
.post p{
	color: #333;
}
.post a:hover{
	font-size: 1em;
	color: yellow;
}
.post a{
	font-size: 1em;
	color: black;
}

.post a.lien:hover{
	font-size: 1.2em;
	color: #333;
}
.post a.lien{
	font-size: 1.2em;
	color: red;
}

.title { /* Titre de l'article */
	color : #000;
	font-size : 1em;
	margin : 0;
	padding : 4px 0 4px 20px;
	letter-spacing : 2px;
	background: url(img/point-rouge.png) no-repeat left 6px;
}
.title a { /* Lien sur le titre de l'article */
	color : #517CA1;
	text-decoration : none;
}
.title a:hover {
	color : #333;
}
.post-info {
	padding : 0 0 8px 20px;
	margin : 0!important;
}
.post-info a:hover{
	color: #004273;
	font-size: 1.6em;
}
.post-info a{
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
}
.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.png") no-repeat 0 6px;
	margin : 0!important;
	padding : 4px 10px 0 20px;
}
.comment_nb a{
	color: #000;
	font-size: 1em
}
#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0 0 0 0;
	padding : 25px 0 10px 0;
}

/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float : left;
	width : 121px;
	padding : 0;
	margin : 0 0 0 75px;
}
#sidebar div {
	margin : 0;
	padding : 0;
	width : 100%;
}
#sidebar ul { /* Bloc de liste */
	margin : 0;
	padding : 0;
}
#sidebar li { /* Elément de liste */
	list-style-type : none;
	padding : 0;
	height: 42px;
	font-size: 1.3em;
}
#sidebar li a { /* Liens dans les listes */
	color : #fff;
	display: block;
	padding : 0;
	height: 42px;
	text-decoration : none;
	}
#sidebar li a span {
	visibility: hidden;
}
/* ---------------------
Onglets (#sidebar)
--------------------- */
#sidebar li a.Accueil:hover, #sidebar li.current a.Accueil {
	background: url(img/menu/home.png) no-repeat left -51px;
}
#sidebar li a.Actus:hover, #sidebar li.current a.Actus {
	background: url(img/menu/news.png) no-repeat left -50px;
}
#sidebar li a.Bateaux:hover, #sidebar li.current a.Bateaux {
	background: url(img/menu/boats.png) no-repeat left -50px;
}
#sidebar li a.Pro:hover, #sidebar li.current a.Pro {
	background: url(img/menu/pro.png) no-repeat left -50px;
}
#sidebar li a.Boutique:hover, #sidebar li.current a.Boutique {
	background: url(img/menu/shop.png) no-repeat left -50px;
}
#sidebar li a.Contact:hover, #sidebar li.current a.Contact {
	background: url(img/menu/contact.png) no-repeat left -50px;
}
/*  ----------------  */
#sidebar li a.Accueil {
	background: url(img/menu/home.png) no-repeat left top;
}
#sidebar li a.Actus {
	background: url(img/menu/news.png) no-repeat left top;
}
#sidebar li a.Bateaux {
	background: url(img/menu/boats.png) no-repeat left top;
}
#sidebar li a.Pro {
	background: url(img/menu/pro.png) no-repeat left top;
}
#sidebar li a.Boutique {
	background: url(img/menu/shop.png) no-repeat left top;
}
#sidebar li a.Contact {
	background: url(img/menu/contact.png) no-repeat left top;
}
#sidebar li.langue{
	text-align: center;
	font-size: 100%;
	padding-top: 20px;
}
#sidebar li.langue a{
	display: inline;
	margin: 0 3px;
}
/* ---------------------
Commentaires (#comments)
--------------------- */

.comment {
	background : #9ecbe7;
	margin : 0 0 8px 0;
	border : 1px solid #66aad7;
}
.comment blockquote {
	padding : 2px 30px 2px 40px;
	margin : 0;
}
.info_comment {
	background : #70b2dd;
	padding : 4px 8px;
}
p.message_com {
	text-align : center;
	font-weight : bold;
	color : #1F537B;
	margin : 8px 0 0 0;
	padding : 4px 0;
}
#form h2, #comments h2 {
	margin : 15px 0 0 0;
	border-bottom : 1px dashed #517CA1;
	color : #000;
	font-size : 1.3em;
	padding : 4px 0 4px 20px;
	letter-spacing : 2px;
	background: url(img/point-rouge.png) no-repeat left 6px;
}
#comments h2 {
	margin : 15px 0 10px 0;
}

/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width :985px;
	height: 88px;
	margin : 0 auto 0 auto;
	text-align : center;
	font-size : 0.85em;
	background : url(img/footer-trans.png) no-repeat 1px top;
}

.footerfond a {
	color : #333;
	text-decoration : none;
}
.footerfond a:hover {
	border-bottom : 1px dashed;
}
.footerfond{
	display: block;
	height: 56px;
	margin: 0;
	padding: 32px 0 0 80px;
	background : url(img/footer.jpg) no-repeat right top;
}