
/* Bloginy Style ---------------------- */
* {
	padding: 0;
	margin: 0;
	color: #555;
	font-family: Tahoma;
	font-size: 12px;
}

img {
	border: 0;
}

table {
	border-spacing: 0;
}

body {
	text-align: center;
}

#layout {
	margin: auto;
	width: 1000px;
	text-align: left;
}

/* 
 * Le premier Header 
 */
#header_1 {
	height: 120px;
	width: 100%;
	position: relative;
}

#logo {
	position: absolute;
	top: 20px;
}

#search {
	position: absolute;
	top: 60px;
	left: 250px;
}

#search td {
	height: 29px;
	line-height: 29px;
}

#search #search_input {
	padding-top: 5px;
	border: 0;
	width: 323px;
	height: 24px;
	background: url(images/search-input.png);
	padding-left: 20px;
	font-style: italic;
}

#search #search_submit {
	margin-left: 4px;
	background: url(images/search-submit.png);
	width: 122px;
	border: 0;
	cursor: pointer;
	height: 29px;
	line-height: 29px;
}

#header_1 #menu_header_1 {
	position: absolute;
	top: 60px;
	right: 0px;
	height: 29px;
	line-height: 29px;
}

#header_1 #menu_header_1 a {
	float: left;
	display: block;
	line-height: 29px;
	height: 29px;
	padding-left: 30px;
	text-decoration: none;
	margin-left: 10px;
}

#header_1 #menu_header_1 a:hover {
	color: #a80077;
}

#header_1 #h1_help_link {
	background: url(images/icons/help-icon.png) no-repeat;
}

#header_1 #h1_mail_link {
	background: url(images/icons/mail-icon.png) no-repeat;
}

#header_1 #h1_blog_link {
	background: url(images/icons/blog-icon.png) no-repeat;
}

/*
 * Le deuxième Header
 */
#header_2 {
	height: 35px;
	width: 100%;
	background: url(images/header-2-bg.png);
	text-align: center;
	position: relative;
}

#header_2 #header_2_left {
	background: url(images/header-2-bg-left.png);
	width: 7px;
	height: 35px;
	float: left;
}

#header_2 #header_2_right {
	background: url(images/header-2-bg-right.png);
	width: 7px;
	height: 35px;
	float: right;
}

#header_2 #menu_header_2 {
	border-left: 1px solid #0581a1;
	border-right: 1px solid #0581a1;
	margin: auto;
	height: 35px;
	background: url(images/menu-header-2-border.png);
	width: 403px;
}

#header_2 #menu_header_2 a {
	font-size: 13px;
	display: block;
	height: 35px;
	line-height: 35px;
	float: left;
	color: #FFF;
	text-decoration: none;
	background: url(images/header-2-bg.png);
	margin-right: 1px;
	text-align: center;
	width: 100px;
}

#header_2 #menu_header_2 a:last-child {
	margin-right: 0px
}

#header_2 #menu_header_2 a:hover {
	background: url(images/menu-header-2-border.png) 0 -35px;
}

.menu-horizontal {
	min-height: 32px;
	-height: 32px;
	line-height: 32px;
	border: #ebebeb 1px solid;
	background: #fcfcfc;
	color: #858585;
	padding: 0 5px;
	margin-bottom:15px;
}

.menu-horizontal h1, .menu-horizontal h1 a {
	color: #037a8e;
	font-size: 16px;
	font-weight: normal;
	padding-left: 5px;
}

/*
 * La sidebar
 */
#content {
	margin-top: 15px;
}

#sidebar {
	float: right;
	width: 290px;
	margin-left: 15px;
}

#main_content {
	width: 695px;
}

.content-block {
	margin-top: 15px;
	border: #ebebeb 1px solid;
	background: #fcfcfc;
	padding: 5px;
	overflow: hidden;
}

.content-block h2 {
	color: #702a44;
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
}

.content-block p {
	padding: 10px 5px 0;
	line-height: 1.5em;
	text-align: justify;
}

.content-block a {
	color: #037a8e;
	text-decoration: none;
}

.content-block a:hover {
	color: #0c98b0;
}

.content-block ul.content-list {
	padding: 10px 5px;
}

.content-block ul.content-list ul{
	padding: 10px 10px;
	list-style: inside url(images/puce.png);
}

.content-block ul.content-list.nomargin {
	padding: 0 5px;
}

.content-block ul li {
	line-height: 20px;
}

/*
* Form
*/
.form input, .form textarea {
	padding:5px 10px;
	width:250px;
	border:1px solid #c6c6c6;
	background:#f4f4f9;
}

.form textarea {
	width: 500px;
	height: 150px;
}

.form label {
	padding:5px 10px;
}

.form input:hover {
	border:1px solid #037a8e;
}

.form .comment_submit {
	background:url(images/comment-submit.png) no-repeat;
	height:28px;
	width:124px;
	border:0;
	cursor:pointer;
}

#searchform #searchinput {
	border: 0;
	width: 152px;
	height: 18px;
	background: url(images/connexion-input.png);
	padding: 3px 0 0 10px;
}

#searchform #searchsubmit {
	float:right;
	width:100px;
	vertical-align:bottom;
}

/*
* Article
*/
/*
 * Article
 */
.article {
	margin-bottom: 15px;
}

.article_header {
	padding:10px;
}

.article h2 a, .article h1 {
	text-decoration: none;
	font-size: 14px;
	color: #0c98b0;
}

.article h2 a:hover {
	color: #037a8e;
}

.article_table {
	padding: 10px 15px 0;
}

.article_table td {
	vertical-align: top;
}

.article_content {
	text-align: justify;
	line-height: 1.7em;
}


.article-block h1 {
    margin-top:10px;
}

/* Le block des tag */

.tag-link {
    float:left;
    padding:0 10px;
}

.tag-link * {
    vertical-align: middle;
}

.tag-link h3 {
    padding: 5px 0;
}

/* La fin d'un article, les icones ... */

.article_bottom {
	margin-top: 10px;
	background: url(images/article-bottom-border.png) no-repeat top right
		;
	height: 30px;
	text-align: right;
}

.article_bottom p {
	text-align: right;
	padding: 0 5px 0 0;
}

.article_bottom * {
	line-height: 30px;
	color: #adadad;
	font-size: 11px;
}

.article_bottom a {
	color: #a80077;
	text-decoration: none;
}

.article_bottom a:hover {
	color: #0c98b0;
}

.article_bottom img {
	margin: 0 5px 0 20px;
	vertical-align: middle;
	display: inline-block;
}

.article {
	background: #fcfcfc;
	border: 1px dotted #ebebeb;
}

.item_description {
	padding: 10px 5px 10px 15px;
	font-size: 11px;
	text-align: justify;
}

/*
 * Commentaires
 */
 #newComment {
	padding-top: 10px;
}

#newComment h2 {
	font-size: 14px;
	color: #702a44;
}

.comment {
	margin-top: 10px;
	padding: 5px;
	min-height: 70px;
	-height: 70px;
}

.comment.moderate {
	background-color: #f0f3ff;
}

.comment .comment-user {
	color: #555;
}

.comment .comment-user a {
	color: #037a8e;
	text-decoration: none;
}

.comment .comment-date {
	color: #702a44;
	font-size: 10px;
	padding-left: 20px;
}

.comment .comment-avatar {
	border: 1px dotted #adadad;
	padding: 4px;
	float: right;
        margin-left:5px;
}

.comment .comment-content {
	padding-top: 10px;
        text-align: justify;
        line-height: 18px;
}

.comment.odd {
	background: #fef7ff;
	border: 1px solid #eee1f1;
}

.comment.newComment {
	background: #e3e7f2;
	border: 1px solid #a6cbd3;
}

.comment .comment-spacer {
	height: 2px;
	clear: both;
}

/*
 * Footer
 */
#footer {
	clear: both;
	padding: 30px 0 15px;
}

#footer_content {
	background: url(images/footer-bg.png);
	height: 136px;
}

#footer_left {
	background: url(images/footer-left.png);
	height: 136px;
	width: 8px;
	float: left;
}

#footer_right {
	background: url(images/footer-right.png);
	height: 136px;
	width: 8px;
	float: right;
}

.footer_menu {
	padding: 20px 50px 0 25px;
	float: left;
}

.footer_menu h3 {
	font-size: 15px;
	color: #702a44;
	font-weight: normal;
}

.footer_menu ul {
	list-style: none;
	padding-top: 10px;
}

.footer_menu li a {
	text-decoration: none;
	color: #555;
	font-size: 11px;
	line-height: 1.6em;
}

.footer_menu li a:hover {
	color: #a80077;
}

#footer_copyright {
	float: right;
	width: 100px;
	padding-top: 72px;
}

#footer_copyright * {
	color: #969696;
	font-size: 11px;
	line-height: 1.6em;
	text-decoration: none;
}

