body
{
    margin-top:50px;
    padding: 0 ;
    font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
    background: white;
	text-align:center;

}

div#login
{
	margin: 0px auto;
    width:400px;
    border: 1px dotted black;
	text-align:center;
}

div#product
{
	margin-left:500px;
    margin: 0px auto;
    width:600px;
    border: 1px dotted black;
}

div#titre
{
	 margin-top: 2px;
}

#titre h3
{
    padding-left: 50px;
}


#titre h1
{
    padding-left: 50px;
}



div#conteneur
{
    width: 1000px ;
    height: 520px;
    margin: 0 auto ;
    text-align: left ;
    border: 1px solid ;
}

#conteneur a
{
text-decoration: none;
color: blue;
}

#conteneur a:hover
{
color: blue;
text-decoration: underline;
}

div#adresse
{
     margin-top: 80px;
     margin-left: 10px;
     text-align: left;
}

div#coord
{
		margin-left: 0px;
		margin-top: 150px;
		margin-bottom: 15px;
		float: left;
		text-align: left;
}

div#tel
{
		margin-right: 10px;
		margin-top: 150px;
		margin-bottom: 10px;
		float: right;
		text-align: left;
}

#centre
{
     margin-left: 50px;
}

#centre a {
text-decoration: none;
color: black;
}

#centre p 
{
    text-indent: 2em ;
    text-align: justify;
    margin-right: 20px;
}

#pied {
text-align:center;
font-size:12px;
}

#tableauprod
{
    width: 200px ;
}

#tableauprod table{
    border-style:solid;
    border-width:1px;
    border-color:black;
    border-collapse:collapse;
    width:400px;
    color:white;
    
    margin-bottom:10px;
}

#tableauprod th {
    background:#018081;
    border-style:solid;
    border-width:1px;
    border-color:black;
    text-align:center;
    color: white;
}

#tableauprod td {
    border-style:solid;
    border-width:1px;
    border-color:black;
    text-align:left;
    color:black;
}




#tableau
{
    width: 200px ;
}

#tableau table{
    border-style:solid;
    border-width:1px;
    border-color:black;
    border-collapse:collapse;
    width:400px;
    color:white;
}

#tableau th {
    background:#018081;
    border-style:solid;
    border-width:1px;
    border-color:black;
    text-align:center; 
    color: white;
}

#tableau td {
    border-style:solid;
    border-width:1px;
    border-color:black;
    text-align:center;
    color:black;
}

#tableau a
{ 
    color: white;	
    font-weight : bold;
}

#tableau a:hover
{
    color: black;
}

div#recherche input
{
    background: #ffcc00;
}

div#tableau i
{
    text-align: left;
    color: white;
}

div#menu
{
float: left;
margin-left: 50px;
}


p {
    margin: 0 0 10px 0;
    text-align:center;
}

a {text-decoration: none;}

img {
    border :0;
}



.bouton{text-align:center;}

.taille30 {width:30;}

