
/* style  pour email*/
.email {
	color: #FFFF66;
	font-size: 14px;
	text-align: center;
}
/* style  pour email quand la souris survole le lien*/
.email:hover {
	color: red;
	font-size: 14px;
	text-align: center;
}
/* style  pour devisindex*/
.devisindex {
	color: red;
	font-size: 14px;
	text-align: center;
}
/* style  pour email quand la souris survole le lien*/
.devisindex:hover {
	color: #0099FF;
	font-size: 14px;
	text-align: center;
}





/* style  pour les bouton */
.menu a{
	color: #EEEEEE;

	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-indent: 0pt;
	white-space: normal;

}
/* style  pour les boutons survoler avec la souris */


.menu a:hover {
	color: red;
	background-color: #FFCC00;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-effect:none ;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-indent: 0pt;
	white-space: normal;
	border: medium groove #FF3333;
	display: inline;
	padding: 3px;
	margin: 3px;
	clip:  rect(5px auto auto auto);
	bottom:0px;
}



/* style  pour les bouton */
.menu {
	color: #CC3333;
	background-color: #CC3333;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-effect:none;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-indent: 0pt;
	white-space: normal;
	border: medium groove #FF3333;
	left: auto;
	right: auto;
	display: inline;
	padding: 3px;
	margin: 3px;
	clip:  rect(5px auto auto auto);
	background-image: url(pict/fond2.jpg);
}
/* style  pour les boutons survoler avec la souris */


.menu:hover {
	color: red;
	background-color: #FFCC00;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-indent: 0pt;
	white-space: normal;
	border: medium groove #FF3333;
	display: inline;
	padding: 3px;
	margin: 3px;
	clip:  rect(5px auto auto auto);
	bottom:0px;
}
a.menu span {display:none;}

a.menu:hover span {
position:absolute;
top:4em;
left:5.6em;
padding:6px;
width:180px;
height:40px;
display:block;
border: medium groove #A52A2A;
text-align:left;
text-decoration:none;
font-size:0.8em;
margin-top:5px;
background:#FFA500;
z-index:500;
color:#A52A2A;

}


.menubas {
	color: #FFCC00;
	background-color: #CC3333; /* couleur de fond  pour les boutons en bas  */
	text-align: center; /* alignement du texte à l'intérieur des boutons  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  /* taille du texte à l'intérieur des boutons  */
	font-effect:none;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-indent: 0pt; /* retrait du texte à l'intérieur des boutons  */
	white-space: normal;
	border: medium groove #FF3333;
	/* position   pour les boutons en bas  */

	left: auto;
	right: auto;
	display: inline;
	padding: 3px;
	margin: 3px;
	clip:   rect(5px auto auto auto);
	top: auto;
	bottom: auto;
}
.menubas:hover {
	color: red;
	background-color: #FFCC00;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-effect:none ;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-indent: 0pt;
	white-space: normal;
	border: medium groove #FF3333;
	left: auto;
	right: auto;
	display: inline;
	padding: 3px;
	margin: 3px;
	clip:   rect(5px auto auto auto);
	top: auto;
	bottom: auto;
}

.lien {
	color: #003399;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-indent: 5pt;
	white-space: normal;

}
.lien:hover {
	color: red;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-indent: 5pt;
	white-space: normal;
}
.devis {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;

}
.devis:hover {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    text-align: center;
	font-weight: bold;
}

	/* lien    pour les réalisation en bas   dans la boite réalisation*/
.realisation {
	color: #990000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 5pt;
	white-space: normal;
	
}
	/* lien    pour les réalisation en bas   dans la boite réalisation avec la souris qui survol*/

.realisation:hover {
	color: #003399;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 5pt;
	white-space: normal;
}
