body
{
background-image: url("images/fond2.png");
}


#tout

{

background-image: url("images/fond.png");

background-repeat: no-repeat;

background-color: black;

width: 980px;

MARGIN: auto;

height: 800px;

}

#tout_part

{

background-image: url("images/fond.png");

background-repeat: no-repeat;

background-color: black;

width: 980px;

MARGIN: auto;

height: 1200px;

}

#tout_prod

{

background-image: url("images/fond.png");

background-repeat: no-repeat;

background-color: black;

width: 980px;

MARGIN: auto;

height: 800px;

}

#tout_prof

{

background-image: url("images/fond.png");

background-repeat: no-repeat;

background-color: black;

width: 980px;

MARGIN: auto;

height: 800px;

}

#tout_soci

{

background-image: url("images/fond.png");

background-repeat: no-repeat;

background-color: black;

width: 980px;

MARGIN: auto;

height: 1000px;

}

#tout_car

{

background-image: url("images/fond.png");

background-repeat: no-repeat;

background-color: black;

width: 980px;

MARGIN: auto;

height: 1050px;

}

#tout_cont

{

background-image: url("images/fond.png");

background-repeat: no-repeat;

background-color: black;

width: 980px;

MARGIN: auto;

height: 800px;

}

#tout_conts

{

background-image: url("images/fond.png");

background-repeat: no-repeat;

background-color: black;

width: 980px;

MARGIN: auto;

height: 800px;

}

#tout_qui

{

background-image: url("images/fond.png");

background-repeat: no-repeat;

background-color: black;

width: 980px;

MARGIN: auto;

height: 1050px;
}

#tout_serv

{

background-image: url("images/fond.png");

background-repeat: no-repeat;

background-color: black;

width: 980px;

MARGIN: auto;

height: 1070px;

}

#tout_tout

{

background-image: url("images/fond.png");

background-repeat: no-repeat;

background-color: black;

width: 980px;

MARGIN: auto;

height: 900px;

}

#tout_tar

{

background-image: url("images/fond.png");

background-repeat: no-repeat;

background-color: black;

width: 980px;

MARGIN: auto;

height: 1150px;

}
#tout_for

{

background-image: url("images/fond.png");

background-repeat: no-repeat;

background-color: black;

width: 980px;

MARGIN: auto;

height: 900px;

}


#banniere
{
Width: 980px;
height: 180px;
background-image: url("images/logo1.png");
background-repeat: no-repeat;
}


#banniere p
{
font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
font-size : 18px; /* hauteur du texte : 12 pixels */
color: white;
margin-left: 220px;
padding-top: 100px;
}

/*début du menu*//*début du menu*//*début du menu*/


#menu_conteneur
{
Width: 980px;
height: 25px;
margin-top: 10px;
}
#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}


#menu /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
		margin-left: 20px;
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
             
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 100px; /* largeur */
		background-image: url("images/bouton.png");
}


#menu li /* Elements des listes */      
{ 
        float: left;
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 100px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
		background-image: url("images/bouton.png");
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 100px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}
#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #000; /* On passe le texte en noir... */
        background: #fff; /* ... et au contraire, le fond en blanc */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

/*fin du menu*//*fin du menu*//*fin du menu*/


/*début de zone1*//*début de zone1*//*début de zone1*/

#zone1
{
MARGIN-left: 20px;
margin-top: 20px;
float: left;
}

#zone1h
{
background-image: url("images/zone1h.png");
background-repeat: no-repeat;
width: 460px;
height: 20px;
}

#zone1c
{
background-image: url("images/zone1c.png");
width: 460px;
}


#desccont
{
color: white;
Font-size: 12px;
font-family : Arial;
margin-left: 20px;
text-align: justify;
Margin-right: 10px;
}
#zone1c p
{
color: white;
Font-size: 12px;
font-family : Arial;
margin-left: 20px;
text-align: justify;
text-indent: 20px;
Margin-right: 10px;
}
/*tableau des tarif*/

#tableaccueil table
{
border:0px;
Margin-left: 20px;
}

#tabletarif table
{
Margin: auto;
width: 410px;
border:1px ridge #b2b2b2;
}
#tablepart table
{
Margin-left: 20px;
border:0px;
}



#zone1c td
{

font-size: 11px;
font-family: arial;
color: White;
}
#zone1c ul /* Ma liste aura des puces en forme de dossiers */
{
   list-style-image: url("images/rondbleu_petit.png");
   color: white;
   font-family: arial;
   font-size: 12px;
   Margin-left: 35px;
}


#zone1c h3
{
color: #b2b2b2;
Font-size: 16px;
font-family : Arial;
margin-left: 20px;
margin-top: 0px;
margin-bottom: 5px;
}




#zone1b
{
background-image: url("images/zone1b.png");
background-repeat: no-repeat;
width: 460px;
height: 20px;
}

/*fin de zone1*//*fin de zone1*//*fin de zone1*/


/*début de zone2*//*début de zone2*//*début de zone2*/

#zone2
{
width: 260px;
float: left;
Margin-top: 120px;
margin-left: 20px;
margin-right: 20px;
}

h5
{
   height: 25px;
   margin-top: 60px;
   background-image: url("images/rondvert1.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
   font-size: 16px;
   font-family: Arial;
   Margin-left: 60px;
}
h6
{
   height: 25px;
   margin-top: 60px;

   background-image: url("images/rondbleu1.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   font-family: Arial;
   padding-left: 30px;
   text-align: left;
   color: #B3B3B3;
   font-size: 16px;
   Margin-left: 110px;   
}


/*fin de zone2*//*fin de zone2*//*fin de zone2*/

/*début de zone3*//*début de zone3*//*début de zone3*/

#zone3
{
mARGIN-right: 20px;
float: left;
margin-top: 150px;

}
#zone3 a:link
{
color:#b1f837;
} 

#zone3 a:hover 
{
font-size: 150%;
color:#519dff;
} 
#zone3 a:visited
{
color:#b1f837;
} 

#zone3h
{
background-image: url("images/zone3h.png");
background-repeat: no-repeat;
width: 180px;
height: 20px;
}

#zone3c
{
background-image: url("images/zone3c.png");
width: 180px;
}

#zone3c p
{
color: white;
Font-size: 12px;
font-family : Arial;
margin-left: 20px;
text-align: center;
Margin-right: 20px;

}

#zone3c h3
{
color: #b2b2b2;
Font-size: 20px;
font-family : Arial;

margin-top: 0px;
}

h2
{
color: #519dff;
Font-size: 20px;
font-family : Arial;
margin-top: 0px;
margin-Left: 25px;
margin-bottom: 15px;
}


#zone3b
{
background-image: url("images/zone3b.png");
background-repeat: no-repeat;
width: 180px;
height: 20px;
}

/*fin de zone3*//*fin de zone3*//*fin de zone3*/

/*début de zone4*//*début de zone4*//*début de zone4*/

#zone4
{
Width: 980px;
margin: auto;
background-color: black;
}

#zone4 p
{
Font-size: 12px;
Font-family: arial;
color: White;
text-align: center;
}
/*fin de zone4*//*fin de zone4//*fin de zone4*/

/*début de zone5*//*début de zone5*//*début de zone5*/

#zone5
{
background-image: url("images/mentions.png");
height: 60px;
Width: 980px;
background-color: black;
margin: auto;
padding-top: 15px;
background-repeat: no-repeat;
}
#zone5 p
{
color: white;
Font-size: 12px;
font-family : Arial;
text-align: center;
}

/*fin de zone5*//*fin de zone5*//*fin de zone5*/


/*Formulaire de contact*/

legend
{
color: #b1f837;
font-weight : bold; /* on met le texte en gras */
font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */

}
fieldset
{
margin-left: 40px;
width: 380px;
text-align: left;
}
label
{
Color: #519dff; 
Font-family: Arial;
font-size : 12px;
}

form p
{
text-align: center;
}

input
{
width: 90px;
background-color : #b2b2b2;
}

p input
{
width: 90px;
background-color : #b2b2b2;
margin-left: 90px;
margin-top: 20px;
Margin-bottom:20px;

}

textarea
{
background-color: #b2b2b2;
}


/*FIN Formulaire de contact*/

h4
{
color: #b1f837;
Font-size: 13px;
font-family : Arial;
margin-top:2px;
margin-bottom: 0px;
}


h1
{
color: white;
Font-size: 12px;
font-family : Arial;
text-align: center;
margin-left: 20 px;
}



a img
{
border: none;
}





