/*********************************************
* Style de la page d'accueil du site mesb.com*
*        by David Euzen                      *
*********************************************/

body {
background-image: url(/fondcheval.png);
background-repeat: no-repeat;
background-position: center top;
background-color: #efe6df;
text-align: center;
color: #23671E;
font-family: Arial;
}

h1,h2,h3,h4,p {
text-transform: uppercase;
font-family: "Comic sans Script", Serif, Times;
}



h1,h2 {
font-weight: bold;
}

h1 {
color: #880B19;
width: 17em;
font-size: 2.5em;
}

.capitale {
font-size: 1.3em;
}

h2 {
color: #23671E;
width: 23em;
font-size: 2em;
}

h3 {
color: #23671E;
width: 28em;
font-size: 1.5em;
}

h4 {
color: #23671E;
width: 28em;
font-size: 1em;
}

#access {
width: 33em;
}

p {
font-weight: bold;
font-size: 1.2em;
color: #000;
}

a {
color: #880B19;
font-size: 1.7em;
font-weight: bold;
text-decoration: none;
border: 2px solid #880B19;
-moz-border-radius: 2em;
padding: 0.5em;
background-color: #efe6df;
}

a:hover {
color: #23671E;
border: 2px solid #23671E;
background-color: #c0deb1;
}

/* Mes tests foireux :)
a.image {
color: none;
text-decoration: none;
border: none;
-moz-border-radius: none;
padding: none;
background-color: none;
}

a.image:hover {
color: none;
border: none;
background-color: none;
}
*/


#pro, #etu {
margin: 1.5em;
}

#annonce {
color: #880B19;
border: 1px double #880B19;
background-color: #E8C7AD;
}

div.partenaires {
background-image :url(/transparence.png);
width: 46em;
padding: 1em;
}

