*
{
margin: 0;
padding: 0;
}

html
{
/*background: #69A2F3;*/
background-image: url(design/wallp.jpg);
background-repeat: repeat-x;
background-color: rgb(240,240,250);
/*rgb(87,194,245);*/
min-height: 100%;
width: 100%;

}

.erreur_formulaire
{
	border: 1px solid rgb(200,200, 0);
	background-color: rgb(255, 200, 200);
	display: block;
	color: rgb(200, 57, 57);
	padding: 5px 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.title_err
{
	padding-bottom: 5px;
}
.erreur_c
{
	font-style: Calibri, Arial,sans-serif;
	padding-left: 10px;
}


body
{

font-family: Tahoma, Arial sans serif;
max-width: 1024px;
background-color: white;
border: 5px groove rgb(200,200,250);
margin-top: 5px;
margin-right: auto;
margin-left: auto;
width: 90%;
min-width: 800px;
min-height: 80%;
}

#coin1
{

}
#foot
{
padding: 0;
display: block;
clear: both;
font-size: 11px;
}

#foot p
{
background-image: url(design/newback.jpg);
background-position: bottom left;
background-color: white;
/*background-color: rgb(255,230,128);*/
padding-top: 5px;
padding-bottom: 7px;
color: rgb(50,50,50);
}

#ban
{
z-index: 5;
min-width: 800px;
width: 90%;
height: 110px;
overflow: hidden;
max-width: 1024px;
position: absolute;
display: block;
}


#finban
{
overflow: hidden;
height: 25px;
clear: both;
width: 100%;
background-image: url(Sans2.jpg);
background-position: bottom left;
background-color: white;
/*background-color: rgb(255,230,128);*/
margin-top: -20px;

}

#finban .defilant
{
position: relative;
z-index: 1;
overflow: hidden;
float: left;
width: 60%;
}

#finban p
{
padding-top: 3px;
}
#banniere
{
width: 100%;
height: 100%;
}

#authentification
{
height: 30px;
width: 50px;
float: right;
clear: both;
}


#corps
{

clear: both;
padding-bottom: 2%;
display: block;
margin-left: auto;
margin-right: auto;

width: 95%;
min-height: 500px;

}


#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 */
{	
z-index: 10;
margin: auto;
width: 89%;
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 */
}

#menu a /* Contenu des listes */
{

z-index: 10;
font-size: 14px;
display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
padding-top: 1px;
padding-bottom: 1px;
padding-left: 0px;
padding-right: 0px;

text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
width : 100%; /* largeur */

		}
		
#menu li ul li a
{
background-image: url(selectmenu.png);
background-repeat: repeat;
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
	z-index: 10;
        color: rgb(215,220,0); /* 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 */
}


#menu li /* Elements des listes */      
{ 
	z-index: 10;
	width: 19%;
       float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
}

#menu li 	ul li /* Elements des listes */      
{
width: 100%;
clear: both;

z-index: 10;}

#menu li ul li a
{
font-size: 10px;
z-index: 10;
display: block;
width: 100%;
}
/* IE ne reconnaissant pas le sélecteur ">" */


#menu li ul /* Sous-listes */
{ 

z-index: 10;
        position: relative; /* Position absolue */
        width: 100%; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}




/* IE ne reconnaissant pas le sélecteur ">" */







/*============================================*/
/*Nos pages Include*/

.p_center
{
text-align: center;
}

/*ARTICLE*/

.article
 {
font-size: 13px;
border-bottom: 2px solid rgb(182,215,164);
border-right: 2px solid rgb(182,215,164);
border-left: 2px solid rgb(182,215,164);
width: 100%;
height: 75px;
display: block;
padding-bottom: 1%; 
padding-top: 1%; 
 }
 
 .promo
 {
 color: red;
 font-size: 15px;
 font-weight: bold;
 }
 
 .description_article
{
float: left;
padding-left: 5px;
width: 60%;
height: 50px;
}

.description_article a
{
color: rgb(120,50,0);
}

.description_article a:hover
{
text-decoration: underline;
}
 .prix_article
 {
 font-weight: bold;
 padding-left: 3%;
 text-align: center;
 float: left;
 width: 25%;
 height: 100%;
 }
 .image_article
 {
 padding-left: 5px;
max-height: 75%;
width: 8%;
float: left;
 }

 
 /*affichage produit unique*/
img
{
border: none;
}
 .a_article
 {
overflow: auto;
height: 80%;
margin-top: 5%;
padding-bottom: 5%;
width: 90%;
 }
  .a_image_article
 {

 margin-top: 5%;
margin-right: 3%;
max-height: 50%;
width: 200px;
max-width: 200px;

 }

.image_produits3
{
height: 80px;
padding-top: 10px;
}
 .left
 {
 width: 250px;
float: right;
 }
 .a_description_article
{
border: 1px solid black;
background-color: rgb(240,240,240);
float: left;
font-size: 12px;
text-align: justify;
margin-top: 30px;
overflow: auto;
height: 80%;
padding-left: 30px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 30px;
width: 500px;
}
.a_prix_article
 {
 margin-top: 20px;
 text-align: center;
 color: red;

margin-right: 3%;
 width: 200px;
 
 }
 
 /*Autre */
.soulignertexte
{
text-decoration: underline;
} 
 a
 {
 color: rgb(202,170,105);
 text-decoration: none;
 }
 .flecheretour
 {
 float: right;
 }

 
 
.indications
{
font-size: 0.8em;
}	
 .informations_temp 
 {
 display: block;
 clear: both;
 width: 30%;
 background-color: rgb(255,220,120);
 padding-bottom: 10px;
 margin: auto;

 }
.informations_temp p
 {
text-align: center;
color: rgb(40,40,40);	
font-style: Comic Sans MS, Arial;
clear: both;
font-size: 12px;
}
 
.coin
{

height: 20px;
}
 
#hg
{
width: 100%;
background-image: url(coin1.png); 
background-repeat: no-repeat;
background-position: top left;
}

#hd
{
width: 100%;
background: url(coin2.png) no-repeat top right;
}

#bg
{
width: 100%;
height: 100%;
background: url(coin4.png) no-repeat bottom left;
}

#bd{
width: 100%;
height: 100%;
background: url(coin3.png) no-repeat bottom right;
}
 /*Page pour le contact*/

#cartevisite
{
font-size: 12px;
width: 40%;
float: right;
margin-top: 10px;
margin-left: 1%;
display: block;
background-color: rgb(242,242,242);
border-left: 2px solid rgb(50,50,50);
border-top: 2px solid rgb(50,50,50);
padding: 10px;
border-bottom: 1px solid rgb(50,50,50);
border-right: 1px solid rgb(50,50,50);
}
#format
{
display: none;
}

.contact_visiteinfo
{
color: rgb(100,50,255);
}
#contact_paragraphe
{
font-size: 12px;
float: right;
margin-left: 1%;
width: 40%;
margin-top: 40px;
text-align: justify;
background-color: rgb(242,242,242);
border-left: 2px solid rgb(50,50,50);
border-top: 2px solid rgb(50,50,50);
padding: 10px;
border-bottom: 1px solid rgb(50,50,50);
border-right: 1px solid rgb(50,50,50);
}

#contact_formulaire
{

float: left;
width: 55%;
}

h3
{
padding-bottom: 5px;
background-image: url(design/soulignh2.jpg);
background-repeat: no-repeat;
background-position:left bottom;
}
#contact_formulaire p
{
font-size: 12px;
padding-bottom: 5px;
padding-left: 20px;
}

#contact_formulaire input, textarea
{
background-color: rgb(238,223,137);
}

/* Page pour Services */

.article_droite
{
clear: both;
float: right;
width: 30%;
display: block;
margin-top: 30px;
}
.article_gauche
{
clear: both;
margin-top: 30px;}
.article_droite h2
{
text-align: center;
}

.page_select
{
color: rgb(128,133,57);
}


.p_produits
{
padding-top: 10px;
}
/* Page SUPPORT */
.liste_support
{
width: 30%;
padding-top: 30px; margin-left: 100px; list-style: none;
}

.liste_support li
{
width: 180px;
padding: 2px;
margin-top: 2px;
border-top: 1px solid black;
border-left: 1px solid black;
border-bottom: 2px solid black;
border-right: 2px solid black;
}
.flecheliste
{
padding-left: 10px;
padding-right: 5px;
width: 30px;
height: 15px;	
}
.liste_support li a
{
color: rgb(130,255,100);
}

/* PAGE PLAN*/
#boutton
{
float: right;
display: block;
width: 8%;
}