/* CSS Document */
body {
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background-image: url(images/backgrou.gif);
	background-repeat: repeat-x;
	color: #666666;
}
#conteneur {
position: absolute;
width: 750px;
left: 50%;
margin-left: -375px;
}
#header {
height: 81px;
}
#logo{
	position: absolute;
	top: 20px;
	height: 81px;
}
#flash {
	position: absolute;
	margin-top: 20px;
	margin-left: 80px;
	height: 51px;
}
#droite {
	margin-left: 340px;
	padding-top: 50px;
	padding-bottom: 30px;
}
#centre {
	padding-top: 15px;
	padding-bottom: 30px;
}

#gauche {
position: absolute;
left:0;
margin-top: 15px;
width: 340px;
}

#pied {
	height: 25px;
	background-image: url(images/bandeaue.gif);
	background-repeat: no-repeat;

}
/*p {margin: 20;}*/
/*//////////////////////////*/

#compet {
position:absolute;
left: 80px;
width: 130px;
height: 30px;
top: 71px;
background: url(images/boutons0_over.gif) no-repeat left top;	/* placement de l'image 2 au second plan */
}
#compet a.menu {
display: block;
width: 100%;
height: 100%; 
color: #000;
background: white url(images/boutons0.gif) top left no-repeat;	/* placement de l'image 1 au premier plan */
}
#heberg {
position:absolute;
left: 210px;
width: 135px;
height: 30px;
top: 71px;
background: url(images/boutonsa_over.gif) no-repeat left top;	/* placement de l'image 2 au second plan */
}
#heberg a.menu {
display: block;
width: 100%;
height: 100%; 
color: #000;
background: white url(images/boutonsa.gif) top left no-repeat;	/* placement de l'image 1 au premier plan */
}
#graphisme {
position:absolute;
left: 345px;
width: 135px;
height: 30px;
top: 71px;
background: url(images/boutonsb_over.gif) no-repeat left top;	/* placement de l'image 2 au second plan */
}
#graphisme a.menu {
display: block;
width: 100%;
height: 100%; 
color: #000;
background: white url(images/boutonsb.gif) top left no-repeat;	/* placement de l'image 1 au premier plan */
}
#produit {
position:absolute;
left: 480px;
width: 135px;
height: 30px;
top: 71px;
background: url(images/boutonsc_over.gif) no-repeat left top;	/* placement de l'image 2 au second plan */
}
#produit a.menu {
display: block;
width: 100%;
height: 100%; 
color: #000;
background: white url(images/boutonsc.gif) top left no-repeat;	/* placement de l'image 1 au premier plan */
}
#contact {
position:absolute;
left: 615px;
width: 135px;
height: 30px;
top: 71px;
background: url(images/boutonsd_over.gif) no-repeat left top;	/* placement de l'image 2 au second plan */
}
#contact a.menu {
display: block;
width: 100%;
height: 100%; 
color: #000;
background: white url(images/boutonsd.gif) top left no-repeat;	/* placement de l'image 1 au premier plan */
}
#compet a.menu:hover, #heberg a.menu:hover, #graphisme a.menu:hover, #produit a.menu:hover, #contact a.menu:hover
 {background: transparent none;}

#tetiere {
	height: 38px;
	width: 305px;
	background-image: url(images/tetiere2.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 10px;
	color: #333333;
}


a {
	font-family: "Lucida Grande", Verdana, Arial;
	font-style: oblique;
	text-decoration: none;
}
a:hover {
	background: none;
	color: #0066FF;
}
a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
a:hover span { /* définition de la balise <span> au survol */
	display: inline;
	position: absolute;
	top: 650px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
	left: 255px;
	width: 400px;
	height: 100px;
	background: #FFFFCC;
	text-align: left;
	color: black;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: "Lucida Grande", Verdana, Arial;
}
