body
{
/*background-image:url(image/fond_suite.png);
background-repeat:repeat-x;*/
background-color: #030303;								/*#0944E9;#33CCFF;*/
font-family:verdana,comic,times,arial;
font-size:12px;                                         /*xx-small x-small small medium large x-large xx-large*/
font-weight:normal;                                     /*normal bold bolder lighter 100,200,300,400,500,600,700,800,900*/
font-stretch:semi-expanded;                             /*wider normal narrower*/
                                                        /*condensed semi-condensed extra-condensed ultra-condensed*/
                                                        /*expanded semi-expanded extra-expanded ultra-expanded */
word-spacing:1px;
letter-spacing:2px;
color:#FEFEFE;                                             /*#110022;#725B2F;*/
}

a {color:#FF6600;text-decoration:none;font-weight:bold;}                 /* lien #110022 */
a:link {color:#FF6600;text-decoration:none;font-weight:bold;}            /* #ff770d cibles non encore visit&eacute;es */
a:visited {color:#FF6600;text-decoration:none;font-weight:bold;}         /* cibles visit&eacute;es */
a:hover { color:#FF9933;text-decoration:none;font-weight:bold;}          /* Liens pour "MouseOver" */
a:active {color:#FF6600;text-decoration:none;font-weight:bold;}          /* Liens cliqu&eacute;s */
a:focus {color:#FF6600;text-decoration:none;font-weight:bold;}           /* Liens qui reçoivent la zone de saisie active */

h1 {                                                    /* titre 1 */
   font-family:verdana,comic,times,arial;
   font-size:18px;
   font-weight:bold;
   font-stretch:normal;
   word-spacing:3px;
   letter-spacing:2px;
   color:#FBFBFB;
}

h2 {                                                    /* titre 2 */
   font-family:verdana,comic,times,arial;
   font-size:16px;
   font-weight:bold;
   font-stretch:normal;
   word-spacing:2px;
   letter-spacing:1px;
   color:#FCFCFC;
}

h3 {                                                    /* titre 3 */
   font-family:verdana,comic,times,arial;
   font-size:14px;
   font-weight:bold;
   font-stretch:normal;
   word-spacing:1px;
   letter-spacing:1px;
   color:#FDFDFD;
}

.img {
padding:10px;
border:0px solid black;
}

#gauche{

}

#droite{

}


#logo
{
position:absolute;
top:0px;
left:0px;
height:150px;
background-color:#030303;       /*#0944E9;*/
}


#right
{
position:absolute;
top:50px;
right:30px;
width:200px;
height:120px;
overflow:no;
}


#menu
{
position:absolute;
top:30px;
left:200px;
height:50px;
width:700px;
overflow:no;
}

#menu a {
background-image:url(image/puce.png);
background-repeat:no-repeat;
background-position:1% 50%;
padding-left:20px;
font-family:verdana,comic,times,arial;
font-size:14px;
font-weight:bold;
font-stretch:normal;
word-spacing:2px;
letter-spacing:1px;
color:#FF6600;
}

#menu a:hover {
background-image:url(image/puce2.png);
background-repeat:no-repeat;
background-position:1% 50%;
padding-left:20px;
font-family:verdana,comic,times,arial;
font-size:14px;
font-weight:bold;
font-stretch:normal;
word-spacing:2px;
letter-spacing:1px;
color:#FF9933;
}


#middle
{
  position:absolute;
  top:200px;
  left:30px;
  right:30px;
   font-family:verdana,comic,times,arial;
   font-size:12px;
   font-weight:bold;
   font-stretch:normal;
   word-spacing:2px;
   letter-spacing:1px;
   color:#FEFEFE;

}

#bottom
{
position:absolute;
bottom:50px;
left:10px;
font-family:verdana,comic,times,arial;
font-size:12px;
font-weight:bold;
font-stretch:semi-expanded;
word-spacing:2px;
letter-spacing:2px;
color: #FEFEFE;
}

a.bouton:link{
background-image:url(image/puce.png);
background-repeat:no-repeat;
background-position:1% 50%;
padding-left:30px;
font-family:verdana,comic,times,arial;
font-size:12px;
font-weight:bold;
font-stretch:normal;
word-spacing:1px;
letter-spacing:1px;
color:#FF6600;
vertical-align:text-top;
}

a.bouton:visited{
background-image:url(image/puce.png);
background-repeat:no-repeat;
background-position:1% 50%;
padding-left:30px;
font-family:verdana,comic,times,arial;
font-size:12px;
font-weight:bold;
font-stretch:normal;
word-spacing:1px;
letter-spacing:1px;
color:#FF6600;
vertical-align:text-top;
}

a.bouton:hover{
background-image:url(image/puce2.png);
background-repeat:no-repeat;
background-position:1% 50%;
padding-left:30px;
font-family:verdana,comic,times,arial;
font-size:12px;
font-weight:bold;
font-stretch:normal;
word-spacing:1px;
letter-spacing:1px;
color:#FF9933;
vertical-align:text-top;
}

.bouton{
vertical-align:text-top;
text-align:left;
padding:5px;
}

li {
list-style-type:none;
background-image:url(image/puce1.png);
background-repeat:no-repeat;
background-position:0% 25%;
padding-left:10px;
padding-bottom: 10px;
line-height:1.2;
vertical-align:baseline;
}

.small {
font-family:verdana,comic,times,arial;
font-size:12px;
font-weight:normal;
font-stretch:normal;
word-spacing:1px;
letter-spacing:0px;
color:#FEFEFE;
vertical-align:text-top;
}