*{
margin:0;
padding:0;
}

body{
font-family:verdana,sans-serif;
text-align:center;
font-size:1em;
background-color:gray;
}

div#global{
margin:0 auto 0 auto;
margin-top:150px;
height:500px;
width:620px;
/*background-color:gray;*/

}

div#un div#gracepci a {
    display: block;
    width: 300px;
    height: 300px;
    background:url(img/gracepci2.jpg) no-repeat;
    margin: 0 auto;
}
div#un div#gracepci a:hover {
    background:url(img/gracepci1.jpg) no-repeat left top;
}
a .alt { display: none; }



div#deux div#epo a {
display: block;
    width: 300px;
    height: 300px;
    background:url(img/epo1.jpg) no-repeat;
    margin: 0 auto;
}


div#deux div#epo a:hover {
background:url(img/epo2.jpg) no-repeat left top;
}
a .alt { display: none; }


div#un{
float:left;
height:415px;
width:300px;
}

div#gracepci{
height:300px;
width:300px;
}

div#txtgracepci{
height:90px;
width:300px;
}

div#txtgracepci div#txt {
height:90px;
width:210px;
float:right;

}

div#txtgracepci div#txt p{
font-size:0.8em;
display:block;
margin-top:35px;
text-align:left;
margin-left:10px;
color:white;
}

div#txtgracepci div#img{
height:90px;
width:90px;
background:url(img/grace.png) no-repeat;
float:left;
}

div#deux{
float:right;
height:415px;
width:300px;
}

div#epo{
height:300px;
width:300px;
}

div#txtepo{
height:90px;
width:300px;
}

div#txtepo div#txt {
height:90px;
width:220px;
float:right;

}

div#txtepo div#txt p{
font-size:0.9em;
display:block;
margin-top:35px;
text-align:left;
margin-left:10px;
color:white;
}

div#txtepo div#img{
height:90px;
width:80px;
background:url(img/epo.png) no-repeat;
float:left;
}



