/*
   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;
	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: #089934;
	text-decoration: underline;
}

a:hover{
	text-decoration:none; 
}

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

h1{
	color: #069833;
	font-family: Arial, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

h2{
	color: #089934;
	font-family: Tahoma;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 10px;
}

h3{
	color: #089934;
	font-family: Tahoma;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
}

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

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

/*************** Style des balises courantes ***************/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px;
}

.masquer {
	display:none
}

.imagegauche {
	width: auto;
	border: thin dotted #CCEAA3;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 2px;
	}

.imagedroite {
	width: auto;
	border: thin dotted #CCEAA3;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.imagecentre {
	border: thin dotted #CCEAA3;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}


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

.fleshcheck {
	display: list-item;
	list-style-image:url(../images/puce.gif);
	list-style-position:inside;
	margin-left:25px;
	margin-top: 10px;
	text-indent: -20px;
	font-family: Tahoma;
	font-size: 1.2em;
}

.text {
	font-size: 1.2em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Tahoma;
}

.textedecoupelaser {
	font-family: Tahoma;
	font-size: 1.2em;
	text-indent: 70px;
}

.texteproduction {
	font-family: Tahoma;
	font-size: 1.2em;
	text-indent: 70px;
}

.noir {
font-size: 1em;
margin-left: 125px;
text-align:left;
font-weight:bold;
}

.vert {
	color:#089934;
	text-align: left;
	margin-left: 125px;
	font-size: 1em;
	font-weight: bold;
}

.actualites {
	text-align:center;
	font-size: 2em;
	font-weight: bold;
}

.bleu {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
}


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

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

.rouge {
	color: #FF0000;
	width: auto;
	font-size: 1em;
	margin-left: 10px;
}

.tableau {
	border: thin dotted #CCEAA3;
	background-color: #FFFFFF;
	margin: 5px;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-indent: 15px;
	margin: 0px;
}

.list2 {
	list-style-type: disc;
	margin-left: 25px;
	text-indent: 12px;
}


ul {
	font-family:Tahoma;
	}

 li {
		
}



/* 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: 699px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* 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: 250px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#formcontainer form {
	margin: 0;
	padding: 0;
	border: thin dashed #CCEAA3;
}

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

/*************** 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: 696px;
	height: auto;
	text-align: left;
	padding: 0px;
	background-image: url(../images/fond_contenair.gif);
	background-repeat: repeat;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: thin;
	border-right-color: #CCEAA3;
}

/**********************************************/
/* les elements de 2 entetes commun à toutes les pages  */
/**********************************************/
#entete1{
	width: 700px;
	height: 32px;
	background-image: url(../images/fond_nav.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}

#container #entete1bis {
	background-image: url(../images/fond_entete1bis.gif);
	background-repeat: no-repeat;
	height: 56px;
	width: 699px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#logo {
	float: left;
	height: 66px;
	width: 334px;
}
	
#entete2{
	height: 133px;
	width: 699px;
	float: Aucune;
	background-image: url(../images/fond_entete2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	position: relative;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#entete2 span{
	display:none;
}

#date {
	width: 150px;
	margin-top: 10px;
	float:right;
	margin-left: 5px;
	margin-bottom: 11px;
}

#tel {
	float:Aucune;
	width: 251px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	clear: Aucune;
	text-align: right;
	position: absolute;
	left: 432px;
	top: 50px;
	height: 74px;
}


#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/fond_navdroite.gif);
	height: 32px;
	width: 23px;
	background-repeat: no-repeat;
}

#coinbg {
	float: left;
	background-image: url(../images/fond_navgauche.gif);
	height: 32px;
	background-repeat: no-repeat;
	width: 23px;
}

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

/***************************************************/
/* navigation principale */
/*************************************************/
#ddimagetabs{
	width: 400px;
	float: left;
	height: 25px;
}

#ddimagetabs a{
	display: block;
	text-decoration: none; /*tab font */
	color: #666666; /*font color */
	width: 100px; /*width of tab image */
	height: 22px; /*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: #089934;
	text-decoration: underline;
}

/***************************************************/
/* navigation verticale */
 
/*************************************************/
  
#navvertical {
	float: left;
	height: 100px;
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 200px;
	margin-left: 5px;
}

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 200px;
}
/*background-color: #BEE49A */
.buttonmenu li a{
	color:#666666;
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid;
	border-color:#75C03E #66CC00 #66CC00 #75C03E; /*light dark dark light*/
	background-color:#FFFFCC;
	text-decoration:none;
	margin-top: 1px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.buttonmenu li a:visited{
	color:#666666;
	text-decoration: none;
}
/*color: #089934*/
.buttonmenu li a:hover, .buttonmenu li a:active{
	color: #666666;
	background-color:#F1FFE4;;
	font-size: 1.2em;
	font-weight: bold;
}

#contenaireactu {
	float: left;
	height: 100px;
	margin-left: 5px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 200px;
}

#actualite1 {
	background-color: #BEE49A;
	width: 205px;
	height: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #089934;
	border-right-color: #089934;
	border-bottom-color: #089934;
	border-left-color: #089934;
	border-bottom-style: dashed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-decoration: blink;
	text-align: center;
	position: absolute;
	top: 249px;
	left: 480px;
}
#actualite2 {
	width: 205px;
	border-top-width: thin;
	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-top-color: #089934;
	border-right-color: #089934;
	border-bottom-color: #089934;
	border-left-color: #089934;
	font-family: Tahoma;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 480px;
	top: 272px;
}

#prospection {
	width: 205px;
	margin-left: 5px;
	font-family: Tahoma;
	font-size: 1.1em;
	position: absolute;
	left: 478px;
	top: 427px;
}

#cadredroite {
	float: left;
	width: 205px;
	font-family: Tahoma;
	font-size: 1.1em;
	position: absolute;
	left: 479px;
	top: 251px;
}

/***********************************************/
/* les éléments du contenu */
/***********************************************/
#enveloppecontenu{
	width: 696px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fond_contenair.gif);
	background-repeat: repeat;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #CCEAA3;
	position: relative;
}

#contenu {
	float: left;
	width: 470px;
	margin-top: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCEAA3;
	border-right-color: #CCEAA3;
	border-bottom-color: #CCEAA3;
	border-left-color: #CCEAA3;
	border-right-style: dashed;
	height: 600px;
	margin-bottom: 0px;
}

#contenupoinconnage {
	float: left;
	width: 470px;
	margin-top: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCEAA3;
	border-right-color: #CCEAA3;
	border-bottom-color: #CCEAA3;
	border-left-color: #CCEAA3;
	border-right-style: dashed;
	background-image: url(../images/20.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 340px;
}

#contenuinformatique {
	float: left;
	width: 470px;
	height: 417px;
	margin-top: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCEAA3;
	border-right-color: #CCEAA3;
	border-bottom-color: #CCEAA3;
	border-left-color: #CCEAA3;
	border-right-style: dashed;
	background-image: url(../images/23.jpg);
	background-repeat: no-repeat;
	
}

#contenuproduction {
	float: left;
	width: 470px;
	margin-top: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCEAA3;
	border-right-color: #CCEAA3;
	border-bottom-color: #CCEAA3;
	border-left-color: #CCEAA3;
	border-right-style: dashed;
}

#contenudecoupelaser {
	float: left;
	width: 470px;
	height: 320px;
	margin-top: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCEAA3;
	border-right-color: #CCEAA3;
	border-bottom-color: #CCEAA3;
	border-left-color: #CCEAA3;
	border-right-style: dashed;
	background-repeat: no-repeat;
	background-image: url(../images/35.jpg);
	
}

#contenupliage {
	float: left;
	width: 470px;
	margin-top: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCEAA3;
	border-right-color: #CCEAA3;
	border-bottom-color: #CCEAA3;
	border-left-color: #CCEAA3;
	border-right-style: dashed;
	background-repeat: no-repeat;
	background-image: url(../images/50.jpg);
	height: 424px;
}


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

#colonne1 {
	float: left;
}

#colonne2 {
	float:left;
	width:200px;
	margin-top:15px;
	margin-left:0px;
	height: 580px;
	position: relative;
}
	
#colonne3 {
	float: left;
	width: 100px;
	background-image: url(../images/hautcoldroite.gif);
	background-repeat: no-repeat;
}
	
#colonne4 {
	float: left;
	height: 56px;
	width: 100%;
	padding: 0px;
	background-image: url(../images/bas_contenu.gif);
	background-repeat: no-repeat;
}

#echangelien {
	width: 205px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	top: 247px;
	left: 478px;
	overflow: visible;
	float: right;
	position: absolute;
}
	
#infoscontact {
	float: left;
	height: 300px;
	width: 195px;
}

/***********************************/
/* contenant et contenu de bas de page*/
/**********************************/
#footerinfos {
	width: 100%;
	margin: 0px;
}

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

#footerliens {
	width: 699px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 5px;
	background-color: #FFFFFF;
	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;
}

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

#plan {
	float: left;
	width: auto;
	position: absolute;
	left: 491px;
	top: 256px;
}
#realisation {
	width: 400px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 30px;
}

#container #enveloppecontenu #contenu .list2 .list2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-indent: 80px;
}

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

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

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

