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

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166;
	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;
	background-image: url(../images/fbody.gif);
	background-repeat: repeat;
}
/*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: #2671C4;
	text-decoration: underline;
}

a:hover{
	text-decoration:none;
	color: #F06800;
}

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

h1{
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 6px;
}

h2{
	color: #F69449;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

h3{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
		}

h4{
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 38px;
	margin-top: 10px;
}

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

/*************** Style des balises courantes ***************/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.masquer {
	display:none
}

.imagegauche {
	float: left;
	margin-right:10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.imagedroite {
	width: auto;
	float: right;
	}

.cadreimages {
	margin-left: 100px;
	width: 623px;
}


.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}

.fleshcheck {
	display: list-item;
	list-style-image:url(../images/fleshorange.gif);
	list-style-position:inside;
}

.fleshnoir{
	margin-left: 25px;
	background-image: url(../images/fleshnoir.gif);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 15px;
	margin-top:16px;
}

 .presentation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #333333;
}

.bleu {
	color:#2671C4;
}

.rouge {
	color:#FF0000;
}

.orange {
	color:#F69449;
}

.texte {
	font-size: 1.1em;
	margin-top: 10px;
	margin-left:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.texteretrait {
	font-size: 1.1em;
	margin-left:35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}


 .texteoptimise {
	width: 699px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

.footernav{
	font-size:0.9em;
	text-align: center;
	margin-top: 10px;
	float: left;
	margin-left: 60px;
}

.footerinfos{
	font-size:0.9em;
	text-align: center;
	margin-top: 10px;
	margin-bottom:5px;
}

.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-indent: 15px;
	margin: 0px;
}

ul {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
margin-left:30px;
}

 li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin-left: 20px;
}

/***************************************/
/*code pour la visualisation d'image"*/
/**************************************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -350px; /*position where enlarged image should offset horizontally */

}

/*fin code visualiser les images*/
/****************************************/


/* 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;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #999999;
}

/* 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;
	margin-top: 5px;
	margin-bottom: 5px;
} /* next a fix for the dreaded Guillotine bug in IE6 */
/* end blackslash hack */


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

#formcontainer {
	float: left;
	width: 255px;
	border: thin dashed #8DB8E9;
	position: absolute;
	left: 259px;
	top: 20px;
}

#formcontainer form {
	margin: 0;
	padding: 0;
}

#formcontainer div.clearfix {
}

#formcontainer form label{
	width: 100px;
	float:left;
	font-size:1em;
	color: #334d55;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	text-align: left;
}
				
input{
font-family: Arial,sans-serif;
}


/**********************************************/
/* container principal qui englobe l'ensemble des boites */
/**********************************************/
#slogan {
	clip: rect(0px,auto,0px,auto);
	width: 780px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container {
	width: 780px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

/**********************************************/
/* les elements de 2 entetes commun à toutes les pages  */
/**********************************************/
#entete1gauche{
	height: 125px;
	width: 312px;
	float: left;
}
#entete1droite{
	height: 125px;
	width: 468px;
	background-image: url(../images/entete1.gif);
	background-repeat: no-repeat;
	float: left;
}

#logo {
	float: left;
	width: 334px;
	height: 66px;
}
	
#entete2{
	height: 20px;
	background-image: url(../images/entete2.gif);
	background-repeat: no-repeat;
	clear: both;
}


#date {
	width: 180px;
	margin-top: 24px;
	float:right;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: 5px;
	margin-right: 20px;
}

#tel {
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	left: 709px;
	top: 39px;
	height: 34px;
	float: right;
	margin-right: 20px;
	clear: right;
	margin-top: 15px;
}

/***************************************************/
/* navigation principale */
/*************************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddimagetabs{
	height: 46px;
}

#ddimagetabs a{
	display: block;
	text-decoration: none; /*tab font */
	color: #40616A; /*font color */
	width: 73px; /*width of tab image */
	height: 30px; /*height of tab image */
	float: left;
	display: inline;
	margin-left: 0px; /*spacing between tabs */
	padding-top: 16px; /*vertical offset of tab text from top of tab*/
	background-repeat: no-repeat;
	text-align: center;
	font-family: Tahoma;
	font-size: 1em;
	font-weight: bold;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
	color: black;
	text-decoration: underline;
}

/* customtab pour mettre differentes images de nav*/
/**************************************************/

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

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

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

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

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

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

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

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


/***********************************************/
/* les éléments du contenu */
/***********************************************/
#enveloppecontenu{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fond-contenu.gif);
	background-repeat: repeat-y;
	position: relative;
	height: 550px;
}

#contenu {
	float: left;
	width: 371px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	position: absolute;
	left: 260px;
	top: 0px;
}

#contenumentionslegales {
	float: left;
	width: 474px;
	text-align: left;
	position: absolute;
	left: 260px;
	top: 0px;
}

#colonne1 {
	float: left;
	width: 180px;
	position: absolute;
	left: 51px;
	top: 18px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-left:10px;
}

#actualites {
	text-align:center;
	font-size: 1.5em;
	font-weight: bold;
	float: left;
	width: 150px;
	margin-top: 25px;
	clear: left;
	border: thin solid #7F7F7F;
	background-color: #7D7D7D;
}

#actualitesbas {
	float: left;
	width: 150px;
	border: thin dashed #707070;
}


#colonne1 p {
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

#colonne1 h2{
	color: #F69449;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}

#colonne1 h3{
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 15px;
	margin-right: 45px;
	margin-top: 10px;
}

#colonne2 {
	float: left;
	width: 120px;
	position: absolute;
	left: 634px;
	top: 9px;
}


#infoscontact {
	float: left;
	width: 212px;
	position: absolute;
	left: 529px;
	top: 2px;
}

#infoscontact p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.1em;
}

#infoscontact h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#wagmp_map_1 {
	float: left;
	position: absolute;
	left: 261px;
	top: 455px;
}

/***********************************/
/* contenant et contenu de bas de page*/
/**********************************/
#container #bas1 {
	background-image: url(../images/fond-bas1.gif);
	height: 30px;
	clear: both;
}

#container #bas1 .textetel {
	font-size: 1.1em;
	margin-top: 15px;
	margin-right:50px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F96B8;
	float: right;
}

#container #bas2 {
	background-image: url(../images/fond-bas2.gif);
	height: 51px;
}

 
#footerinfos {
	width: 100%;
	margin: 0px;
}

#footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 780px;
	background-image: url(../images/fondentete1.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#footerliens {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}	

#footerliens #w3c {
	float: left;
	margin-left: 0px;
	display: inline;
	margin-top: 0px;
}
#footerliens #axiz {
	float: right;
	margin-top: 0px;
	margin-bottom: 5px;
}

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

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

#msn {
	float: left;
	width: 140px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	height: 105px;
	border: 1px solid #2671C4;
}
#navgauche {
	background-image: url(../images/nav-gauche.gif);
	float: left;
	height: 46px;
	width: 456px;
	background-repeat: no-repeat;
}
#navdroite {
	background-image: url(../images/fondnav2.gif);
	background-repeat: repeat-x;
	float: left;
	height: 46px;
	width: 324px;
}

