/* CSS issu des tutoriels css.alsacreations.com */
body
{
    margin: 50px 0 ;
    padding: 0 ;
    font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
    background: white;

}

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: 0px;
     margin-left: 10px;
     text-align: left;
}

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

div#tel
{
		margin-right: 10px;
		margin-top: 90px;
		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;
}
#tableau
{
    width: 1100px ;
    margin-left:auto;
    margin-right:auto;
}

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

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

#tableau td {
    background:#808080;
    border-style:solid;
    border-width:1px;
    border-color:black;
    text-align:left;
    color:white;
}

#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;
}

label {
display:block;
width:200px;
float:left;
}

.bouton{text-align:center;}

.taille30 {width:30;}
