/* CSS Document */
/*  ----------------------------------------------------------------
/*  Project:	Saas
/*  Author: 	M. Boldo
/*  Author URL:	http://www.saas.com
/*  Date:	Januari 2008
/*  ---------------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	top : 0;
	height: 100%;
}
body {
	color:#000000;
	background-image: url(../images/top_bcg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 850px;
	text-align: left;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
	background-image: url(../images/border.gif);
	background-repeat: repeat-y;
}
#top_title {
	position: relative;
	width: 850px;
	height: 82px;
	margin:0px;
	padding: 0px;
	background-image: url(../images/top_cache.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#top_title h1 {
	position: relative;
	width: 300px;
	height: 40px;
	left : 10px;
	top: 18px;
	margin: 0px;
	padding-left: 50px;
	padding-top: 14px;
	font-size: 18pt;
	font-weight: bold;
	color: #1E5D90;
	background-image: url(../images/logo_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#top_title h1 a {	
	font-size: 18pt;
	font-weight: bold;
	color: #1E5D90;
	text-decoration: none;
}
#menu_langue {
	display: block;
	float: left;
	position: absolute;
	left : 680px;
	top: 7px;
	width: 200px;
	height: 30px;
	margin: 0px;
	font-size: 8pt;
	font-weight: normal;
	color:#FFFFFF;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#menu_langue img {
	position: relative;
	top: -2px;
	border: 0px;
	float: left;
	margin-right: 5px;
}
#menu_langue a, #menu_langue a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
	
}
#menu_langue a:hover, #menu_langue a:focus {
	color: #f9961f;	
}
#menu_langue a.language_selected {
	font-weight: bold;
	color: #f9961f;	
}
/*  ----------------------------  THE 3 DIV Content ---------------------------- */

#left_content {
	position: relative;
	float:left;
	width: 160px;
	height: auto;
	padding-left: 8px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 25px;
	margin: 0px;
	background-image: url(../images/dotted.gif);
	background-repeat: no-repeat;
	background-position: 15px bottom;	
}

#content {
	position: relative;
	width: 500px;
	float: left;
	min-height: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#right_content {
	position: relative;
	float: right;
	width: 163px;
	height: auto;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
}
.push {
clear: both;
}
/*  ----------------------------  ENTETE  ---------------------------- */
#entete {
	position: relative;
	width: 846px;
	margin-left : 4px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 26px;	
}

#entete img{	
	padding: 0px;
	border: 0px;	
}
/*  ----------------------------  LEFT content  ---------------------------- */
#left_content h2 {	
	height: 17px;
	width: auto;
	font-size: 12pt;
	background-image: url(../images/barre.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-left: 18px;
	font-size: 12px;
	color: #FFFFFF;
	border: 0px;
}

#left_content h3 {
	font-size: 8pt;
	color: #F9961F;
	font-weight: bold;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
#left_content p {
	height: auto;
	width: 145px;
	font-size: 8pt;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 11pt;
	color: #444444;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 3px;	
}


#left_content li {
	background-image: url(../images/puce_verte.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;		
	margin: 0px;
	line-height: 20px;
	font-size: 8pt;
}
#left_content li a, #left_content li a:visited {
	color: #F9961F;
	text-decoration: underline;	
	font-size: 8pt;
}

#left_content li a:hover, #left_content li a:focus {
	color: #FF6600;	
	text-decoration: none;
	font-size: 8pt;
}
#left_content a, #left_content a:visited {
	color: #F9961F;
	text-decoration: none;
}

#left_content a:hover, #left_content a:focus {
	color: #FF6600;	
	text-decoration: underline;
}
#left_content #ajax-newsletter {	width: 143px;
	padding-top: 10px;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

#left_content .separator a, #left_content .separator a:visited {
	color: #0099cc;
	text-decoration: none;
}
#left_content .separator a:hover, #left_content .separator a:focus {
	color: #F9961F;
	text-decoration: underline;
}
/*  ----------------------------  LEFT content :: Newsletter  ---------------------------- */
#newsletter_form {
	position: relative;
	width: 143px;
	left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ajaxNewsletter, .newsletterContainer {
	/* newsletter container */
	margin: 0px;
	padding: 0px;
}

#newsletterFormDiv {
	/* newsletter form elements*/
	margin: 0px;
	padding: 0px;
}

#newsletterLoading {
	/* the loading message while the subscription is being handled */
	display:none;
	color: #333333;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

.success {
	/* the success message container */
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 10px;
}

.error {
	/* the error message container */
	color: #333333;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

.newsletterTextInput {
	width: 89px;
	height: 17px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-image: url(../images/newsletter.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	margin: 0px;
	padding-left: 23px;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #0280BB;	
}
#newsletter_form .submit {
	width: 25px;
	height: 21px;
	position: relative;
	float: right;
	top: -22px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;	
	font-style: normal;
	border-width: 0px;
	border-style: none;
	background-color: #0280BB;
}

/*  ----------------------------  CONTENT  ---------------------------- */

#content h2{
	font-size: 16pt;
	color: #0B96D0;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content  h2 a, #content h2 a:visited {
	text-decoration: none;
	font-size: 16pt;
	color: #0B96D0;
}
#content h2 a:hover, #content h2 a:focus {
	text-decoration: underline;
	font-size: 16pt;
	color: #0B96D0;
}
#content h3{
	font-size: 13pt;
	color: #1E5D90;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#content  h3 a, #content h3 a:visited {
	text-decoration: none;
	font-size: 13pt;
	color: #1E5D90;
}
#content h3 a:hover, #content h3 a:focus {
	text-decoration: underline;
	font-size: 13pt;
	color: #0B96D0;
}
#content h4{
	font-size: 10pt;
	color: #000033;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#content p{
	font-size: 10pt;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 12pt;
	color: #505050;
	text-align: justify;
	margin-top: 13px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
}
#content small{
	font-size: 8pt;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 10pt;
	color: #666666;
	text-align: justify;
	margin-left: 10px;
}
#content #localisation {
	color: #333333;
	font-size: 10px;
	margin-top: 13px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(../images/puce_bleue.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
}
#content  #localisation  a, #content  #localisation a:visited {
	color: #0099cc;	
	text-decoration: underline;	
}
#content  #localisation a:hover, #content  #localisation a:focus {
	color: #8E8E8E;	
	text-decoration: none;
}
#content ul {
	color: #444444;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	line-height: 18px;	
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	left: 20px;
	padding: 0px;
}

#content li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/puce_orange.gif);
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	font-size: 9pt;
}

#content li span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #444444;
}

#content  a, #content  a:visited {
	color: #0896d6;
	text-decoration: underline;	
}

#content  a:hover, #content  a:focus {
	color: #FF6600;	
	text-decoration: none;
}

#content .image_right {
	float: right;
	padding: 10px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#content p.chapeau {	
	margin-top: 13px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 5px;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 12pt;
	color: #DB7C14;
	text-align: justify;	
}
#content #comments {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
} 
#content a img {
	border: none;
}

#content .encadre {
	border: 1px solid #f9961f;
	background-color: #f6d07f;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 45px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 9pt;
}

#content p.postmetadata {
	background-color: #e7e7e7;
	margin: 0px;
	padding: 6px;
	text-align: justify;
	font-size: 8pt;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 10pt;
	color: #666666;
	text-align: justify;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.center {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


hr {
	background-image: url(../images/dotted.gif);
	background-repeat: repeat-x;
	background-position: 15px bottom;
	height: 2px;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

/*  ----------------------------  NAVIGATION  ---------------------------- */

.navigation {		
	display: block;
	clear: both;
	height: 21px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;	
	color: #333333;
	font-size: 10px;
}
.navigation .previous a, .navigation .previous a:visited {
	color: #0896d6;
	text-decoration: none;	
	float: left;
	height: 15px;
	padding-left: 20px;
	background: url(../images/post-nav-previous.gif) no-repeat left center;
}
.navigation .previous a:hover {
	color: #FF6600;	
	text-decoration: underline;
}

.navigation .next a, .navigation .next a:visited {
	color: #0896d6;
	text-decoration: none;
	float: right;
	height: 15px;
	padding-right: 20px;
	text-align: right;
	background: url(../images/post-nav-next.gif) no-repeat right center;	
}
.navigation .next a:hover {
	color: #FF6600;	
	text-decoration: underline;
}

/*  ----------------------------  TABLE  ---------------------------- */

table {
	font-family:"trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 450px;
	border-top: 1px solid #ABCEEF;
	border-left: 1px solid #ABCEEF;
}

caption {
	padding-bottom: 5px;
	text-align: left;
	margin-left: 5px;
	font-weight: bold;	
	font-size: 13px;
}

td {
	border-right: 1px solid #ABCEEF;
	border-bottom: 1px solid #ABCEEF;
	padding: 5px;
	font-size: 11px;
	
}

th {
	
	color: #797268;
	text-align: left;
	font-size: 11px;
	font-weight: bold;	
	height: 25px;
	padding: 5px;
	border-right: 1px solid #ABCEEF;
	border-bottom: 1px solid #ABCEEF;
	border-top: 0;
}
.col_titre {
	background-image: url(img/table_header.gif);
	background-repeat: repeat-x;
	background-color: #ABCEEF;
	height: 25px;
	
}

.col_titre_dim {
	width: 250px;
	background-image: url(img/table_header.gif);
	background-repeat: repeat-x;
	background-color: #ABCEEF;
	height: 25px;
	
}

tr.ligne2  {
	background-color:#f5f5f5;
}
.faq p{
	margin-bottom: 25px;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: right;
	margin-top: -5px;
}



/*  ----------------------------  RIGHT content  ---------------------------- */

#right_content h2 {	
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/barre.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #ffffff;
}
#right_content p {
	height: auto;
	width: 150px;
	margin-top: 15px;
	margin-bottom: 0px;	
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 8pt;
	text-align: justify;
	font-weight: normal;
	line-height: 12pt;	
}
#right_content p img {
	margin-left: -5px;
	padding-top: 0px;
}
#right_content p span {
	color: #F9961F;
	font-weight: bold;	
}
#right_content a, #right_content a:visited {
	color: #F9961F;
	text-decoration: underline;	
}

#right_content a:hover, #right_content a:focus {
	color: #FF6600;	
	text-decoration: none;
}

#right_content h2 a, #right_content h2 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	float: right;
	margin-top: -13px;
	margin-right: 16px;	
}

#right_content h2 a:hover, #right_content h2 a:focus {
	color: #FF6600;	
	text-decoration: none;
}
/*  ----------------------------  RIGHT content :: Enlarge div ---------------------------- */
#enlarge_div {
	width: 150px;
	margin-left: 1px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(../images/enlarge_div.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

#enlarge_div ul {
	padding: 0px;
	margin-left: 3px;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style:none;
}


#enlarge_div li {	
	margin-bottom: 5px;
	margin-top: 0px;	
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 15px;
}

#enlarge_div li a, #enlarge_div li a:visited {
	margin: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/puce_verte.gif);
	background-repeat: no-repeat;
	background-position: left -1px;	
}

#enlarge_div li a:hover, #enlarge_div li2 a:focus {
	color: #FF6600;	
	text-decoration: underline;
}

/*  ----------------------------  Right content :: Search  ---------------------------- */
#searchform {
	position: relative;
	width: 150px;
	height: 30px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
}

#searchform .txtbox {
	width: 96px;
	height: 17px;
	margin: 0px;
	padding-left: 23px;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 0px;	
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: 3px center;	
	border-width: 1px;
	border-style: solid;
	border-color: #0280BB;	
}
#searchform .button {
	width: 25px;
	height: 21px;
	position: relative;
	float: right;
	top: -22px;
	margin: 0px;
	padding: 0px;	
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;	
	font-style: normal;
	border-width: 0px;
	border-style: none;
	background-color: #0280BB;
}
/*  ----------------------------  Right content :: OUR Clients  ---------------------------- */
#our_clients {
	width: 150px;
	height: 110px;
	margin-left: 1px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../images/enlarge_div.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
/*  ----------------------------  FOOTER  ---------------------------- */
.footer, .push {
	height: 3em;
}

.footer {
	width: 100%;
	background-image: url(../images/bottom.gif);
	background-repeat: repeat-x;
	background-position: 8px top;
	padding-top: 20px;
	margin: 0px;
}

.footer ul {
	width: 780px;
	list-style: none;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.footer li {
	list-style: none;
	display: inline;
	text-align: left;
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 125%;
	color: #999592;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footer a, .footer a:visited {	
	color: #999592;
	text-decoration: underline;	
}

.footer a:hover, .footer a:focus {
	color:#CCCCCC;
	text-decoration: none;	
}

.copyright {
	position: relative;
	width: 850px;	
	height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 7pt;
	text-align: center;
	color: #999592;	
}
