/* CSS Document */

#div_principale{
position: absolute; /* placement du menu, à modifier selon vos besoins */
top:10px;
left:5%;
height:100px;
text-align:center;
z-index:10;
background-color:#C1D3FB;
width:300px; /* correction pour Opera */
}

#div_supprimer{
position: absolute; /* placement du menu, à modifier selon vos besoins */
top:10px;
left:55%;
height:100px;
text-align:center;
background-color:#C1D3FB;
width:300px; /* correction pour Opera */
}

#div_candidats{
position: absolute; /* placement du menu, à modifier selon vos besoins */
top:160px;
left:5%;
height:100px;
text-align:center;
background-color:#C1D3FB;
width:300px; /* correction pour Opera */
}

#div_annonce{
position: absolute; /* placement du menu, à modifier selon vos besoins */
top:160px;
left:55%;
height:100px;
text-align:center;
background-color:#C1D3FB;
width:300px; /* correction pour Opera */
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: static; /* placement du menu, à modifier selon vos besoins */
text-align:center;
z-index:2;
/*background-image:url(../fond.jpg);*/
background-color:#568446;
width:7em; /* correction pour Opera */
}

#menu dl {
float: left;
width: 12em;
text-align:center;
margin-left:0em;
}
#menu dt {
font:Verdana, Arial, Helvetica, sans-serif;
cursor:pointer;
color:#666666;
text-align: center;
font-weight: bold;
background: #fff;
border: 1px solid gray;
margin: 1px;
font-size:12px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #ffffff;
}
#menu li a, #menu dt a {
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
color:#666666;
font: Verdana, Arial, Helvetica, sans-serif;
/*font-variant:small-caps;*/
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
/*81AED8  C1D3FB  F4F5F0*/
background: #909C5E;
color:#FF6317;	
}

#menu_employee {
	position: static;
	text-align:center;
	z-index:10;
	/*background-color:green;*/
	width:7em;
	left: 348px;
}

#menu_employee dl {
float: left;
width: 7em;
text-align:center;
margin-left:0em;
}

#menu_employee dt a{
font:Verdana, Arial, Helvetica, sans-serif;
cursor: pointer;
/*color:#666666;*/
color:#E0E540;
text-align: center;
font-weight: bold;
background-color:#909C5E;
border: 1px solid #E6EC44;
margin: 0px;
font-size:12px;
text-decoration: none;
display: block;
height: 100%;

}

#menu_employee dt a:hover, #menu_employee dt a:focus {
background: #909C5E;
color:#477C14;	
}


#menu_visite {
	position: static;
	text-align:center;
	z-index:10;
	background-color:green;
	width:7em;
	left: 348px;
}

#menu_visite dl {
float: left;
width: 7em;
text-align:center;
margin-left:0em;
}

#menu_visite dt a{
font:Verdana, Arial, Helvetica, sans-serif;
cursor: pointer;
color: #477C14;
text-align: center;
font-weight: bold;
background-color:#909C5E;
border: 0px solid red;
margin: 0px;
font-size:12px;
text-decoration: none;
display: block;
height: 100%;

}

#menu_visite dt a:hover, #menu_visite dt a:focus {
background: #909C5E;
color:#477C14;	
}

#pied a{
font-size:11px;
color:#E6EC44;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:oblique;

}

#lien_cheval a{
font-size:11px;
color:#E6EC44;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:oblique;

}

#font {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:14px;
text-align:center;
z-index:2;
/*background-image:url(../fond.jpg);*/
color: #F3FFFF;
}

#font_petit {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: lighter;
font-size:12px;
text-align: justify;
z-index:2;
vertical-align: text-top;
/*background-image:url(../fond.jpg);*/
color: #F3FFFF;
}

#font_left {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:14px;
text-align: left;
z-index:2;
/*background-image:url(../fond.jpg);*/
color: #F3FFFF;
}

