/*
   Documentation Style Sheet cree 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.jpg)
	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.jpg);
	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: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

h1{
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 15px;
	margin-top: 10px;
}

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

h3{
	color: #3B4F82;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

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

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

/*************** Style des balises courantes ***************/
p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

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

.text {
	color: #A02C39;
	font-size: 1.2em;
}


.dore {
	color:#BD9840;
}
.vert {
	color:#94BC49;
}

.couleurcopalor {
	color:#A02C39;
	text-align: justify;
}

.couleurclic {
	color:#000066;
	text-align: justify;
}

.violet {
	color: #C67BD9}

.rose {
	color: #FB0000;
	text-align: justify;
}

.bleu {
	color: #7597B9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

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

.rouge {
	color: #FF0000;
	width: auto;
	font-size: 1em;
}
.masquer {
	display:none
}

.image {
	width: auto;
}



ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/* 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: 700px;
	height: 500px;
	margin-top: 35px; /* moitié de la hauteur */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-attachment: fixed;
	background-image: url(../images/fbody.jpg);
	background-repeat: repeat;
	padding: 0px;
}

/**********************************************/
/* les elements de 2 entetes commun à toutes les pages  */
/**********************************************/
#entete1{
	width: 100%;
	margin: 0px;
	background-image: url(../images/fentete.jpg);
	background-repeat: repeat-x;
	height: 45px;
}

#logo {
	float: left;
	height: 45px;
	width: 210px;
}
#entete1 .accroche{
	font-family: Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 12px;
	color: #FFFFFF;
	margin-left: 10px;
	}
	
#entete2{
	height: 20px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
	float: left;
}

#date {
	width: 150px;
	margin-top: 5px;
	float:left;
	margin-left: 5px;
}

#entete2 #nav {
	float:left;
	margin-left: 20px;
	margin-right:200px;
	margin-top: 5px;
}
#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 span{
	display:none;
}



#coinhg {
	float: left;
	background-image: url(../images/coinhg.gif);
	height: 45px;
	width: 34px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#coinhd {
	float: right;
	background-image: url(../images/c_blanchd.gif);
	height: 25px;
	width: 25px;
}

#coinbg {
	float: left;
	background-image: url(../images/c_blancbg.gif);
	height: 25px;
	width: 25px;
}

#coinbd {
	float: right;
	background-image: url(../images/c_blancbd.gif);
	height: 25px;
	width: 25px;
}


#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;
}


/***********************************************/
/* les éléments du contenu */
/***********************************************/
#enveloppecontenu{
	background-color: #ffffff;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#mentionslegale {
	float: left;
	height: 400px;
	margin-right: 15px;
	width: 630px;
	margin-left: 25px;
}

#colonne1 {
	float: left;
	width: 215px;
	height: auto;
	margin-right: 15px;
	margin-left: 5px;
}

#colonne2 {
	float: left;
	width: 206px;
	height: auto;
	margin-right: 15px;
}
	
#colonne3 {
	float: left;
	width: 210px;
	height: auto;
	margin-right: 5px;
}

#colonneclic1 {
	float: left;
	width: 215px;
	height: auto;
	margin-right: 15px;
	margin-left: 5px;
}

#colonneclic2 {
	float: left;
	width: 206px;
	height: auto;
	margin-right: 15px;
}
	
#colonneclic3 {
	float: left;
	width: 210px;
	height: auto;
	margin-right: 5px;
}

#colonne4 {
	float: left;
	height: 40px;
	width: 95%;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
	
#colonne5 {
	float: left;
	width: 100%;
}

#colonneliens {
	width: 400px;
	margin-right: 10px;
	margin-left: 5px;
}

/***********************************/
/* Contenant et contenu de bas de page*/
/**********************************/

#container #footerinfos {
	width: 100%;
	height: 20px;
	text-align: center;
	background-image: url(../images/fbody.jpg);
	background-repeat: repeat;
	padding-top: 10px;
	margin: 0px;
}

#container #footernav {
	width: 100%;
	height: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/fbody.jpg);
	background-repeat: repeat;
}

#container #footerliens {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fbody.jpg);
	background-repeat: repeat;
	text-align: left;
	margin-top: 5px;
}	

#container #footerliens #xiti-logo img, #xiti-logo-noscript img {
	border:0;
	margin-right: 10px;
}
#container #footerliens #w3c {
	float: left;
	margin-left: 0px;
	display: inline;
}
#footerliens #axiz {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

/***********************************/
/* barre de navigation*/
/**********************************/

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

.underlinemenu{
font-weight: bold;
	width: 700px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color:#000066;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 10px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #339933; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color:#FF66FF;
}



