/******************************************** 
	Author   : Erwin A. Aligam
	website  : http://www.styleshout.com/
   VERSION	: 1.0            	
 *******************************************/ 

/********************************************

   HTML ELEMENTS

********************************************/ 

/* top elements */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font: 70%/1.5em Tahoma, 'Trebuchet MS', Arial, Sans-serif;
	background: #F2F3F5;
	color: #444;
	text-align: center;
}
/* links */

a {
	background: inherit;
	color: #00478A;
	text-decoration: none;/*	border-bottom: 1px dashed #00478A; */

}
a:hover {
	background: inherit;
	color: #0057BD;
	text-decoration: underline;
}
/* headers */

h1, h2, h3, h4, h5 {
	font: bold 1.1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #663300;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
#main h1, #rightbar h1 {
	padding: 10px 0px 2px 5px;
	margin: 0 10px;
	border-bottom: 1px dashed #D5D5D5;
}
#sidebar h1 {
	padding: 10px 0px 2px 35px;
	margin: 0;
	background: url(/images/square_arrow.gif) no-repeat 7px 12px;
	color: #429510;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}
dl {
	margin: 10px 15px;
	padding: 0 15px;
}
dt {
	font-weight: bold;
	color: #429510;
}
dd {
	margin-left: 0;
	padding: 0 0 5px 0;
}
hr {
	margin: 0 15px;
	padding: 0;
	background:#f2f2f2;
	height:1px;
	color:#EFF0F1;
	border:none;
	clear:both
}
/* images */

img {
	border: 1px solid #eee;
	padding: 5px;
	background: #FAFAFA;
}
.p7HGM04 img {
	border: none !important;
	padding: 0px !important;
	background-color: transparent !important;
}
img.float-right {
	margin: 5px 0px 5px 15px;
}
img.float-left {
	margin: 5px 15px 5px 0px;
}
img.brut {
	border: none;
	padding: 0px;
	background: #FFFFFF;
}
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */

  background: #FAFAFA;
	border: 1px solid #eee;
}
acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
	padding: 0 0 0 32px;
	background: #FAFAFA url(/images/quote.gif) no-repeat 5px 10px;
	border: 1px solid #eee;
	font-weight: bold;
}
blockquote.brut {
	margin: 0px;
	padding: 0 0 0 30px;
	background: none;
	border: none;
	font-weight: normal;
}
/* form elements */

form {
	margin:10px 15px;
	padding: 0;
	border: 1px solid #eee;
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:1px dashed #777;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
input.checkbox {
	border: none;
}
input.radio {
	border: none;
}
select {
	font: 1em Tahoma, 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
	border:1px solid;
	margin: 4px;
}
textarea {
	width:420px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px dashed #777;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 4px;
	font: bolder 1.1em/1 Tahoma, 'Trebuchet MS', Arial, Sans-serif;
	border: 1px solid #222;
	background: #FAFAFA;
	padding: 2px 2px;
	color: #429510;
	cursor: pointer;
}
/* search form */

.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.searchform p {
	margin: 10px;
	padding: 0;
}
.searchform input.textbox {
	width: 90px;
	color: #333;
	height: 18px;
	padding: 2px;
	vertical-align: middle;
	border: 1px solid #777;
}
.searchform input.button {
	font: bold 11px Tahoma, 'Trebuchet MS', Sans-serif;
	color: #333;
	width: 50px;
	height: 18px;
	border: none;
	vertical-align: middle;
}

/*****************/
/*    Layout     */
/*****************/

#content, #header, #footer-columns, #footer-bottom {
	width: 880px;
}
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF url(/images/contentbg.gif) repeat-x 0px 1px;
	border-bottom: 1px solid #D4D6D6;
	text-align: left;
}
#content {
	margin: 15px auto 0 auto;
	padding:0;
}

/* header */

#header-wrap {
	background: #222 url(/images/headerbg.jpg) repeat-x 0% 0%;
	margin: 0;
	padding: 0;
	height: 125px;
	width: 100%;
}
#header {
	position: relative;
	height: 125px;
	margin: 0 auto;
	padding: 0;
}
#header #site-logo {
	position: absolute;
	background: url(/images/site-logo.gif) no-repeat 0% 0%;
	width: 90px;
	height: 77px;
	/* change the values of top and Left to adjust the position of the site-logo */
	left: 10px;
	top: 35px;
}
#header h2#logo-begin {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #D4D6D6;
	/* change the values of top and Left to adjust the position of the slogan */
	top: 35px;
	left:112px;
}
#header h1#logo-text {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 35px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the logo-text */
	top: 48px;
	left: 110px;
}
#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #DDD;
	/* change the values of top and Left to adjust the position of the slogan */
	top: 92px;
	left:175px;
}

/* header menu */

#header ul {
	position: absolute;
	right: 10px;
	bottom: 2px;
	font: bold 16px 'Trebuchet MS', sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFF;
}
#header ul li {
	display: inline;
}
#header ul li a {
	float: left;
	padding: 3px 12px;
	color: #FFF;
	text-decoration: none;
}
#header ul li a:hover {
	color: #72A545;
}
#header ul li#current a {
	color: #72A545;
}
/* header menu end */



#header #header-links {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #72A545;
}
#header #header-links a {
	color: #BDBDBD;
}
#header #header-links a:hover {
	color: #CCC;
}
/* main column */

#main {
	float: left;
	padding: 0 10px 0 5px;
	width: 57%;
	border-right: 1px solid #f2f2f2;
}
#main p.copyright {
	text-align: left;
	font-size: 0.8em;
}
#main .mini {
	font-size: 0.8em;
}
#main .soustitre {
	font-size: smaller;
}
#main .auteur {
	font-size: smaller;
	font-style: italic;
}
/* sidebar */

#sidebar {
	float: left;
	width: 21%;
	margin: 0;
	padding: 0;
	display: inline;
}
#sidebar .sidebox {
	margin: 10px 0;
	padding: 0 0 15px 0;
	background: #f6f6f6;
	border: 1px solid #E5E5E5;
}
#sidebar ul.sidemenu {
	margin: 5px;
	padding: 0 5px;
	text-decoration: none;
	list-style: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px dashed #DEDEDE;
	padding: 5px 5px 5px 10px;
}
#sidebar ul.sidemenu li.top {
	border-top: 1px dashed #DEDEDE;
}
#sidebar ul.sidemenu a {
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0;
	padding: 0;
	color: #333;
}
#sidebar ul.sidemenu a:hover {
	font-weight: bolder;
	text-decoration: none;
	margin: 5px 0 5px 0;
	color: #72A545;
}
#sidebar .stitre {
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0;
	padding: 0;
	color: #333;
}
/* rightbar */

#rightbar {
	clear: right;
	float: right;
	width: 20%;
	padding: 0;
	margin: 0;
}
/* footer */

#footer-wrap {
	clear: both;
	float: left;
	width: 100%;
	font-size: 95%;
	text-align: left;
	padding: 15px 0;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px;
}
#footer-columns {
	color: #888;
	margin: 0 auto;
	padding: 0;
}
#footer-columns ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-columns li {
	border-bottom: 1px dashed #DEDEDE;
}
#footer-columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 31%;
}
#footer-columns .col3-center {
	margin: 0 10px;
}
/* bottom */

#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	padding: 0;
}
/* Alignment classes */

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}
/* display classes */

.clear {
	clear: both;
}
.block {
	display: block;
}
.hide {
	display: none;
}
.green {
	color: #429510;
}
/* others */

.post-footer {
	background-color: #FAFAFA;
	padding: 5px;
	margin: 20px 15px 10px 15px;
	font-size: 95%;
	border: 1px solid #eee;
}
.post-footer .date {
	background: url(/images/clock.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(/images/comment.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(/images/page.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
table.tarif {
	border-collapse: collapse !important;
	background-color: #FAFAFA !important;
}
td.tarif {
	padding: 0px 3px 10px 3px !important;
}
td.tariffin {
	padding: 0px 3px 0px 3px !important;
}
