/* CSS Site Digital Eyes */

body {
	background-color: #CCCCCC;
color: black ;
}
body,td,th {
	 font-family: Times New Roman, Times, serif;
	font-size: 16px;
}

h1 {
	font-size: 14px;
	color:#c4aaa9;
}

div#corps
{
background-image: url('img/fond.jpg');height:600px;width:990px; margin: 0 auto;
}

div#haut
{
height:160px;
}

div#logoemail
{
top:60px;
left:70px;
height:70px;
width:70px;
position:relative;
;cursor:pointer;
}

div#menu
{
height:400px;width:200px;position:relative;padding-left:20px;float:left;
font-size:14px;z-index:5;
}

div#piedpage
{
width:920px;text-align:right;font-weight:bold;
}

div#contenu
{
height:410px;width:700px;position:relative;float:left;
}

a:link { font-weight:bold ; color: black ;text-decoration: none ;}
a:visited {color: black ;text-decoration: none ; font-weight:bold ;}
a:hover { color: #990000; text-decoration: none ; }


a.bouton:link{
background-image: url('img/item_menu.gif');  display: block; width: 129px;overflow:hidden;height:32px;text-align:center;vertical-align:middle;line-height: 32px;margin-top:2px; padding-right:10px;
}

a.bouton:visited{
background-image: url('img/item_menu.gif');  display: block; width: 129px;overflow:hidden;height:32px;text-align:center;vertical-align:middle;line-height: 32px;margin-top:2px; padding-right:10px;
}

a.bouton:hover{

background: url('img/item_menu_allume.gif');cursor:help;overflow:visible;
}


.fenetre_menu{ display: none; text-decoration: none ; font-weight:bold ;background-image: url('img/menu.gif');background-position:top;background-repeat:no-repeat; width: 220px;height:100px; padding-top:20px;padding-bottom:20px;margin-right:5px; text-align:center; position:absolute; top:100px;left:150px; z-index:2;}



