/* Feuille de style page index*/

body {
 font-family: Tahoma, Arial, Verdana, sans-serif;
 font-size: 12px;
 text-align: center;
 background-color:#b00b11;

}


div{
margin: 2px;
}

#conteneur {
width:650px;
height:580px;
min-height:580px;
border: 1px solid white; /* redéfinition de bordure */
margin: 0 auto; /* pour centrer tout le contenu de la page */
background-color:white;
margin-top:20px;
}

#accueil {
width:640px;
height:150px;
background-color:white;
}


			
            #haut_gauche {
            float:left;
            width:200px;
            height:150px;
			min-height:150px;
			background-image:url(http://www.eyragues.org/Photos/index-arlesiennes2.jpg);
			background-repeat:no-repeat;
			display:block;
            }
             

            #haut_centre {
            float:left;
            width:200px;
            height:150px;
			min-height:150px;
			background-image:url(http://www.eyragues.org/Photos/index-mairie.jpg);
			background-repeat:no-repeat;
			display:block;
            }

             

            #haut_droit {
            float:left;
            width:200px;
            height:150px;
			min-height:150px;
			background-image:url(http://www.eyragues.org/Photos/index-iris.jpg);
			background-repeat:no-repeat;
			display:block;
            }
			
			#bas_gauche {
            float:left;
            width:200px;
            height:150px;
			min-height:150px;
			background-image:url(http://www.eyragues.org/Photos/index-charrette.jpg);
			background-repeat:no-repeat;
			display:block;
            }
             

            #bas_centre {
            float:left;
            width:200px;
            height:150px;
			min-height:150px;
			display:block;
            }
			
	

             

            #bas_droit {
            float:left;
            width:200px;
            height:150px;
			min-height:150px;
			background-image:url(http://www.eyragues.org/Photos/index-abrivado2.jpg);
			background-repeat:no-repeat;
			display:block;
            }
			

#logo
{
width:650px;
height:80px;
background-image:url(http://www.eyragues.org/Photos/logos.jpg);
margin:0 auto;
}

.clr {
  clear: both;
  font-size:0;
  line-height:0;
  border: 0px;
  } 
  
  
.image_gauche
{
float:left;
height:150px;
margin:0;
}

/* Mise en forme du texte--------------------------------------------*/

h1
{
font-family:Arial, Verdana,Tahoma, "serif sans";
font-weight:normal;
text-align:center;
}

#accueil h1
{
padding-top:10px;
font-family:Garamond, Arial, Tahoma, "serif sans";
}


.citation_index
{
text-align:right;
margin:0;
font-size:18px;
letter-spacing:3px;
}

a 
{
text-decoration:none;
}

img
{
border:0px;
}

.alignement_droite
{
float:right;
}

.right
{
text-align:right;
}
