/* ------------------------------- */
/* -- CSS By Prezenz			-- */
/* -- http://www.prezenz.com	-- */
/* -- Copyright 2009			-- */
/* ------------------------------- */

/* ------------------------------- */
/* -- STRUCTURE					-- */
/* ------------------------------- */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	font-size:12px;
	background-color:#FFF;
	background-image:url(../images/structure/back_body.gif);
	background-repeat:repeat-x;
}

/* ------------------------------- */
/* -- WEBSITE					-- */
/* ------------------------------- */

div#page {
	/* Tous les browsers */
	height: auto !important; 
	/* Pour IE */
	height: 100%; 
	/* Tous les browsers */
	min-height: 100%; 
	position: relative;
	text-align: left;
	width:928px;
	margin:0 auto 0 auto;
}

/* ------------------------------- */
/* -- COMMUN					-- */
/* ------------------------------- */

a { 
	color:#666;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#333;
}

h1 {
	color:#FFF;
	text-transform:none;
	font-size:18px;
}

h2 {
	color:#666;
	text-transform:uppercase;
	font-size:14px;
	padding-top:2px;
}

h3 {
	color:#000;
	font-size:14px;
}

h4 {
	color:#999;
	font-size:12px;
}

hr {
	border:0px;  
    border-top:1px solid #CCC;  
    background:#FFF;  
    color:#FFF; 
	margin:5px 0px;
}

blockquote {
	padding-left:40px;
	font-style:italic;
	color:#666;
}

.alignleft {
	float:left;
	padding-top:2px;
	margin-right:5px;
	margin-bottom:1px;
}

.alignright {
	float:right;
	padding-top:2px;
	margin-left:5px;
	margin-bottom:1px;
}

.aligncenter {
	text-align:center
}

/* ------------------------------- */
/* -- FORM						-- */
/* ------------------------------- */

/* -- table		------- */

table.grey {
	background-color:#DDD;
	border:#CCC 1px solid;
	padding:5px;
}

th {
	font-weight:bold;
	padding:0px;
	text-align: left;
}

td {
	padding:0px;
}

.list th, .list td {
	padding:4px;
	border-bottom:1px solid #EEE;
}

/* -- fieldset	------- */

fieldset th {
	width:140px;
	white-space:nowrap;
}

fieldset {
	padding:10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}

legend {
	font-weight:bold;
}

/* -- info		------- */

.info {
	color:#F00;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
}

.info span {
	display:none;
}

.info:hover span {
	display:block;
	position:absolute;
	border:1px dotted #F00;
	background:#FFF;
	width:200px;
	padding:10px;
	white-space: normal;
	color: #333;
}

/* -- warning	------- */

div.warning {
	background-color:#FEE;
	border:1px solid #F66;
	padding:4px;
	margin-bottom:10px;
}

input.warning {
	background-color:#FEE;
	border:1px solid #F66;
	background-image:url(../images/nav_left_red_mini.png);
	background-repeat:no-repeat;
	background-position:center right;
}

select.warning {
	background-color:#FEE;
	border:1px solid #F66;
}

fieldset.warning {
	background-color:#FEE;
	border:1px solid #F66;
	background-image:url(../images/nav_left_red_mini.png);
	background-repeat:no-repeat;
	background-position:center right;
}

/* -- input		------- */

input {
	border:1px solid #CCC;
	padding:2px;
	width:180px;
	margin-bottom:4px;
}

.auto {
	border:0px;
	width:auto;
}

.email {
	background-image:url(../images/mail.png);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:18px;
	width:164px;
}

.priv {
	background-image:url(../images/businessman.png);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:18px;
	width:164px;
}

.address {
	background-image:url(../images/document_text.png);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:18px;
	width:164px;
}

.gmap {
	background-image:url(../images/earth.png);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:18px;
	width:124px;
}

.web {
	background-image:url(../images/earth_network.png);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:18px;
	width:164px;
}

.fax {
	background-image:url(../images/fax.png);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:18px;
	width:164px;
}

.phone {
	background-image:url(../images/telephone.png);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:18px;
	width:164px;
}

.company {
	background-image:url(../images/home.png);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:18px;
	width:164px;
}

/* -- select	------- */

select {
	border:1px solid #CCC;
	padding:2px;
	width:185px;
	margin-bottom:4px;
}

/* -- textarea	------- */

textarea {
	border:1px solid #CCC;
	padding:2px;
	width:180px;
	margin-bottom:4px;
	height:140px;
}

textarea.warning {
	background-color:#FEE;
	border:1px solid #F66;
}

/* -- slider	------- */

select.slider { display: none; }
.ui-slider {clear: both; width:150px; }
label.slider { float: left; }

/* -- button	------- */

.disable * {
	color:#CCC;
}

.button div {
	display:inline;
	width:auto;
}

	.button-left {
		background-image:url(../images/structure/button-red-left.gif);
		color:#FFFFFF;
		background-position:left top;
		background-repeat:no-repeat;
		padding-top:13px;
		padding-bottom:13px;
		padding-left:5px;
		height:12px;
		width:3px;
	}
	
	.button-right {
		background-image:url(../images/structure/button-red-right.gif);
		color:#FFFFFF;
		background-position:right top;
		background-repeat:no-repeat;
		padding-right:5px;
		padding-top:13px;
		padding-bottom:13px;
		height:12px;
		width:3px;
	}
	
	.button-middle {
		background-image:url(../images/structure/button-red-middle.gif);
		color:#FFF;
		background-position:left top;
		background-repeat:repeat-x;
		padding:6px;
		padding-top:13px;
		padding-bottom:13px;
		height:12px;
		text-transform:uppercase;
	}
	
.grey .button-left { background-image:url(../images/structure/button-grey-left.gif); }
.grey .button-right { background-image:url(../images/structure/button-grey-right.gif); }
.grey .button-middle { background-image:url(../images/structure/button-grey-middle.gif); }
	
.disable .button-left { background-image:url(../images/structure/button-grey-left.gif); }
.disable .button-right { background-image:url(../images/structure/button-grey-right.gif); }
.disable .button-middle { background-image:url(../images/structure/button-grey-middle.gif); }

/* ------------------------------- */
/* -- HEADER					-- */
/* ------------------------------- */

div#header {
	clear:both;
	height:78px;
	background-image:url(../images/structure/back_header.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

div#header #logo {
	padding-left:80px;
	padding-top:8px;
}

div#header #logo h1 {
	color:#FFF;
	text-transform:none;
	font-size:25px;
	margin:0px;
	padding:0px;
}

div#header #logo h2 {
	color:#B2B2B2;
	text-transform:uppercase;
	font-size:14px;
	position:relative;
	bottom:4px;
	padding-left:10px;
}

div#header #topmenu {
	color:#FFF;
	text-align:right;
	padding:3px 10px 3px 5px;
}

div#header #topmenu a {
	color:#FFF;
	font-weight:bold
}

div#header #topmenu a:hover {
	color:#000;
}

div#header #language {
	float:right;
	padding:10px;
}

/* ------------------------------- */
/* -- SUBHEADER					-- */
/* ------------------------------- */

div#subheader {
	clear:both;
	height:140px;
	padding:20px 10px 10px 10px;
}

div#subheader #searchbox {
	width:584px;
}

div#subheader #searchbox #searchbox_top {
	background-image:url(../images/structure/boxsearch-top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:13px;
}

div#subheader #searchbox #searchbox_btm {
	background-image:url(../images/structure/boxsearch-bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:13px;
}

div#subheader #searchbox #searchbox_mid {
	background-image:url(../images/structure/boxsearch-middle.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding:0px 17px 0px 17px;
}

div#subheader input {
	width:280px;
}

div#subheader div#sidebar{
	float:right;
	width:300px;
	padding:10px;
}

/* ------------------------------- */
/* -- MAIN						-- */
/* ------------------------------- */

div#main {
	clear:both;
	padding-bottom:40px;
}

div#main div#sidebar{
	float:right;
	width:300px;
	padding:10px;
}

div#main div#sidebar .boxquestion {
	border:1px solid #CCC;
	padding:10px;
	margin-bottom: 10px;
}

div#main div#sidebar .boxquestion a {
	display:block
}

div#main div#content .boxquestion {
	border:1px solid #CCC;
	padding:10px;
	margin-bottom: 10px;
	width: 575px;
}

div#main div#content .boxquestion a {
	display:block
}
	
div#main div#content {
	padding:10px;
}
	
div#main div#content b {
	color:#666;
}
	
div#main div#content a {
	color:#8F0000;
}
	
div#main div#content a:hover {
	color:#666;
}

div#main div#content #box {
  width: 584px;
}

div#main div#content #box #box_top {
  background-image: url(../images/structure/box-top.gif);
  background-repeat: no-repeat;
  background-position:top left;
  height: 33px;
  padding-right:20px;
  font-size: 11px;
}

div#main div#content #box #box_top a {
  color: #fff;
}

div#main div#content #box #box_top a:hover {
  color: #444;
}

div#main div#content #box #box_middle {
  background-image: url(../images/structure/box-middle.gif);
  background-repeat: repeat-y;
  background-position:top left;
  padding: 10px 17px 5px 17px;
  text-align: justify;
}

div#main div#content #box #box_bottom {
  background-image: url(../images/structure/box-bottom.gif);
  background-repeat: no-repeat;
  background-position:top left;
  height: 14px;
}

div#main div#content #box #box_top #box_title {
  color: #FFF;
  padding: 15px 15px 0px 15px;
  float:left;
}

div#main div#content #box #box_top #box_tab {
  float:right;
  height:18px;
  width:100px;
  text-align:center;
  margin-right: 5px;
  background-image: url(../images/structure/tab_inactive.gif);
  background-repeat: no-repeat;
  background-position:top left;
  padding-top: 17px;
}

div#main div#content #box #box_top #box_tab.active {
  background-image: url(../images/structure/tab_active.gif);
}

div#main div#content #box #box_top #box_tab a {
  display:block;
  color: #8F0000;
}

div#main div#content #box #box_top #box_tab.active a {
  color: #666;
}

.block1 {
	display: table;
	width: 100%
}

.addresse {
	display: table-cell;
	float: left;
}

.open {
	display: table-cell;
	float: right;
}

/* ------------------------------- */
/* -- FOOTER					-- */
/* ------------------------------- */

div#footer {
	clear:both;
	font-size:11px;
	padding:10px 15px 25px 15px;
	height:5px;
	margin:-40px auto 0 auto;
	position:relative;
	bottom:0px;
	width:898px;
}

* html div#footer {
	margin-top:-49px;
}

div#footer div#footer_right {
	float:right;
	display:none;
}

