/* ------------------------------------ */
/*                                      */
/*            Generalite               */
/*                                      */
/* ------------------------------------ */

body {
	background: #b6b6b2;
	font: normal 80%/1em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: black;
	margin: 0;
	padding: 0 0 2em 0;
	text-align: center;
}


h1 {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}

h2 {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #43699c;
	font-weight: bold;
	font-size: 1.3em;
}

h2 span {
	color: #D01F3C;
}

h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.25em;
	color: #43699C;
}

h4 {
	clear: left;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.1em;
	color: #999900;
}

#contenu h2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-size: 1.35em;
	border-bottom: 1px solid #E8E5D4;
}
#contenu h3 {
	margin: 20px 0 10px 0;
	letter-spacing: 2px;
}
#contenu h3:first-letter {
	color: #F8BE2A;
}

p {
	margin: 0 0 5px 0;
}


a {
	color: #ad4d0e;
	text-decoration: none;
	font-weight : bold;
}
a:visited {
	color: #9BB50C;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	background : transparent;
}
a img {
	border: 0 none;
}


code {
	font-size: 1.1em;
	color: #369;
}

ul, li {
	margin: 0;
	padding: 0;
}

#formulaire label {
	width:8em;
	float:left;
	text-align:right;
	background:url(design/label.gif) no-repeat center right;
	padding-right:18px;
	color:#9BB50C;
	font-weight:bold;
}

#formulaire textarea {
	width:70%;
	height:15em;
	font-family:sans-serif;
	font-size:small;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

#formulaire textarea.fullsize {
	width:98%;
	height:10em;
	font-family:sans-serif;
	font-size:small;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

input.textfield {
	width:70%;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

input.textfield:focus, textarea:focus {
	background:#F5FFDC;
}



.gauche {
	float: left;
	margin-right: 8px;
}
.droite {
	float: right;
	margin-left: 8px;
}
.textegauche {
	text-align : left;
}
.textedroite {
	text-align : right;
}


/* ------------------------------------ */
/*                                      */
/*            Header                    */
/*                                      */
/* ------------------------------------ */

#header {

	position: relative;
	width: 794px;
	height: 156px;
	background: url(design/header.png) left top no-repeat;
	margin: 0 auto;
	text-align: left;
	margin-top:8px;
}



/* ------------------------------------ */
/*                                      */
/*            Menu                      */
/*                                      */
/* ------------------------------------ */

#menu {

	position: relative;
	width: 807px;
	height: 66px;
	background: url(design/fondmenu.png) left top no-repeat;
	margin: 0 auto;
	text-align: left;
}

#menu ul {
	position: absolute;
	top: 6px;
	left: 338px;
	width: 439px;
	height: 53px;
	padding: 0;
	margin:0;
	background: yellow;
	list-style: none;
	background: transparent url(design/menu.png) top left no-repeat;
}
#menu li {
	float: left;
	padding: 0;
	margin:0;
	text-indent: 50px;
}

#menu li a {
	display: block;
	height: 53px;
	width: 145px;
	text-decoration: none;
	font-size: 1px;
	line-height: 53px;
	color: #C6C1A3;
}

#menu li a span {
	position: absolute;
	left: -5000px;
}
#menu li a:hover {
	background: transparent url(design/menu.png) top left no-repeat;
}
#menu a#creation:hover {
	background-position: 0px -53px;
	color: #6882c3;
}
#menu a#solutions:hover {
	background-position: -145px -53px;
	color: #8fab10;
}
#menu a#expertises:hover {
	background-position: -290px -53px;
	color: #ffc326;
}


/* ------------------------------------ */
/*                                      */
/*            Global                    */
/*                                      */
/* ------------------------------------ */

#global {
	width: 794px;
	background: url(design/bande_fond.png) left top repeat-y;
	margin: 0 auto;
	text-align: left;
	
}

#global #sidebar {
	float: left;
	width: 250px;
	/*background: url(design/feuillejaune2.jpg) left top no-repeat;*/
	padding-top: 15px;
	line-height: 1.3;
	padding-left:20px;
	padding-right:20px;
	
}
#global #sidebar h2 {
	padding-left:1em;
}
#global #sidebar p {
	padding-right: 75px;
}
#global #sidebar ul {
	width: 180px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	list-style-image: url(design/puce.png);
	/*background: url(design/hr2.png) left bottom no-repeat;*/
}
#global #sidebar li {
	margin: 0 0 0 25px;
	padding: 3px 0 4px 0;
	line-height: 1em;
	width: 160px;
	color: #9BB50C;
}
#alsacreations #sidebar li {
	background: url(design/hr.gif) left bottom no-repeat;
}

#global #sidebar li.last {
	background: none;
		
}




#global #sidebar h2 {
	width: 170px;
}




#global #general {
	float: left;
	width: 504px;
}



#clearombre {
	width: 807px;
	height: 0px;

	margin: 0 auto;
	font-size: 1px;
	clear: both;
}

div#contenu {

margin-top:20px;
	
	padding: 0px 0px 0px 0px;
	margin-left:5px;
	margin-right:25px;
	line-height: 1.5em;
	/*background: url(design/fondpresentation.jpg) right top no-repeat;*/
}
div#contenu p {
	margin-bottom: 1.1em;
	text-align: justify;
}

#contenu dl {
	margin-bottom: 2em;
	padding-bottom: 20px;
	background: url(design/hr3.png) left bottom no-repeat;
}
#contenu dt {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #999900;
}
#contenu dd {
	margin-bottom: 0.5em;
}

#contenu ul {
	padding: 0;
	margin: 0 0 10px 0px;
	list-style-type: none;
}
#contenu li {
	margin: 0 0 0 0;
	line-height: 1.2em;
	margin-bottom: 4px;
	margin-top: 4px;
	background: url(design/puce.png) left top no-repeat;
	padding-left: 20px;
}

/* ------------------------------------ */
/*                                      */
/*            Footer                    */
/*                                      */
/* ------------------------------------ */

#footer {
	width: 794px;
	height: 27px;
	background: url(design/footer.png) left bottom no-repeat;
	color: black;
	font-size: 0.95em;
	font-weight:bold;
	text-align: left;
	margin: 0 auto;
	padding-top: 0px;
}
#footer p {
	margin: 0 35px 0 40px;
}
#footer a {
	color: black;
}


/* ------FIN ----------- */

/*  AFFICHAGE-PAGINATION ----------------- */

.pagination {
text-align:center;
padding: 2px;
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a.currentpage, .pagination a.currentpage:visited{
padding: 0 5px;
border: 1px solid navy;
text-decoration: none; 
color: #fff;
background-color: #2e6ab1;
}
.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;

}
.pagination a.currentpage:hover, .pagination a.currentpage:active{
border: 1px solid navy;
color: #fff;
background-color: #2e6ab1;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}     
/* ------FIN ----------- */

/*  AFFICHAGE   Fil d'ariance ----------------- */

#entete {

width:670px;

margin-bottom:5px;
height:22px;
z-index:6;
}
.B_crumbBox {
color:navy;
padding-left:5px;
border-left:1px dashed #43699C;
border-bottom:1px dashed #43699C;
width:595px;
float:left;
}


/* ZONE DETAILS */

.box {

  margin: 10px 0px 10px 10px;

  padding: 0;

  background: url(design/box-middle.gif) 0 0 repeat-y;

  width: 460px;

  position: relative;

}



.box .box-content {

  padding: 10px 2px 15px 2px;

  /*background: url(../images/background-box-bottom.gif) left bottom no-repeat;*/

}



.box .box-bottom {

  padding: 0;

  background: url(design/box-bottom.gif) left bottom no-repeat;

}



.box .box-header{

  background: url(design/box-header.gif) 0 0 no-repeat;

  line-height: 28px;

  height: 28px;

  padding: 0;

  margin: 0;

}





/* tables */



table.table-type01 {

	width:100%;

	border-top:1px solid #b5b5b5;

	border-bottom:1px solid #b5b5b5;

	margin:1em 0; padding:1em 0;

	background:transparent url("design/inputbg.gif") repeat-x left top;

	border-collapse:collapse; 

	empty-cells:show;

	table-layout:auto;

}

table.table-type01 th {

	padding:5px 10px;

	color:#454545;

	background:transparent url("design/divider_darkgray.gif") repeat-y right top;

	border-bottom:1px solid #dedede;

}



table.table-type01 th.bg {

	padding:5px 10px;

	color:#454545;

	background:transparent url("design/inputbg.gif") repeat-x 0% 0%;

	border-bottom:1px solid #dedede;

}





table.table-type01 th.nobg, table.table-type01 td.nobg{background:none;}



table.table-type01 tr{ padding:10px;}

table.table-type01 td {

	vertical-align:middle; color:#454545;

	padding:5px 0 5px 10px; border-spacing:10px 0;

	background:transparent url("design/divider_mediumgray.gif") repeat-y right top;

	border-bottom:1px solid #dedede;

}



table.table-type01 p { margin:0; padding:0;}



table.table-type02 {

	width:100%;

	margin:1em 0; padding:1em 0;

	border-collapse:collapse; 

	empty-cells:show;

	table-layout:auto;

}



table.table-type02 th {

	color:#454545;

	padding:5px 10px 5px 0px; border-spacing:10px 0;

	border-bottom:1px dashed #dedede;

}



table.table-type02 th.nobg, table.table-type02 td.nobg{background:none;}



table.table-type02 td {

	vertical-align:middle; color:#454545;

	padding:5px 10px 5px 0px; border-spacing:10px 0;

	border-bottom:1px dashed #dedede;

}

table.table-type02 td.center-text, table.table-type02 th.center-text{

	text-align:center;

}

table.table-type02 p { margin:0; padding:0;}



.mainTable {

	border:0;

	margin:0;

	padding:0;

}

.mainTable td {

	vertical-align:top;	

	padding-bottom:15px;

}

.mainTable .radioLeftcol {

	width:30px	

}

table.table-type01 td.faq{

vertical-align:text-top;

}

table.table-type01 td.faq li{

	list-style:square inside;

}




.medium {
color: #ad4d0e;
	text-decoration: none;
	font-weight : bold;
}



.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	line-height: 28px;
	background-color:#317082;
	width:460px;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:0px;
	 background: url(design/box-header2.gif) 0 0 no-repeat;
	background-repeat:no-repeat;
	background-position:top right;	
	height:28px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */

	width:460px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding: 10px 2px 15px 2px;

	position:relative;
}

/*infobulle*/
a.infobulle {
  /* on définit le lien présent dans la balise info */
   position: relative;

   text-decoration: none;
}
a.infobulle span {
    /* on cache l'infobulle */
   display: none;
}
a.infobulle:hover {
  /* aucun arrière plan */
   background: none;
   /* On définit une valeur pour que l'info bulle s'affiche au dessus du texte */
   z-index: 10;
}
a.infobulle:hover span {
    /* on affiche l'infobulle en ligne */
   display: inline;
    /* on définit la position du block */
   position: absolute;
    /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
   white-space: nowrap;
    /* on positionne notre infobulle */
   top: 30px;
   left: 20px;
    /* couleur de l'arrière plan */
   background-color: white;
    /* couleur du texte */
   color: #43699C;
    /* marge interne */
   padding: 3px;
    /* bord de l'info bulle */
   border: 2px solid #6f0000;

}


form .submit {font-size:18px;color:#888;}

.valInputBox {position:relative;width:290px;margin-bottom:5px;}

.validator_img {position:absolute;top:10px;left:250px;}



/* special form fields */

input.feed {width:500px;}



/* old forms, some may be deprecated */

form {display:inline;padding:0px;margin-top:10px;}

input {color:#444;margin:5px 5px 0 0;}

select {margin:5px 5px 0 0;color:#444;}

fieldset {border:1px solid #ddd;padding:0px 20px 20px 20px;}

fieldset legend {color:#4E90B9;font-size:24px;}

.formstyle {width:600px;}

.formstyle input {width:300px;}

.formstyle select {width:305px;}

.formstyle .short input {width:60px;}

.formstyle .short select {width:150px;}

.formstyle textarea {width:300px;height:100px;position:relative;left:-5px;}

.formstyle .submit input {position:relative;left:280px;margin-top:10px;width:60px;}

input.wide {width:400px;}

label {display:block;}

.form li {padding:8px 0;list-style:none;position:relative;border-bottom:1px dotted #888;}

*html .form li {border-bottom:0px;background: url('../images/grey_dots.gif') bottom repeat-x;}

.form li .fright img {position:absolute;top:8px;left:-22px;}

.form .error .f5 {color:#DC4141;}
	
.clear {clear:both;}


.f5 {font-size:11px;color:#606060;}

.f5 a{font-size:11px;color:#39B44A;}

.f5 a:hover{font-size:11px;background-color:#39B44A;color:#fff;}


