/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */


body {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 80%;
	color: #5D717E; /* #888; */
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-intro, #wrapper-gsearch, #wrapper-content, #wrapper-footer {
	width: 85%;
	max-width: 880px;
	margin: 0 auto;
	text-align: justify;
}

* html #wrapper-menu-top, #header, #wrapper-intro, #wrapper-gsearch, #wrapper-content, #wrapper-footer {
	width:expression(document.body.clientWidth > 880 ? "880px" : "85%" );
}

#wrapper-menu-top {
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

#menu-top {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
	width: 100%;
}

#slogan{
	margin: 0 40px;
	padding: 0.5em 0 0;
	line-height: 1.5em;
}

* html #slogan { margin: 0 20px; }

#menu-top span {
	display: inline;
	float: left;
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top img, h1 img, h3 img {
	display: none;
}

/* * html #wrapper-menu-top { margin-right: 0px; } */

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	background:url(images/menuleft.png) no-repeat left top;
	padding:0 0 0 4px;
	float: left;
	margin:0;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#bf965b;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {	background-position:100% -42px; }

#wrapper-header {
	background: transparent url('images/bg.png') top center repeat-x;
}

#header {
	background: #eee url('images/banner_me.jpg') no-repeat center top;
/*	cursor: pointer;  IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#wrapper-header2 {
	background: transparent url('images/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('images/bg02-blue-right.png') top right no-repeat;
}

#wrapper-gsearch, #wrapper-intro {
	background: transparent url('images/bg02-white-left.png') top left no-repeat;
}

#content-gsearch, #content-intro {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden;
	padding: 1px 40px 0;
	text-align: center;
}

#content-gsearch #searchForm {
    padding-bottom: 10px;
}

* html #wrapper-gsearch { height: 1px; }

#header h1 {
	margin: 0 30px;
	padding: 0;
	height: 150px;
	line-height: 1.5em;
	color: #6d8493;
	font-size: 130%;
}

#wrapper-content {
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

* html #wrapper-content { height: 1px; }

#history {
    display: none;
    text-align: justify;
    margin: 20px;
}

#content {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 5px 245px 0 40px;
}

#content ul, #fullcontent ul {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}

#content li, #fullcontent li {
    margin: 0 0 0 5px;
    padding: 0 0 5px 10px;
    background: transparent url(images/fleche.gif) no-repeat scroll 0em 0.6em;
    text-align: left;
}

#content li i, #fullcontent li i {
    font-style: normal;
}

#content b, #fullcontent b {
    font-weight: normal;
}

#content dt, #fullcontent dt {
    font-weight: bold;
    padding-top: 1em;
}
#content dt.first-item, #fullcontent dt.first-item {
    padding-top: 0;
}

#content dd, #fullcontent dd {
    margin-left: 20px;
}
#content #questions, #fullcontent #questions {
    margin: 1em 2em;
    font-size: 0.9em;
    line-height: 160%;
}
#content #questions h2, #fullcontent #questions h2 {
    margin: 0;
}
#content #questions li, #fullcontent #questions li {
    padding-top: 0;
    padding-bottom: 0;
    background-position: 0 0.4em;
}
#content #questions p, #fullcontent #questions p,
#content.faq p, #fullcontent.faq p {
    margin: 0.5em 0 0;
}
#content.faq ul, #fullcontent.faq ul {
    margin-top: 0;
}
#content.faq li.first-item, #fullcontent.faq li.first-item {
    padding-top: 1em;
    background-position: 0 1.6em;
}

#content #bloc-ebay, #fullcontent #bloc-ebay {
    width: 550px;
}
#content .affi, #fullcontent .affi {
    margin: 1em 0;
    height: 100px;
}
#content .bouton-affi, #fullcontent .bouton-affi {
    float: left;
    border: none; /*1px solid #5D717E;*/
    width: 120px;
}
#content .texte-affi, #fullcontent .texte-affi {
    float: right;
    width: 465px;
}
#content .bloc-affi, #fullcontent .bloc-affi {
    float: left;
    border: 1px solid #5D717E;
    margin: 10px 10px;
}

#fullcontent {
/*	background: transparent url('images/bg02-white-right.png') no-repeat right top; */
	min-height: 250px;
	padding: 0px 40px 5px;
	clear: both;
}

#fullcontent h4 {
    background: transparent url('images/separ.png') no-repeat left top;
    border: none;
    height: 7px;
}

#fullcontent h4 span {
    display: none;
}

.full {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	margin-top: -13px;
/*	text-align: center; */
	text-align: justify;
}

/* * html #fullcontent { height: 220px; } */

#fullwidth {
	padding: 5px 40px;
}

#wrapper-menu-content {
	float: right;
	width:180px;
	margin: 20px 30px 2em 2em;
	text-align: center;
}

.wrapper-menu-page {
	background: transparent url('images/menu.png') no-repeat;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	margin-bottom: 20px;
	padding: 0 10px;
	line-height: 140%;
}

* html #wrapper-menu-content { margin-right: 15px; }

.menu-page { padding-top: 5px; }

.menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 85%;
}
.menu-page .blog_entries li {
    line-height: 120%;
    margin: 0.5em 0;
    text-align: left;
}
/*
.menu-page ul.blog_entries {
    text-align: left;
}
*/

#intro {
    font-style: italic;
    margin: 0.5em 0 0 0;
}

/*
* html #intro { height: 1px; }

#intro.page1 {
	height: 130px;
	width: 450px;
	overflow:hidden;
	position:relative;
}

#intro.page1 img {
	z-index:1;position:absolute;top:0;left:0
}
*/

#intro img {
	height: 130px;
	width: 500px;
}


.menu-page h3 {
	font-size: 80%;
	text-transform: uppercase;
	margin: 0.5em 0 0.3em;
	color: #bf965b;
	font-weight: normal;
	letter-spacing: 0.15em;
}

.menu-page h3 a:link, .menu-page h3 a:visited { color: #bf965b; }
.menu-page a:link, .menu-page a:visited { color: #5d717e; }
.menu-page a:hover { color: #bf965b; }

.menu-page a img.alter { display: none; }

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #fce3bc;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}

#wrapper-articles {
}

* html #wrapper-articles { text-align: center; }

#articles {
    border-collapse: collapse;
    border: 1px solid #907070;
    margin-right: auto;
    margin-left: auto;
}

#articles td, #articles th {
    border: 1px solid #907070;
    padding: 5px;
}

#articles th {
    text-align: center;
}

#articles .desc {
    text-align: left;
    vertical-align: top;
}

#articles .categ {
    font-weight: bold;
    padding-left: 10px;
}

h1 { font-size: 130%; }
h2 { font-size: 110%; color: #6d717e; }
h3 { font-size: 100%; }

a:link, a:visited { color: #bf965b; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }

label {
    display: block;
}

table {
    border: 0 none;
    margin: 0 0 10px;
    padding: 0;
}

td {
    border: 0 none;
    padding-left: 5px;
}

.captTable {
    padding-left: 0;
}

.result {
    font-weight: bold;
}

#content ul.result, #fullcontent ul.result {
    margin: 5px 0 -5px 5px;
}

#content li.result, #fullcontent li.result {
    font-weight: normal;
    padding: 0 0 0 10px;
}

div.result {
    border: 1px solid #5D717E;
    padding-left: 5px;
}

#searchForm label {
    display: inline;
    font-weight: bold;
}

#searchBlog label {
/*    display: inline; */
    font-weight: bold;
}

#searchBlog input, #searchForm input {
    display: inline;
}

input.form_input {
    border: 1px solid #bdc2c9;
    font-size: 10px;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
/*	width: 9em; */
}

.button_big {
	background-image: url('images/button-big.png');
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:black!important;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
	line-height: 20px;
	height: 60px;
	width: 120px;
}
.button_big:hover {
	background-position: left -60px;
}

input.button_mini, input.button_small {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:black!important;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
	line-height: 18px;
	height: 18px;
}
input.button_mini:hover, input.button_small:hover {
	background-position: left -18px;
}
input.button_mini {
	width: 30px;
	background-image: url('images/button-mini.png');
}
input.button_small {
	width: 60px;
	background-image: url('images/button-small.png');
}

.navig {
    font-size: 85%;
    float: right;
}

.illustration {
    display: block;
    float: right;
    margin: 10px 0 5px 30px;
}
.illustration .petit{
    line-height: 120%;
    text-align: right;
}

.petit {
    font-size: 85%;
}

a.petit {
    font-size: 85%;
    float: right;
}

.erreur {
    color: red;
    padding: 0;
    text-align: center;
}

.warn {
    color: #f80;
    padding: 0;
    text-align: center;
}

.reussi {
    color: green;
    padding: 0;
    text-align: center;
}

.info {
    padding: 0;
    text-align: center;
}

.attention {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}

.grand {
    font-size: 120%;
}

.note {
    font-size: 85%;
    vertical-align: super;
}

.reduc {
    color: red;
    padding: 0px 10px;
}

