/**
 * General
 */
html {
	font-size:100%;
}

body {
	background:#F0ECE3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	line-height:1.5;
}

a img {
	border:0;	
}

.clear {
	clear:both;	
}

a {
	color:#3B81BE;
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;	
}

label {
	cursor:pointer;	
}

/**
 * Design
 */
 
/* Shadow */
#shadow {
	background:url(../img/layout/default/body-bg.png) repeat-y;
	width:997px;
	margin:auto;
}

/* Container */
#container {
	width:977px;
	margin:auto;
}

/* Top Header */
#top-header {
	text-align:right;
	background:#000;
	color:#ECEBE9;
	font-size:9px;
	height:24px;
	line-height:24px;
	padding-right:10px;
}
#top-header a {
	color:#ECEBE9;
	margin-left:10px;
	text-decoration:none;
}

/* Header */
#header {
	height:162px;
	background:url(../img/layout/default/header.jpg) no-repeat;
	border-bottom:4px solid #E5E5E5;
}

/* Menu */
#menu {
	height:40px;
	position:relative;
	top:108px;
	left:50px;
	color:#FFF;
	font-size:18px;
	width:880px;
}

#navigation {
	float:left;
	list-style-type:none;
	width:750px;
	height:100%;
	margin:0;
	padding:0;
}

#navigation a {
	color:#FFF;
	text-decoration:none;
	float:left;
	line-height:35px;
	margin-right:20px;
}

#navigation a:hover, #navigation a.active {
	border-bottom:5px solid #026A91;
}

#feed-rss {
	float:right;
	margin-top:-5px;
}

/* Content */
#content {
	float:left;
	width:597px;
	padding:10px;
	color:#6a674c;
}

/* Menu Right */
#menu-right {
	float:right;
	width:360px;
	font-size:11px;
}

#menu-right div.bloc {
	background:url(../img/layout/default/bloc-bg.jpg) top repeat-x;	
	padding:10px;
}

#menu-right div.bloc ul {
	margin:0;
	padding-left:20px;
	list-style-image:url(../img/layout/default/ico-fleche.png);
}

#menu-right div.bloc fieldset {
	border:0;
	padding:0;	
}

#menu-right img.icon {
	float:right;
}

/* Member Pannel */
.member-pannel {
	text-align:left;
}

.member-pannel .avatar {
	float:left;
	border:1px solid #DEDEBC;
}

.member-pannel ul {
	float:left;
	margin-left:5px;
}

form.member-pannel label {
	float:left;
	width:100px;
	cursor:pointer;
}

form.member-pannel td {
	vertical-align:top;	
}

form.member-pannel input {
	border:1px solid #C6C0AC;
	width:100px;
}

form.member-pannel input.submit {
	width:auto;
	cursor:pointer;
}

/* Search */
form.search input.search {
	background:#FFF url(../img/layout/default/input-search.png) left center no-repeat;
	border:1px solid #C6C0AC;
	width:130px;
	padding-left:20px;
}

/* Footer */
#footer {
	background:#444444 url(../img/layout/default/footer-bg.png) top repeat-x;
}

#footer-separator {
	background:url(../img/layout/default/footer-separator.png) center no-repeat;
	height:18px;	
}

#footer-content {
	margin:auto;
	width:970px;	
}

/**
 * Mise en page
 */

/* Title */
h1 {
	font-size:200%;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height:1;
	margin:0;
}

h1 a {
	color:#6a674c;
}

h1 a:hover {
	color:#7c7959;
}

h2 {
	font-size:175%;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height:1;
	margin:0;
	color:#5b6248;
}

div.hr {
	background:url(../img/layout/default/hr.gif) center no-repeat;
	height:15px;
	margin:15px;
}

/* Breadcrumb */
#breadcrumb {
	
}

#breadcrumb ul {
	margin:0;
	padding:0;	
}

#breadcrumb ul li {
	float:left;
	margin-right:5px;
	list-style:none;
}

/* News, Articles */
.bloc-news .author,
.bloc-articles .author {
	color:#2474ac;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #AAA;
}

.bloc-news .author a,
.bloc-articles .author a {
	text-decoration:underline;
}

.bloc-news .author a:hover,
.bloc-articles .author a:hover {
	text-decoration:none;
}

.bloc-news .avatar,
.bloc-articles .avatar {
	float:left;
	margin-right:4px;
	border:1px solid #DEDEBC;
}

.bloc-news .read_more,
.bloc-articles .read_more {
	text-align:right;	
}

/* Video */
.bloc-video-section .img {
	text-align:center;
	float:left;
	width:240px;
}

.bloc-video-section .last {
	margin-top:4px;
	float:left;
	width:350px;
}

.bloc-video-section .last h1 {
	font-size:16px;	
}

.bloc-video {
	border:1px solid #6a674c;
	padding:5px;
	background:#e1ebf2 url(../img/layout/default/videos_bg.png) bottom repeat-x;
	text-align:center;
}

.bloc-video .thumbs img {
	border:1px solid #6a674c;
}

.bloc-video .infos {
	font-weight:bold;
}

.bloc-video .description {
	border:1px dashed #6a674c;
	padding:2px;
	text-align:left;
	text-indent:15px;
	background:#FFF;
}

.bloc-video .download-link {
	background:url(../img/layout/default/download-link.png);
	border:1px solid #0d8ebe;
	display:block;
	width:150px;
	line-height:26px;
	font-size:13px;
	font-weight:bold;
	margin:auto;
}
.bloc-video .download-link a {
	color:#FFF;
	display:block;
	width:100%;
	height:100%;
}

.bloc-video-categories {
	text-align:center;	
}

/**
 * Galleries
 */
.bloc-galleries-category {
	float:left;
	text-align:center;
	margin:0 15px 0 15px;
	width:260px;
	height:200px;
}

.bloc-galleries-gallery {
	float:left;
	text-align:center;
	margin:0 10px 0 10px;
	height:200px;
}

.bloc-galleries-category img,
.bloc-galleries-gallery img {
	border:1px solid #6a674c;	
}

/* Comment */
.bloc-comment {
	border-top:2px solid #eac1ac;
	padding:10px;
	background:url(../img/layout/default/comment-bg.gif) top repeat-x;
}

.bloc-comment.alt {
	border-color:#c9d2d3;
	background-image:url(../img/layout/default/comment-alt-bg.gif);
}

/* Login */
.bloc-login {
	background:url(../img/layout/default/box-bg.png) top repeat-x;
	border:1px solid #d1cfcf;
	padding:10px;
	text-align:center;
}

.bloc-login h1 {
	text-align:left;	
}

.bloc-login label {
	margin-right:10px;
}

/* Pagination */
.pagination {
	text-align:center;	
}

/* Bouton <a> */
a.button {
	background:#DEDEBC;
	border:2px solid #DEDEBC;
	padding:2px;
	color:#6A674C;
	text-decoration:none;
}
a.button:hover {
	background:#BDCB76;	
	border:2px solid #BDCB76;
}

a.button.icon {
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}

a.button.comments {
	background-image:url(../img/icons/comments.png);
}

/**
 * Flash Mesage
 */
#flashMessage,
#authMessage {
	background-color:#FFF9E9;
	border:1px solid #EEE2BE;
	padding:4px 0 4px 10px;
	margin-bottom:10px;
}
#flashMessage.info { background:#FFF9E9 url(../img/icons/information.png) no-repeat 15px; padding-left:40px; }
#flashMessage.help { background:#FFF9E9 url(../img/icons/help.png) no-repeat 15px; padding-left:40px; }
#flashMessage.error { background:#FFF9E9 url(../img/icons/exclamation.png) no-repeat 15px; padding-left:40px; }
#flashMessage.success { background:#FFF9E9 url(../img/icons/accept.png) no-repeat 15px; padding-left:40px; }
#flashMessage.forbidden { background:#FFF9E9 url(../img/icons/delete.png) no-repeat 15px; padding-left:40px; }
#authMessage { background:#FFF9E9 url(../img/icons/exclamation.png) no-repeat 15px; padding-left:40px; }