/*
   Documentation Style Sheet cree pour SPSI par AXIZ eBusiness.
   Copyright 2006 AXIZ eBusiness All Rights Reserved.
 */

body{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	background-attachment: fixed;
	background-image: url(../images/fbody.gif);
	text-align: center;  /*centrage du site par IE on le corrige dans contenaire en mettat l'alignement à gauche*/
	font-size: 62.5%; /*remet la taille du texte à 10px*/
	margin: 0px;
	padding: 0px;
}
/*remet à zero tous les marges et remplissage pour contourner */
/* l'attribution par defaut des navigateurs. Les attribut de chaque element sera*/
/*defini selon les besoins*/
*{
	padding:0;
	margin: 0;
}

/******* styles des balises liens*******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	text-align: center;
}

/************** style des balises header styles **************/

h1{
	color: #334d55;
	font-family: Arial, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 5px;
}

h2{
	color: #FFAF01;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 3px;
}

h3{
	color: #40729B;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 3px;
	margin-top: 10px;
}

h4{
	color: #40729B;
	font-family: Arial, sans-serif;
	font-size: 1em;
	margin-left: 5px;
	background-position: top;
	font-weight: bold;
	margin-top: 5px;
}

h5{
	color: #334d55;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	margin-left: 5px;
}

.fleshcheck {
	display: list-item;
	list-style-image:url(../images/bcheckmark.gif);
	list-style-position:inside;
	margin-left:3px;
	margin-top: 5px;
}

/*************** Style des balises courantes ***************/
p {
	margin: 0px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-left: 5px;
	margin-bottom: 5px;
}

.emploi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.orange {
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-left: 5px;
	color:#FFAF01;
}

.violet {
	color: #C67BD9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-left: 5px;
	margin-bottom: 5px;
}

.rose {
	color: #FB0000}

.bleu {
	color: #7597B9}

.footer{
	font-size:0.9em;
	text-align: center;
}

.rouge {
	color: #FF0000;
	margin-left: 5px;
}

.img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}

.image {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.masquer {
	display:none
}

ul{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

li {
	list-style-type:disc;
	list-style-position:outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-left: 25px;
	margin-right: 10px;
	margin-top: 3px;
}

/* pour que l'element ne float pas et se met en desssous de l'element 
flottant qui le precède on lui applique la classe clearthefloats*/
.clearthefloats {clear:both;}

/* pour faire englober les elements flottant par le container il faut juste appliquer la class clearfix:after*/
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {}
.clearfix {display: block;} /* next a fix for the dreaded Guillotine bug in IE6 */
/* end blackslash hack */


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/*************** search styles *****************/

#search{
	z-index: 300;
	width: 150px;
	float: right;
	position: absolute;
	left: 594px;
	top: 32px;
	height: 28px;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

/**********************************************/
/* container principal qui englobe l'ensemble des boites */
/**********************************************/
#container {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #9EBEDE;
	padding-bottom: 10px;
}

/**********************************************/
/* les elements de 2 entetes commun à toutes les pages  */
/**********************************************/
#entete1{
	height:20px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#date {
	width: 150px;
	margin-top: 5px;
	float:left;
}

#tel {
	float:right;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 1.2em;
}

#entete2{
	height: 86px;
	width: 100%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#entete2 span{
	display:none;
}

#logo {
	float: left;
	height: 86px;
	width: 200px;
}

#entete2 #accroche {
	height: 48px;
	width: 600px;
	float: right;
}
#entete2 #navdroite {
	background-image: url(../images/bnavdroite200.gif);
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	width: 200px;
}


.coinhg {
	float: left;
	margin: 0px;
}

.coinhd {
	float: right;
	margin: 0px;
	background-position: top;
}

.coinbg {
	float: left;
	margin: 0px;
}

.coinbd {
	float: right;
	margin: 0px;
}


#banniere {
	float: left;
	margin-left: 110px;
	height: 65px;
	width: 478px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #DFE4E8;
	border-bottom-color: #DFE4E8;
	border-left-color: #DFE4E8;
	background-image: url(../images/fbody.gif);
	background-repeat: repeat;
	text-align: center;
}

/***************************************************/
/* navigation principale */
/*************************************************/
#ddimagetabs{
	height: 38px;
	width: 400px;
	float: left;
	background-image: url(../images/fond_nav.jpg);
	background-repeat: repeat-x;
}

#ddimagetabs a{
	display: block;
	text-decoration: none; /*tab font */
	color: #FFFFFF; /*font color */
	width: 99px; /*width of tab image */
	height: 38px; /*height of tab image */
	float: left;
	display: inline;
	margin-left: 0px; /*spacing between tabs */
	padding-top: 14px; /*vertical offset of tab text from top of tab*/
	background-image:url(../images/bnav.gif); /*URL to tab image le meme pour tous */
	background-repeat: no-repeat;
	text-align: center;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
	background-image:url(../images/bnavover.gif); /*URL to tab image onmouseover */
	color: #FFAF01;
	text-decoration: underline;
}

/* customtab pour mettre differentes images dans la barre de navigation*/
/**************************************************/

#ddimagetabs #customtab1{
width: 70px; /*width of custom tab image */
background-image:url(../images/nav_accueil.gif); /*URL to custom tab image */
background-repeat: no-repeat;
}

#ddimagetabs #customtab1:hover, #ddimagetabs #customtab1.current{
	background-image:url(../images/nav_accueilover.gif); /*URL to tab image onmouseover */
	color: black;
	background-repeat: no-repeat;
}

#ddimagetabs #customtab2{
width: 70px; /*width of custom tab image */
background-image:url(../images/nav_optimiser.gif); /*URL to custom tab image */
background-repeat: no-repeat;
}

#ddimagetabs #customtab2:hover, #ddimagetabs #customtab2.current{
	background-image:url(../images/nav_optimiserover.gif); /*URL to tab image onmouseover */
	color: black;
	background-repeat: no-repeat;
}

#ddimagetabs #customtab3{
width: 70px; /*width of custom tab image */
background-image:url(../images/nav_positionner.gif); /*URL to custom tab image */
background-repeat: no-repeat;
}

#ddimagetabs #customtab3:hover, #ddimagetabs #customtab3.current{
background-image:url(../images/nav_positionnerover.gif); /*URL to tab image onmouseover */
color: black;
background-repeat: no-repeat;
}

#ddimagetabs #customtab4{
width: 70px; /*width of custom tab image */
background-image:url(../images/nav_prospecter.gif); /*URL to custom tab image */
background-repeat: no-repeat;
}

#ddimagetabs #customtab4:hover, #ddimagetabs #customtab4.current{
background-image:url(../images/nav_prospecterover.gif); /*URL to tab image onmouseover */
background-repeat: no-repeat;
color: black;
}

#ddimagetabs #customtab5{
width: 72px; /*width of custom tab image */
background-image:url(../images/nav_vendre.gif); /*URL to custom tab image */
background-repeat: no-repeat;
}

#ddimagetabs #customtab5:hover, #ddimagetabs #customtab5.current{
background-image:url(../images/nav_vendreover.gif); /*URL to tab image onmouseover */
background-repeat: no-repeat;
color: black;
}

#ddimagetabs #customtab6{
	width: 72px; /*width of custom tab image */
	background-image:url(../images/nav_equiper.gif); /*URL to custom tab image */
	background-repeat: no-repeat;
}

#ddimagetabs #customtab6:hover, #ddimagetabs #customtab6.current{
	background-image:url(../images/nav_equiperover.gif); /*URL to tab image onmouseover */
	background-repeat: no-repeat;
	color: black;
}

#ddimagetabs #customtab7{
width: 79px; /*width of custom tab image */
background-image:url(../images/nav_telecharger.gif); /*URL to custom tab image */
background-repeat: no-repeat;
}

#ddimagetabs #customtab7:hover, #ddimagetabs #customtab7.current{
background-image:url(../images/nav_telechargerover.gif); /*URL to tab image onmouseover */
background-repeat: no-repeat;
color: black;
}

#ddimagetabs #customtab8{
width: 66px; /*width of custom tab image */
background-image:url(../images/nav_contacter.gif); /*URL to custom tab image */
background-repeat: no-repeat;
}

#ddimagetabs #customtab8:hover, #ddimagetabs #customtab8.current{
background-image:url(../images/nav_contacterover.gif); /*URL to tab image onmouseover */
background-repeat: no-repeat;
color: black;
}

/***********************************************/
/* les éléments du contenu */
/***********************************************/
#enveloppecontenu{
	background-color: #ffffff;
	height: auto;
	width: 810px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.milieu1 {
	background-image: url(../images/c1milieu.gif);
	background-repeat: repeat-y;
	height: 550px;
}
.milieuspsi {
	background-image: url(../images/c1milieu.gif);
	background-repeat: repeat-y;
	height: 300px;
}

.milieu3 {
	width: 200px;
	background-image: url(../images/c3_4_5milieu.gif);
	height: 260px;
}

.milieu3accueil {
	width: 200px;
	background-image: url(../images/c3_4_5milieu.gif);
	height: 300px;
}


.milieu5 {
	height: 207px;
	width: 200px;
	background-image: url(../images/c3_4_5milieu.gif);
}
.milieu600 {
}

#mentionslegales {
	width: 605px;
	background-image: url(../images/milieu605x5.jpg);
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 8px;
	float: left;
}

#colonne1 {
	float: left;
	width: 180px;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
}

#colonne2 {
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	height: 120px;
	width: 600px;
	margin-bottom: 10px;
	background-color: #4A7CA5;
}
	
#colonne3 {
	float: left;
	width: 198px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFAF01;
	border-right-color: #FFAF01;
	border-bottom-color: #FFAF01;
	border-left-color: #FFAF01;
	margin-top: 10px;
}
	
#colonne4 {
	float: left;
	width: 198px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFAF01;
	border-right-color: #FFAF01;
	border-bottom-color: #FFAF01;
	border-left-color: #FFAF01;
	margin-top: 10px;
}
	
#colonne5 {
	width: 180px;
	float: left;
	margin-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFAF01;
	border-right-color: #FFAF01;
	border-bottom-color: #FFAF01;
	border-left-color: #FFAF01;
	margin-top: 5px;
}

#emploi {
	border: thin dashed #4A7CA5;
	margin-bottom: 10px;
	background-color: #FFDD97;
	float: left;
	width: 180px;
	margin-left: 5px;
	margin-top: 10px;
}

#dresseuse {
	font-family: Arial, Helvetica, sans-serif;
	border: thin dashed #4A7CA5;
	margin-bottom: 10px;
	background-color:#F1ED4E ;
	float: left;
	width: 180px;
	margin-left: 5px;
	margin-top: 10px;
}

#google {
	float: left;
	width: 120px;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 105px;
	background-color: #FFFFFF;
	border: 1px solid #F06800;
	margin-left: 5px;
}

#yahoo {
	float: left;
	width: 120px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	height: 105px;
	border: 1px solid #F06800;
	background-color: #FFFFFF;
}

#msn {
	float: left;
	width: 120px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	height: 105px;
	border: 1px solid #F06800;
}

#bonweb {
	float: left;
	width: 120px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	height: 105px;
	border: 1px solid #F06800;
}

/***********************************/
/* Contenant et contenu de bas de page*/
/**********************************/
#footerinfos {
	margin-right: 5px;
	margin-left: 5px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

#footernav {
	width: 800px;
	margin-right: 5px;
	margin-left: 5px;
	height: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
}
 
#footerliens {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
}	

#xiti-logo img, #xiti-logo-noscript img {
	border:0;
	margin-right: 100px;
}

#w3c {
	float: left;
	margin-left: 0px;
	display: inline;
}

#footerliens #axiz {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
#optimise {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 20px;
	clear: both;
	color: #797979;
}
#container #enveloppecontenu #contenu {
	width: 600px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
#container #enveloppecontenu #colonne6 {
	width: 600px;
	float: left;
	margin-top: 10px;
}

