﻿@import url("rte.css");
/* Reset all margins and paddings for browsers */
*{ 
	padding: 0;
	margin: 0;
}
html{
	background: #fff url(../images/html.png) repeat-x;
}
body, html {
	height: 100%;
  	color: #29333b;
	font: normal 93% "Trebuchet MS", Verdana, Arial, sans-serif;
}
h2 {
	font-size: 140%;
	color: #2053a3;
	margin:10px 0;
}
h3 {
	font-size: 130%;
	color: #a33120;
	margin:10px 0;
}

p, ol, ul {
	line-height: 160%;
}
p {
	margin: 10px 5px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #2095a3;
}
a:hover {
	text-decoration: underline;
	color: #746f27;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
}

/**************************************************************************/
/*                         Structure                                      */
/**************************************************************************/
/*                          Page                                          */
/**************************************************************************/
#page {
	min-height: 100%;
	width: 780px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(../images/global.png) center repeat-y;
}
/**************************************************************************/
/*                            Wrap                                        */
/**************************************************************************/
#wrap {
	/* éviter la superposition 
	du pied de page et du contenu */
	padding-bottom: 60px; 
	overflow: hidden;
}
/**************************************************************************/
/*                         Tete                                           */
/**************************************************************************/
#tete {
background: #d1d1d2;
	color: #fff;
	height: 140px;
	position: relative;
}
#tete img {
	position: absolute;
	left: 25px;
}

#slide {
	position: absolute;
	right:0;
	width: 590px;
	z-index: 1;
}
/*************************************************************************/
/*                             Sidebar                                   */
/*************************************************************************/
#sidebar {
	float: left;
	width: 189px;
	background: transparent;
}
#elementlang {
	margin: 10px 5px;
	width: 189px;
	height: 30px;
	display: block;
}
#left {
	margin: 20px 2px;
}
#left h4 {
	font-size: 110%;
	margin: 10px;
}
#logoleft {
	position: relative;
	bottom: 0;
	left: 0;
}

/*************************************************************************/
/*                             contenu                                   */
/*************************************************************************/
#contenu {
/* On laisse de la place à gauche pour l'autre colonne */
	float: right;
	width: 570px;
	margin-right: 10px;
	margin-top: 0;
	padding: 0 0 20px;
	background: transparent;
}
/*************************************************************************/
/*                             links                                     */
/*************************************************************************/
#links { 
	background: #f9f9f5 url(../images/link.gif) repeat-x;
	font-size: 80%;
	margin: 0;
	padding: 4px 0 0;
	height: 23px;
	text-align: right;
}
#links a { 
  	padding: 4px 10px 1px 0;
	text-align: right;
}

/*************************************************************************/
/*                             Breadcrumb                               */
/*************************************************************************/
#breadcrumb { 
	margin: 20px 0 0;
  	padding: 6px 10px 6px 0;
	font-size: 80%;
	text-align: right;
}

/*************************************************************************/
/*                             pied                                      */
/*************************************************************************/
#pied {
	position: absolute;
	width: 780px;
	bottom: 0;
	text-align: center;
	background: #d0d6df;
	color: #006400;
	font-size: .7em;
}
#pied ul {
	margin: 8px 0 0;
}
#pied li {
	display: inline;
	margin: 0 .1em;
	color: #006400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
/* hide from incapable browsers */
head:first-child+body 
#pied li { white-space: nowrap; }
#pied a {
	margin: 3px 0 0;
	color: #006400;
	font-weight: bold;
}
#pied a:hover {
	text-decoration: underline;
}
#pied p {
	line-height: normal;
	margin: 0;
}
#blanc { background: #fff; margin: 5px; padding: 5px; font-size: 90%; }

#blanc li { margin: 10px 0 10px 5px; }

#blanc ul { margin: 10px 5px 5px 15px; }
/*************************************************************************/
/*                             menu                                      */
/*************************************************************************/

span.hidden {
    position:absolute;
    left:-1000px;
    top:-1000px;
    width:0;
    height:0;
    overflow:hidden;
    display:inline;
}
#menu1 {
	float: left; 
	width: 94%; 
	position: relative; 
	background: url(../images/menu1.gif) top repeat-x;
	border-top: 1px solid #f9f9f5;
	border-bottom: 1px solid #c6cad1;
	text-align: center; 
	margin: 0 auto; 
	padding: 0 3%;
}
#menu1 ul {
	display: block; 
	max-width: 900px; 
	text-align: left;	
	margin: 0 auto; 
	list-style: none;
}
#menu1 li {
	float: left;  
	display: inline;
	padding-bottom: 4px;
}
#menu1 a{
	float: left;
	margin: 3px 4px 0 0;
	padding: 4px 12px 4px 12px;
	color: #31363e;
	font-size: 85%;
	text-decoration: none;
}
#menu1 a:hover {
	 position: relative; 
	 background: url(../images/menu1_tl.gif) top left no-repeat #ccc; 
	 color: #202429;
	 }
#menu1 #active a {
	position: relative; 
	background: url(../images/menu1_tl.gif) top left no-repeat #a2a4a5; 
	color: #fff;
}
.menu1_tr {
	position: absolute; 
	top: 0; 
	right: 0; 
	display: block; 
	width: 4px; 
	height: 4px; 
	background: url(../images/menu1_tr.gif) top right;
}
.menu1_bl {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	display: block; 
	width: 4px; 
	height: 4px; 
	background: url(../images/menu1_bl.gif) bottom left;
}
.menu1_br {
	position: absolute; 
	bottom: 0; 
	right: 0; 
	display: block; 
	width: 4px; 
	height: 4px; 
	background: url(../images/menu1_br.gif) bottom right;
}
#menu1 a span {
	display: none;
}
#menu1 a:hover span, #menu1 #active a span {
	display: block;
}
#menu2 {
    background-color: #d5d5d5;
    width: 165px;
	margin-left: 10px;
	margin-top: 0;
    border: 1px solid #bec6d4;
    border-bottom: 0px;
}
#menu2 * {
    margin: 0px;
    padding: 0px;
    color: black;
}
#menu2 .cur {
    color: #59755a;
}

#menu2 .act {
    color: #597475;
}
#menu2 ul {
    list-style-type: none;
}
#menu2 ul li {
    border-bottom: 1px solid #bec6d4;
}

#menu2 ul li a,
#menu2 ul li div {
    padding: 3px 3px 3px 10px;
    text-decoration: none;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    display: block;
}
#menu2 ul li a:hover {
    background-color: #fff;
}
#menu2 ul ul {
    background-color: #e5e5e5;
}
#menu2 ul ul li {
    border-bottom: none;
}
#menu2 ul ul li a,
#menu2 ul ul li div {
    font-size: 10px;
    padding-left: 25px;
}
#menu2 ul ul li a:hover{
    background-color: #ddddff;
}
ul#menu3 {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu3 li a {
	display: block;
	height: 30px;
	background: url(../images/menu.gif) no-repeat left top;
	padding-left: 35px;
	margin: 2px 0 1px;
	border-bottom: 1px solid #d2c59e;
	color: #87753e;
	font: .9em/26px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
ul#menu3 li a:hover {
	background-position: left bottom;
	color: #c30;
}
/*************************************************************************/
/*                             h**                                       */
/*************************************************************************/
#links a, #pied a {
	text-decoration: none;
}
#links a:hover, #pied a:hover {
	text-decoration: underline;
}
#sidebar h3, #sidebar p {
	padding: 0 10px;
	}
/*************************************************************************/
/*                             Classes                                   */
/*************************************************************************/	
.widthdef {
width: 150px;
}

.petit {
	font-size: 95%;
}
/*************************************************************************/
/*                            Listen im Content                          */
/*************************************************************************/
#contenu ul {
	margin: 10px 0 10px 25px;
}
#contenu li {
	margin-left: 15px;
}
#contenu ol {
	margin: 10px 0 10px 25px;
}
/************************************************************************/
/*                            hautdepage										*/
/************************************************************************/
.top {
	list-style: none;
}
hr {
	clear: both;
	visibility: hidden;
}
.droitetop {
	float: right;
	margin: 15px 15px 5px 5px;
}

/**************************************************/
				/*news*/
/****************************************************/
.news-list-container {
	background: transparent;
}
.news-list-item {
	margin-bottom: 1.2em;
	border-bottom: thin solid #2095a3;
}
.news-list-item h3 {
	padding-top: 0;
	padding-bottom: 10px;
}
.news-list-item h3 a { 
	text-decoration:none;
	color: #2095a3;
}
.news-list-item h3 a:hover { 
	background:transparent;
	text-decoration: underline;
 }
.news-list-item a img { 
	margin-left: 100px;
	margin-top: 10px;
}

/**************************************************/
			/*faq*/
/****************************************************/
.faq {
	margin-left: 20px;
}
/**************************************************/
			/*pdf*/
/****************************************************/
#pdf {
	margin: 15px 0 0 25px;
}
/**************************************************/
			/*companydb*/
/****************************************************/
.tx-clcompanydatabase-pi1-listrow table {
	border: none;
	width: 100%;
}
.tx-clcompanydatabase-pi1-listrow table thead tr {
	font-size: 110%;
	
}
.tx-clcompanydatabase-pi1-listrow table thead th {
	text-align: left;
	color: #58796d;
	padding: .3em .2em;
}
.tx-clcompanydatabase-pi1-listrow table tbody tr {
	line-height: 180%;
}
.tx-clcompanydatabase-pi1-listrow table tbody th {
	text-align: left;
	color: #68524a;
}

/************************************************************************/
/*                  sb_download				*/
/************************************************************************/

.sb_download_text {
	text-align: left;
	width: 500px;
}
.sb_download_flex {
	width: 500px;
	height: auto;
  	padding: 5px;
  	margin: 0px 3px 0 0;
  	float: left;
}
.sb_download_flex h3 {
	font-size: 130%;
	margin-bottom: 10px;
	padding-bottom: 15px;
	margin-top: 0;
}
.sb_download_flex div.links {
	float: left;
	margin-top: 5px;
}
.sb_download_flex a {
  padding: 0;
  margin: 0 0 0 15px;
  font-size: 110%;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.sb_download_flex a:hover {
  text-decoration: underline;
}

/*********************template souscolonnes templavoila*******************/
.souscol,.souscol_oldgecko {
	width:100%;
	overflow:hidden
}
.c50r,.c25r,.c33r,.c38r,.c66r,.c75r,.c62r {
	float:right;
	margin-left:-5px;
}
.c25l,.c25r {
	width:25%
}
.c33l,.c33r {
	width:33.333%
}
.c50l,.c50r {
	width:50%
}
.c66l,.c66r {
	width:66.666%
}
.c75l,.c75r {
	width:75%
}
.c38l,.c38r {
	width:38.2%
}
.c62l,.c62r {
	width:61.8%
}
.subc {
	padding:0 0.5em
}
.subcl {
	padding:0 1em 0 0
}
.subcr {
	padding:0 0 0 .2em
}
.sou6col_oldgecko,.c50l,.c25l,.c33l,.c38l,.c66l,.c75l,.c62l {
	float:left
}
