/* CSS Document */

body
{
margin:0px;
padding:0px;
background-image: url(../img/fond.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
background-position:center top;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#535353;
ssbehavior:url('/css/csshover2.htc');  /*Fichier importe pour permettre à Internet Explorer de comprendre la pseudo-classe :hover */
}

form
{
margin:0px;
padding:0px;
}

a
{
font-color:#535353;
text-decoration:none;
}

a:hover
{
font-color:#000000;
text-decoration: underline;
}


.footerbold
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-weight:bold;
color:#ffffff;
}

.footer
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#ffffff;
}

.poucet
{
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color:#535353;
}


h1
{
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;

}

h2
{
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#000000;
padding-left:10px;
margin:0px;
background-color:#D8D8D8;

}

.txt
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}
.txt9
{
font-family: Arial, Helvetica, sans-serif;
font-size:9px;
color:#000000;
}

.txtrouge
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#8C1010;
font-weight:bold;
}

.txtblanc
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;

}

.txtpading
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
padding-left:10px;
}


.liens
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#8C1010;
text-decoration:none;
}
.liens:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#8C1010;
text-decoration:underline;
}


.tittab
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
}

.formulaire
{

border-bottom:#535353 solid 2px;
border-left:#535353 solid 2px;
border-right:#535353 solid 1px;
border-top:#535353 solid 1px;
}


.formulaire2
{
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
border-bottom:#535353 solid 2px;
border-left:#535353 solid 2px;
border-right:#535353 solid 1px;
border-top:#535353 solid 1px;
}







/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type:none;
background-image: url(img/puce.gif) no-repat left;
background-color:#ffffff;
}

/*Top level list items*/
.suckertreemenu ul li{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#535353;
position: relative;
display: inline;
float: left;
background-color: #DDDDDD;/*overall menu background color*/
 }

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 219px; /*Width of top level menu link items*/
padding: 0px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width:auto; /*width of sub menu levels*/
color: #535353;
text-decoration: none;
padding: 1px 5px;
border-bottom: 1px solid #C9C9C9;
border-left: 0px solid #C9C9C9;
border-top: 0px solid #C9C9C9;
border-right: 0px solid #C9C9C9;
}

.suckertreemenu ul li a:hover{
background-color:#535353;
color: white;
text-decoration:none;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(img/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(img/arrow-right.gif) no-repeat center right;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
* html .suckertreemenu a:hover { height: 1%; }
/* End */


