body {
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
font-size: 1.0em;
margin: 0;
padding: 0;
background-color: #FFD200;
}
a {
text-decoration: none;
color: #990033;
}
a:hover {
color: #FFF;
text-decoration: underline;
}

#header {
background-image:url(../images/entete3.jpg);
background-position:left;
background-repeat:no-repeat;
height: 180px;
margin: 0 0 30px 0;
}

#conteneur {
width:1000px;
margin:0 auto;
background-image:url(../images/fond2.gif);
background-repeat:repeat-y;
}

#menuhaut {
position:absolute;
margin-left:330px;
margin-top:150px;
text-align:center;
list-style-type: none;
padding:0;
}
#menuhaut li {
display: inline;
}
#menuhaut a {
font-size:.8em;
margin: 0 15px;
color: #FFFF99;
text-decoration: overline;
}
#menuhaut a:hover {
color: #333333;
text-decoration: underline;
}

#centreTexte {
font-family: Arial, Verdana, sans-serif;
text-align:justify;
color: #000066;
margin-right: 40px;
padding:0 0 0 20px;
}

#gauche {
margin:0;
padding:0 0 20px 10px;
padding-right:20px;
float:left;
width: 320px;
}

.titreBoiteGauche {
background-image:url(../images/fond-titre-gauche.gif);
background-repeat:repeat-y;
text-align:center;
height:28px;
color: #CC3300;
}
.boiteGauche {
margin: 0;
padding:0;
color: #000099;
font-size:.8em;
background-image:url(../images/fond-boite-gauche.gif);
background-repeat:repeat-y;
text-align:center;
min-height: 225px; /* Voir hack ci-dessous*/
}

.basBoiteGauche {
background-image:url(../images/bas-titre-gauche.gif);
background-repeat:repeat-y;
height:30px;
}
* html .boiteGauche {
height: 225px; /* hack uniquement interprété par IE Win+Mac*/
}



/*CONTACT*/

#contactGauche {
margin-left: 40px;
padding-left:10px;
float:left;
width: 230px;
}

.titreContactGauche {
background-image:url(../images/contact-titre-gauche.gif);
background-repeat:repeat-y;
text-align:center;
height:28px;
color: #CC3300;
}
.contactGauche {
margin: 0;
padding:20px;
color: #000099;
font-size:.8em;
background-image:url(../images/contact-boite-gauche.gif);
background-repeat:repeat-y;
text-align:center;
}
.basContactGauche {
background-image:url(../images/bascontact-titre-gauche.gif);
background-repeat:repeat-y;
height:30px;
}


#contactDroite {
margin-right:40px;
float:right;
width: 600px;
}
#contactDroite fieldset{
width: 450px;
}
.contactDroite {
margin: 0;
color: #000099;
font-size:.8em;
padding:10px 0 0 70px;
text-align:justify;
background-image:url(../images/contact-boite-droite.gif);
background-repeat:repeat-y;
min-height: 230px; /* Voir hack ci-dessous*/
}


* html .contactDroite {
height: 230px; /* hack uniquement interprété par IE Win+Mac*/
}
#liensDroite {
margin-right:30px;
float:right;
width: 630px;
}
.liensDroite {
padding:20px;
color: #000099;
font-size:.9em;
margin: 0;
background-image:url(../images/logo_fond.gif);
background-repeat:no-repeat;
background-position:center;
min-height: 600px; /* Voir hack ci-dessous*/
}


* html .liensDroite {
height: 600px; /* hack uniquement interprété par IE Win+Mac*/
}
table.Contact {
	 border:1px dashed #003366;
 border-left:0;
  border-right:0;
	}
	 td.Contact {
	 padding:10px 5px;;
	  border:1px dotted #003366;
	 border-left:0;
	 border-top:0;
	}

#pied {
clear:both;
height: 69px;
background-image:url(../images/fond2.gif);
background-color:#FDDD04;
text-align:center;
color:#000066;
font-size:.8em;
}


