﻿/*
Theme Name: Hero Corp France
Theme URI: http://www.herocorpfrance.com
Description: Theme du site Hero Corporation.
Version: 0.30
Author: Julien Scoffier
*/

body {
    font-family: Verdana, Arial, Geneva, "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    background: #05375A;
    color: #505050;
    margin: 0;
}

a {
    text-decoration: none;
    color: #505050;
}

a img {
    border: none;
}

h3 {
    border-bottom: 1px solid #000;
    font-size: 1.2em;
    margin-bottom: 2px;
}

h2 a{
    color:#FFFFFF;
    font-size: 14px;
    font-weight:bold;
    text-decoration:none;
    margin: 0 0;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.center {
	text-align: center;
}

/********************/
/* Block principaux */
/********************/

#mainBody {
    width: 975px;
    background: #FFFFFF;
    margin: auto;
}

#header {
    padding: 0px 0px 20px 0px;
    width: 975px;
    background: #FFFFFF;
    margin: auto;
}

#content {
    float: left;
    width: 655px;
    background: #FFFFFF;
    margin-left: 15px;
}

.sidebar {
    float: right;
    width: 280px;
    background: #FFFFFF;
    margin-right: 15px;
    margin-left: 10px;
    margin-top: -12px;
}

#footer {
    font-size: 1em;
    background: #cccccc;
    clear: both;
    width: 975px;
    background: #FFFFFF;
    margin: auto;
}

#page {
    margin: auto;
    width: 975px;
    background: #FFFFFF;
}

/*******************************/
/* Propriete menu heut de page */
/*******************************/

#menutop {
    background: url('images/bg_top.gif');
    width: 975px;
    margin: auto;
    height: 40px;
}

#contentMenuTop {
    overflow: auto;
    margin-left: 15px;
    text-align: right;
    width: 945px;
}

#contentMenuTop p {
    float: left;
    margin-top: 9px;
}

#contentMenuTop ul {
    float: right;
    margin-top: 9px;
}

#contentMenuTop li {
    border-left: 1px solid grey;
    display: inline;
    padding: 0 10px;
}

#contentMenuTop li.first {
    border-left: medium none;
}

#contentMenuTop a {
	
}

/************************/
/* Proprietes du header */
/************************/

#headerBackground {
    width: 950px;
    margin-left: 10px;
    position: relative;
    z-index: 1;
}

#logo {
    position: absolute;
    top: 30px;
    left: 18%;
    z-index: 3;
}

#rss {
    position: absolute;
    top: 190px;
    left: 83.5%;
    z-index: 0;
}

#search {
    position: absolute;
    top: 84px;
    left:65%;
    z-index: 2;
}

#searchform .search-box {
    border: 1px solid #f0f0f0;
    color:#999999;
}

#searchsubmit {
    background:transparent url(images/bg_top.gif) repeat scroll 0 0;
    color:#505050;
    border: 1px solid #f0f0f0;
}

/*********************/
/* Propriété du menu */
/*********************/

#menu {
    border-bottom: 10px solid #06799f;
    padding-bottom: 25px;
    margin-top: 28px;
}

#onglets {
    border: 0 solid transparent;
    left: 50%;
    list-style-type: none;
    margin-left: -480px;
    margin-top: 0;
    padding: 0;
    position: absolute;
    width: 960px;
}

#onglets li {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    background-color: #06799F;
    border: 0 solid #9EA0A1;
    float: left;
    height: 25px;
    margin: 2px 10px 0 2px !important;
}

#onglets li.active {
    background-color: #06799F;
    border-bottom: 0 solid #06799F;
}

#onglets a {
    color: #FFFFFF;
    display: block;
    padding: 6px;
    text-decoration: none;
}

#onglets a:hover {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    background: #000000 none repeat scroll 0 0;
}

/*************************/
/* Proprietes du contenu */
/*************************/

.post {
}

.postmetadata {
    font-size: 0.8em;
    margin-left: 64px;
    margin-top: -24px;
    color: #999;
}

.p-head {
    background: url(images/test.png) no-repeat;
    width: 655px;
    height: 56px;
}

.page-head {
    background: url(images/top-page-bg.png) no-repeat;
    width: 655px;
    height: 56px;
}

.date {
    float: left;
    width: 50px;
    padding: 3px 0 3px 0;
    text-align: center;
    margin: 0 0;
}

.date .day {
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding: -5px 0 0 0;
    margin: 0 0 0 0;
}

.date .month {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 0 0;
    margin: -3px 0 0 0;
}

.title {
    float: right;
    width: 590px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0;
    padding-top: 18px;
}

.page-head .title {
    float: none;
    margin-left: 10px;
}

.p-entry {
    padding:1px 5px 3px 10px;
    font-size:12px;
    margin-left:54px;
    background: #FFFFFF;
}

.page-entry {
    margin-top: -8px;
    padding:1px 5px 3px 10px;
    font-size:12px;
    background: #FFFFFF;
}

.p-entry a:link {color:#333333; text-decoration: none;}
.p-entry a:visited {color:#333333; text-decoration: none;}
.p-entry a:active {color:#333333; text-decoration: none;}
.p-entry a:hover {color:#FFF; text-decoration: none; background:#ff1d00;}

.p-entry a img{
    border: none;
}

.eclear {
    clear:both;
}

.navigation {
	text-align: center;
}

/*************************/
/* Proprietes du sidebar */
/*************************/

.p-sidebar {
    background: url(images/top-sidebar-bg.png) no-repeat;
    width: 280px;
    height: 56px;
}

.sidebar ul {
    list-style-type: none;
    margin-right: 15px;
    padding: 0px;
}

.sidebar h2 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0;
    padding-left: 56px;
    padding-top: 18px;
    background: url(images/top-sidebar-bg.png) no-repeat;
    width: 224px;
    height: 35px;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar ul ul li {
    margin-left: 56px;
    margin-bottom: 1px;
	padding-bottom: 1px;
}

/*.sidebar .separateur-list ul li{
	border-bottom: 1px dashed;
}*/

/***********************/
/* Propriete du footer */
/***********************/

#footer {
    background: url('images/bg_bottom.gif');
    padding: 0px;
}

#footer p {
    text-align: center;
    font-size: 0.8em;
    padding-bottom: 4px;
    padding-top: 10px;
}

/*******************************/
/* Proprietes des commentaires */
/*******************************/

.comments-template {
    margin: 10px 0 0 64px;
}

.comments-template ol {
    margin: 10px;
    padding: 0 0 0 15px;
    list-style: none;
}

.comments-template ol p {
    font-size: 0.9em;
}

.comments-template ol li {
    line-height: 15px;
    padding: 10px 10px 10px;
    background: #03899c;
    margin-left:-12px;
}

.comments-template h2,.comments-template h3 {
    font-size: 1.2em;
}

.commentmetadata {
    font-size: 0.9em;
}

.comments-template p.nocomments {
    padding: 0;
}

.comments-template textarea {
    font-size: 0.9em;
}

.cadre_commentaires {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.comment-top {
    height: 15px;
    background: url(images/comment-top.gif) no-repeat;
}

.commentlist {
    color: #fff;
}

.commentlist a{
    color: #fff;
}

/************/
/* Captions */
/************/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

/**********/
/* Images */
/**********/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
/********/
/* Pubs */
/********/

.pub-468-60{
	margin-left:54px;
	text-align: center;
}

.pub-300-250{
	width:655px;
	text-align: center;
}

.pub-468-15{
	width:655px;
	margin-left:54px;
	text-align: center;
}
