/********************************************
   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: #333;	
	text-align: center;		
}

/* links */
a {
	background: inherit;	
	color: #00478A;
	text-decoration: none; 
}
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: #824900;}
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 #eee;
	border-color: #D5D5D5;
}	
#sidebar h1 {
	padding: 10px 0px 2px 35px;
	margin: 0;
	background: url(/images/square_arrow.gif) no-repeat 7px 12px;	
	color: #CF281F;
}

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: #CF281F; 
}
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;
}
.p7HGM05 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;
}
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: #C2281F;	
	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;
}
.searchform input.checkbox { 
	font: bold 9px Tahoma, 'Trebuchet MS', Sans-serif; 
	color: #333;	
	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.png) no-repeat 0% 0%;
	width: 100px;
	height: 100px;
	
	/* change the values of top and Left to adjust the position of the site-logo */
	left: 10px; top: 25px;
}
#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: 35px; left: 105px;	
}
#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: 75px; left:150px;		
}

/* 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: #CF281F;
}
#header ul li#current a {
	color: #CF281F;	
}
/* header menu end */

#header #header-links {
	position: absolute;
	top: 5px; right: 10px;	
	color: #CF281F;	
}
#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 .mini {
	font-size: 0.8em;
}
#main .soustitre {
	font-size: smaller;
}

/* sideabar */
#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;	
	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: #0F57A8;
}
#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; }	
.red    { color: #CF281F; }

/* 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;
}
.bandeau {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	font-stretch:extra-expanded;
	font-variant: small-caps;
	padding:5px 0px 5px 0px;
}
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;
}