.floatclear {
display:inline-block;
}
/* Hide from IE-mac \*/
* html .floatclear {
height:1%;
width:auto;
}
.floatclear {
display:table;
}
/* End hide from IE-mac */

img { border:0px; }


.menu {
z-index:1000;
font-size:100%;
margin:0px 0 15px 1px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:226px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited , .menu  a:active {
display:block; 
height:25px;
line-height:25px;
width:226px;
text-indent:5px;
border:1px solid #d5d5d5;
border-width:0 0px 1px 0;
text-decoration:none;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#666666; width:226px; w\idth:225px;text-decoration: none;}
/* style the link hover */
* html .menu a:hover {color:#000;background:#da1486;text-decoration: none;}

.menu ul li a {text-decoration:none; color:#da1486;}

.menu :hover > a {
color:#FFFFFF;
background:#da1486;
text-decoration: none;
}

h1 {
color:#da1486;
font-size: 16px;
font-family: sans-serif;
}

h2 {
color:#900d59;
font-size: 14px;
font-family: sans-serif;
}

h3 {
color:#555555;
font-size: 12px;
font-family: sans-serif;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:226px;
background-image:url("../images/bgmenu.png");
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul{
visibility:visible;
}


.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


body {
	color: #272727;
	background: #CFCFCF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-family: verdana;
}

a:link {color: #da1486;text-decoration: underline;text-align: left;font-size: 11px;font-family: sans-serif;}
a:visited {color: #666666;text-decoration: underline;text-align: left;font-size: 11px;font-family: sans-serif;}
a:active  {color: #666666;text-decoration: underline;text-align: left;font-size: 11px;font-family: sans-serif;}
a:hover   {color: #666666;text-decoration: underline;text-align: left;font-size: 11px;font-family: sans-serif;}
   
a.contact:link      {color: #da1486;text-decoration: none;text-align: left;font-size: 12px;font-family: sans-serif;}
a.contact:visited {color: #da1486;text-decoration: none;text-align: left;font-size: 12px;font-family: sans-serif;}
a.contact:active   {color: #da1486;text-decoration: none;text-align: left;font-size: 12px;font-family: sans-serif;}
a.contact:hover     {color: #da1486;text-decoration: underline;text-align: left;font-size: 12px;font-family: sans-serif;}
   
   
 .identifiant {
	padding-left: 24px;
	width: 150px;
	font-size: 12px;
	font-weight: normal;
	height: 16px;
	border: 1px solid #666;
	color: #666;
	background: #fbfbfb url(../images/identifiant.png) 0 50% no-repeat;
   }
   
   .password {
	padding-left: 24px;
	width: 150px;
	font-size: 12px;
	font-weight: normal;
	height: 16px;
	border: 1px solid #666;
	color: #666;
	background: #fbfbfb url(../images/password.png) 0 50% no-repeat;
   }
   
   .login {
    width: 150px;
    font-size: 12px;
	font-weight: normal;
	height: 16px;
	border: 1px solid #666;
	color: #666;
   }
   
.footer {
color: #666666;
text-decoration: none;
text-align: right;
font-size: 9px;
font-family: sans-serif;
}



